Intel Modular Server System MFSYS25 Installation Experiences

ok I finally got the system to boot by changing /etc/fstab to:

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?
 
...

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?
Hi,
it's a little bit less info for that...
Perhaps a filter in /etc/lvm/lvm.conf?
What is the output of "blkid"?

Udo
 
Hi,
it's a little bit less info for that...
Perhaps a filter in /etc/lvm/lvm.conf?
What is the output of "blkid"?

Udo

Hi Udo,

Here is my blkid

Code:
proxmox-IN-M:~# blkid

/dev/sda1: UUID="29133336-a2aa-4d47-9ccd-a4b380dff280" SEC_TYPE="ext2" TYPE="ext3"
/dev/sda2: UUID="c0el2A-NQbp-INqO-l71O-KopI-EqID-ijKb1h" TYPE="lvm2pv"
/dev/sdb1: UUID="p30cNP-n15d-FFQP-xq8t-3GAQ-uDhC-3K9UTX" TYPE="lvm2pv"
/dev/sdc1: UUID="777b58c2-c780-41c3-919f-3640e4f5cce6" SEC_TYPE="ext2" TYPE="ext3"
/dev/dm-4: UUID="c0el2A-NQbp-INqO-l71O-KopI-EqID-ijKb1h" TYPE="lvm2pv"
/dev/dm-5: UUID="p30cNP-n15d-FFQP-xq8t-3GAQ-uDhC-3K9UTX" TYPE="lvm2pv"
/dev/dm-6: UUID="777b58c2-c780-41c3-919f-3640e4f5cce6" SEC_TYPE="ext2" TYPE="ext3"
/dev/dm-7: TYPE="swap" UUID="ab2c6b03-d054-4296-bb73-91ab3acc1962"
/dev/dm-8: UUID="03d73174-0f50-496b-a3a5-1b247d8bd95d" TYPE="ext3"
/dev/dm-9: UUID="6fbf2c0d-5742-4ce5-86b5-a5b3c89c9726" SEC_TYPE="ext2" TYPE="ext3"
/dev/dm-3: UUID="29133336-a2aa-4d47-9ccd-a4b380dff280" SEC_TYPE="ext2" TYPE="ext3"

thanks
 
Hi Udo,

Here is my blkid

Code:
proxmox-IN-M:~# blkid

/dev/sda1: UUID="29133336-a2aa-4d47-9ccd-a4b380dff280" SEC_TYPE="ext2" TYPE="ext3"
/dev/sda2: UUID="c0el2A-NQbp-INqO-l71O-KopI-EqID-ijKb1h" TYPE="lvm2pv"
/dev/sdb1: UUID="p30cNP-n15d-FFQP-xq8t-3GAQ-uDhC-3K9UTX" TYPE="lvm2pv"
/dev/sdc1: UUID="777b58c2-c780-41c3-919f-3640e4f5cce6" SEC_TYPE="ext2" TYPE="ext3"
/dev/dm-4: UUID="c0el2A-NQbp-INqO-l71O-KopI-EqID-ijKb1h" TYPE="lvm2pv"
/dev/dm-5: UUID="p30cNP-n15d-FFQP-xq8t-3GAQ-uDhC-3K9UTX" TYPE="lvm2pv"
/dev/dm-6: UUID="777b58c2-c780-41c3-919f-3640e4f5cce6" SEC_TYPE="ext2" TYPE="ext3"
/dev/dm-7: TYPE="swap" UUID="ab2c6b03-d054-4296-bb73-91ab3acc1962"
/dev/dm-8: UUID="03d73174-0f50-496b-a3a5-1b247d8bd95d" TYPE="ext3"
/dev/dm-9: UUID="6fbf2c0d-5742-4ce5-86b5-a5b3c89c9726" SEC_TYPE="ext2" TYPE="ext3"
/dev/dm-3: UUID="29133336-a2aa-4d47-9ccd-a4b380dff280" SEC_TYPE="ext2" TYPE="ext3"

thanks
Hi,
multipath can't work, because you see the disks only via one path.
The host see only three disks instead of six.
Something wrong with the assigning? (sorry don't know the intel modular server).

Udo
 
SOLVED: Added HOW-TO to WIKI

I created a Multi-Path How-to specific for the INTEL MFSYS25/35 on the PVE Wiki HERE please take a look and provide any feedback for improvements!

Thanks everyone for your help!!
 

About

The Proxmox community has been around for many years and offers help and support for Proxmox VE, Proxmox Backup Server, and Proxmox Mail Gateway.
We think our community is one of the best thanks to people like you!

Get your subscription!

The Proxmox team works very hard to make sure you are running the best software and getting stable updates and security enhancements, as well as quick enterprise support. Tens of thousands of happy customers have a Proxmox subscription. Get yours easily in our online shop.

Buy now!