Am 25.09.13 17:10, schrieb Ian Pilcher:
On 09/25/2013 08:58 AM, Götz Reinicke - IT Koordinator wrote:
I'd like to know what would be the best way to remove an iscsi lvm storage from a server. (removing all reference to that storage etc.)
My approach would be:
Disable all volume groups on the iSCSI LUN(s) with "vgchange -a n ..."
Use iscsiadm to log out of the target and delete it from the database
Run vgscan to update the LVM cache
HTH
Helped :) thx /Götz