2011-11-01 01:29:07 +00:00
|
|
|
LC_ALL=C PATH=/bin HOME=/home/test USER=test LOGNAME=test \
|
|
|
|
/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 \
|
2011-11-01 01:29:07 +00:00
|
|
|
file=/dev/HostVG/QEMUGuest1,if=ide,bus=0,unit=0 -drive \
|
2012-08-28 18:11:45 +00:00
|
|
|
'file=rbd:pool/image:\
|
2011-11-01 01:29:07 +00:00
|
|
|
id=myname:\
|
|
|
|
key=QVFDVm41aE82SHpGQWhBQXEwTkN2OGp0SmNJY0UrSE9CbE1RMUE=:\
|
2012-05-01 05:56:08 +00:00
|
|
|
auth_supported=cephx\;none:\
|
2012-08-28 18:11:45 +00: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
|