coreos / torus

Torus Distributed Storage
https://coreos.com/blog/torus-distributed-storage-by-coreos.html
Apache License 2.0
1.78k stars 172 forks source link

Create Volume from another volume's snapshot #273

Open barakmich opened 8 years ago

barakmich commented 8 years ago

It's a relatively straightforward extension to the block package. A little extra bookkeeping (create the volume, and seed it with blocks referenced in the other volume) but it shouldn't be hard.

Then, expose it as torusctl block volume from-snapshot VOL@SNAP NEWVOL