Hello,
I am experiencing an odd issue trying to install Proxmox 5.0 on a HP ProLiant D360p Gen8 server with an additional LSI 9207-8i HBA (in AHCI mode) with 4x1TB 2.5" WD black drives.
Media is: proxmox-ve_5.0-5ab26bc-5.iso
During installation, I select zfs RAID10, in order to have a striped mirror. Normally all 4 disks should be partitioned in the same way.
After install, running 'zpool status' gives me this:
Also, I see this:
Any ideas to why that happens?
BTW, in a 2 disk zfs mirror configuration, this situation does not happen, the disks are partitioned in the same way.
I am experiencing an odd issue trying to install Proxmox 5.0 on a HP ProLiant D360p Gen8 server with an additional LSI 9207-8i HBA (in AHCI mode) with 4x1TB 2.5" WD black drives.
Media is: proxmox-ve_5.0-5ab26bc-5.iso
During installation, I select zfs RAID10, in order to have a striped mirror. Normally all 4 disks should be partitioned in the same way.
After install, running 'zpool status' gives me this:
Code:
# zpool status
pool: rpool
state: ONLINE
scan: none requested
config:
NAME STATE READ WRITE CKSUM
rpool ONLINE 0 0 0
mirror-0 ONLINE 0 0 0
sda2 ONLINE 0 0 0
sdb2 ONLINE 0 0 0
mirror-1 ONLINE 0 0 0
sdc ONLINE 0 0 0
sdd ONLINE 0 0 0
errors: No known data errors
Also, I see this:
Code:
# lsblk
NAME MAJ:MIN RM SIZE RO TYPE MOUNTPOINT
sda 8:0 0 931.5G 0 disk
├─sda1 8:1 0 1007K 0 part
├─sda2 8:2 0 931.5G 0 part
└─sda9 8:9 0 8M 0 part
sdb 8:16 0 931.5G 0 disk
├─sdb1 8:17 0 1007K 0 part
├─sdb2 8:18 0 931.5G 0 part
└─sdb9 8:25 0 8M 0 part
sdc 8:32 0 931.5G 0 disk
├─sdc1 8:33 0 931.5G 0 part
└─sdc9 8:41 0 8M 0 part
sdd 8:48 0 931.5G 0 disk
├─sdd1 8:49 0 931.5G 0 part
└─sdd9 8:57 0 8M 0 part
sr0 11:0 1 1024M 0 rom
zd0 230:0 0 8G 0 disk [SWAP]
Any ideas to why that happens?
BTW, in a 2 disk zfs mirror configuration, this situation does not happen, the disks are partitioned in the same way.
Last edited: