[Users] help with iSCSI storage domain needed - Ovirt -3.1

---910415156-1050739562-1355276445=:87072 Content-Type: text/plain; charset=iso-8859-1 Content-Transfer-Encoding: quoted-printable Hi, everybody ! I have installed=A0 ovirt 3.1 engine and two nodes. I have setup iscsi stor= age on another box and tested it with windows system - I was able to add it= to win7 initiator, meaning the storage configured properly. But I can't ad= d iscsi storage in ovirt-engine system. When I use "DIscover Targets" optio= n and type IP address of my iscsi system - nothing is happening. All my systems - engine, nodes and iscsi server - are on the same network. = Is it a bug? Is there any way to fix it ? Did anyone have the same issue ? = Please, help. Thanks in advance for any tips. Alex ---910415156-1050739562-1355276445=:87072 Content-Type: text/html; charset=iso-8859-1 Content-Transfer-Encoding: quoted-printable <table cellspacing=3D"0" cellpadding=3D"0" border=3D"0" ><tr><td valign=3D"= top" style=3D"font: inherit;">Hi, everybody !<br>I have installed ovi= rt 3.1 engine and two nodes. I have setup iscsi storage on another box and = tested it with windows system - I was able to add it to win7 initiator, mea= ning the storage configured properly. But I can't add iscsi storage in ovir= t-engine system. When I use "DIscover Targets" option and type IP address o= f my iscsi system - nothing is happening.<br>All my systems - engine, nodes= and iscsi server - are on the same network. Is it a bug? Is there any way = to fix it ? Did anyone have the same issue ? Please, help. Thanks in advanc= e for any tips.<br><br><br>Alex<br></td></tr></table> ---910415156-1050739562-1355276445=:87072--

This is a multi-part message in MIME format. --------------010102090007040204060909 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit On 12/12/2012 09:40 AM, Aleksandr Arbitman wrote:
Hi, everybody ! I have installed ovirt 3.1 engine and two nodes. I have setup iscsi storage on another box and tested it with windows system - I was able to add it to win7 initiator, meaning the storage configured properly. But I can't add iscsi storage in ovirt-engine system. When I use "DIscover Targets" option and type IP address of my iscsi system - nothing is happening. All my systems - engine, nodes and iscsi server - are on the same network. Is it a bug? Is there any way to fix it ? Did anyone have the same issue ? Please, help. Thanks in advance for any tips.
Alex
Is there any error related in /var/vdsm/vdsm.log ? Did you try to manually discover and login the iscsi target by the following command? iscsiadm --mode discoverydb --type sendtargets --portal 192.168.122.1 --discover // replace the portal address with your iscsi server's ip address iscsiadm --mode node --targetname iqn.2001-05.com.doe:test --portal 192.168.1.1:3260 --login //replace the iqn with what returned by the above command, and also the portal address.
_______________________________________________ Users mailing list Users@ovirt.org http://lists.ovirt.org/mailman/listinfo/users
--------------010102090007040204060909 Content-Type: text/html; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit <html> <head> <meta content="text/html; charset=ISO-8859-1" http-equiv="Content-Type"> </head> <body bgcolor="#FFFFFF" text="#000000"> <div class="moz-cite-prefix">On 12/12/2012 09:40 AM, Aleksandr Arbitman wrote:<br> </div> <blockquote cite="mid:1355276445.87072.YahooMailClassic@web181106.mail.ne1.yahoo.com" type="cite"> <table border="0" cellpadding="0" cellspacing="0"> <tbody> <tr> <td style="font: inherit;" valign="top">Hi, everybody !<br> I have installed ovirt 3.1 engine and two nodes. I have setup iscsi storage on another box and tested it with windows system - I was able to add it to win7 initiator, meaning the storage configured properly. But I can't add iscsi storage in ovirt-engine system. When I use "DIscover Targets" option and type IP address of my iscsi system - nothing is happening.<br> All my systems - engine, nodes and iscsi server - are on the same network. Is it a bug? Is there any way to fix it ? Did anyone have the same issue ? Please, help. Thanks in advance for any tips.<br> <br> <br> Alex<br> </td> </tr> </tbody> </table> <br> <fieldset class="mimeAttachmentHeader"></fieldset> <br> </blockquote> Is there any error related in /var/vdsm/vdsm.log ?<br> <br> Did you try to manually discover and login the iscsi target by the following command?<br> <br> iscsiadm --mode discoverydb --type sendtargets --portal 192.168.122.1 --discover // replace the portal address with your iscsi server's ip address<br> <br> iscsiadm --mode node --targetname iqn.2001-05.com.doe:test --portal 192.168.1.1:3260 --login //replace the iqn with what returned by the above command, and also the portal address.<br> <br> <br> <br> <br> <br> <blockquote cite="mid:1355276445.87072.YahooMailClassic@web181106.mail.ne1.yahoo.com" type="cite"> <pre wrap="">_______________________________________________ Users mailing list <a class="moz-txt-link-abbreviated" href="mailto:Users@ovirt.org">Users@ovirt.org</a> <a class="moz-txt-link-freetext" href="http://lists.ovirt.org/mailman/listinfo/users">http://lists.ovirt.org/mailman/listinfo/users</a> </pre> </blockquote> <br> </body> </html> --------------010102090007040204060909--

--1013620071-1803343266-1355297694=:91295 Content-Type: text/plain; charset=iso-8859-1 Content-Transfer-Encoding: quoted-printable Mark. running both commands on one of the nodes was successful, see below: [root@ovirtnode1 ~]# iscsiadm --mode discoverydb --type sendtargets --porta= l 10.45.201.22 --discover=20 10.45.201.22:3260,1 iqn.2012-12.com.test:storage.target1 [root@ovirtnode1 ~]# iscsiadm --mode node --targetname iqn.2012-12.com.test= :storage.target1 --portal 10.45.201.22:3260 --login Logging in to [iface: default, target: iqn.2012-12.com.test:storage.target1= , portal: 10.45.201.22,3260] (multiple) Login to [iface: default, target: iqn.2012-12.com.test:storage.target1, por= tal: 10.45.201.22,3260] successful. [root@ovirtnode1 ~]# ###################### When I run "tail -f=A0 /var/log/vdsm/vdsm.log" that log shows the node is t= rying to access NFS based domain which I removed in engine before trying to= add iscsi data domain. See here: ###################### Traceback (most recent call last): =A0 File "/usr/share/vdsm/storage/domainMonitor.py", line 103, in _monitorD= omain =A0 File "/usr/share/vdsm/storage/nfsSD.py", line 100, in selftest StorageDomainFSNotMounted: Storage domain remote path not mounted: ('/rhev/= data-center/mnt/nfs-storage.fib.int.asurion.com:_home_iso-domain',) Thread-31::ERROR::2012-12-12 07:29:28,834::domainMonitor::120::Storage.Doma= inMonitor::(_monitorDomain) Error while collecting domain `f5adc0dc-7749-4d= 2c-b1ba-142ac4a0688c` monitoring information Traceback (most recent call last): =A0 File "/usr/share/vdsm/storage/domainMonitor.py", line 103, in _monitorD= omain =A0 File "/usr/share/vdsm/storage/nfsSD.py", line 100, in selftest StorageDomainFSNotMounted: Storage domain remote path not mounted: ('/rhev/= data-center/mnt/nfs-storage.fib.int.asurion.com:_home_nfs-domain',) ################## Why can't I add iscsi storage using engine webGUI ? What would you recommend ? Thank you very much in advance for your help. --- On Tue, 12/11/12, Mark Wu <wudxw@linux.vnet.ibm.com> wrote: From: Mark Wu <wudxw@linux.vnet.ibm.com> Subject: Re: [Users] help with iSCSI storage domain needed - Ovirt -3.1 To: "Aleksandr Arbitman" <arbitman@pacbell.net> Cc: users@ovirt.org Date: Tuesday, December 11, 2012, 10:36 PM =0A =0A=0A =0A =0A =0A On 12/12/2012 09:40 AM, Aleksandr=0A A= rbitman wrote: =0A =0A =0A =0A =0A =0A Hi, everybody= ! =0A I have installed=A0 ovirt 3.1 engine and two nodes. I have= =0A setup iscsi storage on another box and tested it with=0A = windows system - I was able to add it to win7 initiator,=0A = meaning the storage configured properly. But I can't add=0A = iscsi storage in ovirt-engine system. When I use "DIscover=0A = Targets" option and type IP address of my iscsi system -=0A = nothing is happening. =0A All my systems - engine, nodes and iscsi server - are on= =0A the same network. Is it a bug? Is there any way to fix it= =0A ? Did anyone have the same issue ? Please, help. Thanks in= =0A advance for any tips. =0A =20 =0A =20 =0A Alex =0A =0A =0A =0A =0A =20 =0A =0A =20 =0A =0A Is there any error related in /var/vdsm/vdsm.log ? =0A =20 =0A Did you try to manually discover and login the iscsi target by the= =0A following command? =0A =20 =0A iscsiadm --mode discoverydb --type sendtargets --portal=0A 192.16= 8.122.1 --discover=A0=A0 // replace the portal address with your=0A iscs= i server's ip address =0A =20 =0A iscsiadm --mode node --targetname iqn.2001-05.com.doe:test --portal= =0A 192.168.1.1:3260 --login=A0 //replace the iqn with what returned by= =0A the above command, and also the portal address. =0A =20 =0A =20 =0A =20 =0A =20 =0A =20 =0A =0A _______________________________________________=0AUsers mai= ling list=0AUsers@ovirt.org=0Ahttp://lists.ovirt.org/mailman/listinfo/users= =0A=0A =0A =20 =0A =0A=0A --1013620071-1803343266-1355297694=:91295 Content-Type: text/html; charset=iso-8859-1 Content-Transfer-Encoding: quoted-printable <table cellspacing=3D"0" cellpadding=3D"0" border=3D"0" ><tr><td valign=3D"= top" style=3D"font: inherit;">Mark.<br>running both commands on one of the = nodes was successful, see below:<br><br>[root@ovirtnode1 ~]# iscsiadm --mod= e discoverydb --type sendtargets --portal 10.45.201.22 --discover <br><br>1= 0.45.201.22:3260,1 iqn.2012-12.com.test:storage.target1<br><br>[root@ovirtn= ode1 ~]# iscsiadm --mode node --targetname iqn.2012-12.com.test:storage.tar= get1 --portal 10.45.201.22:3260 --login<br><br>Logging in to [iface: defaul= t, target: iqn.2012-12.com.test:storage.target1, portal: 10.45.201.22,3260]= (multiple)<br><br>Login to [iface: default, target: iqn.2012-12.com.test:s= torage.target1, portal: 10.45.201.22,3260] successful.<br><br>[root@ovirtno= de1 ~]#<br><br>######################<br>When I run "tail -f /var/log= /vdsm/vdsm.log" that log shows the node is trying to access NFS based domai= n which I removed in engine before trying to add iscsi data domain. See here:<br><br>######################<br>Traceback (most recent call last):<= br> File "/usr/share/vdsm/storage/domainMonitor.py", line 103, in _mo= nitorDomain<br> File "/usr/share/vdsm/storage/nfsSD.py", line 100, in= selftest<br>StorageDomainFSNotMounted: Storage domain remote path not moun= ted: ('/rhev/data-center/mnt/nfs-storage.fib.int.asurion.com:_home_iso-doma= in',)<br>Thread-31::ERROR::2012-12-12 07:29:28,834::domainMonitor::120::Sto= rage.DomainMonitor::(_monitorDomain) Error while collecting domain `f5adc0d= c-7749-4d2c-b1ba-142ac4a0688c` monitoring information<br>Traceback (most re= cent call last):<br> File "/usr/share/vdsm/storage/domainMonitor.py",= line 103, in _monitorDomain<br> File "/usr/share/vdsm/storage/nfsSD.= py", line 100, in selftest<br>StorageDomainFSNotMounted: Storage domain rem= ote path not mounted: ('/rhev/data-center/mnt/nfs-storage.fib.int.asurion.c= om:_home_nfs-domain',)<br><br>##################<br>Why can't I add iscsi storage using engine webGUI ?<br>What would you recommend ? Thank yo= u very much in advance for your help.<br><br><br><br><br><br>--- On <b>Tue,= 12/11/12, Mark Wu <i><wudxw@linux.vnet.ibm.com></i></b> wrote:<br><b= lockquote style=3D"border-left: 2px solid rgb(16, 16, 255); margin-left: 5p= x; padding-left: 5px;"><br>From: Mark Wu <wudxw@linux.vnet.ibm.com><b= r>Subject: Re: [Users] help with iSCSI storage domain needed - Ovirt -3.1<= br>To: "Aleksandr Arbitman" <arbitman@pacbell.net><br>Cc: users@ovirt= .org<br>Date: Tuesday, December 11, 2012, 10:36 PM<br><br><div id=3D"yiv738= 329454">=0A =0A=0A =0A =0A <div>=0A <div class=3D"yiv738329454moz-= cite-prefix">On 12/12/2012 09:40 AM, Aleksandr=0A Arbitman wrote:<br>= =0A </div>=0A <blockquote type=3D"cite">=0A <table border=3D"0" = cellpadding=3D"0" cellspacing=3D"0">=0A <tbody>=0A <tr>=0A = <td style=3D"font:inherit;" valign=3D"top">Hi, everybody !<br>= =0A I have installed ovirt 3.1 engine and two nodes. I h= ave=0A setup iscsi storage on another box and tested it with= =0A windows system - I was able to add it to win7 initiator,= =0A meaning the storage configured properly. But I can't add= =0A iscsi storage in ovirt-engine system. When I use "DIscover= =0A Targets" option and type IP address of my iscsi system -= =0A nothing is happening.<br>=0A All my systems -= engine, nodes and iscsi server - are on=0A the same network. = Is it a bug? Is there any way to fix it=0A ? Did anyone have t= he same issue ? Please, help. Thanks in=0A advance for any tip= s.<br>=0A <br>=0A <br>=0A Alex<br>= =0A </td>=0A </tr>=0A </tbody>=0A </table>= =0A <br>=0A <fieldset class=3D"yiv738329454mimeAttachmentHeader">= </fieldset>=0A <br>=0A </blockquote>=0A Is there any error relat= ed in /var/vdsm/vdsm.log ?<br>=0A <br>=0A Did you try to manually dis= cover and login the iscsi target by the=0A following command?<br>=0A = <br>=0A iscsiadm --mode discoverydb --type sendtargets --portal=0A 19= 2.168.122.1 --discover // replace the portal address with your= =0A iscsi server's ip address<br>=0A <br>=0A iscsiadm --mode node = --targetname iqn.2001-05.com.doe:test --portal=0A 192.168.1.1:3260 --log= in //replace the iqn with what returned by=0A the above command, a= nd also the portal address.<br>=0A <br>=0A <br>=0A <br>=0A <br>= =0A <br>=0A <blockquote type=3D"cite">=0A <pre>_________________= ______________________________=0AUsers mailing list=0A<a rel=3D"nofollow" c= lass=3D"yiv738329454moz-txt-link-abbreviated" ymailto=3D"mailto:Users@ovirt= .org" target=3D"_blank" href=3D"/mc/compose?to=3DUsers@ovirt.org">Users@ovi= rt.org</a>=0A<a rel=3D"nofollow" class=3D"yiv738329454moz-txt-link-freetext= " target=3D"_blank" href=3D"http://lists.ovirt.org/mailman/listinfo/users">= http://lists.ovirt.org/mailman/listinfo/users</a>=0A</pre>=0A </blockquo= te>=0A <br>=0A </div>=0A=0A</div></blockquote></td></tr></table> --1013620071-1803343266-1355297694=:91295--

This is a multi-part message in MIME format. --------------080009010800080305070500 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit On 12/12/2012 03:34 PM, Aleksandr Arbitman wrote:
Mark. running both commands on one of the nodes was successful, see below:
[root@ovirtnode1 ~]# iscsiadm --mode discoverydb --type sendtargets --portal 10.45.201.22 --discover
10.45.201.22:3260,1 iqn.2012-12.com.test:storage.target1
[root@ovirtnode1 ~]# iscsiadm --mode node --targetname iqn.2012-12.com.test:storage.target1 --portal 10.45.201.22:3260 --login
Logging in to [iface: default, target: iqn.2012-12.com.test:storage.target1, portal: 10.45.201.22,3260] (multiple)
Login to [iface: default, target: iqn.2012-12.com.test:storage.target1, portal: 10.45.201.22,3260] successful.
[root@ovirtnode1 ~]#
###################### When I run "tail -f /var/log/vdsm/vdsm.log" that log shows the node is trying to access NFS based domain which I removed in engine before trying to add iscsi data domain. See here:
I am not sure how it got connected to the NFS error. Did you mean running "tailf" when you're clicking the "DIscover Targets" button? Could you please paste your vdsm.log on http://fpaste.org/ and paste link here? Thanks.
###################### Traceback (most recent call last): File "/usr/share/vdsm/storage/domainMonitor.py", line 103, in _monitorDomain File "/usr/share/vdsm/storage/nfsSD.py", line 100, in selftest StorageDomainFSNotMounted: Storage domain remote path not mounted: ('/rhev/data-center/mnt/nfs-storage.fib.int.asurion.com:_home_iso-domain',) Thread-31::ERROR::2012-12-12 07:29:28,834::domainMonitor::120::Storage.DomainMonitor::(_monitorDomain) Error while collecting domain `f5adc0dc-7749-4d2c-b1ba-142ac4a0688c` monitoring information Traceback (most recent call last): File "/usr/share/vdsm/storage/domainMonitor.py", line 103, in _monitorDomain File "/usr/share/vdsm/storage/nfsSD.py", line 100, in selftest StorageDomainFSNotMounted: Storage domain remote path not mounted: ('/rhev/data-center/mnt/nfs-storage.fib.int.asurion.com:_home_nfs-domain',)
################## Why can't I add iscsi storage using engine webGUI ? What would you recommend ? Thank you very much in advance for your help.
--- On *Tue, 12/11/12, Mark Wu /<wudxw@linux.vnet.ibm.com>/* wrote:
From: Mark Wu <wudxw@linux.vnet.ibm.com> Subject: Re: [Users] help with iSCSI storage domain needed - Ovirt -3.1 To: "Aleksandr Arbitman" <arbitman@pacbell.net> Cc: users@ovirt.org Date: Tuesday, December 11, 2012, 10:36 PM
On 12/12/2012 09:40 AM, Aleksandr Arbitman wrote:
Hi, everybody ! I have installed ovirt 3.1 engine and two nodes. I have setup iscsi storage on another box and tested it with windows system - I was able to add it to win7 initiator, meaning the storage configured properly. But I can't add iscsi storage in ovirt-engine system. When I use "DIscover Targets" option and type IP address of my iscsi system - nothing is happening. All my systems - engine, nodes and iscsi server - are on the same network. Is it a bug? Is there any way to fix it ? Did anyone have the same issue ? Please, help. Thanks in advance for any tips.
Alex
Is there any error related in /var/vdsm/vdsm.log ?
Did you try to manually discover and login the iscsi target by the following command?
iscsiadm --mode discoverydb --type sendtargets --portal 192.168.122.1 --discover // replace the portal address with your iscsi server's ip address
iscsiadm --mode node --targetname iqn.2001-05.com.doe:test --portal 192.168.1.1:3260 --login //replace the iqn with what returned by the above command, and also the portal address.
_______________________________________________ Users mailing list Users@ovirt.org </mc/compose?to=Users@ovirt.org> http://lists.ovirt.org/mailman/listinfo/users
--------------080009010800080305070500 Content-Type: text/html; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit <html> <head> <meta content="text/html; charset=ISO-8859-1" http-equiv="Content-Type"> </head> <body bgcolor="#FFFFFF" text="#000000"> <div class="moz-cite-prefix">On 12/12/2012 03:34 PM, Aleksandr Arbitman wrote:<br> </div> <blockquote cite="mid:1355297694.91295.YahooMailClassic@web181101.mail.ne1.yahoo.com" type="cite"> <table border="0" cellpadding="0" cellspacing="0"> <tbody> <tr> <td style="font: inherit;" valign="top">Mark.<br> running both commands on one of the nodes was successful, see below:<br> <br> [root@ovirtnode1 ~]# iscsiadm --mode discoverydb --type sendtargets --portal 10.45.201.22 --discover <br> <br> 10.45.201.22:3260,1 iqn.2012-12.com.test:storage.target1<br> <br> [root@ovirtnode1 ~]# iscsiadm --mode node --targetname iqn.2012-12.com.test:storage.target1 --portal 10.45.201.22:3260 --login<br> <br> Logging in to [iface: default, target: iqn.2012-12.com.test:storage.target1, portal: 10.45.201.22,3260] (multiple)<br> <br> Login to [iface: default, target: iqn.2012-12.com.test:storage.target1, portal: 10.45.201.22,3260] successful.<br> <br> [root@ovirtnode1 ~]#<br> <br> ######################<br> When I run "tail -f /var/log/vdsm/vdsm.log" that log shows the node is trying to access NFS based domain which I removed in engine before trying to add iscsi data domain. See here:<br> <br> </td> </tr> </tbody> </table> </blockquote> I am not sure how it got connected to the NFS error. Did you mean running "tailf" when you're clicking the "DIscover Targets" button? Could you please paste your vdsm.log on <meta http-equiv="content-type" content="text/html; charset=ISO-8859-1"> <a href="http://fpaste.org/">http://fpaste.org/</a><br> and paste link here? Thanks.<br> <blockquote cite="mid:1355297694.91295.YahooMailClassic@web181101.mail.ne1.yahoo.com" type="cite"> <table border="0" cellpadding="0" cellspacing="0"> <tbody> <tr> <td style="font: inherit;" valign="top">######################<br> Traceback (most recent call last):<br> File "/usr/share/vdsm/storage/domainMonitor.py", line 103, in _monitorDomain<br> File "/usr/share/vdsm/storage/nfsSD.py", line 100, in selftest<br> StorageDomainFSNotMounted: Storage domain remote path not mounted: ('/rhev/data-center/mnt/nfs-storage.fib.int.asurion.com:_home_iso-domain',)<br> Thread-31::ERROR::2012-12-12 07:29:28,834::domainMonitor::120::Storage.DomainMonitor::(_monitorDomain) Error while collecting domain `f5adc0dc-7749-4d2c-b1ba-142ac4a0688c` monitoring information<br> Traceback (most recent call last):<br> File "/usr/share/vdsm/storage/domainMonitor.py", line 103, in _monitorDomain<br> File "/usr/share/vdsm/storage/nfsSD.py", line 100, in selftest<br> StorageDomainFSNotMounted: Storage domain remote path not mounted: ('/rhev/data-center/mnt/nfs-storage.fib.int.asurion.com:_home_nfs-domain',)<br> <br> ##################<br> Why can't I add iscsi storage using engine webGUI ?<br> What would you recommend ? Thank you very much in advance for your help.<br> <br> </td> </tr> </tbody> </table> </blockquote> <br> <br> <blockquote cite="mid:1355297694.91295.YahooMailClassic@web181101.mail.ne1.yahoo.com" type="cite"> <table border="0" cellpadding="0" cellspacing="0"> <tbody> <tr> <td style="font: inherit;" valign="top"><br> <br> <br> <br> --- On <b>Tue, 12/11/12, Mark Wu <i><a class="moz-txt-link-rfc2396E" href="mailto:wudxw@linux.vnet.ibm.com"><wudxw@linux.vnet.ibm.com></a></i></b> wrote:<br> <blockquote style="border-left: 2px solid rgb(16, 16, 255); margin-left: 5px; padding-left: 5px;"><br> From: Mark Wu <a class="moz-txt-link-rfc2396E" href="mailto:wudxw@linux.vnet.ibm.com"><wudxw@linux.vnet.ibm.com></a><br> Subject: Re: [Users] help with iSCSI storage domain needed - Ovirt -3.1<br> To: "Aleksandr Arbitman" <a class="moz-txt-link-rfc2396E" href="mailto:arbitman@pacbell.net"><arbitman@pacbell.net></a><br> Cc: <a class="moz-txt-link-abbreviated" href="mailto:users@ovirt.org">users@ovirt.org</a><br> Date: Tuesday, December 11, 2012, 10:36 PM<br> <br> <div id="yiv738329454"> <div> <div class="yiv738329454moz-cite-prefix">On 12/12/2012 09:40 AM, Aleksandr Arbitman wrote:<br> </div> <blockquote type="cite"> <table border="0" cellpadding="0" cellspacing="0"> <tbody> <tr> <td style="font:inherit;" valign="top">Hi, everybody !<br> I have installed ovirt 3.1 engine and two nodes. I have setup iscsi storage on another box and tested it with windows system - I was able to add it to win7 initiator, meaning the storage configured properly. But I can't add iscsi storage in ovirt-engine system. When I use "DIscover Targets" option and type IP address of my iscsi system - nothing is happening.<br> All my systems - engine, nodes and iscsi server - are on the same network. Is it a bug? Is there any way to fix it ? Did anyone have the same issue ? Please, help. Thanks in advance for any tips.<br> <br> <br> Alex<br> </td> </tr> </tbody> </table> <br> <fieldset class="yiv738329454mimeAttachmentHeader"></fieldset> <br> </blockquote> Is there any error related in /var/vdsm/vdsm.log ?<br> <br> Did you try to manually discover and login the iscsi target by the following command?<br> <br> iscsiadm --mode discoverydb --type sendtargets --portal 192.168.122.1 --discover // replace the portal address with your iscsi server's ip address<br> <br> iscsiadm --mode node --targetname iqn.2001-05.com.doe:test --portal 192.168.1.1:3260 --login //replace the iqn with what returned by the above command, and also the portal address.<br> <br> <br> <br> <br> <br> <blockquote type="cite"> <pre>_______________________________________________ Users mailing list <a moz-do-not-send="true" rel="nofollow" class="yiv738329454moz-txt-link-abbreviated" ymailto="mailto:Users@ovirt.org" target="_blank" href="/mc/compose?to=Users@ovirt.org">Users@ovirt.org</a> <a moz-do-not-send="true" rel="nofollow" class="yiv738329454moz-txt-link-freetext" target="_blank" href="http://lists.ovirt.org/mailman/listinfo/users">http://lists.ovirt.org/mailman/listinfo/users</a> </pre> </blockquote> <br> </div> </div> </blockquote> </td> </tr> </tbody> </table> </blockquote> <br> </body> </html> --------------080009010800080305070500--

---910415156-2127285506-1355349458=:4829 Content-Type: text/plain; charset=iso-8859-1 Content-Transfer-Encoding: quoted-printable Mark, I reinstalled both nodes and re-added them to the ovirt-engine system (ran = engine-clean and then engine-setup=A0 before doing it) and I was able to ad= d iscsi storage using=A0 ovirt-engine. Thanks for your help. =A0=20 --- On Wed, 12/12/12, Mark Wu <wudxw@linux.vnet.ibm.com> wrote: From: Mark Wu <wudxw@linux.vnet.ibm.com> Subject: Re: [Users] help with iSCSI storage domain needed - Ovirt -3.1 To: "Aleksandr Arbitman" <arbitman@pacbell.net> Cc: users@ovirt.org Date: Wednesday, December 12, 2012, 12:36 AM =0A =0A=0A =0A =0A =0A On 12/12/2012 03:34 PM, Aleksandr=0A A= rbitman wrote: =0A =0A =0A =0A =0A =0A Mark. =0A running both commands on one of the nodes was successful,= =0A see below: =0A =20 =0A [root@ovirtnode1 ~]# iscsiadm --mode discoverydb --type=0A= sendtargets --portal 10.45.201.22 --discover=20 =0A =20 =0A 10.45.201.22:3260,1 iqn.2012-12.com.test:storage.target1 =0A =20 =0A [root@ovirtnode1 ~]# iscsiadm --mode node --targetname=0A = iqn.2012-12.com.test:storage.target1 --portal=0A = 10.45.201.22:3260 --login =0A =20 =0A Logging in to [iface: default, target:=0A iqn= .2012-12.com.test:storage.target1, portal:=0A 10.45.201.22,326= 0] (multiple) =0A =20 =0A Login to [iface: default, target:=0A iqn.2012= -12.com.test:storage.target1, portal:=0A 10.45.201.22,3260] su= ccessful. =0A =20 =0A [root@ovirtnode1 ~]# =0A =20 =0A ###################### =0A When I run "tail -f=A0 /var/log/vdsm/vdsm.log" that log=0A= shows the node is trying to access NFS based domain which=0A = I removed in engine before trying to add iscsi data=0A = domain. See here: =0A =20 =0A =0A =0A =0A =0A =0A I am not sure= how it got connected to the NFS error. Did you mean=0A running "tailf" = when you're clicking the "DIscover Targets" button?=A0=0A Could you plea= se paste your vdsm.log on=0A =0A http://fpaste.org/ =0A and paste link here?=A0 Thanks. =0A =0A =0A =0A =0A ####################= ## =0A Traceback (most recent call last): =0A =A0 File "/usr/share/vdsm/storage/domainMonitor.py", line= =0A 103, in _monitorDomain =0A =A0 File "/usr/share/vdsm/storage/nfsSD.py", line 100, in= =0A selftest =0A StorageDomainFSNotMounted: Storage domain remote path not= =0A mounted:=0A('/rhev/data-center/mnt/nfs-storage.fib.int.asu= rion.com:_home_iso-domain',) =0A Thread-31::ERROR::2012-12-12=0A 07:29:28,834:= :domainMonitor::120::Storage.DomainMonitor::(_monitorDomain)=0A = Error while collecting domain=0A `f5adc0dc-7749-4d2c-b1ba-14= 2ac4a0688c` monitoring=0A information =0A Traceback (most recent call last): =0A =A0 File "/usr/share/vdsm/storage/domainMonitor.py", line= =0A 103, in _monitorDomain =0A =A0 File "/usr/share/vdsm/storage/nfsSD.py", line 100, in= =0A selftest =0A StorageDomainFSNotMounted: Storage domain remote path not= =0A mounted:=0A('/rhev/data-center/mnt/nfs-storage.fib.int.asu= rion.com:_home_nfs-domain',) =0A =20 =0A ################## =0A Why can't I add iscsi storage using engine webGUI ? =0A What would you recommend ? Thank you very much in advance= =0A for your help. =0A =20 =0A =0A =0A =0A =0A =0A =20 =0A =20 =0A =0A =0A =0A =0A =20 =0A =20 =0A =20 =0A =20 =0A --- On Tue, 12/11/12, Mark Wu <wudxw@linux.vnet.ibm.com>= =0A wrote: =0A =20 =0A From: Mark Wu <wudxw@linux.vnet.ibm.com> =0A Subject: Re: [Users] help with iSCSI storage domain=0A = needed - Ovirt -3.1 =0A To: "Aleksandr Arbitman" <arbitman@pacbell.net> =0A Cc: users@ovirt.org =0A Date: Tuesday, December 11, 2012, 10:36 PM =0A =20 =0A =0A =0A On=0A = 12/12/2012 09:40 AM, Aleksandr Arbitman wrote: =0A =0A =0A =0A = =0A =0A = Hi,=0A everybody ! =0A I have installed=A0 ovirt 3.1 engine and t= wo=0A nodes. I have setup iscsi storage on=0A = another box and tested it with windows=0A = system - I was able to add it to win7=0A = initiator, meaning the storage configured=0A = properly. But I can't add iscsi storage in=0A = ovirt-engine system. When I use "DIscover=0A = Targets" option and type IP address of my=0A = iscsi system - nothing is happening. =0A All my systems - engine, nodes and iscsi= =0A server - are on the same network. Is it a= =0A bug? Is there any way to fix it ? Did=0A = anyone have the same issue ? Please, help.=0A = Thanks in advance for any tips. =0A =20 =0A =20 =0A Alex =0A =0A =0A = =0A =0A =20 =0A =0A =20 =0A =0A Is there any error related in= /var/vdsm/vdsm.log ? =0A =20 =0A Did you try to manually discover and login the iscsi= =0A target by the following command? =0A =20 =0A iscsiadm --mode discoverydb --type sendtargets=0A = --portal 192.168.122.1 --discover=A0=A0 // replace the=0A = portal address with your iscsi server's ip address =0A =20 =0A iscsiadm --mode node --targetname=0A = iqn.2001-05.com.doe:test --portal 192.168.1.1:3260=0A = --login=A0 //replace the iqn with what returned by the=0A = above command, and also the portal address. =0A =20 =0A =20 =0A =20 =0A =20 =0A =20 =0A =0A ___________________________= ____________________=0AUsers mailing list=0AUsers@ovirt.org=0Ahttp://lists.= ovirt.org/mailman/listinfo/users=0A=0A =0A = =20 =0A =0A =0A =0A =0A= =0A =0A =0A =0A =20 =0A =0A=0A ---910415156-2127285506-1355349458=:4829 Content-Type: text/html; charset=iso-8859-1 Content-Transfer-Encoding: quoted-printable <table cellspacing=3D"0" cellpadding=3D"0" border=3D"0" ><tr><td valign=3D"= top" style=3D"font: inherit;">Mark,<br>I reinstalled both nodes and re-adde= d them to the ovirt-engine system (ran engine-clean and then engine-setup&n= bsp; before doing it) and I was able to add iscsi storage using ovirt= -engine.<br>Thanks for your help.<br><br> <br><br>--- On <b>Wed, 12/1= 2/12, Mark Wu <i><wudxw@linux.vnet.ibm.com></i></b> wrote:<br><blockq= uote style=3D"border-left: 2px solid rgb(16, 16, 255); margin-left: 5px; pa= dding-left: 5px;"><br>From: Mark Wu <wudxw@linux.vnet.ibm.com><br>Sub= ject: Re: [Users] help with iSCSI storage domain needed - Ovirt -3.1<br>To= : "Aleksandr Arbitman" <arbitman@pacbell.net><br>Cc: users@ovirt.org<= br>Date: Wednesday, December 12, 2012, 12:36 AM<br><br><div id=3D"yiv747291= 196">=0A =0A=0A =0A =0A <div>=0A <div class=3D"yiv747291196moz-cit= e-prefix">On 12/12/2012 03:34 PM, Aleksandr=0A Arbitman wrote:<br>=0A = </div>=0A <blockquote type=3D"cite">=0A <table border=3D"0" cell= padding=3D"0" cellspacing=3D"0">=0A <tbody>=0A <tr>=0A = <td style=3D"font:inherit;" valign=3D"top">Mark.<br>=0A = running both commands on one of the nodes was successful,=0A = see below:<br>=0A <br>=0A [root@ovirtnode1 ~]# is= csiadm --mode discoverydb --type=0A sendtargets --portal 10.45= .201.22 --discover <br>=0A <br>=0A 10.45.201.22:3= 260,1 iqn.2012-12.com.test:storage.target1<br>=0A <br>=0A = [root@ovirtnode1 ~]# iscsiadm --mode node --targetname=0A = iqn.2012-12.com.test:storage.target1 --portal=0A 10.45.20= 1.22:3260 --login<br>=0A <br>=0A Logging in to [i= face: default, target:=0A iqn.2012-12.com.test:storage.target1= , portal:=0A 10.45.201.22,3260] (multiple)<br>=0A = <br>=0A Login to [iface: default, target:=0A iqn= .2012-12.com.test:storage.target1, portal:=0A 10.45.201.22,326= 0] successful.<br>=0A <br>=0A [root@ovirtnode1 ~]= #<br>=0A <br>=0A ######################<br>=0A = When I run "tail -f /var/log/vdsm/vdsm.log" that log=0A = shows the node is trying to access NFS based domain which=0A = I removed in engine before trying to add iscsi data=0A = domain. See here:<br>=0A <br>=0A </td>=0A = </tr>=0A </tbody>=0A </table>=0A </blockquote>=0A I am= not sure how it got connected to the NFS error. Did you mean=0A running= "tailf" when you're clicking the "DIscover Targets" button? =0A Co= uld you please paste your vdsm.log on=0A =0A <a rel=3D"nofollow" targ= et=3D"_blank" href=3D"http://fpaste.org/">http://fpaste.org/</a><br>=0A = and paste link here? Thanks.<br>=0A <blockquote type=3D"cite">=0A = <table border=3D"0" cellpadding=3D"0" cellspacing=3D"0">=0A <tb= ody>=0A <tr>=0A <td style=3D"font:inherit;" valign=3D"t= op">######################<br>=0A Traceback (most recent call = last):<br>=0A File "/usr/share/vdsm/storage/domainMonit= or.py", line=0A 103, in _monitorDomain<br>=0A &nb= sp; File "/usr/share/vdsm/storage/nfsSD.py", line 100, in=0A s= elftest<br>=0A StorageDomainFSNotMounted: Storage domain remot= e path not=0A mounted:=0A('/rhev/data-center/mnt/nfs-storage.f= ib.int.asurion.com:_home_iso-domain',)<br>=0A Thread-31::ERROR= ::2012-12-12=0A 07:29:28,834::domainMonitor::120::Storage.Doma= inMonitor::(_monitorDomain)=0A Error while collecting domain= =0A `f5adc0dc-7749-4d2c-b1ba-142ac4a0688c` monitoring=0A = information<br>=0A Traceback (most recent call last):<= br>=0A File "/usr/share/vdsm/storage/domainMonitor.py",= line=0A 103, in _monitorDomain<br>=0A Fil= e "/usr/share/vdsm/storage/nfsSD.py", line 100, in=0A selftest= <br>=0A StorageDomainFSNotMounted: Storage domain remote path = not=0A mounted:=0A('/rhev/data-center/mnt/nfs-storage.fib.int.= asurion.com:_home_nfs-domain',)<br>=0A <br>=0A ##= ################<br>=0A Why can't I add iscsi storage using en= gine webGUI ?<br>=0A What would you recommend ? Thank you very= much in advance=0A for your help.<br>=0A <br>=0A= </td>=0A </tr>=0A </tbody>=0A </table>=0A = </blockquote>=0A <br>=0A <br>=0A <blockquote type=3D"cite">=0A = <table border=3D"0" cellpadding=3D"0" cellspacing=3D"0">=0A <tb= ody>=0A <tr>=0A <td style=3D"font:inherit;" valign=3D"t= op"><br>=0A <br>=0A <br>=0A <br>=0A = --- On <b>Tue, 12/11/12, Mark Wu <i><a rel=3D"nofollow" class= =3D"yiv747291196moz-txt-link-rfc2396E" ymailto=3D"mailto:wudxw@linux.vnet.i= bm.com" target=3D"_blank" href=3D"/mc/compose?to=3Dwudxw@linux.vnet.ibm.com= "><wudxw@linux.vnet.ibm.com></a></i></b>=0A wrote:<br>= =0A <blockquote style=3D"border-left:2px solid rgb(16, 16,=0A = 255);margin-left:5px;padding-left:5px;"><br>=0A = From: Mark Wu <a rel=3D"nofollow" class=3D"yiv747291196moz-txt-link-rfc2= 396E" ymailto=3D"mailto:wudxw@linux.vnet.ibm.com" target=3D"_blank" href=3D= "/mc/compose?to=3Dwudxw@linux.vnet.ibm.com"><wudxw@linux.vnet.ibm.com>= ;</a><br>=0A Subject: Re: [Users] help with iSCSI storage do= main=0A needed - Ovirt -3.1<br>=0A To: "Aleks= andr Arbitman" <a rel=3D"nofollow" class=3D"yiv747291196moz-txt-link-rfc239= 6E" ymailto=3D"mailto:arbitman@pacbell.net" target=3D"_blank" href=3D"/mc/c= ompose?to=3Darbitman@pacbell.net"><arbitman@pacbell.net></a><br>=0A = Cc: <a rel=3D"nofollow" class=3D"yiv747291196moz-txt-link-abb= reviated" ymailto=3D"mailto:users@ovirt.org" target=3D"_blank" href=3D"/mc/= compose?to=3Dusers@ovirt.org">users@ovirt.org</a><br>=0A Dat= e: Tuesday, December 11, 2012, 10:36 PM<br>=0A <br>=0A = <div id=3D"yiv747291196">=0A <div>=0A = <div class=3D"yiv747291196moz-cite-prefix">On=0A = 12/12/2012 09:40 AM, Aleksandr Arbitman wrote:<br>=0A = </div>=0A <blockquote type=3D"cite">=0A = <table border=3D"0" cellpadding=3D"0" cellspacing=3D"0">=0A = <tbody>=0A <tr>=0A = <td style=3D"font:inherit;" valign=3D"top">Hi,=0A = everybody !<br>=0A I have insta= lled ovirt 3.1 engine and two=0A nodes. = I have setup iscsi storage on=0A another box a= nd tested it with windows=0A system - I was ab= le to add it to win7=0A initiator, meaning the= storage configured=0A properly. But I can't a= dd iscsi storage in=0A ovirt-engine system. Wh= en I use "DIscover=0A Targets" option and type= IP address of my=0A iscsi system - nothing is= happening.<br>=0A All my systems - engine, no= des and iscsi=0A server - are on the same netw= ork. Is it a=0A bug? Is there any way to fix i= t ? Did=0A anyone have the same issue ? Please= , help.=0A Thanks in advance for any tips.<br>= =0A <br>=0A <br>= =0A Alex<br>=0A </t= d>=0A </tr>=0A </tbody>=0A = </table>=0A <br>=0A = <fieldset class=3D"yiv747291196mimeAttachmentHeader"></fieldset>=0A= <br>=0A </blockquote>=0A = Is there any error related in /var/vdsm/vdsm.log ?<br>=0A = <br>=0A Did you try to manually discover and= login the iscsi=0A target by the following command?<br>= =0A <br>=0A iscsiadm --mode discovery= db --type sendtargets=0A --portal 192.168.122.1 --discov= er // replace the=0A portal address with you= r iscsi server's ip address<br>=0A <br>=0A = iscsiadm --mode node --targetname=0A iqn.2001-05.c= om.doe:test --portal 192.168.1.1:3260=0A --login /= /replace the iqn with what returned by the=0A above comm= and, and also the portal address.<br>=0A <br>=0A = <br>=0A <br>=0A <br>=0A = <br>=0A <blockquote type=3D"cite">=0A = <pre>_______________________________________________= =0AUsers mailing list=0A<a rel=3D"nofollow" class=3D"yiv747291196moz-txt-li= nk-abbreviated">Users@ovirt.org</a>=0A<a rel=3D"nofollow" class=3D"yiv74729= 1196moz-txt-link-freetext" target=3D"_blank" href=3D"http://lists.ovirt.org= /mailman/listinfo/users">http://lists.ovirt.org/mailman/listinfo/users</a>= =0A</pre>=0A </blockquote>=0A <br>=0A= </div>=0A </div>=0A </blockqu= ote>=0A </td>=0A </tr>=0A </tbody>=0A </tab= le>=0A </blockquote>=0A <br>=0A </div>=0A=0A</div></blockquote></td>= </tr></table> ---910415156-2127285506-1355349458=:4829--
participants (2)
-
Aleksandr Arbitman
-
Mark Wu