You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have a dataset with normalization=none and utf8only=on.
As it turns out, I do need support for non-utf8 filenames. Is it possible to disable utf8only on an existing dataset without recreating it from scratch?
zfs set utf8only=off rpool fails with cannot set property for 'rpool': 'utf8only' is readonly.
I can understand, why you can't change normalization after the fact, however I don't see why disabling utf8only can't work since utf8only=on should be a strict subset of utf8only=off.
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
I have a dataset with
normalization=none
andutf8only=on
.As it turns out, I do need support for non-utf8 filenames. Is it possible to disable
utf8only
on an existing dataset without recreating it from scratch?zfs set utf8only=off rpool
fails withcannot set property for 'rpool': 'utf8only' is readonly
.I can understand, why you can't change
normalization
after the fact, however I don't see why disablingutf8only
can't work sinceutf8only=on
should be a strict subset ofutf8only=off
.Beta Was this translation helpful? Give feedback.
All reactions