torusctl: support create volume from another volume's snapshot#403
torusctl: support create volume from another volume's snapshot#403nak3 wants to merge 2 commits intocoreos:masterfrom nak3:create-volume-from-snapshot
Conversation
usage example1. prepare snapshot2. create volume from another volume's snapshot3. new volume is created from another volume |
lpabon
left a comment
There was a problem hiding this comment.
This should not be done in the command line code. Command line code is supposed to send an RPC request to the service. This way future calls from other clients can do this also.
|
i'd love to see this happen - but it does need to be done server side. |
|
I have already moved the code to |
|
This feature would be incredibly valuable for my team's use-case. We are looking into alternatives such as Ceph or Portworx to create new persistent storage volumes for containers from a base snapshot, but this would make Torus a competitive solution. Any way we can get eyes on this? |
fixes #273