Problem deleting ISCSI storage from failed server

Cayuga

Renowned Member
May 3, 2011
86
0
71
Hi,

We have an iscsi storage volume in Proxmox VE that we used for initial testing. There are currently no VM's using this storage. The iscsi server has failed and I'd like to remove the iscsi volume from storage (I think it's required for migration to work), but I can't because vgchange exits with code 5.

Is there an easy work-around for this problem?

Thanks,
Jeff

PS: I noticed a typo on one of the splash screens during installation -- where do I report that?
 
Hi,

We have an iscsi storage volume in Proxmox VE that we used for initial testing. There are currently no VM's using this storage. The iscsi server has failed and I'd like to remove the iscsi volume from storage (I think it's required for migration to work), but I can't because vgchange exits with code 5.

Is there an easy work-around for this problem?

Thanks,
Jeff

PS: I noticed a typo on one of the splash screens during installation -- where do I report that?
Hi,
disable the "broken" lv by hand. Look with "lvs" or "lvdisplay" which logical volumes are open and use "lvchange -a n LVNAME" to deactivate the lv.
After that you should be able to remove the storage.

Udo