CLI Guide

Table Of Contents
[-r|--rule-set] Rule-set to which this rule is added.
* - argument is positional.
Description
Describes when to resume I/O on all clusters in the island containing the specified cluster.
Example
In the following example, the rule island-containing command creates a rule that dictates:
1. Metro node waits for 10 seconds after a link failure and then:
2. Resumes I/O to the island containing cluster-1,
3. Detaches any other islands.
VPlexcli:/distributed-storage/rule-sets/TestRuleSet/rules> ds rule island-containing --
clusters cluster-1 --delay 10s
VPlexcli:/distributed-storage/rule-sets/TestRuleSet/rules> ll
RuleName RuleType Clusters ClusterCount Delay Relevant
-------- ----------------- --------- ------------ ----- --------
rule_1 island-containing cluster-1 - 10s true
See also
ds dd remove-all-rules
ds rule destroy
ds rule-set copy
ds rule-set create
ds rule-set destroy
ds rule-set what-if
ds rule-set copy
Copy an existing rule-set.
Contexts
All contexts.
In /distributed-storage/rule-sets context, command is copy.
In /distributed-storage context, command is rule-set copy.
Syntax
ds rule-set copy
[-s|--source] rule-set
[-d|--destination] new-rule-set
158
Commands