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

Max Length of ZFS Pool Name is too short #73

Closed
possnfiffer opened this issue Feb 9, 2019 · 4 comments
Closed

Max Length of ZFS Pool Name is too short #73

possnfiffer opened this issue Feb 9, 2019 · 4 comments

Comments

Labels
None yet
Projects
None yet
Linked pull requests

Successfully merging a pull request may close this issue.

None yet
4 participants
@possnfiffer
Copy link

@possnfiffer possnfiffer commented Feb 9, 2019

I've never had to use a short name for my ZFS Pool on FreeBSD. Why is the max length for a ZFS Pool Name 12?
12ismaxlength

@RodMyers
Copy link

@RodMyers RodMyers commented Feb 13, 2019

That would be an upstream FreeBSD issue

@RodMyers RodMyers closed this Feb 13, 2019
@possnfiffer
Copy link
Author

@possnfiffer possnfiffer commented Feb 13, 2019

I can use long names for pools on vanilla FreBSD... nvmd

@q5sys
Copy link
Member

@q5sys q5sys commented Feb 13, 2019

I think the limit for FreeBSD is 36, 64, or 1024. (or so I was told by the ZFS Masters)

@q5sys q5sys reopened this Feb 13, 2019
@beanpole135
Copy link
Member

@beanpole135 beanpole135 commented Mar 8, 2019

Done: project-trident/trident-installer@292ecfb

Pool name length changed to 64 characters maximum (reasonable length - unable to find exact length limits in ZFS documentation, but datasets can go up to MAXNAMELEN/256 characters).

@beanpole135 beanpole135 closed this Mar 8, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment