Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

utf8only, normalization settings being ignored on non root pool creation #4504

Closed
cwharlow opened this issue Apr 11, 2016 · 5 comments
Closed

Comments

@cwharlow
Copy link

command "zpool create -f -o ashift=12 -O normalization=formD -m none scratchpool ata-TOSHIBA_HDWD110_Y5EB69RRS"

results in "~ # zfs get normalization scratchpool
NAME PROPERTY VALUE SOURCE
scratchpool normalization none default "

also tried with /dev/sdX rather than device ID and also other normalization forms, no luck

gentoo, kernel 4.1.15-r1. zfs-0.6.5.4-r2, zfs-kmod-0.6.5.4-r1, spl-0.6.5.4-r1

@cwharlow
Copy link
Author

not working to create root pools either. 2 machines I did installs on this week show normalization as none. machine in initial comment was installed around Oct 2014 (so older zfs version), root pool on it says:
"~ # zfs get normalization zroot
NAME PROPERTY VALUE SOURCE
zroot normalization formD -
"

@stiell
Copy link
Contributor

stiell commented Aug 25, 2016

Same problem with Gentoo, kernel 4.4.8-hardened-r1, zfs-0.6.5.3-r5.

zfs-0.6.5.2-r1 (with spl-0.6.5.3-r1 and zfs-kmod-0.6.5.3-r4) does not have the issue.

@stiell
Copy link
Contributor

stiell commented Aug 25, 2016

I just tried with sys-fs/zfs-0.6.5.4 (i.e. no Gentoo-specific patches) and setting e.g. normalization=formD on pool pool creation works fine. It seems that this bug is in one of @ryao's patches to the sys-fs/zfs package.

@rlaager
Copy link
Member

rlaager commented Oct 1, 2016

I agree with @stiell. This works for me. It sounds like this is a Gentoo problem and should be reported there.

@rlaager rlaager closed this as completed Oct 1, 2016
@cwharlow
Copy link
Author

sure no problem, thanks for the help. I will report it there

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants