Hello,
I’m attempting to use the latest CLI release (3.2.0) to migrate an existing storage to use zstd compression.
What I have attempted so far is to create a new copy-compatible storage with zstd enabled.
Unfortunately, it seems that whenever I specify -copy <NAME>
during add
the newly initialized storage is still using the default "compression-level": 100
, even if -zstd
and -zstd-level best
is specified.
If I forego the -copy
flag I get the desired "compression-level": 203
.
Am I missing something fundamental here?
Is there a recommended way to migrate to zstd?
Thanks a lot!
-alind