I have added a new drive to my freenas box so I can increase an existing pool of 3 10TB drives (zpool one) to 4 10TB drives . I also have a second pool that has two 10TB drives (zpool two). I took a snapshot of the data in the zpool one and sent it to zpool two which appeared to have worked but I cannot find the data in zpool two because when I cd into the pool, I don't see the data I sent. It appears the send command worked because when I attempt to send the snapshot to zpool two again, I get the following error:
root@freenas[~]# zfs send -R zpoolone@migrate | zfs recv -Fv zpooltwo
cannot receive new filesystem stream: destination has snapshots e.g. zpool@migrate) must destroy them to overwrite it warning:
How do I confirm that the send command work if I cannot find the files in the zpool two ?
root@freenas[~]# zfs send -R zpoolone@migrate | zfs recv -Fv zpooltwo
cannot receive new filesystem stream: destination has snapshots e.g. zpool@migrate) must destroy them to overwrite it warning:
How do I confirm that the send command work if I cannot find the files in the zpool two ?