クローンスプリットはジョブIDがなく、実行されていません
環境
- ONTAP 9.11.0
- ボリューム クローンをスプリット
問題
- クローンスプリットの進捗状況は表示されません。
Cluster::*> volume clone split show -instance
Vserver Name: svm1
FlexClone volume: clone_volume
Percentage Complete: 0
Blocks Scanned: 0
Blocks Updated: 0
- が原因で、クローンスプリットを停止できません
Operation is not in progress
。
Cluster::*> vol clone split stop -vserver svm1 -flexclone clone_volume
Error: command failed: Unable to stop clone split on volume "clone_volume" of Vserver "svm1".
Reason: Operation is not in progress.
- クローンスプリットについてのジョブが表示されません
Cluster::*> job show -id 100957
There are no entries matching your query.
Cluster::*> job history show -id 100957
There are no entries matching your query.
- 実行中のクローンスプリットがあるため、クローンをボリューム移動できません。
Cluster::*> volume move start -vserver svm1 -volume clone_volume -destination-aggregate aggr2
Error: command failed: Cannot move volume "clone_volume" in Vserver "svm1". Reason: The volume is undergoing a FlexClone split operation. Use the "volume clone split show" command to monitor the split operation for completion, or use the "volume clone split stop" command to stop the split operation.