如果带有无限卷的 Storage Virtual Machine (SVM) 的根卷不可用,您必须在特定聚合上创建一个新根卷,以替换不可用的根卷。您无法将现有卷提升为根卷。
为带有无限卷的 SVM 创建新根卷时,系统将自动删除不可用的旧根卷。
系统将自动创建一个大小适合带有无限卷的 SVM 的新根卷。 对于带有无限卷的 SVM,并不要求根卷的大小为 1 GB。
以下示例显示了如何为带有无限卷的 SVM vs0 创建新根卷以及如何挂载无限卷 repo_vol:
cluster1::> set -privilege advanced Warning: These advanced commands are potentially dangerous; use them only when directed to do so by technical support. Do you want to continue? {y|n}: y cluster1::*> volume make-vsroot -vserver vs0 -volume vs0_root1 -aggregate aggr1 Warning: Creating a new Vserver root volume will delete the old Vserver root volume "vs0_root". Do you want to continue? {y|n}: y cluster1::*> volume show -volume vs0_root1 -instance Vserver Name: vs0 Volume Name: vs0_root1 ... Junction Path: / ... Vserver Root Volume: true ... cluster1::*> volume mount -vserver vs0 -volume repo_vol -junction-path /NS -active true -policy-override false [Job 69] Job succeeded: Volume "repo_vol" on Vserver "vs0" is mounted at "/NS". cluster1::*> volume show -vserver vs0 -volume repo_vol -fields state, junction-path vserver volume state junction-path ------- -------- ------ ------------- vs0 repo_vol online /NS