ZFS recv from single disk to Raidz1 pool - Data takes almost double space

Status
Not open for further replies.

Seattle

Cadet
Joined
Oct 16, 2012
Messages
8
I had to do a zfs send | zfs recv to move data form a single disk back to a raidz1 pool.
The single disk was using 1.83T of space but when I ran the command: zfs send Backup@now | zfs -dF Data, the space is now taking up almost double on the new raidz1.
Is this normal? I would assume that there is some parity information but I wouldnt assume this much. Here is the output right now from iostat while the send/recv command is still running. It looks like it moves the snapshot over then "decompresses it"?? I dont use compression and the original pool was not compressed.


capacity operations bandwidth
pool used avail read write read write
-------------------------------------- ----- ----- ----- ----- ----- -----
Backups 1.83T 1.80T 1.01K 0 128M 0
gptid/16929b46-18eb-11e2-b235-0019d155623d 1.83T 1.80T 1.01K 0 128M 0
-------------------------------------- ----- ----- ----- ----- ----- -----
Data 2.42T 1.20T 0 902 0 108M
raidz1 2.42T 1.20T 0 902 0 108M
gptid/4fdda814-194f-11e2-a641-0019d155623d - - 0 647 0 53.0M
gptid/5041c956-194f-11e2-a641-0019d155623d - - 0 664 0 54.3M
gptid/50b038e6-194f-11e2-a641-0019d155623d - - 0 443 0 35.9M
gptid/51235ec6-194f-11e2-a641-0019d155623d - - 0 445 0 36.1M
-------------------------------------- ----- ----- ----- ----- ----- -----
TimeMachine 494G 434G 0 0 0 0
gptid/7c112041-1096-11e2-ac3e-0019d155623d 494G 434G 0 0 0 0
-------------------------------------- ----- ----- ----- ----- ----- -----

I tried the search box, but nothing come up about this. THanks. :)
 
Status
Not open for further replies.
Top