
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--