Advertisement
Guest User

Untitled

a guest
Dec 5th, 2019
89
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.68 KB | None | 0 0
  1. pdclab@primary:~$ virsh uri
  2. setlocale: No such file or directory
  3. qemu:///system
  4.  
  5. pdclab@primary:~$ vim unnamed.xml
  6. pdclab@primary:~$ sudo mount 10.52.52.6:/volume2/ftimage /mnt/nfs
  7. pdclab@primary:~$ virsh define unnamed.xml
  8. setlocale: No such file or directory
  9. Domain unnamed defined from unnamed.xml
  10.  
  11. pdclab@primary:~$ virsh start unnamed
  12. setlocale: No such file or directory
  13. Domain unnamed started
  14.  
  15. pdclab@primary:~$ ping 10.52.52.89
  16. PING 10.52.52.89 (10.52.52.89) 56(84) bytes of data.
  17. From 10.52.52.87 icmp_seq=1 Destination Host Unreachable
  18. From 10.52.52.87 icmp_seq=2 Destination Host Unreachable
  19. From 10.52.52.87 icmp_seq=3 Destination Host Unreachable
  20. From 10.52.52.87 icmp_seq=4 Destination Host Unreachable
  21. From 10.52.52.87 icmp_seq=5 Destination Host Unreachable
  22. From 10.52.52.87 icmp_seq=6 Destination Host Unreachable
  23. 64 bytes from 10.52.52.89: icmp_seq=7 ttl=64 time=0.699 ms
  24. 64 bytes from 10.52.52.89: icmp_seq=8 ttl=64 time=0.372 ms
  25. ^C
  26. --- 10.52.52.89 ping statistics ---
  27. 8 packets transmitted, 2 received, +6 errors, 75% packet loss, time 7150ms
  28. rtt min/avg/max/mdev = 0.372/0.535/0.699/0.165 ms, pipe 4
  29. pdclab@primary:~$ virsh migrate unnamed qemu+ssh://pdclab@10.52.52.88/system --verbose --live --ft
  30. setlocale: No such file or directory
  31. Migration: [ 97 %]2019-12-05 20:00:42.519+0000: 2224: info : libvirt version: 5.7.0
  32. 2019-12-05 20:00:42.519+0000: 2224: info : hostname: primary
  33. 2019-12-05 20:00:42.519+0000: 2224: warning : virDomainMigrateVersion3Full:3244 : Guest unnamed probably left in 'paused' state on source
  34. error: internal error: unable to execute QEMU command 'cont': Could not reopen qcow2 layer: Could not read qcow2 header: Permission denied
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement