[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [Qemu-devel] [RFC PATCH 0/3] GlusterFS support in QEMU
From: |
Stefan Hajnoczi |
Subject: |
Re: [Qemu-devel] [RFC PATCH 0/3] GlusterFS support in QEMU |
Date: |
Mon, 18 Jun 2012 16:36:04 +0100 |
On Mon, Jun 11, 2012 at 3:18 PM, Bharata B Rao
<address@hidden> 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 care of hooking up the GlusterFS protocol.
Stefan