I have a proxmox 6.3-4 host, I have a vm with several storage locations ( raid arrays). It has been running fine.
last week, something happened and needed a reboot. So i took the vms down, and rebooted, it did not come back
up. after troubleshooting, it appeared a share disk ( I am not sure on the proper terminology), was not to be found.
so, I edited the /etc/fstab on the vm. and everything came back up without issue. except the one disk/partition did not show up, as expected.
so, I tried to add the disk in again, via command line, (using the same syntax as I had previously).
however, the uuid seems to have disappeared. I don't see it on the host ( /dev/disk/by-uuid). I am not sure why this would occur.
the fdisk -l, etc. shows all raid arrays ( yes in the host I have 3 raid arrays) there, but I don't see any uuid's corresponding to what was there the previous day.
I am at a lost on what process/path to follow know. any ideas.
thanks kindly
last week, something happened and needed a reboot. So i took the vms down, and rebooted, it did not come back
up. after troubleshooting, it appeared a share disk ( I am not sure on the proper terminology), was not to be found.
so, I edited the /etc/fstab on the vm. and everything came back up without issue. except the one disk/partition did not show up, as expected.
so, I tried to add the disk in again, via command line, (using the same syntax as I had previously).
Code:
qm set 101 -scsi2 /dev/disk/by-uuid/a5c9f726-b082-46b8-a91e-76e2263054f0
however, the uuid seems to have disappeared. I don't see it on the host ( /dev/disk/by-uuid). I am not sure why this would occur.
the fdisk -l, etc. shows all raid arrays ( yes in the host I have 3 raid arrays) there, but I don't see any uuid's corresponding to what was there the previous day.
I am at a lost on what process/path to follow know. any ideas.
thanks kindly