LINUX.ORG.RU

Debian 10.1, XEN 4.11 и 4 сети

 ,


1

2

Доброго времени суток.
Столкнулся с такой проблемой на крайнем релизе дебиана, как нежелание XEN иметь 4ре сети в виртуальной машине. Мосты на месте, все работает, но когда создаешь виртуалку - ругается на 4й виртуальный интерфейс. Делаешь с 3я - прекрасно виртуалка заводится, а с 4я ни в какую.
Думал проблема в мосте, но нет, если зацепить его 3им и последним - все стартует. Проблема именно в нежелании запускаться с 4я сетевыми интерфейсами, хотя у XEN ограничение в 8 вроде как...
ЗЫ: На CentOS 7.7.1908 вся эта эпопея с виртуальными адаптерами прекрасно работает.
ЗЫЫ: Вот, что выдает консоль xl при старте с 4я виртуальными интерфейсами:

libxl_dm.c:2427:device_model_spawn_outcome: Domain 1:domain 1 device model: spawn failed (rc=-3)
libxl: error: libxl_create.c:1563:domcreate_devmodel_started: Domain 1:device model did not start: -3
libxl: error: libxl_dm.c:2541:kill_device_model: Device Model already exited
libxl: error: libxl_domain.c:1034:libxl__destroy_domid: Domain 1:Non-existant domain
libxl: error: libxl_domain.c:993:domain_destroy_callback: Domain 1:Unable to destroy guest
libxl: error: libxl_domain.c:920:domain_destroy_cb: Domain 1:Destruction of domain failed:

Вот полный вывод:

Parsing config from /xen/cfg/router.cfg
libxl: debug: libxl_create.c:1671:do_domain_create: Domain 0:ao 0x5585c11af990: create: how=(nil) callback=(nil) poller=0x5585c11afa20
libxl: debug: libxl_device.c:397:libxl__device_disk_set_backend: Disk vdev=xvda spec.backend=unknown
libxl: debug: libxl_device.c:432:libxl__device_disk_set_backend: Disk vdev=xvda, using backend phy
libxl: debug: libxl_device.c:397:libxl__device_disk_set_backend: Disk vdev=xvdb spec.backend=unknown
libxl: debug: libxl_device.c:432:libxl__device_disk_set_backend: Disk vdev=xvdb, using backend phy
libxl: debug: libxl_create.c:1007:initiate_domain_create: Domain 3:running bootloader
libxl: debug: libxl_bootloader.c:328:libxl__bootloader_run: Domain 3:not a PV/PVH domain, skipping bootloader
libxl: debug: libxl_event.c:686:libxl__ev_xswatch_deregister: watch w=0x5585c11b10f0: deregister unregistered
domainbuilder: detail: xc_dom_allocate: cmdline="", features=""
domainbuilder: detail: xc_dom_kernel_file: filename="/usr/lib/xen-4.11/boot/hvmloader"
domainbuilder: detail: xc_dom_malloc_filemap    : 174 kB
libxl: debug: libxl_dom.c:973:libxl__load_hvm_firmware_module: Loading BIOS: /usr/share/seabios/bios-256k.bin
domainbuilder: detail: xc_dom_boot_xen_init: ver 4.11, caps xen-3.0-x86_64 xen-3.0-x86_32p hvm-3.0-x86_32 hvm-3.0-x86_32p hvm-3.0-x86_64
domainbuilder: detail: xc_dom_parse_image: called
domainbuilder: detail: xc_dom_find_loader: trying multiboot-binary loader ...
domainbuilder: detail: loader probe failed
domainbuilder: detail: xc_dom_find_loader: trying HVM-generic loader ...
domainbuilder: detail: loader probe OK
xc: detail: ELF: phdr: paddr=0x100000 memsz=0x35284
xc: detail: ELF: memory: 0x100000 -> 0x135284
domainbuilder: detail: xc_dom_mem_init: mem 1016 MB, pages 0x3f800 pages, 4k each
domainbuilder: detail: xc_dom_mem_init: 0x3f800 pages
domainbuilder: detail: xc_dom_boot_mem_init: called
domainbuilder: detail: range: start=0x0 end=0x3f800000
domainbuilder: detail: xc_dom_malloc            : 2032 kB
xc: detail: PHYSICAL MEMORY ALLOCATION:
xc: detail:   4KB PAGES: 0x0000000000001800
xc: detail:   2MB PAGES: 0x00000000000001f0
xc: detail:   1GB PAGES: 0x0000000000000000
domainbuilder: detail: xc_dom_build_image: called
domainbuilder: detail: xc_dom_pfn_to_ptr_retcount: domU mapping: pfn 0x100+0x36 at 0x7f852dd01000
domainbuilder: detail: xc_dom_alloc_segment:   kernel       : 0x100000 -> 0x136000  (pfn 0x100 + 0x36 pages)
xc: detail: ELF: phdr 0 at 0x7f852dccb000 -> 0x7f852dcf6800
domainbuilder: detail: xc_dom_pfn_to_ptr_retcount: domU mapping: pfn 0x136+0x40 at 0x7f852dcc1000
domainbuilder: detail: xc_dom_alloc_segment:   System Firmware module : 0x136000 -> 0x176000  (pfn 0x136 + 0x40 pages)
domainbuilder: detail: xc_dom_pfn_to_ptr_retcount: domU mapping: pfn 0x176+0x1 at 0x7f852e565000
domainbuilder: detail: xc_dom_alloc_segment:   HVM start info : 0x176000 -> 0x177000  (pfn 0x176 + 0x1 pages)
domainbuilder: detail: alloc_pgtables_hvm: doing nothing
domainbuilder: detail: xc_dom_build_image  : virt_alloc_end : 0x177000
domainbuilder: detail: xc_dom_build_image  : virt_pgtab_end : 0x0
domainbuilder: detail: xc_dom_boot_image: called
domainbuilder: detail: xc_dom_compat_check: supported guest type: xen-3.0-x86_64
domainbuilder: detail: xc_dom_compat_check: supported guest type: xen-3.0-x86_32p
domainbuilder: detail: xc_dom_compat_check: supported guest type: hvm-3.0-x86_32 <= matches
domainbuilder: detail: xc_dom_compat_check: supported guest type: hvm-3.0-x86_32p
domainbuilder: detail: xc_dom_compat_check: supported guest type: hvm-3.0-x86_64
domainbuilder: detail: domain builder memory footprint
domainbuilder: detail:    allocated
domainbuilder: detail:       malloc             : 2037 kB
domainbuilder: detail:       anon mmap          : 0 bytes
domainbuilder: detail:    mapped
domainbuilder: detail:       file mmap          : 174 kB
domainbuilder: detail:       domU mmap          : 476 kB
domainbuilder: detail: vcpu_hvm: called
domainbuilder: detail: xc_dom_gnttab_hvm_seed: called, pfn=0xff000
domainbuilder: detail: xc_dom_gnttab_hvm_seed: called, pfn=0xff001
domainbuilder: detail: xc_dom_release: called
libxl: debug: libxl_device.c:397:libxl__device_disk_set_backend: Disk vdev=xvda spec.backend=phy
libxl: debug: libxl_event.c:636:libxl__ev_xswatch_register: watch w=0x5585c11b3460 wpath=/local/domain/0/backend/vbd/3/51712/state token=3/0: register slotnum=3
libxl: debug: libxl_device.c:397:libxl__device_disk_set_backend: Disk vdev=xvdb spec.backend=phy
libxl: debug: libxl_event.c:636:libxl__ev_xswatch_register: watch w=0x5585c11b5c70 wpath=/local/domain/0/backend/vbd/3/51728/state token=2/1: register slotnum=2
libxl: debug: libxl_create.c:1708:do_domain_create: Domain 0:ao 0x5585c11af990: inprogress: poller=0x5585c11afa20, flags=i
libxl: debug: libxl_event.c:573:watchfd_callback: watch w=0x5585c11b3460 wpath=/local/domain/0/backend/vbd/3/51712/state token=3/0: event epath=/local/domain/0/backend/vbd/3/51712/state
libxl: debug: libxl_event.c:874:devstate_callback: backend /local/domain/0/backend/vbd/3/51712/state wanted state 2 ok
libxl: debug: libxl_event.c:673:libxl__ev_xswatch_deregister: watch w=0x5585c11b3460 wpath=/local/domain/0/backend/vbd/3/51712/state token=3/0: deregister slotnum=3
libxl: debug: libxl_device.c:1117:device_backend_callback: Domain 3:calling device_backend_cleanup
libxl: debug: libxl_event.c:686:libxl__ev_xswatch_deregister: watch w=0x5585c11b3460: deregister unregistered
libxl: debug: libxl_linux.c:185:libxl__hotplug_disk: Domain 3:Args and environment ready
libxl: debug: libxl_device.c:1218:device_hotplug: Domain 3:calling hotplug script: /etc/xen/scripts/block add
libxl: debug: libxl_device.c:1219:device_hotplug: Domain 3:extra args:
libxl: debug: libxl_device.c:1227:device_hotplug: Domain 3:env:
libxl: debug: libxl_device.c:1234:device_hotplug: Domain 3:     script: /etc/xen/scripts/block
libxl: debug: libxl_device.c:1234:device_hotplug: Domain 3:     XENBUS_TYPE: vbd
libxl: debug: libxl_device.c:1234:device_hotplug: Domain 3:     XENBUS_PATH: backend/vbd/3/51712
libxl: debug: libxl_device.c:1234:device_hotplug: Domain 3:     XENBUS_BASE_PATH: backend
libxl: debug: libxl_aoutils.c:593:libxl__async_exec_start: forking to execute: /etc/xen/scripts/block add
libxl: debug: libxl_event.c:542:watchfd_callback: watch epath=/local/domain/0/backend/vbd/3/51712/state token=3/0: empty slot
libxl: debug: libxl_event.c:573:watchfd_callback: watch w=0x5585c11b5c70 wpath=/local/domain/0/backend/vbd/3/51728/state token=2/1: event epath=/local/domain/0/backend/vbd/3/51728/state
libxl: debug: libxl_event.c:874:devstate_callback: backend /local/domain/0/backend/vbd/3/51728/state wanted state 2 ok
libxl: debug: libxl_event.c:673:libxl__ev_xswatch_deregister: watch w=0x5585c11b5c70 wpath=/local/domain/0/backend/vbd/3/51728/state token=2/1: deregister slotnum=2
libxl: debug: libxl_device.c:1117:device_backend_callback: Domain 3:calling device_backend_cleanup
libxl: debug: libxl_event.c:686:libxl__ev_xswatch_deregister: watch w=0x5585c11b5c70: deregister unregistered
libxl: debug: libxl_linux.c:185:libxl__hotplug_disk: Domain 3:Args and environment ready
libxl: debug: libxl_device.c:1218:device_hotplug: Domain 3:calling hotplug script: /etc/xen/scripts/block add
libxl: debug: libxl_device.c:1219:device_hotplug: Domain 3:extra args:
libxl: debug: libxl_device.c:1227:device_hotplug: Domain 3:env:
libxl: debug: libxl_device.c:1234:device_hotplug: Domain 3:     script: /etc/xen/scripts/block
libxl: debug: libxl_device.c:1234:device_hotplug: Domain 3:     XENBUS_TYPE: vbd
libxl: debug: libxl_device.c:1234:device_hotplug: Domain 3:     XENBUS_PATH: backend/vbd/3/51728
libxl: debug: libxl_device.c:1234:device_hotplug: Domain 3:     XENBUS_BASE_PATH: backend
libxl: debug: libxl_aoutils.c:593:libxl__async_exec_start: forking to execute: /etc/xen/scripts/block add
libxl: debug: libxl_event.c:542:watchfd_callback: watch epath=/local/domain/0/backend/vbd/3/51728/state token=2/1: empty slot
libxl: debug: libxl_event.c:686:libxl__ev_xswatch_deregister: watch w=0x5585c11b3560: deregister unregistered
libxl: debug: libxl_linux.c:203:libxl__get_hotplug_script_info: Domain 3:num_exec 1, not running hotplug scripts
libxl: debug: libxl_device.c:1203:device_hotplug: Domain 3:No hotplug script to execute
libxl: debug: libxl_event.c:686:libxl__ev_xswatch_deregister: watch w=0x5585c11b3560: deregister unregistered
libxl: debug: libxl_event.c:686:libxl__ev_xswatch_deregister: watch w=0x5585c11b5d70: deregister unregistered
libxl: debug: libxl_linux.c:203:libxl__get_hotplug_script_info: Domain 3:num_exec 1, not running hotplug scripts
libxl: debug: libxl_device.c:1203:device_hotplug: Domain 3:No hotplug script to execute
libxl: debug: libxl_event.c:686:libxl__ev_xswatch_deregister: watch w=0x5585c11b5d70: deregister unregistered
libxl: debug: libxl_disk.c:918:libxl__device_disk_find_local_path: Directly accessing local RAW disk /dev/RAID/ROUTER-ROOT
libxl: debug: libxl_disk.c:918:libxl__device_disk_find_local_path: Directly accessing local RAW disk /dev/DISK/ROUTER-SWAP
libxl: debug: libxl_dm.c:1656:libxl__build_device_model_args_new: Domain 3:dm_restrict disabled, starting QEMU as root
libxl: debug: libxl_dm.c:2331:libxl__spawn_local_dm: Domain 3:Spawning device-model /usr/bin/qemu-system-i386 with arguments:
libxl: debug: libxl_dm.c:2333:libxl__spawn_local_dm: Domain 3:  /usr/bin/qemu-system-i386
libxl: debug: libxl_dm.c:2333:libxl__spawn_local_dm: Domain 3:  -xen-domid
libxl: debug: libxl_dm.c:2333:libxl__spawn_local_dm: Domain 3:  3
libxl: debug: libxl_dm.c:2333:libxl__spawn_local_dm: Domain 3:  -chardev
libxl: debug: libxl_dm.c:2333:libxl__spawn_local_dm: Domain 3:  socket,id=libxl-cmd,path=/var/run/xen/qmp-libxl-3,server,nowait
libxl: debug: libxl_dm.c:2333:libxl__spawn_local_dm: Domain 3:  -no-shutdown
libxl: debug: libxl_dm.c:2333:libxl__spawn_local_dm: Domain 3:  -mon
libxl: debug: libxl_dm.c:2333:libxl__spawn_local_dm: Domain 3:  chardev=libxl-cmd,mode=control
libxl: debug: libxl_dm.c:2333:libxl__spawn_local_dm: Domain 3:  -chardev
libxl: debug: libxl_dm.c:2333:libxl__spawn_local_dm: Domain 3:  socket,id=libxenstat-cmd,path=/var/run/xen/qmp-libxenstat-3,server,nowait
libxl: debug: libxl_dm.c:2333:libxl__spawn_local_dm: Domain 3:  -mon
libxl: debug: libxl_dm.c:2333:libxl__spawn_local_dm: Domain 3:  chardev=libxenstat-cmd,mode=control
libxl: debug: libxl_dm.c:2333:libxl__spawn_local_dm: Domain 3:  -nodefaults
libxl: debug: libxl_dm.c:2333:libxl__spawn_local_dm: Domain 3:  -no-user-config
libxl: debug: libxl_dm.c:2333:libxl__spawn_local_dm: Domain 3:  -name
libxl: debug: libxl_dm.c:2333:libxl__spawn_local_dm: Domain 3:  router
libxl: debug: libxl_dm.c:2333:libxl__spawn_local_dm: Domain 3:  -vnc
libxl: debug: libxl_dm.c:2333:libxl__spawn_local_dm: Domain 3:  127.0.0.1:0,to=99
libxl: debug: libxl_dm.c:2333:libxl__spawn_local_dm: Domain 3:  -display
libxl: debug: libxl_dm.c:2333:libxl__spawn_local_dm: Domain 3:  none
libxl: debug: libxl_dm.c:2333:libxl__spawn_local_dm: Domain 3:  -serial
libxl: debug: libxl_dm.c:2333:libxl__spawn_local_dm: Domain 3:  pty
libxl: debug: libxl_dm.c:2333:libxl__spawn_local_dm: Domain 3:  -device
libxl: debug: libxl_dm.c:2333:libxl__spawn_local_dm: Domain 3:  cirrus-vga,vgamem_mb=8
libxl: debug: libxl_dm.c:2333:libxl__spawn_local_dm: Domain 3:  -boot
libxl: debug: libxl_dm.c:2333:libxl__spawn_local_dm: Domain 3:  order=c
libxl: debug: libxl_dm.c:2333:libxl__spawn_local_dm: Domain 3:  -usb
libxl: debug: libxl_dm.c:2333:libxl__spawn_local_dm: Domain 3:  -usbdevice
libxl: debug: libxl_dm.c:2333:libxl__spawn_local_dm: Domain 3:  tablet
libxl: debug: libxl_dm.c:2333:libxl__spawn_local_dm: Domain 3:  -smp
libxl: debug: libxl_dm.c:2333:libxl__spawn_local_dm: Domain 3:  2,maxcpus=2
libxl: debug: libxl_dm.c:2333:libxl__spawn_local_dm: Domain 3:  -device
libxl: debug: libxl_dm.c:2333:libxl__spawn_local_dm: Domain 3:  rtl8139,id=nic0,netdev=net0,mac=00:16:3e:7e:4d:cb
libxl: debug: libxl_dm.c:2333:libxl__spawn_local_dm: Domain 3:  -netdev
libxl: debug: libxl_dm.c:2333:libxl__spawn_local_dm: Domain 3:  type=tap,id=net0,ifname=vif3.0-emu,script=no,downscript=no
libxl: debug: libxl_dm.c:2333:libxl__spawn_local_dm: Domain 3:  -device
libxl: debug: libxl_dm.c:2333:libxl__spawn_local_dm: Domain 3:  rtl8139,id=nic1,netdev=net1,mac=00:16:3e:0d:42:d1
libxl: debug: libxl_dm.c:2333:libxl__spawn_local_dm: Domain 3:  -netdev
libxl: debug: libxl_dm.c:2333:libxl__spawn_local_dm: Domain 3:  type=tap,id=net1,ifname=vif3.1-emu,script=no,downscript=no
libxl: debug: libxl_dm.c:2333:libxl__spawn_local_dm: Domain 3:  -device
libxl: debug: libxl_dm.c:2333:libxl__spawn_local_dm: Domain 3:  rtl8139,id=nic2,netdev=net2,mac=00:16:3e:15:9c:f3
libxl: debug: libxl_dm.c:2333:libxl__spawn_local_dm: Domain 3:  -netdev
libxl: debug: libxl_dm.c:2333:libxl__spawn_local_dm: Domain 3:  type=tap,id=net2,ifname=vif3.2-emu,script=no,downscript=no
libxl: debug: libxl_dm.c:2333:libxl__spawn_local_dm: Domain 3:  -device
libxl: debug: libxl_dm.c:2333:libxl__spawn_local_dm: Domain 3:  rtl8139,id=nic3,netdev=net3,mac=00:16:3e:0e:4a:56
libxl: debug: libxl_dm.c:2333:libxl__spawn_local_dm: Domain 3:  -netdev
libxl: debug: libxl_dm.c:2333:libxl__spawn_local_dm: Domain 3:  type=tap,id=net3,ifname=vif3.3-emu,script=no,downscript=no
libxl: debug: libxl_dm.c:2333:libxl__spawn_local_dm: Domain 3:  -machine
libxl: debug: libxl_dm.c:2333:libxl__spawn_local_dm: Domain 3:  xenfv
libxl: debug: libxl_dm.c:2333:libxl__spawn_local_dm: Domain 3:  -m
libxl: debug: libxl_dm.c:2333:libxl__spawn_local_dm: Domain 3:  1016
libxl: debug: libxl_dm.c:2333:libxl__spawn_local_dm: Domain 3:  -drive
libxl: debug: libxl_dm.c:2333:libxl__spawn_local_dm: Domain 3:  file=/dev/RAID/ROUTER-ROOT,if=ide,index=0,media=disk,format=raw,cache=writeback
libxl: debug: libxl_dm.c:2333:libxl__spawn_local_dm: Domain 3:  -drive
libxl: debug: libxl_dm.c:2333:libxl__spawn_local_dm: Domain 3:  file=/dev/DISK/ROUTER-SWAP,if=ide,index=1,media=disk,format=raw,cache=writeback
libxl: debug: libxl_dm.c:2335:libxl__spawn_local_dm: Domain 3:Spawning device-model /usr/bin/qemu-system-i386 with additional environment:
libxl: debug: libxl_dm.c:2337:libxl__spawn_local_dm: Domain 3:  XEN_QEMU_CONSOLE_LIMIT=1048576
libxl: debug: libxl_event.c:636:libxl__ev_xswatch_register: watch w=0x5585c11b13e8 wpath=/local/domain/0/device-model/3/state token=2/2: register slotnum=2
libxl: debug: libxl_event.c:573:watchfd_callback: watch w=0x5585c11b13e8 wpath=/local/domain/0/device-model/3/state token=2/2: event epath=/local/domain/0/device-model/3/state
libxl: debug: libxl_exec.c:398:spawn_watch_event: domain 3 device model: spawn watch p=(null)
libxl: debug: libxl_event.c:673:libxl__ev_xswatch_deregister: watch w=0x5585c11b13e8 wpath=/local/domain/0/device-model/3/state token=2/2: deregister slotnum=2
libxl: error: libxl_dm.c:2427:device_model_spawn_outcome: Domain 3:domain 3 device model: spawn failed (rc=-3)
libxl: error: libxl_create.c:1563:domcreate_devmodel_started: Domain 3:device model did not start: -3
libxl: error: libxl_dm.c:2541:kill_device_model: Device Model already exited
libxl: debug: libxl_event.c:636:libxl__ev_xswatch_register: watch w=0x5585c11b2200 wpath=/local/domain/0/backend/vbd/3/51712/state token=2/3: register slotnum=2
libxl: debug: libxl_event.c:636:libxl__ev_xswatch_register: watch w=0x5585c11b2620 wpath=/local/domain/0/backend/vbd/3/51728/state token=3/4: register slotnum=3
libxl: debug: libxl_event.c:573:watchfd_callback: watch w=0x5585c11b2200 wpath=/local/domain/0/backend/vbd/3/51712/state token=2/3: event epath=/local/domain/0/backend/vbd/3/51712/state
libxl: debug: libxl_event.c:874:devstate_callback: backend /local/domain/0/backend/vbd/3/51712/state wanted state 6 ok
libxl: debug: libxl_event.c:673:libxl__ev_xswatch_deregister: watch w=0x5585c11b2200 wpath=/local/domain/0/backend/vbd/3/51712/state token=2/3: deregister slotnum=2
libxl: debug: libxl_device.c:1117:device_backend_callback: Domain 3:calling device_backend_cleanup
libxl: debug: libxl_event.c:686:libxl__ev_xswatch_deregister: watch w=0x5585c11b2200: deregister unregistered
libxl: debug: libxl_linux.c:185:libxl__hotplug_disk: Domain 3:Args and environment ready
libxl: debug: libxl_device.c:1218:device_hotplug: Domain 3:calling hotplug script: /etc/xen/scripts/block remove
libxl: debug: libxl_device.c:1219:device_hotplug: Domain 3:extra args:
libxl: debug: libxl_device.c:1227:device_hotplug: Domain 3:env:
libxl: debug: libxl_device.c:1234:device_hotplug: Domain 3:     script: /etc/xen/scripts/block
libxl: debug: libxl_device.c:1234:device_hotplug: Domain 3:     XENBUS_TYPE: vbd
libxl: debug: libxl_device.c:1234:device_hotplug: Domain 3:     XENBUS_PATH: backend/vbd/3/51712
libxl: debug: libxl_device.c:1234:device_hotplug: Domain 3:     XENBUS_BASE_PATH: backend
libxl: debug: libxl_aoutils.c:593:libxl__async_exec_start: forking to execute: /etc/xen/scripts/block remove
libxl: debug: libxl_event.c:542:watchfd_callback: watch epath=/local/domain/0/backend/vbd/3/51712/state token=2/3: empty slot
libxl: debug: libxl_event.c:573:watchfd_callback: watch w=0x5585c11b2620 wpath=/local/domain/0/backend/vbd/3/51728/state token=3/4: event epath=/local/domain/0/backend/vbd/3/51728/state
libxl: debug: libxl_event.c:874:devstate_callback: backend /local/domain/0/backend/vbd/3/51728/state wanted state 6 ok
libxl: debug: libxl_event.c:673:libxl__ev_xswatch_deregister: watch w=0x5585c11b2620 wpath=/local/domain/0/backend/vbd/3/51728/state token=3/4: deregister slotnum=3
libxl: debug: libxl_device.c:1117:device_backend_callback: Domain 3:calling device_backend_cleanup
libxl: debug: libxl_event.c:686:libxl__ev_xswatch_deregister: watch w=0x5585c11b2620: deregister unregistered
libxl: debug: libxl_linux.c:185:libxl__hotplug_disk: Domain 3:Args and environment ready
libxl: debug: libxl_device.c:1218:device_hotplug: Domain 3:calling hotplug script: /etc/xen/scripts/block remove
libxl: debug: libxl_device.c:1219:device_hotplug: Domain 3:extra args:
libxl: debug: libxl_device.c:1227:device_hotplug: Domain 3:env:
libxl: debug: libxl_device.c:1234:device_hotplug: Domain 3:     script: /etc/xen/scripts/block
libxl: debug: libxl_device.c:1234:device_hotplug: Domain 3:     XENBUS_TYPE: vbd
libxl: debug: libxl_device.c:1234:device_hotplug: Domain 3:     XENBUS_PATH: backend/vbd/3/51728
libxl: debug: libxl_device.c:1234:device_hotplug: Domain 3:     XENBUS_BASE_PATH: backend
libxl: debug: libxl_aoutils.c:593:libxl__async_exec_start: forking to execute: /etc/xen/scripts/block remove
libxl: debug: libxl_event.c:542:watchfd_callback: watch epath=/local/domain/0/backend/vbd/3/51728/state token=3/4: empty slot
libxl: debug: libxl_event.c:686:libxl__ev_xswatch_deregister: watch w=0x5585c11b2300: deregister unregistered
libxl: debug: libxl_linux.c:203:libxl__get_hotplug_script_info: Domain 3:num_exec 1, not running hotplug scripts
libxl: debug: libxl_device.c:1203:device_hotplug: Domain 3:No hotplug script to execute
libxl: debug: libxl_event.c:686:libxl__ev_xswatch_deregister: watch w=0x5585c11b2300: deregister unregistered
libxl: debug: libxl_event.c:686:libxl__ev_xswatch_deregister: watch w=0x5585c11b2720: deregister unregistered
libxl: debug: libxl_linux.c:203:libxl__get_hotplug_script_info: Domain 3:num_exec 1, not running hotplug scripts
libxl: debug: libxl_device.c:1203:device_hotplug: Domain 3:No hotplug script to execute
libxl: debug: libxl_event.c:686:libxl__ev_xswatch_deregister: watch w=0x5585c11b2720: deregister unregistered
libxl: debug: libxl_linux.c:226:libxl__get_hotplug_script_info: Domain 3:backend_kind 6, no need to execute scripts
libxl: debug: libxl_device.c:1203:device_hotplug: Domain 3:No hotplug script to execute
libxl: debug: libxl_event.c:686:libxl__ev_xswatch_deregister: watch w=0x5585c11b6660: deregister unregistered
libxl: debug: libxl_domain.c:1172:devices_destroy_cb: Domain 3:Forked pid 2730 for destroy of domain
libxl: debug: libxl_event.c:1869:libxl__ao_complete: ao 0x5585c11af990: complete, rc=-3
libxl: debug: libxl_event.c:1838:libxl__ao__destroy: ao 0x5585c11af990: destroy
libxl: debug: libxl_domain.c:902:libxl_domain_destroy: Domain 3:ao 0x5585c11b79a0: create: how=(nil) callback=(nil) poller=0x5585c11afa20
libxl: error: libxl_domain.c:1034:libxl__destroy_domid: Domain 3:Non-existant domain
libxl: error: libxl_domain.c:993:domain_destroy_callback: Domain 3:Unable to destroy guest
libxl: error: libxl_domain.c:920:domain_destroy_cb: Domain 3:Destruction of domain failed
libxl: debug: libxl_event.c:1869:libxl__ao_complete: ao 0x5585c11b79a0: complete, rc=-21
libxl: debug: libxl_domain.c:911:libxl_domain_destroy: Domain 3:ao 0x5585c11b79a0: inprogress: poller=0x5585c11afa20, flags=ic
libxl: debug: libxl_event.c:1838:libxl__ao__destroy: ao 0x5585c11b79a0: destroy
xencall:buffer: debug: total allocations:458 total releases:458
xencall:buffer: debug: current allocations:0 maximum allocations:3
xencall:buffer: debug: cache current size:3
xencall:buffer: debug: cache hits:433 misses:3 toobig:22
xencall:buffer: debug: total allocations:0 total releases:0
xencall:buffer: debug: current allocations:0 maximum allocations:0
xencall:buffer: debug: cache current size:0
xencall:buffer: debug: cache hits:0 misses:0 toobig:0


Конфиг виртуальной машины:

name= 'router'

builder='hvm'
memory = '1024'
shadow_memory = '8'
vcpus='2'

disk = [
'phy:/dev/RAID/ROUTER-ROOT,xvda,w',
'phy:/dev/DISK/ROUTER-SWAP,xvdb,w']
#'file:/xen/iso/debian-10.1.0-amd64-netinst.iso,ioemu:hdc:cdrom,r']

vif = ['bridge=br-lan', 'bridge=br-teh', 'bridge=br-wan', 'bridge=br-atl']

boot='c'

#vnc=1
#vncdisplay = '0'
#vnclisten = '192.168.0.1'
#vncpassword='123456'

stdvga=0
serial='pty'
usbdevice='tablet'

on_poweroff = 'destroy'
on_reboot = 'restart'
on_crash = 'restart'


Последнее исправление: sham (всего исправлений: 1)

Во первых - отформатируй текст, невозможно читать лог.
Во вторых - конфиг и подробный лог покажи.

DiMoN ★★★
()
Ответ на: комментарий от DiMoN

отредактировало, логов и конфигов досыпал...

sham
() автор топика
Вы не можете добавлять комментарии в эту тему. Тема перемещена в архив.