Symantec logo
Asymmetric mounts

Asymmetric mounts allow shared file systems to be mounted with different read/write capabilities. So one node in the cluster can mount read-write, while other nodes mount read-only.

You can specify the cluster read-write (crw) option when you first mount the file system, or the options can be altered when doing a remount (mount -o remount). The first column in the following table shows the mode in which the primary is mounted. The check marks indicate the mode secondary mounts can use.

                       Secondary

Primary

ro

rw

ro, crw

ro

4

rw

4

4

ro, crw

4

4

Only mounting the primary with -o cluster,ro prevents the secondaries from mounting in a different mode, that is, read-write mode. Note that rw implies read-write capability throughout the cluster.

See the mount_vxfs(1M) manual page.