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(a)linux.vnet.ibm.com>/* wrote:
From: Mark Wu <wudxw(a)linux.vnet.ibm.com>
Subject: Re: [Users] help with iSCSI storage domain needed - Ovirt
-3.1
To: "Aleksandr Arbitman" <arbitman(a)pacbell.net>
Cc: users(a)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(a)ovirt.org </mc/compose?to=Users(a)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(a)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://...
</pre>
</blockquote>
<br>
</div>
</div>
</blockquote>
</td>
</tr>
</tbody>
</table>
</blockquote>
<br>
</body>
</html>
--------------080009010800080305070500--