14 Commits

Author SHA1 Message Date
8c9d1cc8d4 feat: Visualize active iSCSI sessions 2025-12-10 14:48:16 +00:00
4f28dfbc11 fix: Use POST for library status API call 2025-12-10 14:40:16 +00:00
79cf24cb8c feat: Add Library Visualizer (Slots & Drives) to Web UI 2025-12-10 14:36:24 +00:00
0b026aa11f fix: Optimize TGT LUN params for passthrough 2025-12-10 12:25:11 +00:00
ca1d85d360 fix: Robust TGT LUN mapping + debug info 2025-12-10 12:20:01 +00:00
edd51cd640 fix: Detect device type (tape/changer) for TGT LUN mapping 2025-12-10 12:13:48 +00:00
7bf9c2596a fix: Correctly handle sg devices for iSCSI LUNs 2025-12-10 12:05:52 +00:00
5746891b3c fix: Use absolute paths and update sudoers for systemctl/lsscsi 2025-12-09 18:33:03 +00:00
6c5ec902ca chore: Update installer to deploy Web UI to root path /var/www/html/ 2025-12-09 18:21:32 +00:00
258d53f7d6 fix: Update default admin password hash to match documentation 2025-12-09 18:19:03 +00:00
01080498af feat: Major VTL System Upgrade (Auth, Monitoring, CLI, Installer)
- Web UI:
  - Added secure Authentication system (Login, 2 Roles: Admin/Viewer)
  - Added System Monitoring Dashboard (Health, Services, Power Mgmt)
  - Added User Management Interface (Create, Delete, Enable/Disable)
  - Added Device Mapping view in iSCSI tab (lsscsi output)
- Backend:
  - Implemented secure session management (auth.php)
  - Added power management APIs (restart/shutdown appliance)
  - Added device mapping API
- CLI:
  - Created global 'vtl' management tool
  - Added scripts for reliable startup (vtllibrary fix)
- Installer:
  - Updated install.sh with new dependencies (tgt, sudoers, permissions)
  - Included all new components in build-installer.sh
- Docs:
  - Consolidated documentation into docs/ folder
2025-12-09 18:15:36 +00:00
8a0523a265 fix: Run vtltape and vtllibrary in background to prevent systemd timeout- Add & to vtltape and vtllibrary commands- Redirect output to /dev/null to prevent blocking- Service now starts successfully without timeout- Tested: 4 tape drives running (sg2-sg5)- Note: Library changer requires library_contents.10 fix (separate issue) 2025-12-09 15:35:19 +00:00
f2c6ed286d feat: Add MHVTL kernel module installer and iSCSI binding guide- Add install-kernel-module.sh script for Ubuntu 24.04- Compile and install mhvtl kernel module automatically- Add MHVTL_ISCSI_BINDING_GUIDE.md with complete setup instructions- Document how to expose MHVTL devices via iSCSI- Include troubleshooting and best practices- Support for library (changer) and tape drives- Client connection examples (iscsiadm)- Backup software integration (Bacula, Amanda, Veeam)- Tested on Ubuntu 24.04.3 LTS, Kernel 6.8.0-88 2025-12-09 15:17:58 +00:00
8b6fad85a2 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 2025-12-09 15:06:23 +00:00