May 18, 20233 yr limetech wrote the following, Quote For exclusive shares we made an implementation change. We found issues using bind-mounts with ZFS pools with internal nested child datasets. To overcome this problem, symlinks are created in /mnt/user instead. For example, for an exclusive share named "myshare" which exists only on "mypool" this symlink is genreated: /mnt/user/myshare -> /mnt/mypool/myshare Shouldnt this be /mnt/mypool/myshare -> /mnt/user/myshare or am i just not reading this correctly ? Bob
May 18, 20233 yr Author additional question, in the docker config, it appears that you can not select a zfspool/ as a appdata default storage location, is this by design or a bug ? docker vdisk can be set to zfspool, but not appdata
May 18, 20233 yr Author yes appdata does exist (on the pool not the array) when i select the dropdown for default appdata location, it only shows shares i have on the array
May 18, 20233 yr Author I set Enable User Share Assignment to no, due to I was having issues with RC5 where the data in the user share could be different then what was in the dataset disk share. that is how i found that appdata path could not be set to a zpool if enable share assignment is set to no. but you can set the docker vdisk location, Possibly the issue with different data in user share and the pool dataset no longer an issue with RC6 ? sounds like some changes where made regarding using bind-mounts in zfs.
May 18, 20233 yr Solution 14 minutes ago, bobC said: Possibly the issue with different data in user share and the pool dataset no longer an issue with RC6 ? Correct, with rc6 you can use exclusive access and nested datasets together.
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.