aboutsummaryrefslogtreecommitdiffstats
path: root/tools/examples/xmexample3
diff options
context:
space:
mode:
authorKeir Fraser <keir.fraser@citrix.com>2008-08-06 09:34:55 +0100
committerKeir Fraser <keir.fraser@citrix.com>2008-08-06 09:34:55 +0100
commit66e56e754b601d56be639370fdfcae3231a35b2c (patch)
treeacea75307ccab8c411a8357dad886246a13444f0 /tools/examples/xmexample3
parent1d0103c4da578fba9dee662b1e72ba69a58c22e0 (diff)
downloadxen-66e56e754b601d56be639370fdfcae3231a35b2c.tar.gz
xen-66e56e754b601d56be639370fdfcae3231a35b2c.tar.bz2
xen-66e56e754b601d56be639370fdfcae3231a35b2c.zip
install more documentation to /usr/share/doc/xen and /etc/xen
Also resync xmexample3 with xmexample1 and 2. Signed-off-by: Samuel Thibault <samuel.thibault@eu.citrix.com>
Diffstat (limited to 'tools/examples/xmexample3')
-rw-r--r--tools/examples/xmexample322
1 files changed, 22 insertions, 0 deletions
diff --git a/tools/examples/xmexample3 b/tools/examples/xmexample3
index 8610fcc483..99281904fd 100644
--- a/tools/examples/xmexample3
+++ b/tools/examples/xmexample3
@@ -207,4 +207,26 @@ extra = "4 VMID=%d" % vmid
#on_reboot = 'restart'
#on_crash = 'restart'
+#-----------------------------------------------------------------------------
+# Configure PVSCSI devices:
+#
+#vscsi=[ 'PDEV, VDEV' ]
+#
+# PDEV gives physical SCSI device to be attached to specified guest
+# domain by one of the following identifier format.
+# - XX:XX:XX:XX (4-tuples with decimal notation which shows
+# "host:channel:target:lun")
+# - /dev/sdxx or sdx
+# - /dev/stxx or stx
+# - /dev/sgxx or sgx
+# - result of 'scsi_id -gu -s'.
+# ex. # scsi_id -gu -s /block/sdb
+# 36000b5d0006a0000006a0257004c0000
+#
+# VDEV gives virtual SCSI device by 4-tuples (XX:XX:XX:XX) as
+# which the specified guest domain recognize.
+#
+
+#vscsi = [ '/dev/sdx, 0:0:0:0' ]
+
#============================================================================