ok I finally got the system to boot by changing /etc/fstab to:
But Multipath is still not working correctly:
Does anyone have an idea of why this may not be working?
Code:
# <file system> <mount point> <type> <options> <dump> <pass>
/dev/pve/root / ext3 errors=remount-ro 0 1
/dev/pve/data /var/lib/vz ext3 defaults 0 1
#UUID=29133336-a2aa-4d47-9ccd-a4b380dff280 /boot ext3 defaults 0 1
/dev/dm-3 /boot ext3 defaults 0 1
/dev/pve/swap none swap sw 0 0
proc /proc proc defaults 0 0
#UUID=777b58c2-c780-41c3-919f-3640e4f5cce6 /srv ext3 defaults 0 2
/dev/dm-6 /srv ext3 defaults 0 2
But Multipath is still not working correctly:
Code:
proxmox-IN-M:~# multipath -llsdf: checker msg is "directio checker reports path is down"
222dd000155416965dm-2 Intel ,Multi-Flex
[size=557G][features=0][hwhandler=0]
\_ round-robin 0 [prio=1][active]
\_ 0:0:0:2 sdc 8:32 [active][ready]
\_ round-robin 0 [prio=0][enabled]
\_ 0:0:1:2 sdf 8:80 [failed][faulty]
sde: checker msg is "directio checker reports path is down"
22205000155869ab2dm-1 Intel ,Multi-Flex
[size=557G][features=0][hwhandler=0]
\_ round-robin 0 [prio=1][active]
\_ 0:0:0:1 sdb 8:16 [active][ready]
\_ round-robin 0 [prio=0][enabled]
\_ 0:0:1:1 sde 8:64 [failed][faulty]
sdd: checker msg is "directio checker reports path is down"
22233000155ae19bcdm-0 Intel ,Multi-Flex
[size=150G][features=0][hwhandler=0]
\_ round-robin 0 [prio=1][active]
\_ 0:0:0:0 sda 8:0 [active][ready]
\_ round-robin 0 [prio=0][enabled]
\_ 0:0:1:0 sdd 8:48 [failed][faulty]
Does anyone have an idea of why this may not be working?