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 advanced
cluster::*> volume modify -vserver svm1 -volume * -in-nvfailed-state false
Additional Information
To list of volumes and their nvfailed state:
cluster::> volume show -fields nvfail