Re: [zfs-discuss] cross fs/same pool mv

2007-07-02 Thread asa hammond
> roland wrote: > >> is there a reliable method of re-compressing a whole zfs volume >> after turning on compression or changing compression scheme ? > I have had some success using zfs send recv into a child of a compressed filesystem to do this although you have the disadvantage of losin

Re: [zfs-discuss] cross fs/same pool mv

2007-07-02 Thread asa hammond
I have had some success using zfs send recv into a child of a compressed filesystem to do this although you have the disadvantage of losing your settings. basically : zfs create tank/foo mv a bunch of files into foo zfs create tank/bar zfs set compression=on bar zfs snapshot tank/[EMAIL PROTEC