MORITA Kazutaka 036ad5052b add network disk support
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: MORITA Kazutaka <morita.kazutaka@lab.ntt.co.jp>
2010-12-09 14:09:12 -07:00
..
2009-10-06 11:12:53 +01:00
2010-12-09 14:09:12 -07:00
2010-10-13 13:50:07 +02:00
2009-11-06 16:05:18 +01:00
2010-08-24 11:14:46 -06:00
2010-11-01 15:24:44 -06:00
2009-09-22 12:55:39 +02:00
2009-12-03 15:27:24 +01:00
2010-05-07 19:52:35 +02:00
2009-09-22 12:55:39 +02:00
2009-07-16 15:06:42 +02:00
2009-04-15 20:42:50 +00:00
2009-04-15 20:42:50 +00:00
2009-04-15 20:42:50 +00:00
2009-04-15 20:42:50 +00:00
2009-04-15 20:42:50 +00:00
2009-04-15 20:42:50 +00:00
2010-02-04 19:09:28 +01:00
2010-11-30 20:42:46 +01:00
2009-07-29 09:04:21 +01:00
2009-04-15 20:42:50 +00:00
2010-07-27 15:41:36 -04:00
2010-11-05 13:24:04 +00:00
2008-09-18 09:00:10 +00:00