Hi there.
I got a problem with a node on my cluster.
Here is the conf:
Proxmox 7.1 .
I tries to remove a lvm-thin provisionning via Datacenter Webui interface. I rebooted one of the nodes where the lvm thin is and i got a read-only filesystem.
the system is installed like this :
softraid1 on nvme :
my /proc/mdstat :
Boot looks ok :
Then :
And the filesystem in in read-Only mode .
For now i can access ssh read the logs i'm providing to you.
Server in prod i feel like the night will be long.
So i'm asking here if some kind stranger have some clue for me. Secretlely hoping being told : "just fsck /dev/md2 from a livecd dude ."
thanks.
I got a problem with a node on my cluster.
Here is the conf:
Proxmox 7.1 .
I tries to remove a lvm-thin provisionning via Datacenter Webui interface. I rebooted one of the nodes where the lvm thin is and i got a read-only filesystem.
the system is installed like this :
softraid1 on nvme :
Code:
nvme1n1 259:0 0 477G 0 disk
├─nvme1n1p1 259:1 0 511M 0 part /boot/efi
├─nvme1n1p2 259:2 0 58,6G 0 part
│ └─md2 9:2 0 58,6G 0 raid1 /
├─nvme1n1p3 259:3 0 8G 0 part [SWAP]
└─nvme1n1p4 259:4 0 409,9G 0 part
└─md0 9:0 0 409,7G 0 raid1
├─vg_nvme-lv_varlibvz 253:5 0 100G 0 lvm /var/lib/vz
nvme0n1 259:5 0 477G 0 disk
├─nvme0n1p1 259:6 0 511M 0 part
├─nvme0n1p2 259:7 0 58,6G 0 part
│ └─md2 9:2 0 58,6G 0 raid1 /
├─nvme0n1p3 259:8 0 8G 0 part [SWAP]
├─nvme0n1p4 259:9 0 1M 0 part
└─nvme0n1p5 259:10 0 409,9G 0 part
└─md0 9:0 0 409,7G 0 raid1
├─vg_nvme-lv_varlibvz 253:5 0 100G 0 lvm /var/lib/vz
my /proc/mdstat :
Code:
md1 : active raid1 sda1[0] sdb1[1]
3906885440 blocks super 1.2 [2/2] [UU]
bitmap: 0/30 pages [0KB], 65536KB chunk
md0 : active raid1 nvme0n1p5[0] nvme1n1p4[1]
429618176 blocks super 1.2 [2/2] [UU]
bitmap: 0/4 pages [0KB], 65536KB chunk
md2 : active raid1 nvme0n1p2[0] nvme1n1p2[1]
61438912 blocks [2/2] [UU]
Boot looks ok :
Code:
mars 21 02:41:53 OP1 kernel: md/raid1:md1: active with 2 out of 2 mirrors
mars 21 02:41:53 OP1 kernel: md1: detected capacity change from 0 to 4000650690560
mars 21 02:41:53 OP1 kernel: EXT4-fs (md2): mounted filesystem with ordered data mode. Opts: (null)
Then :
Code:
kernel: EXT4-fs (md2): Unrecognized mount option "0" or missing value
And the filesystem in in read-Only mode .
Code:
TARGET SOURCE FSTYPE OPTIONS
/ /dev/md2 ext4 ro,relatime
For now i can access ssh read the logs i'm providing to you.
Server in prod i feel like the night will be long.
So i'm asking here if some kind stranger have some clue for me. Secretlely hoping being told : "just fsck /dev/md2 from a livecd dude ."
thanks.