Hello everyone,
We have a Proxmox node that leverages ZFS overs iSCSI to a Truenas Scale storage server. We are using this project to connect Proxmox to Truenas using the Truenas API.
https://github.com/TheGrandWazoo/freenas-proxmox
My question is regarding expanding a virtual disk that is hosted on a ZFS over iSCSI storage backend. The expanding part works fine, the issue we are having is at the guest VMs level.
On 2 out of the 4 VMs that have a virtual disk on that ZFS overs iSCSI storage, operations (reads and writes) to the virtual disks halted. The virtual disk still appeared to be mounted (
A reboot did fix the issue, but I am wondering if there's a better way to do this as I would rather not have to reboot the VMs when increasing the size of the virtual disk.
Thank you!
We have a Proxmox node that leverages ZFS overs iSCSI to a Truenas Scale storage server. We are using this project to connect Proxmox to Truenas using the Truenas API.
https://github.com/TheGrandWazoo/freenas-proxmox
My question is regarding expanding a virtual disk that is hosted on a ZFS over iSCSI storage backend. The expanding part works fine, the issue we are having is at the guest VMs level.
On 2 out of the 4 VMs that have a virtual disk on that ZFS overs iSCSI storage, operations (reads and writes) to the virtual disks halted. The virtual disk still appeared to be mounted (
lsblk, df -h
), but listing the content returned a I/O error. Trying to grow the file system also resulted in an error. I tried remounting the drives with mount -a
but it said that it was already mounted, even though it was essentially inaccessible.A reboot did fix the issue, but I am wondering if there's a better way to do this as I would rather not have to reboot the VMs when increasing the size of the virtual disk.
Thank you!
Last edited: