glusterd2 icon indicating copy to clipboard operation
glusterd2 copied to clipboard

Missing Volume Clone API

Open humblec opened this issue 7 years ago • 3 comments

Currently GD2 is missing a single API for create a Clone from a volume. At present the consumer/client has to call snapcreate,activate and snapclone to create a volume from a source volume. These actions should be wrapped up in a single API so that client can call it via couple of args as shown below and get the new volume which is clone of the source.

func CloneVolume(Parentvolumename, CloneVolumeName)

humblec avatar Nov 29 '18 12:11 humblec

@Madhu-1 fyi :)

humblec avatar Nov 29 '18 12:11 humblec

@rafikc30 ^^

aravindavk avatar Nov 30 '18 05:11 aravindavk

Not a priority for GCS 1.0.

atinmu avatar Nov 30 '18 11:11 atinmu