volume flexcache origin config modify
- PDF of this doc site
Collection of separate PDF docs
Creating your file...
Modify FlexCache Origin Configuration
Availability: This command is available to cluster and Vserver administrators at the advanced privilege level.
Description
The volume flexcache origin config modify
command modifies volume specific options of an origin of a FlexCache volume.
Parameters
-origin-vserver <Vserver Name>
- Vserver Name (privilege: advanced)-
This specifies the Vserver in which the origin of a FlexCache volume is located.
-origin-volume <volume name>
- Origin Volume Name (privilege: advanced)-
This specifies the origin of a FlexCache volume.
[-is-bli-enabled {true|false}]
- Is BLI Enabled (privilege: advanced)-
This parameter specifies whether data invalidation at block level is enabled or not. By default,
-is-bli-enabled
isfalse
. [-is-global-file-locking-enabled {true|false}]
- Is Global File Locking Enabled (privilege: advanced)-
This parameter specifies the global file locking mode for the volume. By default,
-is-global-file-locking-enabled
isfalse
. When global file locking mode is enabled for the volume, the "is_disconnected_mode_off_for_locks" flag is always set totrue
.
Examples
The following example modifies the is-bli-enabled field value to true:
cluster1::> flexcache origin config modify -origin-volume origin_flexgroup -origin-vserver vs3_c2 -is-bli-enabled true (volume flexcache origin config show)
cluster1::> flexcache origin config show -origin-volume origin_flexgroup -origin-vserver vs3_c2 (volume flexcache origin config show) Vserver: vs3_c2 Origin Volume Name: origin_flexgroup Is BLI Enabled: true