Richard W.M. Jones
2013-Nov-22 09:49 UTC
Re: [Libguestfs] HA: Accessing iSCSI disc images from the RHEV Manager using libguestfs
On Fri, Nov 22, 2013 at 09:42:28AM +0000, Исаев Виталий Анатольевич wrote:> Rich, you are right; the hypervisor is RHEV-H. As Itamar has just > explained me, hooks are executed on the hypervisor’s side (not on > the RHEV-M, as I used to think), so properly working libguestfs on > the RHEV-H will resolve my issue.This is a bug. I have filed this: https://bugzilla.redhat.com/show_bug.cgi?id=1033508 If you have Red Hat Support it would be helpful if you could get them to escalate this so it gets the right attention. Rich. -- Richard Jones, Virtualization Group, Red Hat http://people.redhat.com/~rjones Fedora Windows cross-compiler. Compile Windows programs, test, and build Windows installers. Over 100 libraries supported. http://fedoraproject.org/wiki/MinGW
Исаев Виталий Анатольевич
2013-Nov-22 10:29 UTC
Re: [Libguestfs] HA: Accessing iSCSI disc images from the RHEV Manager using libguestfs
Thanks a lot. Yes, we have a Support and we will ask them to help with this bug. How do you think, maybe we can hack this issue quickly just putting the kernel file (desired by libguestfs) manually to some directory on the RHEV-H file system? /boot and /lib/modules do not contain kernels on RHEV-H. Виталий Исаев Инженер-программист Группа разработки и внедрения ПСЗИ Департамент информационной безопасности ОАО «Финтех» -----Original Message----- From: Richard W.M. Jones [mailto:rjones@redhat.com] Sent: Friday, November 22, 2013 1:50 PM To: Исаев Виталий Анатольевич Cc: Itamar Heim; libguestfs@redhat.com; fdeutsch@redhat.com Subject: Re: HA: [Libguestfs] Accessing iSCSI disc images from the RHEV Manager using libguestfs On Fri, Nov 22, 2013 at 09:42:28AM +0000, Исаев Виталий Анатольевич wrote:> Rich, you are right; the hypervisor is RHEV-H. As Itamar has just > explained me, hooks are executed on the hypervisor’s side (not on the > RHEV-M, as I used to think), so properly working libguestfs on the > RHEV-H will resolve my issue.This is a bug. I have filed this: https://bugzilla.redhat.com/show_bug.cgi?id=1033508 If you have Red Hat Support it would be helpful if you could get them to escalate this so it gets the right attention. Rich. -- Richard Jones, Virtualization Group, Red Hat http://people.redhat.com/~rjones Fedora Windows cross-compiler. Compile Windows programs, test, and build Windows installers. Over 100 libraries supported. http://fedoraproject.org/wiki/MinGW
Richard W.M. Jones
2013-Nov-22 11:08 UTC
Re: [Libguestfs] HA: Accessing iSCSI disc images from the RHEV Manager using libguestfs
On Fri, Nov 22, 2013 at 10:29:08AM +0000, Исаев Виталий Анатольевич wrote:> Thanks a lot. Yes, we have a Support and we will ask them to help > with this bug. > > How do you think, maybe we can hack this issue quickly just putting > the kernel file (desired by libguestfs) manually to some directory > on the RHEV-H file system? /boot and /lib/modules do not contain > kernels on RHEV-H.A simpler plan would be to grab an appliance from here: http://libguestfs.org/download/binaries/appliance/ **NB** The appliances there now will not work because they are too new to work with libguestfs 1.16. I will prepare a 1.16 appliance and upload it shortly. Once you've got an appliance corresponding to your version of libguestfs, uncompress it into (any) directory and then set: export LIBGUESTFS_PATH=/path/to/directory and run libguestfs-test-tool to make sure everything is working. Rich. -- Richard Jones, Virtualization Group, Red Hat http://people.redhat.com/~rjones virt-p2v converts physical machines to virtual machines. Boot with a live CD or over the network (PXE) and turn machines into KVM guests. http://libguestfs.org/virt-v2v
Fabian Deutsch
2013-Nov-22 11:14 UTC
Re: [Libguestfs] HA: Accessing iSCSI disc images from the RHEV Manager using libguestfs
Am Freitag, den 22.11.2013, 10:29 +0000 schrieb Исаев Виталий Анатольевич:> Thanks a lot. Yes, we have a Support and we will ask them to help with this bug. > > How do you think, maybe we can hack this issue quickly just putting the kernel file (desired by libguestfs) manually to some directory on the RHEV-H file system? /boot and /lib/modules do not contain kernels on RHEV-H.Hey, as you said, a workaround is to link the kernel into the right place, e.g.: $ ln -s /dev/.initramfs/live/vmlinuz0 /boot/vmlinuz-$(uname -r) - fabian> Виталий Исаев > Инженер-программист > Группа разработки и внедрения ПСЗИ > Департамент информационной безопасности > ОАО «Финтех» > > > -----Original Message----- > From: Richard W.M. Jones [mailto:rjones@redhat.com] > Sent: Friday, November 22, 2013 1:50 PM > To: Исаев Виталий Анатольевич > Cc: Itamar Heim; libguestfs@redhat.com; fdeutsch@redhat.com > Subject: Re: HA: [Libguestfs] Accessing iSCSI disc images from the RHEV Manager using libguestfs > > On Fri, Nov 22, 2013 at 09:42:28AM +0000, Исаев Виталий Анатольевич wrote: > > Rich, you are right; the hypervisor is RHEV-H. As Itamar has just > > explained me, hooks are executed on the hypervisor’s side (not on the > > RHEV-M, as I used to think), so properly working libguestfs on the > > RHEV-H will resolve my issue. > > This is a bug. I have filed this: > > https://bugzilla.redhat.com/show_bug.cgi?id=1033508 > > If you have Red Hat Support it would be helpful if you could get them to escalate this so it gets the right attention. > > Rich. > > -- > Richard Jones, Virtualization Group, Red Hat http://people.redhat.com/~rjones Fedora Windows cross-compiler. Compile Windows programs, test, and build Windows installers. Over 100 libraries supported. > http://fedoraproject.org/wiki/MinGW
Maybe Matching Threads
- Re: HA: Accessing iSCSI disc images from the RHEV Manager using libguestfs
- Re: HA: Accessing iSCSI disc images from the RHEV Manager using libguestfs
- Re: HA: Accessing iSCSI disc images from the RHEV Manager using libguestfs
- Re: HA: Accessing iSCSI disc images from the RHEV Manager using libguestfs
- Re: HA: Accessing iSCSI disc images from the RHEV Manager using libguestfs