2015-11-06 13:20:06 +00:00
|
|
|
LC_ALL=C \
|
|
|
|
PATH=/bin \
|
|
|
|
HOME=/home/test \
|
|
|
|
USER=test \
|
|
|
|
LOGNAME=test \
|
|
|
|
QEMU_AUDIO_DRV=none \
|
2017-04-06 16:19:48 +00:00
|
|
|
/usr/bin/qemu-system-i686 \
|
2015-11-06 14:29:41 +00:00
|
|
|
-name QEMUGuest1 \
|
2015-11-06 13:20:06 +00:00
|
|
|
-S \
|
2018-03-29 10:51:55 +00:00
|
|
|
-machine pc,accel=tcg \
|
2015-11-06 13:20:06 +00:00
|
|
|
-m 214 \
|
2016-06-23 11:29:16 +00:00
|
|
|
-smp 1,sockets=1,cores=1,threads=1 \
|
2015-11-06 14:29:52 +00:00
|
|
|
-uuid c7a5fdbd-edaf-9455-926a-d65c16db1809 \
|
2015-11-06 13:20:06 +00:00
|
|
|
-nographic \
|
2018-03-29 10:51:55 +00:00
|
|
|
-no-user-config \
|
2016-01-13 00:26:40 +00:00
|
|
|
-nodefaults \
|
2017-06-26 14:40:39 +00:00
|
|
|
-chardev socket,id=charmonitor,path=/tmp/lib/domain--1-QEMUGuest1/monitor.sock,\
|
|
|
|
server,nowait \
|
2018-03-28 22:04:58 +00:00
|
|
|
-mon chardev=charmonitor,id=monitor,mode=control \
|
2018-03-29 10:51:55 +00:00
|
|
|
-rtc base=utc \
|
2018-03-29 10:51:55 +00:00
|
|
|
-no-shutdown \
|
2015-11-06 13:20:06 +00:00
|
|
|
-no-acpi \
|
|
|
|
-boot c \
|
|
|
|
-usb \
|
2016-10-14 03:37:45 +00:00
|
|
|
-drive file=gluster://example.org:6000/Volume1/Image,file.debug=4,format=raw,\
|
|
|
|
if=none,id=drive-virtio-disk0 \
|
2016-01-13 00:26:40 +00:00
|
|
|
-device virtio-blk-pci,bus=pci.0,addr=0x3,drive=drive-virtio-disk0,\
|
|
|
|
id=virtio-disk0 \
|
2016-10-14 03:37:45 +00:00
|
|
|
-drive 'file=gluster+unix:///Volume2/Image?socket=/path/to/sock,file.debug=4,\
|
|
|
|
format=raw,if=none,id=drive-virtio-disk1' \
|
2016-01-13 00:26:40 +00:00
|
|
|
-device virtio-blk-pci,bus=pci.0,addr=0x4,drive=drive-virtio-disk1,\
|
2016-07-25 13:24:54 +00:00
|
|
|
id=virtio-disk1 \
|
2017-10-23 14:39:49 +00:00
|
|
|
-drive file.driver=gluster,file.volume=Volume3,file.path=Image.qcow2,\
|
2016-07-25 13:24:54 +00:00
|
|
|
file.server.0.type=tcp,file.server.0.host=example.org,file.server.0.port=6000,\
|
|
|
|
file.server.1.type=tcp,file.server.1.host=example.org,file.server.1.port=24007,\
|
2016-10-14 03:37:45 +00:00
|
|
|
file.server.2.type=unix,file.server.2.socket=/path/to/sock,file.debug=4,\
|
|
|
|
format=qcow2,if=none,id=drive-virtio-disk2 \
|
2016-07-25 13:24:54 +00:00
|
|
|
-device virtio-blk-pci,bus=pci.0,addr=0x5,drive=drive-virtio-disk2,\
|
|
|
|
id=virtio-disk2
|