[Решено] Проблемы с xen xl
Приветствую.
Обновился вчера до xen 4.1.1 r1 и xen-tools 4.1.1 r4 и столкнулся с проблемой запуска domU:
xenvm gular # xl create /etc/xen/auto/n1.vm.cyberbob.lan
Parsing config file /etc/xen/auto/n1.vm.cyberbob.lan
failed to run bootloader: -3
Вербоз ничего толкового не сказал:
xenvm gular # xl -vvv create /etc/xen/auto/n1.vm.cyberbob.lan
Parsing config file /etc/xen/auto/n1.vm.cyberbob.lan
libxl: debug: libxl.c:1088:libxl_device_disk_local_attach attaching PHY disk vg/n1.vm.cyberbob.lan to domain 0
failed to run bootloader: -3
xc: debug: hypercall buffer: total allocations:13 total releases:13
xc: debug: hypercall buffer: current allocations:0 maximum allocations:2
xc: debug: hypercall buffer: cache current size:2
xc: debug: hypercall buffer: cache hits:10 misses:2 toobig:1
Непонятно, что не нравится в лоадере. При xm этот же конфиг работал.
name = "n1.vm.cyberbob.lan"
bootloader = "/usr/bin/pygrub"
memory = "512"
disk = [ 'phy:vg/n1.vm.cyberbob.lan,xvda,w', ]
vif = [ "mac=00:16:3E:E4:71:3E,bridge=eth0", ]
vcpus= 1
on_reboot = 'restart'
on_crash = 'destroy'
Это xl еще не доделан?
- Для комментирования войдите или зарегистрируйтесь
сделай полный путь до диска
сделай полный путь до диска phy:/dev/vg/n1.vm.cyberbob.lan,xvda,w
Спасибо, неподумал об этом,
Спасибо, неподумал об этом, помогло.
Та же проблема, только путь с
Та же проблема, только путь с диску указан полностью...
cat srv-asterisk
xl -vvv create srv-asterisk
Parsing config file srv-asterisk
libxl: debug: libxl.c:1088:libxl_device_disk_local_attach attaching PHY disk /dev/lv1/srv-asterisk to domain 0
failed to run bootloader: -3
xc: debug: hypercall buffer: total allocations:13 total releases:13
xc: debug: hypercall buffer: current allocations:0 maximum allocations:2
xc: debug: hypercall buffer: cache current size:2
xc: debug: hypercall buffer: cache hits:10 misses:2 toobig:1
Подскажите в чем может быть ошибка?