Why does 'volume show -fields vserver-dr-protection' command display volumes with both 'protected' and 'unprotected' statuses?
Applies to
- ONTAP 9
- SnapMirror
- SVM DR
- vserver-dr-protection
Answer
- The default setting for volumes is that
vserver-dr-protection
is configured asprotected
. - Any volume shown as
unprotected
has been manually changed after the fact. - Please decide whether to include the volume in DR protection and if necessary, modify the configuration using the command below:
::> vol modify -vserver <vserver name> -volume <volume name> -vserver-dr-protection <protected|unprotected>