Hi all,
I just installed Proxmox 5 on a 4 disk ZFS RAID 10.
This is the disk config am running after the install:
I am a little confused by how the installer laid out the ZFS structure and partitions.
Here are my drives:
Here is my ZFS config:
I expected something more like this:
Each drive has a boot partition s*1
sda2 & sdb2 is one data mirror
sdc2 &sdd2 is another data mirror
Here are my questions:
What are sda1 and sdb1?
Why does mirror-0 mirror specific partitions (sda2 and sdb2) and mirror-1 mirrors whole drives (sdc and sdd)?
What is sr0?
Where is the zd0 swap space on the drives?
I just installed Proxmox 5 on a 4 disk ZFS RAID 10.
This is the disk config am running after the install:
I am a little confused by how the installer laid out the ZFS structure and partitions.
Here are my drives:
Code:
root@ProxBox:~# lsblk
NAME MAJ:MIN RM SIZE RO TYPE MOUNTPOINT
sda 8:0 0 3.7T 0 disk
├─sda1 8:1 0 1007K 0 part
├─sda2 8:2 0 3.7T 0 part
└─sda9 8:9 0 8M 0 part
sdb 8:16 0 3.7T 0 disk
├─sdb1 8:17 0 1007K 0 part
├─sdb2 8:18 0 3.7T 0 part
└─sdb9 8:25 0 8M 0 part
sdc 8:32 0 3.7T 0 disk
├─sdc1 8:33 0 3.7T 0 part
└─sdc9 8:41 0 8M 0 part
sdd 8:48 0 3.7T 0 disk
├─sdd1 8:49 0 3.7T 0 part
└─sdd9 8:57 0 8M 0 part
sr0 11:0 1 274M 0 rom
zd0 230:0 0 8G 0 disk [SWAP]
Here is my ZFS config:
Code:
root@ProxBox:~# 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
I expected something more like this:
Each drive has a boot partition s*1
sda2 & sdb2 is one data mirror
sdc2 &sdd2 is another data mirror
Here are my questions:
What are sda1 and sdb1?
Why does mirror-0 mirror specific partitions (sda2 and sdb2) and mirror-1 mirrors whole drives (sdc and sdd)?
What is sr0?
Where is the zd0 swap space on the drives?
Last edited: