Unable to import hosted engine storage domain in 3.6RC with FC storage

Hi All, I'm having an issue with the current release candidate for 3.6, running on CentOS 7. I'm trying to install the hosted engine on fibre channel storage. I can successfully install the VM, and get everything up and running, but the hosted engine VM itself does not appear in the web interface, nor does the storage domain on which the hosted engine's disks reside appear. When I create a new storage domain on the SAN, I can see the LUN on which the hosted engine resides, but it is greyed out. When I first started the cluster and got the host and engine VM installed and running, it gave me the message " The Hosted Engine Storage Domain doesn't exist. It shoudl be imported into the setup." I've tried importing and attaching the storage domain, but it simply doesn't appear in the interface to allow me to import it. I've tired every Attach/Import/Activate screen that I could find. I've also opened a bug report (https://bugzilla.redhat.com/show_bug.cgi?id=1267337), but with no success so far. Has anyone else had a similar issue? Can you import the hosted engine storage domain after setup, and if so on what kind of storage? From some of the posts I've seen, it looks like people are getting it to work with NFS and maybe iSCSI, but I haven't seen anyone else mention Fibre Channel. Christopher Miersma

On Fri, Oct 9, 2015 at 9:42 PM, Christopher Miersma <miersma@ualberta.ca> wrote:
Hi All,
I'm having an issue with the current release candidate for 3.6, running on CentOS 7. I'm trying to install the hosted engine on fibre channel storage. I can successfully install the VM, and get everything up and running, but the hosted engine VM itself does not appear in the web interface, nor does the storage domain on which the hosted engine's disks reside appear. When I create a new storage domain on the SAN, I can see the LUN on which the hosted engine resides, but it is greyed out. When I first started the cluster and got the host and engine VM installed and running, it gave me the message " The Hosted Engine Storage Domain doesn't exist. It shoudl be imported into the setup." I've tried importing and attaching the storage domain, but it simply doesn't appear in the interface to allow me to import it. I've tired every Attach/Import/Activate screen that I could find. I've also opened a bug report ( https://bugzilla.redhat.com/show_bug.cgi?id=1267337), but with no success so far.
Has anyone else had a similar issue? Can you import the hosted engine storage domain after setup, and if so on what kind of storage? From some of the posts I've seen, it looks like people are getting it to work with NFS and maybe iSCSI, but I haven't seen anyone else mention Fibre Channel.
Can you try to import the hosted_storage domain using REST and not via UI? NFS and ISCSI do work. Also Bug 1261996 did solve a but on import (I'm no sure this is on your release candidate)
Christopher Miersma _______________________________________________ Users mailing list Users@ovirt.org http://lists.ovirt.org/mailman/listinfo/users

On Sun, Oct 11, 2015 at 3:37 PM, Roy Golan <rgolan@redhat.com> wrote:
On Fri, Oct 9, 2015 at 9:42 PM, Christopher Miersma <miersma@ualberta.ca> wrote:
Hi All,
I'm having an issue with the current release candidate for 3.6, running on CentOS 7. I'm trying to install the hosted engine on fibre channel storage. I can successfully install the VM, and get everything up and running, but the hosted engine VM itself does not appear in the web interface, nor does the storage domain on which the hosted engine's disks reside appear. When I create a new storage domain on the SAN, I can see the LUN on which the hosted engine resides, but it is greyed out. When I first started the cluster and got the host and engine VM installed and running, it gave me the message " The Hosted Engine Storage Domain doesn't exist. It shoudl be imported into the setup." I've tried importing and attaching the storage domain, but it simply doesn't appear in the interface to allow me to import it. I've tired every Attach/Import/Activate screen that I could find. I've also opened a bug report ( https://bugzilla.redhat.com/show_bug.cgi?id=1267337), but with no success so far.
Has anyone else had a similar issue? Can you import the hosted engine storage domain after setup, and if so on what kind of storage? From some of the posts I've seen, it looks like people are getting it to work with NFS and maybe iSCSI, but I haven't seen anyone else mention Fibre Channel.
Can you try to import the hosted_storage domain using REST and not via UI? NFS and ISCSI do work. Also Bug 1261996 did solve a but on import (I'm no sure this is on your release candidate)
Also, there is a bug (and a patch) to import the SD automatically https://bugzilla.redhat.com/1269768
Christopher Miersma _______________________________________________ Users mailing list Users@ovirt.org http://lists.ovirt.org/mailman/listinfo/users

This is a multi-part message in MIME format. --------------020000050700010109020905 Content-Type: text/plain; charset=utf-8; format=flowed Content-Transfer-Encoding: 7bit I've tried importing using the ovirt-shell, and a python script, but I'm having trouble figuring out what options to use to properly import an FC repository. The examples at http://www.ovirt.org/Testing/PythonApi use NFS or iSCSI. The 5 overload options for api.storagedomains.add() and the "add storagedomain," I found in the python API and in the ovirt-shell all seem to be requiring parameters for either a file system path or iSCSI. To test the import process, I tried removing another unused fibre channel storage domain and reimporting it. While that storage domain showed up in the web interface and could be imported via the web UI, I couldn't find the right options to import it in the python API or the ovirt-shell. On 10/11/2015 06:53 AM, Roy Golan wrote:
On Sun, Oct 11, 2015 at 3:37 PM, Roy Golan <rgolan@redhat.com <mailto:rgolan@redhat.com>> wrote:
On Fri, Oct 9, 2015 at 9:42 PM, Christopher Miersma <miersma@ualberta.ca <mailto:miersma@ualberta.ca>> wrote:
Hi All,
I'm having an issue with the current release candidate for 3.6, running on CentOS 7. I'm trying to install the hosted engine on fibre channel storage. I can successfully install the VM, and get everything up and running, but the hosted engine VM itself does not appear in the web interface, nor does the storage domain on which the hosted engine's disks reside appear. When I create a new storage domain on the SAN, I can see the LUN on which the hosted engine resides, but it is greyed out. When I first started the cluster and got the host and engine VM installed and running, it gave me the message " The Hosted Engine Storage Domain doesn't exist. It shoudl be imported into the setup." I've tried importing and attaching the storage domain, but it simply doesn't appear in the interface to allow me to import it. I've tired every Attach/Import/Activate screen that I could find. I've also opened a bug report (https://bugzilla.redhat.com/show_bug.cgi?id=1267337), but with no success so far.
Has anyone else had a similar issue? Can you import the hosted engine storage domain after setup, and if so on what kind of storage? From some of the posts I've seen, it looks like people are getting it to work with NFS and maybe iSCSI, but I haven't seen anyone else mention Fibre Channel.
Can you try to import the hosted_storage domain using REST and not via UI? NFS and ISCSI do work. Also Bug 1261996 did solve a but on import (I'm no sure this is on your release candidate)
Also, there is a bug (and a patch) to import the SD automatically https://bugzilla.redhat.com/1269768
Christopher Miersma _______________________________________________ Users mailing list Users@ovirt.org <mailto:Users@ovirt.org> http://lists.ovirt.org/mailman/listinfo/users
-- Christopher Miersma Unix System Administrator University of Alberta Libraries 4-30 Cameron Library 780-492-4718 --------------020000050700010109020905 Content-Type: text/html; charset=utf-8 Content-Transfer-Encoding: 8bit <html> <head> <meta content="text/html; charset=utf-8" http-equiv="Content-Type"> </head> <body text="#000000" bgcolor="#FFFFFF"> I've tried importing using the ovirt-shell, and a python script, but I'm having trouble figuring out what options to use to properly import an FC repository. The examples at <a class="moz-txt-link-freetext" href="http://www.ovirt.org/Testing/PythonApi">http://www.ovirt.org/Testing/PythonApi</a> use NFS or iSCSI. The 5 overload options for api.storagedomains.add() and the "add storagedomain," I found in the python API and in the ovirt-shell all seem to be requiring parameters for either a file system path or iSCSI. To test the import process, I tried removing another unused fibre channel storage domain and reimporting it. While that storage domain showed up in the web interface and could be imported via the web UI, I couldn't find the right options to import it in the python API or the ovirt-shell.<br> <br> <div class="moz-cite-prefix">On 10/11/2015 06:53 AM, Roy Golan wrote:<br> </div> <blockquote cite="mid:CAC_Jqc=ngKxQUjAgAVf=1ZfDMFLwuH+Sk3qL=TDCf4gfhy5JLA@mail.gmail.com" type="cite"> <div dir="ltr"><br> <div class="gmail_extra"><br> <div class="gmail_quote">On Sun, Oct 11, 2015 at 3:37 PM, Roy Golan <span dir="ltr"><<a moz-do-not-send="true" href="mailto:rgolan@redhat.com" target="_blank">rgolan@redhat.com</a>></span> wrote:<br> <blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex"> <div dir="ltr"><br> <div class="gmail_extra"><br> <div class="gmail_quote"><span class="">On Fri, Oct 9, 2015 at 9:42 PM, Christopher Miersma <span dir="ltr"><<a moz-do-not-send="true" href="mailto:miersma@ualberta.ca" target="_blank">miersma@ualberta.ca</a>></span> wrote:<br> </span><span class=""> <blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex">Hi All,<br> <br> I'm having an issue with the current release candidate for 3.6, running on CentOS 7. I'm trying to install the hosted engine on fibre channel storage. I can successfully install the VM, and get everything up and running, but the hosted engine VM itself does not appear in the web interface, nor does the storage domain on which the hosted engine's disks reside appear. When I create a new storage domain on the SAN, I can see the LUN on which the hosted engine resides, but it is greyed out. When I first started the cluster and got the host and engine VM installed and running, it gave me the message " The Hosted Engine Storage Domain doesn't exist. It shoudl be imported into the setup." I've tried importing and attaching the storage domain, but it simply doesn't appear in the interface to allow me to import it. I've tired every Attach/Import/Activate screen that I could find. I've also opened a bug report (<a moz-do-not-send="true" href="https://bugzilla.redhat.com/show_bug.cgi?id=1267337" rel="noreferrer" target="_blank"><a class="moz-txt-link-freetext" href="https://bugzilla.redhat.com/show_bug.cgi?id=1267337">https://bugzilla.redhat.com/show_bug.cgi?id=1267337</a></a>), but with no success so far.<br> <br> Has anyone else had a similar issue? Can you import the hosted engine storage domain after setup, and if so on what kind of storage? From some of the posts I've seen, it looks like people are getting it to work with NFS and maybe iSCSI, but I haven't seen anyone else mention Fibre Channel.</blockquote> <div><br> <br> </div> </span> <div>Can you try to import the hosted_storage domain using REST and not via UI?<br> </div> <div> NFS and ISCSI do work. Also Bug 1261996 did solve a but on import (I'm no sure this is on your release candidate)<br> <br> </div> </div> </div> </div> </blockquote> <div><br> <br> </div> <div>Also, there is a bug (and a patch) to import the SD automatically <a moz-do-not-send="true" href="https://bugzilla.redhat.com/1269768">https://bugzilla.redhat.com/1269768</a><br> <br> </div> <blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex"> <div dir="ltr"> <div class="gmail_extra"> <div class="gmail_quote"><span class=""> <blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex"><span><font color="#888888"><br> <br> Christopher Miersma<br> _______________________________________________<br> Users mailing list<br> <a moz-do-not-send="true" href="mailto:Users@ovirt.org" target="_blank">Users@ovirt.org</a><br> <a moz-do-not-send="true" href="http://lists.ovirt.org/mailman/listinfo/users" rel="noreferrer" target="_blank">http://lists.ovirt.org/mailman/listinfo/users</a><br> </font></span></blockquote> </span></div> <br> </div> </div> </blockquote> </div> <br> </div> </div> </blockquote> <br> <pre class="moz-signature" cols="72">-- Christopher Miersma Unix System Administrator University of Alberta Libraries 4-30 Cameron Library 780-492-4718</pre> </body> </html> --------------020000050700010109020905--
participants (2)
-
Christopher Miersma
-
Roy Golan