Hi Eugen, hi all,

thank you very much for your answer!

>> So "somthing" goes wrong:
>>
>> # cat /var/log/libvirt/libxl/libxl-driver.log
>> -> ...
>> 2018-05-20 15:28:15.270+0000: libxl:
>> libxl_bootloader.c:634:bootloader_finished: bootloader failed - consult
>> logfile /var/log/xen/bootloader.7.log
>> 2018-05-20 15:28:15.270+0000: libxl:
>> libxl_exec.c:118:libxl_report_child_exitstatus: bootloader [26640]
>> exited with error status 1
>> 2018-05-20 15:28:15.271+0000: libxl:
>> libxl_create.c:1259:domcreate_rebuild_done: cannot (re-)build domain: -3
>>
>> # cat /var/log/xen/bootloader.7.log
>> ->
>> Traceback (most recent call last):
>>   File "/usr/lib64/xen/bin/pygrub", line 896, in <module>
>>     part_offs = get_partition_offsets(file)
>>   File "/usr/lib64/xen/bin/pygrub", line 113, in get_partition_offsets
>>     image_type = identify_disk_image(file)
>>   File "/usr/lib64/xen/bin/pygrub", line 56, in identify_disk_image
>>     fd = os.open(file, os.O_RDONLY)
>> OSError: [Errno 2] No such file or directory:
>> 'rbd:devel-pool/testvm3.rbd:id=libvirt:key=AQBThwFbGFRYFxxxxxxxxxxxxxxxxxxxxxxxxx==:auth_supported=cephx\\;none:mon_host=10.20.30.1\\:6789\\;10.20.30.2\\:6789\\;10.20.30.3\\:6789'
>>
> 
> we used to work with Xen hypervisors before we switched to KVM, all the
> VMs are within OpenStack. There was one thing we had to configure for
> Xen instances: the base image needed two image properties,
> "hypervisor_type = xen" and "kernel_id = <IMAGE_ID>" where the image for
> the kernel_id was uploaded from /usr/lib/grub2/x86_64-xen/grub.xen.
> For VMs independent from openstack we had to provide the kernel like this:
> 
> # kernel="/usr/lib/grub2/x86_64-xen/grub.xen"
> kernel="/usr/lib/grub2/i386-xen/grub.xen"
> 
> I'm not sure if this is all that's required in your environment but we
> managed to run Xen VMs with Ceph backend.

I don't think that this is the cause, because as far as I understand the
error, Xen does not even try to look for the kernel or what ever.

On the first access on it's image, located on the RBD, it says "file not
found", otherwise it would say s.th. like "kernel not found".


So any other ideas?
-- 

kind regards,

thg
_______________________________________________
ceph-users mailing list
ceph-users@lists.ceph.com
http://lists.ceph.com/listinfo.cgi/ceph-users-ceph.com

Reply via email to