From: Philipp Hahn Date: Wed, 20 Mar 2013 10:45:29 +0000 (+0100) Subject: doc/schema: Support iqn for storage pools X-Git-Url: http://xenbits.xensource.com/gitweb?a=commitdiff_plain;h=10219f207684c92c5f985d6de6f0403ba793a56e;p=libvirt.git doc/schema: Support iqn for storage pools iSCSI qualified names (iqn) from RFC3721 may contain colons (':'), which neither matches the absFilePath nor genericName: $ virsh pool-dumpxml myiscsipool ... ... ... Add IscsiQualifiedName type and allow its use in sourceiscsi. Signed-off-by: Philipp Hahn --- diff --git a/docs/schemas/storagepool.rng b/docs/schemas/storagepool.rng index 2b1f08dd5e..0cc0406f51 100644 --- a/docs/schemas/storagepool.rng +++ b/docs/schemas/storagepool.rng @@ -231,6 +231,7 @@ + @@ -492,7 +493,6 @@ - @@ -519,6 +519,12 @@ + + + iqn\.[0-9]{4}-(0[1-9]|1[0-2])\.[a-zA-Z0-9\.\-]+(:.+)? + + + -1