2020-06-17 13:51:57 +00:00
|
|
|
LC_ALL=C \
|
|
|
|
PATH=/bin \
|
|
|
|
HOME=/tmp/lib/domain--1-QEMUGuest2 \
|
|
|
|
USER=test \
|
|
|
|
LOGNAME=test \
|
|
|
|
XDG_DATA_HOME=/tmp/lib/domain--1-QEMUGuest2/.local/share \
|
|
|
|
XDG_CACHE_HOME=/tmp/lib/domain--1-QEMUGuest2/.cache \
|
|
|
|
XDG_CONFIG_HOME=/tmp/lib/domain--1-QEMUGuest2/.config \
|
|
|
|
/usr/bin/qemu-system-i386 \
|
|
|
|
-name guest=QEMUGuest2,debug-threads=on \
|
|
|
|
-S \
|
|
|
|
-object secret,id=masterKey0,format=raw,\
|
|
|
|
file=/tmp/lib/domain--1-QEMUGuest2/master-key.aes \
|
2020-05-25 11:56:45 +00:00
|
|
|
-machine pc,accel=tcg,usb=off,dump-guest-core=off,memory-backend=pc.ram \
|
2020-06-17 13:51:57 +00:00
|
|
|
-cpu qemu64 \
|
|
|
|
-m 214 \
|
2020-05-25 11:56:45 +00:00
|
|
|
-object memory-backend-ram,id=pc.ram,size=224395264 \
|
2020-06-17 13:51:57 +00:00
|
|
|
-overcommit mem-lock=off \
|
|
|
|
-smp 1,sockets=1,cores=1,threads=1 \
|
|
|
|
-uuid c7a5fdbd-edaf-9466-926a-d65c16db1809 \
|
|
|
|
-display none \
|
|
|
|
-no-user-config \
|
|
|
|
-nodefaults \
|
2021-02-16 11:29:24 +00:00
|
|
|
-chardev socket,id=charmonitor,fd=1729,server=on,wait=off \
|
2020-06-17 13:51:57 +00:00
|
|
|
-mon chardev=charmonitor,id=monitor,mode=control \
|
|
|
|
-rtc base=utc \
|
|
|
|
-no-shutdown \
|
|
|
|
-no-acpi \
|
|
|
|
-boot strict=on \
|
|
|
|
-device piix3-usb-uhci,id=usb,bus=pci.0,addr=0x1.0x2 \
|
|
|
|
-device virtio-scsi-pci,id=scsi0,bus=pci.0,addr=0x2 \
|
|
|
|
-blockdev '{"driver":"host_device","filename":"/dev/HostVG/QEMUGuest2",\
|
|
|
|
"node-name":"libvirt-1-storage","auto-read-only":true,"discard":"unmap"}' \
|
|
|
|
-blockdev '{"node-name":"libvirt-1-format","read-only":false,"driver":"raw",\
|
|
|
|
"file":"libvirt-1-storage"}' \
|
|
|
|
-device ide-hd,bus=ide.0,unit=0,drive=libvirt-1-format,id=ide0-0-0,bootindex=1 \
|
2021-02-24 14:40:19 +00:00
|
|
|
-audiodev id=audio1,driver=none \
|
2020-07-08 13:02:56 +00:00
|
|
|
-blockdev '{"driver":"host_device","filename":"/dev/sg0",\
|
2020-09-10 13:43:54 +00:00
|
|
|
"node-name":"libvirt-2-backend","read-only":false}' \
|
2020-06-17 13:51:57 +00:00
|
|
|
-device scsi-generic,bus=scsi0.0,channel=0,scsi-id=4,lun=8,\
|
2020-09-10 13:43:54 +00:00
|
|
|
drive=libvirt-2-backend,id=hostdev0 \
|
2020-07-08 13:02:56 +00:00
|
|
|
-blockdev '{"driver":"host_device","filename":"/dev/sg0",\
|
2020-09-10 13:43:54 +00:00
|
|
|
"node-name":"libvirt-3-backend","read-only":true}' \
|
2020-06-17 13:57:13 +00:00
|
|
|
-device scsi-generic,bus=scsi0.0,channel=0,scsi-id=4,lun=7,\
|
2020-09-10 13:43:54 +00:00
|
|
|
drive=libvirt-3-backend,id=hostdev1 \
|
2020-09-10 13:48:38 +00:00
|
|
|
-blockdev '{"driver":"host_device","filename":"/dev/sg0",\
|
2020-09-10 13:43:54 +00:00
|
|
|
"node-name":"libvirt-4-backend","read-only":false}' \
|
2020-09-10 13:48:38 +00:00
|
|
|
-device scsi-generic,bus=scsi0.0,channel=0,scsi-id=4,lun=6,\
|
2020-09-10 15:00:13 +00:00
|
|
|
drive=libvirt-4-backend,id=ua-7996c8dc-a4fa-4012-b76f-043d20144263 \
|
2020-07-08 13:02:56 +00:00
|
|
|
-blockdev '{"driver":"iscsi","portal":"example.org:3260",\
|
|
|
|
"target":"iqn.1992-01.com.example","lun":0,"transport":"tcp",\
|
2020-09-10 13:43:54 +00:00
|
|
|
"node-name":"libvirt-5-backend","read-only":false}' \
|
2020-06-17 13:19:36 +00:00
|
|
|
-device scsi-generic,bus=scsi0.0,channel=0,scsi-id=2,lun=4,\
|
2020-09-10 13:43:54 +00:00
|
|
|
drive=libvirt-5-backend,id=hostdev2 \
|
2020-07-08 13:02:56 +00:00
|
|
|
-blockdev '{"driver":"iscsi","portal":"example.org:3260",\
|
|
|
|
"target":"iqn.1992-01.com.example","lun":1,"transport":"tcp",\
|
2020-09-15 15:58:04 +00:00
|
|
|
"node-name":"libvirt-6-backend","read-only":true}' \
|
2020-06-17 13:19:36 +00:00
|
|
|
-device scsi-generic,bus=scsi0.0,channel=0,scsi-id=2,lun=5,\
|
2020-09-10 13:43:54 +00:00
|
|
|
drive=libvirt-6-backend,id=hostdev3 \
|
|
|
|
-object secret,id=libvirt-7-backend-secret0,\
|
2020-06-17 13:24:05 +00:00
|
|
|
data=9eao5F8qtkGt+seB1HYivWIxbtwUu6MQtg1zpj/oDtUsPr1q8wBYM91uEHCn6j/1,\
|
|
|
|
keyid=masterKey0,iv=AAECAwQFBgcICQoLDA0ODw==,format=base64 \
|
2020-07-08 13:02:56 +00:00
|
|
|
-blockdev '{"driver":"iscsi","portal":"example.org:3260",\
|
|
|
|
"target":"iqn.1992-01.com.example:storage","lun":1,"transport":"tcp",\
|
2020-09-10 13:43:54 +00:00
|
|
|
"user":"myname","password-secret":"libvirt-7-backend-secret0",\
|
|
|
|
"node-name":"libvirt-7-backend","read-only":false}' \
|
2020-06-17 13:24:05 +00:00
|
|
|
-device scsi-generic,bus=scsi0.0,channel=0,scsi-id=3,lun=4,\
|
2020-09-10 13:43:54 +00:00
|
|
|
drive=libvirt-7-backend,id=hostdev4 \
|
|
|
|
-object secret,id=libvirt-8-backend-secret0,\
|
2020-06-17 13:24:05 +00:00
|
|
|
data=9eao5F8qtkGt+seB1HYivWIxbtwUu6MQtg1zpj/oDtUsPr1q8wBYM91uEHCn6j/1,\
|
|
|
|
keyid=masterKey0,iv=AAECAwQFBgcICQoLDA0ODw==,format=base64 \
|
2020-07-08 13:02:56 +00:00
|
|
|
-blockdev '{"driver":"iscsi","portal":"example.org:3260",\
|
|
|
|
"target":"iqn.1992-01.com.example:storage","lun":2,"transport":"tcp",\
|
2020-09-10 13:43:54 +00:00
|
|
|
"user":"myname","password-secret":"libvirt-8-backend-secret0",\
|
2020-07-10 12:00:12 +00:00
|
|
|
"initiator-name":"iqn.2020-07.com.example:test",\
|
2020-09-10 13:43:54 +00:00
|
|
|
"node-name":"libvirt-8-backend","read-only":false}' \
|
2020-06-17 13:24:05 +00:00
|
|
|
-device scsi-generic,bus=scsi0.0,channel=0,scsi-id=3,lun=5,\
|
2020-09-10 13:43:54 +00:00
|
|
|
drive=libvirt-8-backend,id=hostdev5 \
|
2020-06-17 13:51:57 +00:00
|
|
|
-device virtio-balloon-pci,id=balloon0,bus=pci.0,addr=0x3 \
|
|
|
|
-sandbox on,obsolete=deny,elevateprivileges=deny,spawn=deny,\
|
|
|
|
resourcecontrol=deny \
|
|
|
|
-msg timestamp=on
|