[sheepdog-users] collie vdi write

MORITA Kazutaka morita.kazutaka at gmail.com
Fri Mar 22 01:10:45 CET 2013


At Thu, 21 Mar 2013 21:19:48 +0100,
Valerio Pachera wrote:
> 
> Hi, may you write an example of use of 'vdi write'?
> 
> Does it read from stdin?
> What's its function?

 Usage: collie vdi write [-a address] [-p port] [-w] [-h] <vdiname> [<offset> [<len>]]
 Options:
   -a, --address           specify the daemon address (default: localhost)
   -p, --port              specify the daemon port
   -w, --writeback         use writeback mode
   -h, --help              display this help and exit

The command reads data from stdin and writes data to the vdi.

E.g.

 $ collie vdi write test < /tmp/vm_image_file.raw

Thanks,

Kazutaka



More information about the sheepdog-users mailing list