Heya,
I'm having a bit of a weird issue. After rebooting my Proxmox node today the 4TB HDD constantly seems to go into "failure" despite physically being okay, Proxmox always reports that "tmeta" and "tdata" is active so it can't activate the LV.
Running the following does work however and makes it come back as if nothing happened, after the vgchange command it takes a few minutes and then reports it as online again:
I'm wondering tho, what could trigger this? What steps can I take to check if everything is okay with that LV? This hasn't happened before and I already had VMs running on there and rebooted the node normally.
Thanks already for your help!
I'm having a bit of a weird issue. After rebooting my Proxmox node today the 4TB HDD constantly seems to go into "failure" despite physically being okay, Proxmox always reports that "tmeta" and "tdata" is active so it can't activate the LV.
Activation of logical volume HDD1-4TB-thin/HDD1-4TB-thin is prohibited while logical volume HDD1-4TB-thin/HDD1-4TB-thin_tmeta is active.
Running the following does work however and makes it come back as if nothing happened, after the vgchange command it takes a few minutes and then reports it as online again:
Code:
lvchange -an HDD1-4TB-thin/HDD1-4TB-thin_tmeta
lvchange -an HDD1-4TB-thin/HDD1-4TB-thin_tdata
vgchange -ay
I'm wondering tho, what could trigger this? What steps can I take to check if everything is okay with that LV? This hasn't happened before and I already had VMs running on there and rebooted the node normally.
Thanks already for your help!