Skip to main content
A newer release of this product is available.

volume clone split show

Contributors
Suggest changes

Show the status of FlexClone split operations in-progress

Availability: This command is available to cluster and Vserver administrators at the admin privilege level.

Description

The volume clone split show command displays the progress information of all the active FlexClone volume splitting jobs. This command is only supported for flexible volumes. By default, this command displays the following information:

  • Vserver name

  • FlexClone volume name

  • Number of inodes processed during clone splitting

  • Total inodes to be processed during clone splitting

  • Percentage of inodes processed

  • Percentage of blocks processed

  • Total number of blocks scanned for clone splitting

  • Total number of blocks updated for clone splitting

If the -instance option is also specified, detailed information about all splitting jobs is displayed.

Parameters

{ [-fields <fieldname>,…​]

This specifies the fields to be displayed, for all the ongoing FlexClone splitting jobs.

| [-instance ] }

This specifies the command to display detailed information about the ongoing FlexClone volume splitting jobs.

[-vserver <vserver name>] - Vserver Name

Selects information about the ongoing FlexClone volume splitting jobs for all FlexClone volumes on this Vserver.

[-flexclone <volume name>] - FlexClone Volume

Selects information about ongoing FlexClone volume splitting jobs for this FlexClone volume.

[-inodes-processed <integer>] - Inodes processed

Selects information about all the ongoing FlexClone splitting jobs which have the specified number of Inodes processed.

[-inodes-total <integer>] - Total Inodes

Selects information about all the ongoing FlexClone splitting jobs that have the specified number of total Inodes to be processed.

[-inode-percentage-complete <integer>] - Inode Percentage complete

Selects information about all the ongoing FlexClone splitting jobs that have the specified percentage of Inode processing completed.

[-block-percentage-complete <integer>] - Block Percentage complete

Selects information about all the ongoing FlexClone splitting jobs that have the specified percentage of Block processing completed.

[-blocks-scanned <integer>] - Blocks Scanned

Selects information about all the ongoing FlexClone splitting jobs that have the specified number of blocks scanned.

[-blocks-updated <integer>] - Blocks Updated

Selects information about all the ongoing FlexClone splitting jobs that have the specified number of blocks updated.

Examples

The following example displays information about all the ongoing FlexClone splitting jobs in the cluster.

cluster1::> volume clone split show
  (volume clone split show)
                                Inodes              Blocks
                        --------------------- ---------------------
Vserver   FlexClone      Processed      Total Scanned Updated % Inode  % Block
							      Complete Complete
--------- ------------- ---------- ---------- ------- ------- -------- ---------
vs1       fc_vol_1               0       1260     0     0        0	 0

The following example displays information about FlexClone volume fc_vol_2 residing on Vserver vs0 .

cluster1::> volume clone split show -vserver vs0 -flexclone fc_vol_2 -instance
  (volume clone split show)

             Vserver Name: vs0
         FlexClone Volume: fc_vol_2
         FlexClone Volume: fc_vol_2
         Inodes processed: 0
             Total Inodes: 3192
Inode Percentage complete: 0
Block Percentage complete: 0
           Blocks Scanned: 0
           Blocks Updated: 0