Module for managing NFS version 3.
Add an export
CLI Example:
salt '*' nfs3.add_export path='/srv/test' hosts='127.0.0.1' options=['rw']
Remove an export
CLI Example:
salt '*' nfs.del_export /media/storage
List configured exports
CLI Example:
salt '*' nfs.list_exports
Trigger a reload of the exports file to apply changes
CLI Example:
salt '*' nfs3.reload_exports
Generated on October 23, 2024 at 09:02:06 UTC.
You are viewing docs for the latest stable release, 3007.1. Switch to docs for the previous stable release, 3006.9, or to a recent doc build from the master branch.
© 2024 VMware, Inc. | Privacy Policy