Disclaimer: Yes, I should have looked this up beforehand, it is listed in various places: Clonezilla does not properly back up LVM thins. I might have missed it, but I didn't see it in the proxmox documentation itself.
I had to replace the disks for that hold the boot sector of my proxmox machine. Also on these disks: a storage pool. That is now no longer responsive, after the restore.
I have a second storage pool, and that works fine. The boot sector works fine too.
The error message I'm getting is:
There's nothing crucial on it, but now I'm sitting here with a 1TB SSD (RAID1) that I basically cannot utilize anymore.
Googling and asking chatgpt and the likes, I'm getting suggestions for using "lvconvert --repair pve/data;" or "vgcfgbackup pve;"
Or just deleting the pool, but then I'm only getting CLI commands like "lvremove pve/data;" and "lvcreate -L 1T -T pve/data;"
This seems very risky, and I would like to be sure I can't just remove it via the UI, instead of via the commandline. Is there a clean, documented procedure for this? Just removing a storage pool. If it's "damaged" so to speak.
The proxmox is version 7.2, which isn't recent. I should look into updating it, once I get it up and running smooth again.
Thanks for any help or advice.
I had to replace the disks for that hold the boot sector of my proxmox machine. Also on these disks: a storage pool. That is now no longer responsive, after the restore.
I have a second storage pool, and that works fine. The boot sector works fine too.
The error message I'm getting is:
Code:
'pve/data' failed: Thin pool pve-data-tpool (253:23) transaction_id is 0, while expected 44. (500)
There's nothing crucial on it, but now I'm sitting here with a 1TB SSD (RAID1) that I basically cannot utilize anymore.
Googling and asking chatgpt and the likes, I'm getting suggestions for using "lvconvert --repair pve/data;" or "vgcfgbackup pve;"
Or just deleting the pool, but then I'm only getting CLI commands like "lvremove pve/data;" and "lvcreate -L 1T -T pve/data;"
This seems very risky, and I would like to be sure I can't just remove it via the UI, instead of via the commandline. Is there a clean, documented procedure for this? Just removing a storage pool. If it's "damaged" so to speak.
The proxmox is version 7.2, which isn't recent. I should look into updating it, once I get it up and running smooth again.
Thanks for any help or advice.
Last edited: