Hello,
I have a proxmox cluster and a shared FC LUN. I am trying to extend currently used storage, following this:
Rescan should be done on ALL nodes:
pvs -o +tags
multipath -ll LUN_name
echo 1 >/sys/block/sdX/device/rescan
echo 1 >/sys/block/sdY/device/rescan
echo 1 >/sys/block/sdZ/device/rescan
echo 1 >/sys/block/sdQ/device/rescan
multipath -r
multipath -ll LUN_name
Then from any node you can resize the PV:
pvresize /dev/mapper/LUN_name
However by pvresize I am getting the "device is partitioned" error.
I would like to have a storage, that I can freely expand in the future without having to restart the whole cluster.
Thank you in advance for a hint how to achieve it (if at all possible).
Regards
I have a proxmox cluster and a shared FC LUN. I am trying to extend currently used storage, following this:
Rescan should be done on ALL nodes:
pvs -o +tags
multipath -ll LUN_name
echo 1 >/sys/block/sdX/device/rescan
echo 1 >/sys/block/sdY/device/rescan
echo 1 >/sys/block/sdZ/device/rescan
echo 1 >/sys/block/sdQ/device/rescan
multipath -r
multipath -ll LUN_name
Then from any node you can resize the PV:
pvresize /dev/mapper/LUN_name
However by pvresize I am getting the "device is partitioned" error.
I would like to have a storage, that I can freely expand in the future without having to restart the whole cluster.
Thank you in advance for a hint how to achieve it (if at all possible).
Regards