freenas-proxmox/perl5
Kevin Adams 5684b335a1 fix: pre-flight check before service-stop fallback in free_image (#253)
Stopping the TrueNAS iSCSI service to clear session state (required on
CORE 13 when force=true is ignored) disrupts all LUNs on the target,
causing io-error on any other running VM using this storage.

Before triggering the service-stop path, scan /etc/pve/qemu-server/*.conf
for running VMs (PID file exists + process alive) that reference this
storage ID. If any are found, fail with a clear message naming the
blocking VMs rather than silently disrupting them.

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
2026-05-24 11:29:14 -04:00
..
PVE/Storage/Custom fix: pre-flight check before service-stop fallback in free_image (#253) 2026-05-24 11:29:14 -04:00
REST