Advertisement
Guest User

Untitled

a guest
Jan 24th, 2019
110
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.58 KB | None | 0 0
  1. [root@undercloudvm ~]# ps -ef | grep virt-customize
  2. root 23465 13339 0 09:59 pts/2 00:00:00 virt-customize -vx --smp 2 -m 2048 -a /home/stack/undercloud.qcow2 --run /home/stack/convert_image.sh
  3. root 23473 23465 0 09:59 pts/2 00:00:00 virt-customize -vx --smp 2 -m 2048 -a /home/stack/undercloud.qcow2 --run /home/stack/convert_image.sh
  4.  
  5. [root@undercloudvm ~]# ps -ef | grep 23465
  6. root 23465 13339 0 09:59 pts/2 00:00:00 virt-customize -vx --smp 2 -m 2048 -a /home/stack/undercloud.qcow2 --run /home/stack/convert_image.sh
  7. root 23472 23465 99 09:59 pts/2 00:05:22 /usr/libexec/qemu-kvm -global virtio-blk-pci.scsi=off -enable-fips -nodefaults -display none -machine accel=tcg -smp 2 -m 2048 -no-reboot -rtc driftfix=slew -no-hpet -global kvm-pit.lost_tick_policy=discard -kernel /var/tmp/.guestfs-0/appliance.d/kernel -initrd /var/tmp/.guestfs-0/appliance.d/initrd -object rng-random,filename=/dev/urandom,id=rng0 -device virtio-rng-pci,rng=rng0 -device virtio-scsi-pci,id=scsi -drive file=/home/stack/undercloud.qcow2,cache=writeback,discard=unmap,id=hd0,if=none -device scsi-hd,drive=hd0 -drive file=/var/tmp/.guestfs-0/appliance.d/root,snapshot=on,id=appliance,cache=unsafe,if=none,format=raw -device scsi-hd,drive=appliance -device virtio-serial-pci -serial stdio -device sga -chardev socket,path=/tmp/libguestfs9saFcm/guestfsd.sock,id=channel0 -device virtserialport,chardev=channel0,name=org.libguestfs.channel.0 -netdev user,id=usernet,net=169.254.0.0/16 -device virtio-net-pci,netdev=usernet -append panic=1 console=ttyS0 edd=off udevtimeout=6000 udev.event-timeout=6000 no_timer_check lpj=2394000 printk.time=1 cgroup_disable=memory usbcore.nousb cryptomgr.notests tsc=reliable 8250.nr_uarts=1 root=/dev/sdb selinux=0 guestfs_verbose=1 guestfs_network=1 TERM=screen
  8. root 23473 23465 0 09:59 pts/2 00:00:00 virt-customize -vx --smp 2 -m 2048 -a /home/stack/undercloud.qcow2 --run /home/stack/convert_image.sh
  9.  
  10. [root@undercloudvm ~]# strace -f -p 23473
  11. strace: Process 23473 attached
  12. restart_syscall(<... resuming interrupted nanosleep ...>) = 0
  13. kill(23472, SIG_0) = 0
  14. kill(23465, SIG_0) = 0
  15. rt_sigprocmask(SIG_BLOCK, [CHLD], [], 8) = 0
  16. rt_sigaction(SIGCHLD, NULL, {SIG_DFL, [], SA_RESTORER, 0x7f8582eb2280}, 8) = 0
  17. rt_sigprocmask(SIG_SETMASK, [], NULL, 8) = 0
  18. nanosleep({2, 0}, 0x7ffe6e347eb0) = 0
  19. kill(23472, SIG_0) = 0
  20. kill(23465, SIG_0) = 0
  21. rt_sigprocmask(SIG_BLOCK, [CHLD], [], 8) = 0
  22. rt_sigaction(SIGCHLD, NULL, {SIG_DFL, [], SA_RESTORER, 0x7f8582eb2280}, 8) = 0
  23. rt_sigprocmask(SIG_SETMASK, [], NULL, 8) = 0
  24. nanosleep({2, 0}, 0x7ffe6e347eb0) = 0
  25. kill(23472, SIG_0) = 0
  26. kill(23465, SIG_0) = 0
  27. rt_sigprocmask(SIG_BLOCK, [CHLD], [], 8) = 0
  28. rt_sigaction(SIGCHLD, NULL, {SIG_DFL, [], SA_RESTORER, 0x7f8582eb2280}, 8) = 0
  29. rt_sigprocmask(SIG_SETMASK, [], NULL, 8) = 0
  30. nanosleep({2, 0}, 0x7ffe6e347eb0) = 0
  31. kill(23472, SIG_0) = 0
  32. kill(23465, SIG_0) = 0
  33. rt_sigprocmask(SIG_BLOCK, [CHLD], [], 8) = 0
  34. rt_sigaction(SIGCHLD, NULL, {SIG_DFL, [], SA_RESTORER, 0x7f8582eb2280}, 8) = 0
  35. rt_sigprocmask(SIG_SETMASK, [], NULL, 8) = 0
  36. nanosleep({2, 0}, 0x7ffe6e347eb0) = 0
  37. kill(23472, SIG_0) = 0
  38. kill(23465, SIG_0) = 0
  39. rt_sigprocmask(SIG_BLOCK, [CHLD], [], 8) = 0
  40. rt_sigaction(SIGCHLD, NULL, {SIG_DFL, [], SA_RESTORER, 0x7f8582eb2280}, 8) = 0
  41. rt_sigprocmask(SIG_SETMASK, [], NULL, 8) = 0
  42. nanosleep({2, 0}, ^Cstrace: Process 23473 detached
  43. <detached ...>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement