SVMのルートボリュームをホストしているアグリゲートにスペースがないためにボリュームのマウントが失敗する
環境
ONTAP 9
問題
- アグリゲート内にスペースがあると、アグリゲート上にボリュームを作成できません。
Cluster::*> volume create -vserver svm1 -volume volume1 -aggregate node4_aggr -size 2TB -state online -policy AgfaDefault -junction-path /volume1 -junction-active true -snapshot-policy none -space-guarantee volume -security-style ntfs
[Job 79838] Job is queued: Create volume1.
Error: command failed: [Job 79838] Job failed: Volume created successfully but not mounted. Reason: Failed to create or determine if a junction exists within volume
"svm1_root". Error occurred with the remaining junction path of "/volume1" for the given path of "/volume1" Reason: No space left on device.
- ボリュームを作成するアグリゲートにはスペースがあります。
::> df -A -h
Aggregate Total Size used avail capacity FabricPool
node4_aggr 203.35t 2.73m 203.35t 0%
node4_aggr/.snapshot 0.00 0.00 0.00 0%
- SVMルートボリュームが配置されているアグリゲートがフルの場合:
df -A -h
Aggregate Total Size used avail capacity FabricPool
node3_aggr 176.49t 176.49t 0.00 100%
node3_aggr/.snapshot 0.00 0.00 0.00 0%