From 10219f207684c92c5f985d6de6f0403ba793a56e Mon Sep 17 00:00:00 2001 From: Philipp Hahn Date: Wed, 20 Mar 2013 11:45:29 +0100 Subject: [PATCH] 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 --- docs/schemas/storagepool.rng | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) 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 -- 2.47.2