跳转到主内容

克隆拆分未在进行中、并且没有作业ID

i
Knowledge Base guidance

This article may include metadata, visibility, validation state, and related support guidance.

适用场景

  • 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.