Skip to content

Commit

Permalink
Fix docs to note new default for snapshotDir
Browse files Browse the repository at this point in the history
  • Loading branch information
clintonk committed Apr 5, 2017
1 parent 1e548c1 commit 00ebf63
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/use/ontap_options.rst
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ Volume create options for both NFS and iSCSI:
NFS has two additional options that aren't relevant when using iSCSI:

* ``unixPermissions`` - this controls the permission set for the volume itself. By default the permissions will be set to ``---rwxr-xr-x``, or in numerical notation ``0755``, and root will be the owner. Either the text or numerical format will work.
* ``snapshotDir`` - setting this to ``false`` will make the .snapshot directory invisible to clients accessing the volume. The default value is ``true``, meaning that access to snapshotted data is enabled by default. However, some images, for example the official MySQL image, dont function as expected when the .snapshot directory is visible, so turning it off may be needed.
* ``snapshotDir`` - setting this to ``true`` will make the .snapshot directory visible to clients accessing the volume. The default value is ``false``, meaning that access to snapshot data is disabled by default. Some images, for example the official MySQL image, don't function as expected when the .snapshot directory is visible.
* ``exportPolicy`` - sets the export policy to be used for the volume. The default is ``default``.
* ``securityStyle`` - sets the security style to be used for access to the volume. The default is ``unix``, value should be ``unix`` or ``mixed``.

Expand Down

0 comments on commit 00ebf63

Please sign in to comment.