I replayed a bunch of filesystems in order to get dedupe benefits. Only thing is a couple of them are rolled back to November or so (and I didn't notice before destroy'ing the old copy).
I used something like: zfs snapshot pool/f...@dd zfs send -Rp pool/f...@dd | zfs recv -d pool/fs2 (after done...) zfs destroy pool/fs zfs rename pool/fs2/fs pool/fs What are the failure modes for "partial" send/recv? I've experienced full rollbacks when the process is canceled. But my case feels like the stream became truncated and the filesystem ended up partially built? Is this an expected result? It does seem like ZFS needs a way to do this kind of operation atomically in the future, but I'm more interested in understanding if there's something I did wrong using the current tools, or if there are bugs. I was running b130 to do these operations, and it seems like previous attempts in b128 and b129 completed successfully. mike _______________________________________________ zfs-discuss mailing list zfs-discuss@opensolaris.org http://mail.opensolaris.org/mailman/listinfo/zfs-discuss