Viewing Clones of a Snapshot (CLI)

Use the following procedure to view a list of all clones created from a particular snapshot.

  1. Go to and select the snapshot.
    hostname:shares myproject/demo_share> snapshots
    hostname:shares myproject/demo_share snapshots> select snap1
    hostname:shares myproject/demo_share@snap1>
  2. Enter the list clones command.
    hostname:shares myproject/demo_share@snap1> list clones
    
    Clones: 2 total
    
    PROJECT          SHARE
    myproject        demo_clone1
    myproject        demo_clone2
    hostname:shares myproject/demo_share@snap1

    The result shows how many clones exist, the project in which each resides, and the name of each clone.