On 2013年02月26日 01:44, Paolo Bonzini wrote:
This plumbs in the XML description of iSCSI shares. The next
patches
will add support for the libiscsi userspace initiator.
Signed-off-by: Paolo Bonzini<pbonzini(a)redhat.com>
---
docs/formatdomain.html.in | 7 +++++-
docs/schemas/domaincommon.rng | 1 +
src/conf/domain_conf.c | 3 ++-
src/conf/domain_conf.h | 1 +
.../qemuxml2argv-disk-drive-network-iscsi.xml | 27 ++++++++++++++++++++++
tests/qemuxml2xmltest.c | 1 +
6 files changed, 38 insertions(+), 2 deletions(-)
create mode 100644 tests/qemuxml2argvdata/qemuxml2argv-disk-drive-network-iscsi.xml
diff --git a/docs/formatdomain.html.in b/docs/formatdomain.html.in
index 094b509..fd6d5ae 100644
--- a/docs/formatdomain.html.in
+++ b/docs/formatdomain.html.in
@@ -1438,7 +1438,7 @@
to the directory to use as the disk. If the disk<code>type</code>
is "network", then the<code>protocol</code> attribute
specifies
the protocol to access to the requested image; possible values
- are "nbd", "rbd", "sheepdog" or
"gluster". If the
+ are "nbd", "iscsi", "rbd", "sheepdog" or
"gluster". If the
Worth to add "<span class="since">since 1.0.4</span>"?
ACK with the question kept.