[sheepdog] [PATCH v4 00/18] A new impelmentation of cluster snapshot

Liu Yuan namei.unix at gmail.com
Fri May 17 09:46:06 CEST 2013


On 05/17/2013 02:27 PM, Kai Zhang wrote:
> *Command usage*
> save all readonly objects to local path
> tag is used to describe a snapshot
> $collie cluster snapshot save tag /localpath
> 
> list all cluster snapshot saved in local path
> $collie cluster snapshot list /localpath
> 
> load a snapshot to a cluster
> this will format cluster firstly
> user can use tag or index to select a snapshot
> $collie cluster snapshot load tag|idx /localpath

I have tried following steps:

1 collie cluster format
2 collie vdi create test 100M -P
3 collie cluster snapshot save snap1 ./snapshot
4 collie cluster snapshot load snap1 ./snapshot

After format, the cluster is empty.

Thanks,
Yuan




More information about the sheepdog mailing list