SVM 根卷是否应托管在 MetroCluster 中的镜像聚合上?
不可不使用
适用于
- MetroCluster
问题解答
是的、在 MetroCluster 环境中、所有存储虚拟机( SVM )根卷必须托管在镜像聚合上。
其他信息
识别未托管在镜像聚合上的 SVM 根卷并使用vol move
将其迁移到镜像聚合。
ClusterA::*> vol show -vsroot true
Vserver Volume Aggregate State Type Size Available Used%
--------- ------------ ------------ ---------- ---- ---------- ---------- -----
svm1 svm_root unmirrored online RW 1GB 972.3MB 0%
ClusterA::*> storage aggregate show -mirror true Aggregate Size Available Used% State #Vols Nodes RAID Status --------- -------- --------- ----- ------- ------ --------------- ------------ aggr1 6.21TB 1.78TB 71% online 49 clusterA-01 raid_dp, mirrored, normal aggr2 56.04MB 55.89GB 0% online 0 clusterA-02 raid_dp, mirrored, normal clusterA::> volume move start -vserver svm1 -volume svm_root -destination-aggregate aggr2