On Fri, 2006-09-01 at 06:03 -0700, Marlanne DeLaSource wrote: > As I understand it, the snapshot of a set is used as a reference by > the clone. > > So the clone is initially a set of pointers to the snapshot. That's > why it is so fast to create. > > How can I "separate" it from the snapshot ? (so that df -k or zfs list > will display for a 48G drive > > pool/fs1 4G 40G > pool/clone 4G 40G > > instead of > pool/fs1 4G 44G > pool/clone 4G 44G ) > > I hope I am clear enough
You're quite clear about the end state you're looking for, but not about why you might want to do this... You could conceivably put another full copy of the data into the pool by using zfs send piped to zfs receive instead of zfs clone. You might also want to take a look at "zfs promote", which allows the clone to take over primary ownership of the snapshot (and changing the snapshot's parent to be a clone). - Bill _______________________________________________ zfs-discuss mailing list zfs-discuss@opensolaris.org http://mail.opensolaris.org/mailman/listinfo/zfs-discuss