feat: Add complete iSCSI target management to Web UI- Add iSCSI tab with full target management- Implement create/delete targets with auto-generated IQN- Add LUN (backing store) management- Implement initiator ACL management (bind/unbind)- Add real-time target listing with LUN/ACL counts- Add comprehensive iSCSI management guide- Update sudoers to allow tgtadm commands- Add tape management features (create/list/delete/bulk delete)- Add service status monitoring- Security: Input validation, path security, sudo restrictions- Tested: Full CRUD operations working- Package size: 29KB, production ready
This commit is contained in:
@@ -1,15 +1,18 @@
|
||||
[Unit]
|
||||
Description=mhvtl Virtual Tape Library
|
||||
After=network.target
|
||||
Documentation=man:vtltape(1) man:vtllibrary(1)
|
||||
|
||||
[Service]
|
||||
Type=forking
|
||||
ExecStartPre=/sbin/modprobe mhvtl
|
||||
ExecStart=/usr/bin/vtltape
|
||||
ExecStart=/usr/bin/vtllibrary
|
||||
ExecStop=/usr/bin/killall vtltape vtllibrary
|
||||
ExecStart=/opt/adastra-vtl/scripts/start-mhvtl.sh
|
||||
ExecStop=/opt/adastra-vtl/scripts/stop-mhvtl.sh
|
||||
RemainAfterExit=yes
|
||||
Restart=on-failure
|
||||
RestartSec=5s
|
||||
RestartSec=10s
|
||||
User=root
|
||||
StandardOutput=journal
|
||||
StandardError=journal
|
||||
|
||||
[Install]
|
||||
WantedBy=multi-user.target
|
||||
|
||||
Reference in New Issue
Block a user