qemu-discuss
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Qemu-discuss] Add a Ceph disk using blockdev-add


From: Matthew Anderson
Subject: [Qemu-discuss] Add a Ceph disk using blockdev-add
Date: Mon, 27 Oct 2014 13:12:30 +0800

Hi All,

I'm trying to hot add a disk to a running QEMU 2.1.2 VM but haven't
had any joy getting the syntax right or figuring out if it's actually
supported. Does anyone know if this is possible using the blockdev-add
QMP command? I've tried different combinations of rbd, raw and file
for the driver field but usually just get a syntax error.

My command looks like -
{ "execute": "blockdev-add",
    "arguments": { {"options" : {
        "driver": "raw",
        "file": { "driver": "file", "filename": "rbd:nearline/test" },
        "id": "drive_test"
      }}
}

Thanks!



reply via email to

[Prev in Thread] Current Thread [Next in Thread]