-
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
Can mount only one filesystem at a time on kernel 4.12.0-rc1 #6147
Comments
The problem seems to be this line: https://github.com/zfsonlinux/zfs/blob/7dae2c81e7b2e68a596c5b431444be0fae308156/module/zfs/zfs_vfsops.c#L1610 |
12 tasks
Just tested #6148 and it fixed the issue for me. |
behlendorf
pushed a commit
that referenced
this issue
May 25, 2017
Provide a format parameter to super_setup_bdi_name() so we don't create duplicate names in '/devices/virtual/bdi' sysfs namespace which would prevent us from mounting more than one ZFS filesystem at a time. Reviewed-by: Chunwei Chen <[email protected]> Reviewed-by: Brian Behlendorf <[email protected]> Signed-off-by: loli10K <[email protected]> Closes #6147
tonyhutter
pushed a commit
to tonyhutter/zfs
that referenced
this issue
Jun 5, 2017
Provide a format parameter to super_setup_bdi_name() so we don't create duplicate names in '/devices/virtual/bdi' sysfs namespace which would prevent us from mounting more than one ZFS filesystem at a time. Reviewed-by: Chunwei Chen <[email protected]> Reviewed-by: Brian Behlendorf <[email protected]> Signed-off-by: loli10K <[email protected]> Closes openzfs#6147
tonyhutter
pushed a commit
that referenced
this issue
Jun 9, 2017
Provide a format parameter to super_setup_bdi_name() so we don't create duplicate names in '/devices/virtual/bdi' sysfs namespace which would prevent us from mounting more than one ZFS filesystem at a time. Reviewed-by: Chunwei Chen <[email protected]> Reviewed-by: Brian Behlendorf <[email protected]> Signed-off-by: loli10K <[email protected]> Closes #6147
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
System information
Describe the problem you're observing
Only one zfs filesystem can be mounted at the same time, even with multiple pools.
Describe how to reproduce the problem
Build a 4.12.0-rc1 kernel and try to mount more than one filesystem.
Include any warning/errors/backtraces from the system logs
The text was updated successfully, but these errors were encountered: