Drives offline after resize

medicineman25

Dabbler
Joined
Mar 20, 2021
Messages
29
I have a few hard disks attached to a TrueNAS VM that is running inside Proxmox. They are ISCI drives and I resized them to shrink with the following command:

Code:
zfs set volsize=XXXG <vmid>


Then I ran a rescan

Code:
qm rescan


It identified the drives and everything seemed to be fine. Upon booting up the TrueNAS VM, all of the disks are now offline.

What did I miss?

EDIT: to clarify this is not the root disk of the VM, I did not touch that at all. These are extra pools for storing plugins and some media.
 
Last edited:

medicineman25

Dabbler
Joined
Mar 20, 2021
Messages
29
Discarded the drives and started again, non-critical data.

Please if anyone has any answers for how this is supposed to be handled inside a TrueNAS VM, do comment here.
 
Top