How can I modify the nvfailed state of multiple volumes?
Applies to
ONTAP 9
Answer
This command will change the nvfailed state to false for all volumes for a SVM:
cluster::> set advancedcluster::*> volume modify -vserver svm1 -volume * -in-nvfailed-state falseAdditional Information
To list of volumes and their nvfailed state:
cluster::> volume show -fields nvfail