Advertisement
Guest User

Untitled

a guest
Jan 24th, 2019
123
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.36 KB | None | 0 0
  1. LIBGUESTFS_BACKEND=direct virt-customize -v --smp 2 -m 2048 -a /home/stack/undercloud.qcow2 --run convert_image.sh
  2. [ 0.0] Examining the guest ...
  3. libguestfs: launch: program=virt-customize
  4. libguestfs: launch: version=1.38.2rhel=7,release=12.el7_6.1,libvirt
  5. libguestfs: launch: backend registered: unix
  6. libguestfs: launch: backend registered: uml
  7. libguestfs: launch: backend registered: libvirt
  8. libguestfs: launch: backend registered: direct
  9. libguestfs: launch: backend=direct
  10. libguestfs: launch: tmpdir=/tmp/libguestfsUBFyoj
  11. libguestfs: launch: umask=0022
  12. libguestfs: launch: euid=0
  13. libguestfs: begin building supermin appliance
  14. libguestfs: run supermin
  15. libguestfs: command: run: /usr/bin/supermin5
  16. libguestfs: command: run: \ --build
  17. libguestfs: command: run: \ --verbose
  18. libguestfs: command: run: \ --if-newer
  19. libguestfs: command: run: \ --lock /var/tmp/.guestfs-0/lock
  20. libguestfs: command: run: \ --copy-kernel
  21. libguestfs: command: run: \ -f ext2
  22. libguestfs: command: run: \ --host-cpu x86_64
  23. libguestfs: command: run: \ /usr/lib64/guestfs/supermin.d
  24. libguestfs: command: run: \ -o /var/tmp/.guestfs-0/appliance.d
  25. supermin: version: 5.1.19
  26. supermin: rpm: detected RPM version 4.11
  27. supermin: package handler: fedora/rpm
  28. supermin: acquiring lock on /var/tmp/.guestfs-0/lock
  29. supermin: if-newer: output does not need rebuilding
  30. libguestfs: finished building supermin appliance
  31. libguestfs: begin testing qemu features
  32. libguestfs: checking for previously cached test results of /usr/libexec/qemu-kvm, in /var/tmp/.guestfs-0
  33. libguestfs: loading previously cached test results
  34. libguestfs: qemu version: 2.12
  35. libguestfs: qemu mandatory locking: yes
  36. libguestfs: finished testing qemu features
  37. /usr/libexec/qemu-kvm \
  38. -global virtio-blk-pci.scsi=off \
  39. -enable-fips \
  40. -nodefaults \
  41. -display none \
  42. -machine accel=kvm:tcg \
  43. -cpu host \
  44. -smp 2 \
  45. -m 2048 \
  46. -no-reboot \
  47. -rtc driftfix=slew \
  48. -no-hpet \
  49. -global kvm-pit.lost_tick_policy=discard \
  50. -kernel /var/tmp/.guestfs-0/appliance.d/kernel \
  51. -initrd /var/tmp/.guestfs-0/appliance.d/initrd \
  52. -object rng-random,filename=/dev/urandom,id=rng0 \
  53. -device virtio-rng-pci,rng=rng0 \
  54. -device virtio-scsi-pci,id=scsi \
  55. -drive file=/home/stack/undercloud.qcow2,cache=writeback,discard=unmap,id=hd0,if=none \
  56. -device scsi-hd,drive=hd0 \
  57. -drive file=/var/tmp/.guestfs-0/appliance.d/root,snapshot=on,id=appliance,cache=unsafe,if=none,format=raw \
  58. -device scsi-hd,drive=appliance \
  59. -device virtio-serial-pci \
  60. -serial stdio \
  61. -device sga \
  62. -chardev socket,path=/tmp/libguestfsNyMaii/guestfsd.sock,id=channel0 \
  63. -device virtserialport,chardev=channel0,name=org.libguestfs.channel.0 \
  64. -netdev user,id=usernet,net=169.254.0.0/16 \
  65. -device virtio-net-pci,netdev=usernet \
  66. -append "panic=1 console=ttyS0 edd=off udevtimeout=6000 udev.event-timeout=6000 no_timer_check 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"
  67. \x1b[1;256r\x1b[256;2libguestfs: responding to serial console Device Status Report
  68. 56H\x1b[6n
  69. Google, Inc.
  70. Serial Graphics Adapter 06/09/14
  71. SGABIOS $Id: sgabios.S 8 2010-04-22 00:03:40Z nlaredo $ (mockbuild@) Mon Jun 9 21:33:48 UTC 2014
  72. Term: 80x24
  73. 4 0
  74. SeaBIOS (version 1.11.0-2.el7)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement