-
Notifications
You must be signed in to change notification settings - Fork 138
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
[NFS] Reflect new Sync default in export options #2392
Comments
We might want to take advantage of this issue to also provide links to our docs related to NFS; these would be the various sections of https://rockstor.com/docs/interface/storage/file_sharing/nfs_ops.html. |
Note that this might also require a small update of our rockstor-core/src/rockstor/storageadmin/models/nfs_export_group.py Lines 49 to 53 in 578c53e
|
Linking to recent attention the NFS side of things has received:
As of now Leap 15.6 has the following info shown for the source package nfs-utils:
I'm a little reluctant to approach this change in our now late testing phase: given the model change requirement. But at least our tests have now seen some recent maintenance. I've added the new |
Copying in a more modern reference to this same nfs export group model: rockstor-core/src/rockstor/storageadmin/models/nfs_export_group.py Lines 45 to 55 in 5d0525e
Essentially unchanged, but we see the default setting further down in the above. |
The manpage for exports reads:
https://linux.die.net/man/5/exports
Leap 15.3 currently has
nfs-utils
v2.1.1:Currently. our docs incorrectly list the "sync" option as default (will be corrected in the fix for rockstor/rockstor-doc#345), and the webUI reflects the same, with the
async
choice being the default selected option.We should follow the nfs defaults and make the
sync
choice as selected by default.The text was updated successfully, but these errors were encountered: