Go to main content

Oracle® ZFS Storage Appliance Administration Guide, Release OS8.7.x

Exit Print View

Updated: November 2018
 
 

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