Creates a new volume from a volume or snapshot
Create a clone for the specified volume
pxc volume clone [VOLUME] [NAME] [flags]
# Create a new volume called 'newvolume' from an existing volume called 'oldvolume'
pxc create volumeclone oldvolume newvolume
-h, --help help for clone
--pxc.config string Config file (default is $HOME/.pxc/config.yml)
--pxc.config-dir string Config directory (default "/home2/lpabon/.pxc")
--pxc.context string Force context name for the command
--pxc.token string Portworx authentication token
--pxc.v int32 [0-3] Log level verbosity
- pxc volume - Volume life cycle management