On Mon, Jun 11, 2012 at 07:48:07PM +0530, Bharata B Rao wrote:
>
> # qemu-system-x86_64 --enable-kvm --nographic -smp 4 -m 1024 -drive
> file=gluster:c-qemu.vol:/F16,format=gluster
>
If you notice above, I am directly feeding the gluster volume file to QEMU.
During my discussions with GlusterFS
On Mon, Jun 18, 2012 at 04:36:04PM +0100, Stefan Hajnoczi wrote:
> On Mon, Jun 11, 2012 at 3:18 PM, Bharata B Rao
> wrote:
> > 4. Creating VM image
> >
> > # qemu-img create -f gluster gluster:c-qemu.vol:/F16 5G
>
> Do you really need "-f gluster"?
I realized that we don't. I was picked it up fr
On Mon, Jun 11, 2012 at 3:18 PM, Bharata B Rao
wrote:
> 4. Creating VM image
>
> # qemu-img create -f gluster gluster:c-qemu.vol:/F16 5G
Do you really need "-f gluster"? The format should be "raw" (default)
and the protocol should be "gluster". Specifying "gluster:..." as the
filename takes car