ボリューム効率は変更したり停止したりできない
環境
- ONTAP 9
- ボリュームコウリツカ
問題
volume efficiency modify
コマンドは以下のように失敗します:
::> volume efficiency modify -vserver svm1 -volume vol1 -storage-efficiency-mode efficient
Error: command failed: Failed to modify efficiency configuration for volume "vol1" of Vserver
"svm1": Please stop existing efficiency scanners using "volume efficiency stop".
- ランニング
volume efficiency stop -vserver svm1 -volume vol1 -all true
コマンドは出力を返します:
The efficiency operation for volume "vol1" of Vserver "svm1" is being stopped.
- しかし、
volume efficiency modify
コマンドは以前と同じエラーで失敗します。