vol modify コマンドは、シンプロビジョニングされた LUN でエラーを生成します
環境
- ONTAP 9
- スペース効率 / スペースの計算
問題
percent-snapshot-space
、 1 つの大きなチャンク内で拡張できず、小さな手順で同じターゲット値に増やすことはできませんcluster2::*> df -A -h aggr1
Aggregate total used avail capacity
aggr1 28GB 40MB 28GB 0%
aggr1/.snapshot 0B 0B 0B 0%
2 entries were displayed.
cluster2::*> vol create -vserver svm1 -space-guarantee none -percent-snapshot-space 0 -volume test -aggregate aggr1 -size 100g
に関するネットアップのドキュメントを参照してください。
cluster2::*> vol modify -vserver svm1 -volume test -percent-snapshot-space 99
Error: command failed: Unable to set volume attribute "percent-snapshot-space" for volume "test" on Vserver"svm1". Reason: Insufficient space on volume "test" to complete operation.
cluster2::*> vol modify -vserver svm1 -volume test -percent-snapshot-space 50
Error: command failed: Unable to set volume attribute "percent-snapshot-space" for volume "test" on Vserver "svm1". Reason: Insufficient space on volume "test" to complete operation.
cluster2::*> vol modify -vserver svm1 -volume test -percent-snapshot-space 40
Error: command failed: Unable to set volume attribute "percent-snapshot-space" for volume "test" on Vserver "svm1". Reason: Insufficient space on volume "test" to complete operation.
cluster2::*> vol modify -vserver svm1 -volume test -percent-snapshot-space 10
Volume modify successful on volume test of Vserver svm1.
cluster2::*> vol modify -vserver svm1 -volume test -percent-snapshot-space 20
Volume modify successful on volume test of Vserver svm1.
cluster2::*> vol modify -vserver svm1 -volume test -percent-snapshot-space 30
Volume modify successful on volume test of Vserver svm1.
cluster2::*> vol modify -vserver svm1 -volume test -percent-snapshot-space 40
Volume modify successful on volume test of Vserver svm1.
cluster2::*> vol modify -vserver svm1 -volume test -percent-snapshot-space 50
Volume modify successful on volume test of Vserver svm1.
cluster2::*> vol modify -vserver svm1 -volume test -percent-snapshot-space 90
Error: command failed: Unable to set volume attribute "percent-snapshot-space" for volume "test" on Vserver "svm1". Reason: Insufficient space on volume "test" to complete operation