Advertisement
Guest User

Untitled

a guest
Apr 17th, 2014
67
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.94 KB | None | 0 0
  1. nova 21585 0.1 0.0 916904 125752 ? Sl 18:57 0:02
  2. /usr/libexec/qemu-kvm
  3. -global virtio-blk-pci.scsi=off
  4. -nodefconfig
  5. -nodefaults
  6. -nographic
  7. -machine accel=kvm:tcg
  8. -cpu host,+kvmclock
  9. -m 500
  10. -no-reboot
  11. -kernel /var/tmp/.guestfs-162/kernel.24326
  12. -initrd /var/tmp/.guestfs-162/initrd.24326
  13. -device virtio-scsi-pci,id=scsi
  14. -drive file=/opt/stack/data/nova/instances/6bed3f7a-c9ed-46ca-8a54-7b93cfa38669/disk,cache=none,format=qcow2,id=hd0,if=none
  15. -device scsi-hd,drive=hd0
  16. -drive file=/var/tmp/.guestfs-162/root.24326,snapshot=on,id=appliance,if=none,cache=unsafe
  17. -device scsi-hd,drive=appliance
  18. -device virtio-serial
  19. -serial stdio
  20. -device sga
  21. -chardev socket,path=/tmp/libguestfsWimEeT/guestfsd.sock,id=channel0
  22. -device virtserialport,chardev=channel0,name=org.libguestfs.channel.0
  23. -append panic=1 console=ttyS0 udevtimeout=600 no_timer_check acpi=off printk.time=1 cgroup_disable=memory root=/dev/sdb selinux=0 TERM=xterm
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement