无法创建卷或克隆卷:不允许在非主聚合上执行操作
适用于
- ONTAP 9
- 聚合
问题
- 尝试创建卷时出现错误消息:
::> volume create -volume volA -aggregate aggr1 -size 10g
[Job 42] Job is queued: Create volA.
Error: command failed: [Job 42] Job failed: Failed to create the volume on node "node-01". Reason: Operation is disallowed on an aggregate which is not home.
- 或卷的 flexclone:
::> volume clone create -flexclone vol1 -type RW -parent-vserver svm1 -parent-volume vol1
[Job 41] Job is queued: Create vol1c.
Error: command failed: [Job 41] Job failed: Failed to create the clone volume on node. Reason: Operation is disallowed on an aggregate which is not home.