在销毁SVM根卷的聚合后、无法重新创建此根卷
适用场景
- ONTAP 9
- Storage Virtual Machine (SVM)
- SVM根卷
问题描述
- SVM根卷处于不可恢复的状态:
cluster1::> volume show svm1_root
Vserver Volume Aggregate State Type Size Available Used%
--------- ------------ ------------ ---------- ---- ---------- ---------- -----
svm1 svm1_root - - RW - - -
- 无法删除SVM根卷、因为SVM仍具有其他数据卷:
cluster1::*> volume delete svm1_root -vserver svm1
Error: command failed: Cannot delete root volume because the Vserver has volumes.
- 尝试为此Vserver创建新卷失败、并显示以下错误:
cluster1::> volume create -volume test -vserver svm1 -size 1GB -aggregate cluster1_01_SSD_1
Error: command failed: Unable to get default security-style from the root volume of the Vserver due to root volume offline. Provide security-style.
- 尝试使用
-vsroot true
选项创建新根卷失败:
cluster1::*> volume create -vserver svm1 -volume svm1_root_1 -aggregate cluster1_02_SSD_1 -size 1GB -vsroot true -security-style ntfs
[Job 238] Job is queued: Create svm1_root_1.
Error: command failed: [Job 238] Job failed: Failed to create the volume in Volume Location Database. Reason: VLDB found an existing Vserver root volume.