> 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
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