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:
15
scripts/stop-mhvtl.sh
Executable file
15
scripts/stop-mhvtl.sh
Executable file
@@ -0,0 +1,15 @@
|
||||
#!/bin/bash
|
||||
|
||||
echo "Stopping mhvtl Virtual Tape Library..."
|
||||
|
||||
killall vtllibrary 2>/dev/null || true
|
||||
killall vtltape 2>/dev/null || true
|
||||
|
||||
sleep 2
|
||||
|
||||
rm -f /var/lock/mhvtl/mhvtl* 2>/dev/null || true
|
||||
|
||||
rmmod mhvtl 2>/dev/null || true
|
||||
|
||||
echo "mhvtl stopped successfully"
|
||||
exit 0
|
||||
Reference in New Issue
Block a user