On my setup, a VM that takes 9.86T of ZFS pool on active host, grows to 19.6T when replicated to one of the other hosts. On yet another host, it takes 9.86T as expected. Every one of them has ZFS "copies=1" enabled. Data is already compressed (it's a nested zpool inside a zvol).
The only thing that seems to be different on the oddly behving node 3, is that it's using raidz2 instead of jbod in zpool for now. I'm planning to turn the nodes 1 and 2 into raidz2 as well, though.
Any idea what's going on and how to fix this?
The only thing that seems to be different on the oddly behving node 3, is that it's using raidz2 instead of jbod in zpool for now. I'm planning to turn the nodes 1 and 2 into raidz2 as well, though.
Any idea what's going on and how to fix this?
Code:
NODE 1:
hddtank/vmdata/vm-117-nas-files-0 9.86T 1.88T 9.86T -
hddtank/vmdata/vm-117-nas-files-0@__replicate_117-2_1544980802__ 5.66M - 9.86T -
hddtank/vmdata/vm-117-nas-files-0@__replicate_117-1_1544981040__ 0B - 9.86T -
NAME STATE READ WRITE CKSUM
hddtank ONLINE 0 0 0
sdc1 ONLINE 0 0 16
sdd1 ONLINE 0 0 48
sdg1 ONLINE 0 0 0
logs
zfs-hddpool-slog ONLINE 0 0 0
cache
zfs-hddpool-l2arc ONLINE 0 0 0
NODE 2:
hddtank/vmdata/vm-117-nas-files-0 9.86T 5.47T 9.86T -
hddtank/vmdata/vm-117-nas-files-0@__replicate_117-1_1544981040__ 2.05M - 9.86T -
hddtank/vmdata/vm-117-nas-files-0@__replicate_117-2_1544981100__ 984K - 9.86T -
NAME STATE READ WRITE CKSUM
hddtank ONLINE 0 0 0
sdg1 ONLINE 0 0 0
sde1 ONLINE 0 0 0
sdb1 ONLINE 0 0 0
logs
zfs-hddpool-slog ONLINE 0 0 0
cache
zfs-hddpool-l2arc ONLINE 0 0 0
NODE 3:
hddtank/vmdata/vm-117-nas-files-0 19.6T 1.37T 19.6T -
hddtank/vmdata/vm-117-nas-files-0@__replicate_117-1_1544981040__ 3.28M - 19.6T -
hddtank/vmdata/vm-117-nas-files-0@__replicate_117-2_1544981100__ 0B - 19.6T -
NAME STATE READ WRITE CKSUM
hddtank ONLINE 0 0 0
raidz2-0 ONLINE 0 0 0
sda ONLINE 0 0 0
sdb ONLINE 0 0 0
sdc ONLINE 0 0 0
sdd ONLINE 0 0 0
sde ONLINE 0 0 0
sdh ONLINE 0 0 0
logs
zfs-hddpool-slog ONLINE 0 0 0
cache
zfs-hddpool-l2arc ONLINE 0 0 0
Last edited: