aboutsummaryrefslogtreecommitdiffstats
path: root/tools/libxl/check-xl-disk-parse
diff options
context:
space:
mode:
authorIan Jackson <Ian.Jackson@eu.citrix.com>2012-08-06 12:24:46 +0100
committerIan Jackson <Ian.Jackson@eu.citrix.com>2012-08-06 12:24:46 +0100
commit6390110d62f80d487730de9bdb1152f2764ffc16 (patch)
treeaea202fded5b97b2884b543310e27b6f03bf761b /tools/libxl/check-xl-disk-parse
parent1a3e84bd85c6804668fe32f83c0c2912956b9ff6 (diff)
downloadxen-6390110d62f80d487730de9bdb1152f2764ffc16.tar.gz
xen-6390110d62f80d487730de9bdb1152f2764ffc16.tar.bz2
xen-6390110d62f80d487730de9bdb1152f2764ffc16.zip
Backed out changeset a8d708fcb347
25727:a8d708fcb347 was mangled during commit. Back it out so that we can commit it properly. Committed-by: Ian Jackson <ian.jackson@eu.citrix.com>
Diffstat (limited to 'tools/libxl/check-xl-disk-parse')
-rwxr-xr-xtools/libxl/check-xl-disk-parse39
1 files changed, 0 insertions, 39 deletions
diff --git a/tools/libxl/check-xl-disk-parse b/tools/libxl/check-xl-disk-parse
index 41fb7afa2a..ffe3613bde 100755
--- a/tools/libxl/check-xl-disk-parse
+++ b/tools/libxl/check-xl-disk-parse
@@ -142,44 +142,5 @@ disk: {
EOF
one 0 vdev=hdc,access=r,devtype=cdrom,format=empty
-one 0 vdev=hdc,access=r,devtype=cdrom
-
-expected <<EOF
-disk: {
- "backend_domid": 0,
- "pdev_path": "iqn.2001-05.com.equallogic:0-8a0906-23fe93404-c82797962054a96d-examplehost",
- "vdev": "xvda",
- "backend": "unknown",
- "format": "raw",
- "script": "block-iscsi",
- "removable": 0,
- "readwrite": 1,
- "is_cdrom": 0
-}
-
-EOF
-
-# http://backdrift.org/xen-block-iscsi-script-with-multipath-support
-one 0 iscsi:iqn.2001-05.com.equallogic:0-8a0906-23fe93404-c82797962054a96d-examplehost,xvda,w
-one 0 vdev=xvda,access=w,script=block-iscsi,target=iqn.2001-05.com.equallogic:0-8a0906-23fe93404-c82797962054a96d-examplehost
-
-expected <<EOF
-disk: {
- "backend_domid": 0,
- "pdev_path": "app01",
- "vdev": "hda",
- "backend": "unknown",
- "format": "raw",
- "script": "block-drbd",
- "removable": 0,
- "readwrite": 1,
- "is_cdrom": 0
-}
-
-EOF
-
-# http://lists.linbit.com/pipermail/drbd-user/2008-September/010221.html
-# http://www.drbd.org/users-guide-emb/s-xen-configure-domu.html
-one 0 drbd:app01,hda,w
complete