Installation manual

Adding a Managed Volume
Allowing the Volume to Modify on Import
CLI Storage-Management Guide 9-15
Disallowing Renames
If auto-sync jobs are not allowed to rename files that collide, those files cannot be
synchronized. The metadata for those files remains stale, so clients cannot access
them. To disallow renames, use the
no auto sync files rename-files command:
no auto sync files rename-files
For example,
bstnA6k(gbl)# namespace medarcv
bstnA6k(gbl-ns[medarcv])# volume /rcrds
bstnA6k(gbl-ns-vol[medarcv~/rcrds])# no auto sync files rename-files
bstnA6k(gbl-ns-vol[medarcv~/rcrds])# ...
Disabling File Auto-Synchronization
The CLI Maintenance Guide describes a manual sync utility that you can use to
synchronize metadata on command. You can use this utility as needed. From
gbl-ns-vol mode, use
no auto sync files to stop the automatic syncs and rely
exclusively on the manual utility:
no auto sync files
For example:
bstnA6k(gbl)# namespace medarcv
bstnA6k(gbl-ns[medarcv])# volume /itvol
bstnA6k(gbl-ns-vol[medarcv~/itvol])# no auto sync files
bstnA6k(gbl-ns-vol[medarcv~/itvol])# ...