--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(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
=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>&lt;wudxw(a)linux.vnet.ibm.com&gt;</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
&lt;wudxw(a)linux.vnet.ibm.com&gt;<b=
r>Subject: Re: [Users] help with iSCSI storage domain needed - Ovirt -3.1<=
br>To: "Aleksandr Arbitman" &lt;arbitman(a)pacbell.net&gt;<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(a)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--