LINBIT / linstor-server

High Performance Software-Defined Block Storage for container, cloud and virtualisation. Fully integrated with Docker, Kubernetes, Openstack, Proxmox etc.
https://docs.linbit.com/docs/linstor-guide/
GNU General Public License v3.0
984 stars 76 forks source link

How to change the default name of auto snapshot taken by linstor? #322

Open Akshaykadam66 opened 2 years ago

Akshaykadam66 commented 2 years ago

I am able to capture the snapshots of resource-definition using below commandslinstor rd sp pvc-00 AutoSnapshot/RunEvery 15 which captures a snapshot of given resource-definition(pvc-00) after every 15 minutes..

 ResourceName  ┊ SnapshotName
 pvc-006              ┊ autoSnap00071

the snapshot is by default getting captured with the name autoSnap00071 , is there a way where i can manually provide a name to snapshots?

Thanks in advance