2013-08-17 15:30:47 -04:00
|
|
|
LC_ALL=C PATH=/bin HOME=/home/test USER=test LOGNAME=test QEMU_AUDIO_DRV=none \
|
2011-10-31 18:29:07 -07:00
|
|
|
/usr/bin/qemu -S -M pc -m 214 -smp 1 -nographic -monitor \
|
2012-10-26 09:09:22 +00:00
|
|
|
unix:/tmp/test-monitor,server,nowait -no-acpi -boot c -usb -drive \
|
2013-03-13 15:28:11 +01:00
|
|
|
file=/dev/HostVG/QEMUGuest1,if=ide,bus=0,unit=0,format=raw -drive \
|
2012-08-28 11:11:45 -07:00
|
|
|
'file=rbd:pool/image:\
|
2011-10-31 18:29:07 -07:00
|
|
|
id=myname:\
|
|
|
|
key=QVFDVm41aE82SHpGQWhBQXEwTkN2OGp0SmNJY0UrSE9CbE1RMUE=:\
|
2012-04-30 22:56:08 -07:00
|
|
|
auth_supported=cephx\;none:\
|
2012-08-28 11:11:45 -07:00
|
|
|
mon_host=mon1.example.org\:6321\;mon2.example.org\:6322\;\
|
|
|
|
mon3.example.org\:6322,\
|
2012-10-26 09:09:22 +00:00
|
|
|
if=virtio,format=raw' -net none -serial none -parallel none
|