Skip to main content

volume flexcache origin config show

Show FlexCache Origin Configuration

Availability: This command is available to cluster and Vserver administrators at the advanced privilege level.

Description

The volume flexcache origin config show command displays volume specific options of an origin of a FlexCache volume.

Parameters

{ [-fields <fieldname>, ...]
If you specify the -fields <fieldname>, ... parameter, the command output also includes the specified field or fields. You can use '-fields ?' to display the fields to specify.
| [-instance ]}
If you specify the -instance parameter, the command displays detailed information about all fields.
[-origin-vserver <Vserver Name>] - Vserver Name
If this parameter and the -origin-volume parameter are specified, the command displays options for the specified origin of a FlexCache volume. If this parameter is specified by itself, the command displays options for all origin of a FlexCache volumes in the specified Vserver.
[-origin-volume <volume name>] - Origin Volume Name
If this parameter is specified, the command displays options for the specified origin of a FlexCache volume.
[-is-bli-enabled {true|false}] - Is BLI Enabled
If this parameter is specified, the command displays the origin of a FlexCache volume matching the specified value. Possible values are:
  • false - Block level invalidation is not set
  • true - Block level invalidation is set
[-is-global-file-locking-enabled {true|false}] - Is Global File Locking Enabled
If this parameter is specified, the command displays the origin configurations matching the specified value. Global file locking mode is a mode where protocol read locking semantics are enforced across all FlexCaches and origins of a FlexCache volume. To completely disable/enable global file locking mode, kindly use "flexcache origin config modify" command in advanced privilege with -is-global-file-locking-enabled set to true/false depending upon the requirement. When global file locking mode is enabled for the volume, the "is_disconnected_mode_off_for_locks" flag is always set to true. Possible values are:
  • false - Global file locking mode is not set
  • true - Global file locking mode is set

Examples

The following example displays FlexCache origin options:

cluster1::> volume flexcache origin config show
(volume flexcache origin config show)
Origin-Vserver Origin-Volume Is-BLI-Enabled Is-Global-File-Locking-
Enabled
--------------- --------------- -------------- ------------------------------
vs34 origin1 true true
vs34 origin2_new false false
2 entries were displayed.