ONTAPのSVM-DRデスティネーションvolで、ワイルドカードを使用してvol efficiencyを無効にできますか。
環境
- ONTAP 9.9.1
回答
ONTAP 9.9.1では、次のエラーが表示されて
override -command
が失敗します。::> set diag
::*> vserver config override -command "volume efficiency off -vserver de*ts* -volume sou*"
Error: command failed on vserver "destsvm" volume "source1": This operation is not permitted on a Vserver that is configured as the destination for identity preserve Vserver DR.
追加情報
- 以前のバージョンのONTAPでは、ワイルドカードを使用できました。
ONTAP 9.7:
::*> vserver config override -command "volume efficiency off -vserver des*tsvm* -volume sou*" Efficiency for volume "source1" of Vserver "destsvm" is disabled. Efficiency for volume "source2" of Vserver "destsvm" is disabled. Efficiency for volume "source3" of Vserver "destsvm" is disabled. 3 entries were acted on.
- ワイルドカードのサポートがバグ 1498391によってリストアされる -特定のSVM「volume efficiency」設定上書きコマンドをワイルドカードとともに使用すると失敗する