• M
    add network disk support · 036ad505
    MORITA Kazutaka 提交于
    This patch adds network disk support to libvirt/QEMU.  The currently
    supported protocols are nbd, rbd, and sheepdog.  The XML syntax is like
    this:
    
        <disk type="network" device="disk">
          <driver name="qemu" type="raw" />
          <source protocol='rbd|sheepdog|nbd' name="...some image identifier...">
            <host name="mon1.example.org" port="6000">
            <host name="mon2.example.org" port="6000">
            <host name="mon3.example.org" port="6000">
          </source>
          <target dev="vda" bus="virtio" />
        </disk>
    Signed-off-by: NMORITA Kazutaka <morita.kazutaka@lab.ntt.co.jp>
    036ad505
qemu_conf.c 229.0 KB