-
Notifications
You must be signed in to change notification settings - Fork 1.8k
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
Create a dataset with name length 255 cause pool unimportable #5432
Milestone
Comments
tuxoko
pushed a commit
to tuxoko/zfs
that referenced
this issue
Dec 3, 2016
Signed-off-by: Chunwei Chen <[email protected]> Fix openzfs#5432
tuxoko
pushed a commit
to tuxoko/zfs
that referenced
this issue
Dec 5, 2016
This fix pool unimportable when dataset namelen is 255 Signed-off-by: Chunwei Chen <[email protected]> Fix openzfs#5432
behlendorf
pushed a commit
that referenced
this issue
Dec 9, 2016
Don't count '@' for dataset namelen if not a snapshot. This fixes making a pool unimportable when the dataset namelen is 255. Add test file for zfs create name length 255. Reviewed-by: Giuseppe Di Natale <[email protected]> Reviewed-by: Brian Behlendorf <[email protected]> Signed-off-by: Chunwei Chen <[email protected]> Closes #5432 Closes #5456
ironMann
pushed a commit
to ironMann/zfs
that referenced
this issue
Dec 13, 2016
Don't count '@' for dataset namelen if not a snapshot. This fixes making a pool unimportable when the dataset namelen is 255. Add test file for zfs create name length 255. Reviewed-by: Giuseppe Di Natale <[email protected]> Reviewed-by: Brian Behlendorf <[email protected]> Signed-off-by: Chunwei Chen <[email protected]> Closes openzfs#5432 Closes openzfs#5456
behlendorf
pushed a commit
to behlendorf/zfs
that referenced
this issue
Feb 2, 2017
Don't count '@' for dataset namelen if not a snapshot. This fixes making a pool unimportable when the dataset namelen is 255. Add test file for zfs create name length 255. Reviewed-by: Giuseppe Di Natale <[email protected]> Reviewed-by: Brian Behlendorf <[email protected]> Signed-off-by: Chunwei Chen <[email protected]> Closes openzfs#5432 Closes openzfs#5456
behlendorf
pushed a commit
to behlendorf/zfs
that referenced
this issue
Feb 2, 2017
Don't count '@' for dataset namelen if not a snapshot. This fixes making a pool unimportable when the dataset namelen is 255. Add test file for zfs create name length 255. Reviewed-by: Giuseppe Di Natale <[email protected]> Reviewed-by: Brian Behlendorf <[email protected]> Signed-off-by: Chunwei Chen <[email protected]> Closes openzfs#5432 Closes openzfs#5456 Requires-builders: style
behlendorf
pushed a commit
that referenced
this issue
Feb 3, 2017
Don't count '@' for dataset namelen if not a snapshot. This fixes making a pool unimportable when the dataset namelen is 255. Add test file for zfs create name length 255. Reviewed-by: Giuseppe Di Natale <[email protected]> Reviewed-by: Brian Behlendorf <[email protected]> Signed-off-by: Chunwei Chen <[email protected]> Closes #5432 Closes #5456
wli5
pushed a commit
to wli5/zfs
that referenced
this issue
Feb 28, 2017
Don't count '@' for dataset namelen if not a snapshot. This fixes making a pool unimportable when the dataset namelen is 255. Add test file for zfs create name length 255. Reviewed-by: Giuseppe Di Natale <[email protected]> Reviewed-by: Brian Behlendorf <[email protected]> Signed-off-by: Chunwei Chen <[email protected]> Closes openzfs#5432 Closes openzfs#5456
wli5
pushed a commit
to wli5/zfs
that referenced
this issue
Feb 28, 2017
Don't count '@' for dataset namelen if not a snapshot. This fixes making a pool unimportable when the dataset namelen is 255. Add test file for zfs create name length 255. Reviewed-by: Giuseppe Di Natale <[email protected]> Reviewed-by: Brian Behlendorf <[email protected]> Signed-off-by: Chunwei Chen <[email protected]> Closes openzfs#5432 Closes openzfs#5456
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
This is tested on zfs-0.6.5.8
zfs create dataset with name lengh 255 returns success. However the pool becomes unimportable.
BTW, try creating dataset name len >= 256 will fail as expected. This only happens when len == 255.
The text was updated successfully, but these errors were encountered: