Good Day,
We are running Proxmox VE 7.1-10 and make use of LVM over ISCSI. The LVM randomly stoppped working and showed as Unkown / Inactive and no disks was showing. We managed to fix the issue that caused the LVM to stop working but now the disks is not seen as bootable disk and when doing a fsck it gives a bad superblock error.
Any advise on how to resolve this? Not sure what info should be provided so I will post any further info required.
Thanks in advance for any assistance.
We are running Proxmox VE 7.1-10 and make use of LVM over ISCSI. The LVM randomly stoppped working and showed as Unkown / Inactive and no disks was showing. We managed to fix the issue that caused the LVM to stop working but now the disks is not seen as bootable disk and when doing a fsck it gives a bad superblock error.
The superblock could not be read or does not describe a valid ext2/ext3/ext4
filesystem. If the device is valid and it really contains an ext2/ext3/ext4
filesystem (and not swap or ufs or something else), then the superblock
is corrupt, and you might try running e2fsck with an alternate superblock:
e2fsck -b 8193 <device>
or
e2fsck -b 32768 <device>
Any advise on how to resolve this? Not sure what info should be provided so I will post any further info required.
Thanks in advance for any assistance.