--=_b8dfb35fb3bd146ef1bbc5d31d7bc513
Content-Type: text/plain; charset=utf-8
Content-Transfer-Encoding: quoted-printable
Hi,=0A I made some progress : by allowing my NAS to map any user to ad=
min (not the best for security, but it is a dedicated infrastructure), t=
his weird permissions problem disappeared. Maybe a NFS bug somewhere ? I=
don't know. I was able to redeploy a new hosted engine, and after a c=
leanup and some other manual cleaning tasks, restore my latest backup. =
So the new engine vm is able to startup, but it seems there is a probl=
em for communicating with hosts. I get a lot of errors like this one :=
vdsm[3008]: ERROR ssl handshake: SSLError, address: ::ffff:10.100.1.1=
00 =0A=0A10.100.1.100 is the IP of the engine vm. =0A=0Avdsm.log is not=
more helpful : =0A=0A2018-03-21 17:10:10,769+0100 ERROR (Reactor thread=
) [ProtocolDetector.SSLHandshakeDispatcher] ssl handshake: SSLError, add=
ress: ::ffff:10.100.1.100 (sslutils:258) =0A=0AIs there something to upd=
ate or generate after a restore ? I don't know whether keys and certific=
ates were kept or if new ones are now used. =0A=0AI also tried to add th=
e SSH public key showed in the GUI to the authorized_keys on a node, eve=
n reboot, but no change. =0A=0ARegards =0A=0A Le 20-Mar-2018 16:12:40 +0=
100, spfma.tech(a)e.mail.fr a crit: =0A I tried to make a cleaner instal=
l : after cleanup, I recreated "/rhev/data-center/mnt/" and ran the inst=
aller again.=0A As you can see, it crashed again with the same access=
denied error on this file : [ INFO ] TASK [Copy configuration archiv=
e to storage]=0A[ ERROR ] fatal: [localhost]: FAILED! =3D> {"changed": t=
rue, "cmd": ["dd", "bs=3D20480", "count=3D1",
"oflag=3Ddirect", "if=3D/v=
ar/tmp/localvmVBRLpL/b1884198-69e6-4096-939d-03c87112de10", "of=3D/rhev/=
data-center/mnt/10.100.2.132:_volume3_ovirt__engine__self__hosted/015d95=
46-af01-4fb2-891e-e28683db3387/images/589d0768-c935-4495-aa57-45b9b2a185=
26/b1884198-69e6-4096-939d-03c87112de10"], "delta":
"0:00:00.004468", "e=
nd": "2018-03-20 15:57:34.199405", "msg": "non-zero return
code", "rc":=
1, "start": "2018-03-20 15:57:34.194937", "stderr":
"dd: impossible d'o=
uvrir /rhev/data-center/mnt/10.100.2.132:_volume3_ovirt__engine__self__h=
osted/015d9546-af01-4fb2-891e-e28683db3387/images/589d0768-c935-4495-aa5=
7-45b9b2a18526/b1884198-69e6-4096-939d-03c87112de10 : Permission non acc=
orde", "stderr_lines": ["dd: impossible d'ouvrir
/rhev/data-center/mnt/1=
0.100.2.132:_volume3_ovirt__engine__self__hosted/015d9546-af01-4fb2-891e=
-e28683db3387/images/589d0768-c935-4495-aa57-45b9b2a18526/b1884198-69e6-=
4096-939d-03c87112de10 : Permission non accorde"], "stdout": "",
"stdout=
_lines": []}=0A[ ERROR ] Failed to execute stage 'Closing up': Failed ex=
ecuting ansible-playbook=0A But the file permissions look ok to me : =
-rw-rw----. 1 vdsm kvm 1,0G 20 mars 2018 /rhev/data-center/mnt/10.100=
.2.132:_volume3_ovirt__engine__self__hosted/015d9546-af01-4fb2-891e-e286=
83db3387/images/589d0768-c935-4495-aa57-45b9b2a18526/b1884198-69e6-4096-=
939d-03c87112de10=0A=0A So I decided to test something : I set a shell f=
or "vdsm", so I could login : su - vdsm -c "touch /rhev/data-center/m=
nt/10.100.2.132:_volume3_ovirt__engine__self__hosted/015d9546-af01-4fb2-=
891e-e28683db3387/images/589d0768-c935-4495-aa57-45b9b2a18526/b1884198-6=
9e6-4096-939d-03c87112de10" && echo "OK"=0AOK As far as I can
see,stil=
l no permission problem =0A=0ABut if I try the same as "root" : =0A=0Ato=
uch /rhev/data-center/mnt/10.100.2.132:_volume3_ovirt__engine__self__hos=
ted/015d9546-af01-4fb2-891e-e28683db3387/images/589d0768-c935-4495-aa57-=
45b9b2a18526/b1884198-69e6-4096-939d-03c87112de10 && echo
"OK"=0Atouch:=
impossible de faire un touch /rhev/data-center/mnt/10.100.2.132:_volume=
3_ovirt__engine__self__hosted/015d9546-af01-4fb2-891e-e28683db3387/image=
s/589d0768-c935-4495-aa57-45b9b2a18526/b1884198-69e6-4096-939d-03c87112d=
e10 : Permission non accorde =0A=0AOf course, "root" and "vdsm" can
crea=
te, touch and delete other files flawlessly in this share. =0A=0AIt look=
s like some kind of immutable file, but is is not suppose to exist on NF=
S, does it ? =0A=0ARegards =0A=0A Le 20-Mar-2018 12:22:50 +0100, stirabo=
s(a)redhat.com a crit: =0A=0A On Tue, Mar 20, 2018 at 11:44 AM, wrote:=
=0A=0A Hi,=0A In fact it is a workaround coming from you I found=
in the bugtrack that helped me : =0A=0Achmod 644 /var/cache/vds=
m/schema/* =0A=0AAs the only thing looking like a weird error I have=
found was : =0A=0AERROR Exception raised#012Traceback (most recent=
call last):#012 File "/usr/lib/python2.7/site-packages/vdsm/vdsmd.py",=
line 156, in run#012 serve_clients(log)#012 File "/usr/lib/python2.7/si=
te-packages/vdsm/vdsmd.py", line 103, in serve_clients#012 cif =3D clien=
tIF.getInstance(irs, log, scheduler)#012 File "/usr/lib/python2.7/site-p=
ackages/vdsm/clientIF.py", line 250, in getInstance#012 cls._instance=
=3D clientIF(irs, log, scheduler)#012 File "/usr/lib/python2.7/site-pac=
kages/vdsm/clientIF.py", line 144, in __init__#012 self._prepareJSONRPCS=
erver()#012 File "/usr/lib/python2.7/site-packages/vdsm/clientIF.py", li=
ne 307, in _prepareJSONRPCServer#012 bridge =3D Bridge.DynamicBridge()#0=
12 File "/usr/lib/python2.7/site-packages/vdsm/rpc/Bridge.py", line 67,=
in __init__#012 self._schema =3D vdsmapi.Schema(paths, api_strict_mode)=
#012 File "/usr/lib/python2.7/site-packages/vdsm/api/vdsmapi.py", line 2=
17, in __init__#012 raise SchemaNotFound("Unable to find API schema file=
")#012SchemaNotFound: Unable to find API schema file Thanks, it's tra=
cked here:
https://bugzilla.redhat.com/1552565 A fix will come in the=
next build. =0A So I can go one step futher, but the installation=
still fails in the end, with file permission problems in datastore file=
s (i chose NFS 4.1). I can't indeed touch or get informations even logge=
d in root. But I can create and delete files in the same directory. Is=
there a workaround for this too ? Everything should get wrote and re=
ad on the NFS export as vdsm:kvm (36:36); can you please ensure that eve=
rything is fine with that? =0A Regards =0A=0A Le 19-Mar-2018 17:48:4=
1 +0100, stirabos(a)redhat.com a crit: =0A=0A On Mon, Mar 19, 2018 a=
t 4:56 PM, wrote:=0A=0A Hi,=0A I wanted to rebuild a new hosted engin=
e setup, as the old was corrupted (too much violent poweroff !) So the=
server was not reinstalled, I just runned "ovirt-hosted-engine-cleanup"=
. The network setup generated by vdsm seems to be still in place, so I h=
aven't changed anything there. Then I decided to update the packages t=
o the latest versions avaible, rebooted the server and run "ovirt-hosted=
-engine-setup". But the process never succeeds, as I get an error afte=
r a long time spent in "[ INFO ] TASK [Wait for the host to be up]" =
[ ERROR ] fatal: [localhost]: FAILED! =3D> {"ansible_facts":
{"ovirt_ho=
sts": [{"address": "pfm-srv-virt-1.pfm-ad.pfm.loc",
"affinity_labels": [=
], "auto_numa_status": "unknown", "certificate":
{"organization": "pfm.l=
oc", "subject":
"O=3Dpfm.loc,CN=3Dpfm-srv-virt-1.pfm-ad.pfm.loc"}, "clus=
ter": {"href":
"/ovirt-engine/api/clusters/d6c9358e-2b8b-11e8-bc86-00163=
e152701", "id": "d6c9358e-2b8b-11e8-bc86-00163e152701"},
"comment": "",=
"cpu": {"speed": 0.0, "topology": {}},
"device_passthrough": {"enabled"=
: false}, "devices": [], "external_network_provider_configurations":
[],=
"external_status": "ok", "hardware_information":
{"supported_rng_source=
s": []}, "hooks": [], "href":
"/ovirt-engine/api/hosts/542566c4-fc85-439=
8-9402-10c8adaa9554", "id":
"542566c4-fc85-4398-9402-10c8adaa9554", "kat=
ello_errata": [], "kdump_status": "unknown", "ksm":
{"enabled": false},=
"max_scheduling_memory": 0, "memory": 0, "name":
"pfm-srv-virt-1.pfm-ad=
.pfm.loc", "network_attachments": [], "nics": [],
"numa_nodes": [], "num=
a_supported": false, "os": {"custom_kernel_cmdline":
""}, "permissions":=
[], "port": 54321, "power_management":
{"automatic_pm_enabled": true, "=
enabled": false, "kdump_detection": true, "pm_proxies": []},
"protocol":=
"stomp", "se_linux": {}, "spm": {"priority": 5,
"status": "none"}, "ssh=
": {"fingerprint":
"SHA256:J75BVLFnmGBGFosXzaxCRnuIYcOc75HUBQZ4pOKpDg8",=
"port": 22}, "statistics": [], "status":
"non_responsive", "storage_con=
nection_extensions": [], "summary": {"total": 0},
"tags": [], "transpare=
nt_huge_pages": {"enabled": false}, "type": "rhel",
"unmanaged_networks"=
: [], "update_available": false}]}, "attempts": 120,
"changed": false}=
=0A[ INFO ] TASK [Remove local vm dir]=0A[ INFO ] TASK [Notify the user=
about a failure]=0A[ ERROR ] fatal: [localhost]: FAILED! =3D> {"changed=
": false, "msg": "The system may not be provisioned according to the
pla=
ybook results: please check the logs for the issue, fix accordingly or r=
e-deploy from scratch.n"} I made another try with Cockpit, it is the=
same. Am I doing something wrong or is there a bug ? I suppose tha=
t your host was condifured with DHCP, if so it's this one:
https://bugzi=
lla.redhat.com/1549642 The fix will come with 4.2.2. =0A Regards =
=0A=0A--------------------------------------------------------------=
-----------------------------------=0AFreeMail powered by mail.fr =0A___=
____________________________________________=0A Users mailing list=0AUse=
rs@ovirt.org=0Ahttp://lists.ovirt.org/mailman/listinfo/users=0A=0A------=
------------------------------------------------------------------------=
-------------------=0AFreeMail powered by mail.fr =0A__________________=
_____________________________=0A Users mailing list=0AUsers(a)ovirt.org=0A=
http://lists.ovirt.org/mailman/listinfo/users=0A=0A---------------------=
------------------------------------------------------------------------=
----=0AFreeMail powered by mail.fr =0A=0A-------------------------------=
------------------------------------------------------------------=0AFre=
eMail powered by mail.fr
--=_b8dfb35fb3bd146ef1bbc5d31d7bc513
Content-Type: text/html; charset=utf-8
Content-Transfer-Encoding: quoted-printable
<div><span style=3D"font-family: arial, helvetica,sans-serif; font-size:=
10pt; color: #000000;">Hi,<br
/></span></div>=0A<div> </div>=0A<di=
v><span style=3D"font-family: arial, helvetica,sans-serif; font-size: 10=
pt; color: #000000;">I made some progress : by allowing my NAS to map an=
y user to admin (not the best for security, but it is a dedicated infras=
tructure), this weird permissions problem disappeared. Maybe a NFS bug s=
omewhere ? I don't
know.</span></div>=0A<div> </div>=0A<div><span
s=
tyle=3D"font-family: arial, helvetica,sans-serif; font-size: 10pt; color=
: #000000;">I was able to redeploy a new hosted engine, and after a clea=
nup and some other manual cleaning tasks, restore my latest backup.</spa=
n></div>=0A<div> </div>=0A<div><span
style=3D"font-family: arial, h=
elvetica,sans-serif; font-size: 10pt; color: #000000;">So the new engine=
vm is able to startup, but it seems there is a problem for communicatin=
g with
hosts.</span></div>=0A<div> </div>=0A<div><span
style=3D"fon=
t-family: arial, helvetica,sans-serif; font-size: 10pt; color: #000000;"=
I get a lot of errors like this one
:</span></div>=0A<div> </div>=
=0A<div><span style=3D"font-family: arial, helvetica,sans-serif;
font-si=
ze: 10pt; color: #000000;">vdsm[3008]: ERROR ssl handshake: SSLError, ad=
dress: ::ffff:10.100.1.100 <br /></span></div>=0A<p><span
style=3D"font-=
family: arial, helvetica,sans-serif; font-size: 10pt; color: #000000;">1=
0.100.1.100 is the IP of the engine
vm.</span></p>=0A<p>vdsm.log i=
s not more helpful :</p>=0A<p>2018-03-21 17:10:10,769+0100 ERROR (Reacto=
r thread) [ProtocolDetector.SSLHandshakeDispatcher] ssl handshake: SSLEr=
ror, address: ::ffff:10.100.1.100 (sslutils:258)</p>=0A<p>Is there somet=
hing to update or generate after a restore ? I don't know whether keys a=
nd certificates were kept or if new ones are now used.</p>=0A<p>I also t=
ried to add the SSH public key showed in the GUI to the authorized_keys=
on a node, even reboot, but no
change.</p>=0A<p> </p>=0A<p>Regards=
</p>=0A<p><br /><br /><br /> Le 20-Mar-2018 16:12:40 +0100,
spfma.tech@e=
.mail.fr a
écrit:</p>=0A<div> </div>=0A<blockquote
style=3D"=
margin-left: 0; padding-left: 5px; border-left: 2px solid navy;">=0A<div=
<span style=3D"font-family: arial, helvetica, sans-serif;
font-size: 10=
pt; color: #000000;">I tried to make a cleaner install :
after cleanup,=
I recreated "/rhev/data-center/mnt/" and ran the installer again.<br />=
</span></div>=0A<div> </div>=0A<div><span
style=3D"font-family: ari=
al, helvetica, sans-serif; font-size: 10pt; color: #000000;">As you can=
see, it crashed again with the same access denied error on this file :=
</span></div>=0A<div> </div>=0A<div><span
style=3D"font-family: ar=
ial, helvetica, sans-serif; font-size: 10pt; color: #000000;">[ INFO&nbs=
p; ] TASK [Copy configuration archive to storage]<br />[ ERROR ] fatal:=
[localhost]: FAILED! =3D> {"changed": true, "cmd":
["dd", "bs=3D2048=
0", "count=3D1", "oflag=3Ddirect",
"if=3D/var/tmp/localvmVBRLpL/b1884198=
-69e6-4096-939d-03c87112de10", "of=3D/rhev/data-center/mnt/10.100.2.132:=
_volume3_ovirt__engine__self__hosted/015d9546-af01-4fb2-891e-e28683db338=
7/images/589d0768-c935-4495-aa57-45b9b2a18526/b1884198-69e6-4096-939d-03=
c87112de10"], "delta": "0:00:00.004468", "end":
"2018-03-20 15:57:34.199=
405", "msg": "non-zero return code", "rc": 1,
"start": "2018-03-20 15:57=
:34.194937", "stderr": "dd: impossible d'ouvrir
« /rhev/data-=
center/mnt/10.100.2.132:_volume3_ovirt__engine__self__hosted/015d9546-af=
01-4fb2-891e-e28683db3387/images/589d0768-c935-4495-aa57-45b9b2a18526/b1=
884198-69e6-4096-939d-03c87112de10 »: Permission non accord&e=
acute;e", "stderr_lines": ["dd: impossible d'ouvrir
« /rhev/d=
ata-center/mnt/10.100.2.132:_volume3_ovirt__engine__self__hosted/015d954=
6-af01-4fb2-891e-e28683db3387/images/589d0768-c935-4495-aa57-45b9b2a1852=
6/b1884198-69e6-4096-939d-03c87112de10 »: Permission non acco=
rdée"], "stdout": "", "stdout_lines":
[]}<br />[ ERROR ] Failed t=
o execute stage 'Closing up': Failed executing ansible-playbook<br
/></s=
pan></div>=0A<div> </div>=0A<div><span
style=3D"font-family: arial,=
helvetica, sans-serif; font-size: 10pt; color: #000000;">But the file p=
ermissions look ok to me :
</span></div>=0A<div> </div>=0A<div><spa=
n style=3D"font-family: arial, helvetica, sans-serif; font-size: 10pt; c=
olor: #000000;">-rw-rw----. 1 vdsm kvm 1,0G 20 mars 2018 /rh=
ev/data-center/mnt/10.100.2.132:_volume3_ovirt__engine__self__hosted/015=
d9546-af01-4fb2-891e-e28683db3387/images/589d0768-c935-4495-aa57-45b9b2a=
18526/b1884198-69e6-4096-939d-03c87112de10<br /><br
/></span></div>=0A<d=
iv><span style=3D"font-family: arial, helvetica, sans-serif; font-size:=
10pt; color: #000000;">So I decided to test something : I set a s=
hell for "vdsm", so I could login
: </span></div>=0A<div> </di=
v>=0A<div>su - vdsm -c "touch /rhev/data-center/mnt/10.100.2.132:_volume=
3_ovirt__engine__self__hosted/015d9546-af01-4fb2-891e-e28683db3387/image=
s/589d0768-c935-4495-aa57-45b9b2a18526/b1884198-69e6-4096-939d-03c87112d=
e10" && echo "OK"<br
/>OK</div>=0A<div> </div>=0A<div>As fa=
r as I can see,still no permission problem</div>=0A<p>But if I try=
the same as "root" :</p>=0A<p>touch
/rhev/data-center/mnt/10.100.2.132:=
_volume3_ovirt__engine__self__hosted/015d9546-af01-4fb2-891e-e28683db338=
7/images/589d0768-c935-4495-aa57-45b9b2a18526/b1884198-69e6-4096-939d-03=
c87112de10 && echo "OK"<br />touch: impossible de faire un
touch=
« /rhev/data-center/mnt/10.100.2.132:_volume3_ovirt__engine_=
_self__hosted/015d9546-af01-4fb2-891e-e28683db3387/images/589d0768-c935-=
4495-aa57-45b9b2a18526/b1884198-69e6-4096-939d-03c87112de10 »=
: Permission non accordée</p>=0A<p>Of course, "root" and
"vdsm" c=
an create, touch and delete other files flawlessly in this share.</p>=0A=
<p>It looks like some kind of immutable file, but is is not suppose to e=
xist on NFS, does it
?</p>=0A<p>Regards</p>=0A<p> </p>=0A<p><br
/><=
br /> Le 20-Mar-2018 12:22:50 +0100, stirabos(a)redhat.com a écrit:=
</p>=0A<div> </div>=0A<blockquote style=3D"margin-left:
0; padding-=
left: 5px; border-left: 2px solid #000080;">=0A<div
dir=3D"ltr"><br />=
=0A<div class=3D"gmail_extra"><br />=0A<div
class=3D"gmail_quote">On Tue=
, Mar 20, 2018 at 11:44 AM, <span dir=3D"ltr"><<a
href=3D"mailto:spfm=
a.tech(a)e.mail.fr" target=3D"_blank" rel=3D"noreferrer
noopener">spfma.te=
ch(a)e.mail.fr</a>&gt;</span> wrote:<br />=0A<blockquote
class=3D"gmail_qu=
ote" style=3D"margin: 0px 0px 0px .8ex; border-left: 1px solid #cccccc;=
padding-left: 1ex;">=0A<div><span style=3D"font-family: arial,
helvetic=
a, sans-serif; font-size: 10pt; color:
#000000;"> </span></div>=0A<=
div><span style=3D"font-family: arial, helvetica, sans-serif; font-size:=
10pt; color: #000000;">Hi,<br
/></span></div>=0A<div> </div>=0A<di=
v> </div>=0A<div> </div>=0A<div><span
style=3D"font-family: ar=
ial, helvetica, sans-serif; font-size: 10pt; color: #000000;">In fact it=
is a workaround coming from you I found in the bugtrack that helped me=
:
</span></div>=0A<div> </div>=0A<div> </div>=0A<div> </=
div>=0A<div>=0A<pre
id=3D"gmail-m_-4123427470926593816comment_text_8" cl=
ass=3D"gmail-m_-4123427470926593816bz_comment_text gmail-m_-412342747092=
6593816bz_wrap_comment_text">chmod 644 /var/cache/vdsm/schema/*</pre>=0A=
</div>=0A<div> </div>=0A<p>As the only thing looking like
a weird e=
rror I have found was
:</p>=0A<div> </div>=0A<div> </div>=0A<p=
ERROR Exception raised#012Traceback (most recent call
last):#012 =
File
"/usr/lib/python2.7/site-packages/vdsm/vdsmd.py", line 156, in run=
#012 serve_clients(log)#012 File
"/usr/lib/pytho=
n2.7/site-packages/vdsm/vdsmd.py", line 103, in serve_clients#012 &=
nbsp; cif =3D clientIF.getInstance(irs, log, scheduler)#012 =
File "/usr/lib/python2.7/site-packages/vdsm/clientIF.py", line 250, in=
getInstance#012 cls._instance =3D clientIF(irs, log,=
scheduler)#012 File "/usr/lib/python2.7/site-packages/vdsm/client=
IF.py", line 144, in __init__#012
self._prepareJSONRPC=
Server()#012 File "/usr/lib/python2.7/site-packages/vdsm/clientIF.=
py", line 307, in _prepareJSONRPCServer#012 bridge
=3D=
Bridge.DynamicBridge()#012 File "/usr/lib/python2.7/site-packages=
/vdsm/rpc/Bridge.py", line 67, in __init__#012
self._s=
chema =3D vdsmapi.Schema(paths, api_strict_mode)#012 File "/usr/li=
b/python2.7/site-packages/vdsm/api/vdsmapi.py", line 217, in __init__#01=
2 raise SchemaNotFound("Unable to find API schema
file=
")#012SchemaNotFound: Unable to find API schema
file</p>=0A</blockquote>=
=0A<div> </div>=0A<div>Thanks, it's tracked
here:</div>=0A<div><a h=
ref=3D"https://bugzilla.redhat.com/1552565" target=3D"_blank"
rel=3D"nor=
eferrer
noopener">https://bugzilla.redhat.com/1552565</a></div&g...
nbsp;</div>=0A<div>A fix will come in the next
build.</div>=0A<div> =
;</div>=0A<blockquote class=3D"gmail_quote" style=3D"margin: 0px
0px 0px=
.8ex; border-left: 1px solid #cccccc; padding-left:
1ex;">=0A<div> =
;</div>=0A<div> </div>=0A<div>So I can go one step
futher, but the=
installation still fails in the end, with file permission problems in d=
atastore files (i chose NFS 4.1). I can't indeed touch or get informatio=
ns even logged in root. But I can create and delete files in the same di=
rectory.</div>=0A<div> </div>=0A<div>Is there a
workaround for this=
too
?</div>=0A</blockquote>=0A<div> </div>=0A<div>Everything
shoul=
d get wrote and read on the NFS export as vdsm:kvm (36:36); can you plea=
se ensure that everything is fine with
that?</div>=0A<div> </div>=
=0A<blockquote class=3D"gmail_quote" style=3D"margin: 0px 0px 0px
.8ex;=
border-left: 1px solid #cccccc; padding-left:
1ex;">=0A<div> </div=
=0A<div>Regards</div>=0A<p><br /><br />
Le 19-Mar-2018 17:48:41 +0100,=
<a href=3D"mailto:stirabos@redhat.com"
target=3D"_blank" rel=3D"norefer=
rer noopener">stirabos(a)redhat.com</a> a
écrit:</p>=0A<div> <=
/div>=0A<div> </div>=0A<div> </div>=0A<blockquote
style=3D"mar=
gin-left: 0px; padding-left: 5px; border-left: 2px solid #000080;">=0A<d=
iv dir=3D"ltr"><br />=0A<div
class=3D"gmail_extra"><br />=0A<div class=
=3D"gmail_quote"><span class=3D"gmail-">On Mon, Mar 19, 2018
at 4:56 PM,=
<span dir=3D"ltr"><<a
href=3D"mailto:spfma.tech@e.mail.fr" target=3D=
"_blank" rel=3D"noreferrer
noopener">spfma.tech(a)e.mail.fr</a>&gt;</span>=
wrote:<br /></span>=0A<blockquote class=3D"gmail_quote"
style=3D"margin=
: 0px 0px 0px .8ex; border-left: 1px solid #cccccc; padding-left: 1ex;">=
=0A<div><span style=3D"font-family: arial, helvetica, sans-serif; font-s=
ize: 10pt; color: #000000;">Hi,<br
/></span></div>=0A<div> </div>=
=0A<div><span style=3D"font-family: arial, helvetica, sans-serif; font-s=
ize: 10pt; color: #000000;">I wanted to rebuild a new hosted engine setu=
p, as the old was corrupted (too much violent poweroff !)</span></div>=
=0A<div> </div>=0A<div><span style=3D"font-family:
arial, helvetica=
, sans-serif; font-size: 10pt; color: #000000;">So the server was not re=
installed, I just runned "ovirt-hosted-engine-cleanup". The network setu=
p generated by vdsm seems to be still in place, so I haven't changed any=
thing
there.</span></div>=0A<div> </div>=0A<div><span
style=3D"font=
-family: arial, helvetica, sans-serif; font-size: 10pt; color: #000000;"=
Then I decided to update the packages to the latest versions avaible,
r=
ebooted the server and run
"ovirt-hosted-engine-setup".</span></div>=0A<=
div> </div>=0A<div><span style=3D"font-family: arial,
helvetica, sa=
ns-serif; font-size: 10pt; color: #000000;">But the process never succee=
ds, as I get an error after a long time spent in "<span class=3D"gmail-m=
_-4123427470926593816gmail-m_-3726384503116450878ansible-output-line">[=
INFO ] TASK [Wait for the host to be
up]</span>"</span></div>=0A<div>&n=
bsp;</div>=0A<div> </div>=0A<div><span
style=3D"font-family: arial,=
helvetica, sans-serif; font-size: 10pt; color: #000000;"><span class=3D=
"gmail-"><span
class=3D"gmail-m_-4123427470926593816gmail-m_-37263845031=
16450878ansible-output-line">[ ERROR ] fatal: [localhost]: FAILED! =3D&g=
t; {"ansible_facts": {"ovirt_hosts": [{"address":
"pfm-srv-virt-1.pfm-ad=
.pfm.loc", "affinity_labels": [], "auto_numa_status":
"unknown", "certif=
icate": {"organization": "pfm.loc", "subject":
"O=3Dpfm.loc,CN=3Dpfm-srv=
-virt-1.pfm-ad.pfm.loc"}, "cluster": {"href":
"/ovirt-engine/api/cluster=
s/d6c9358e-2b8b-11e8-bc86-00163e152701", "id":
"d6c9358e-2b8b-11e8-bc86-=
00163e152701"}, "comment": "", "cpu":
{"speed": 0.0, "topology": {}}, "d=
evice_passthrough": {"enabled": false}, "devices": [],
"external_network=
_provider_configurations": [], "external_status": "ok",
"hardware_inform=
ation": {"supported_rng_sources": []}, "hooks": [],
"href": "/ovirt-engi=
ne/api/hosts/542566c4-fc85-4398-9402-10c8adaa9554", "id":
"542566c4-fc85=
-4398-9402-10c8adaa9554", "katello_errata": [], "kdump_status":
"unknown=
", "ksm": {"enabled": false}, "max_scheduling_memory":
0, "memory": 0, "=
name": "pfm-srv-virt-1.pfm-ad.pfm.loc", "network_attachments":
[], "nics=
": [], "numa_nodes": [], "numa_supported": false, "os":
{"custom_kernel_=
cmdline": ""}, "permissions": [], "port": 54321,
"power_management": {"a=
utomatic_pm_enabled": true, "enabled": false, "kdump_detection":
true, "=
pm_proxies": []}, "protocol": "stomp", "se_linux": {},
"spm": {"priority=
": 5, "status": "none"}, "ssh":
{"fingerprint": "SHA256:J75BVLFnmGBGFosX=
zaxCRnuIYcOc75HUBQZ4pOKpDg8", "port": 22}, "statistics": [],
"status": "=
non_responsive", "storage_connection_extensions": [], "summary":
{"total=
": 0}, "tags": [], "transparent_huge_pages":
{"enabled": false}, "type":=
"rhel", "unmanaged_networks": [], "update_available":
false}]}, "attemp=
ts": 120, "changed": false}<br /></span><span
class=3D"gmail-m_-41234274=
70926593816gmail-m_-3726384503116450878ansible-output-line">[ INFO ] TAS=
K [Remove local vm dir]<br /></span><span
class=3D"gmail-m_-412342747092=
6593816gmail-m_-3726384503116450878ansible-output-line">[ INFO ] TASK [N=
otify the user about a failure]<br /></span></span><span
class=3D"gmail-=
m_-4123427470926593816gmail-m_-3726384503116450878ansible-output-line">[=
ERROR ] fatal: [localhost]: FAILED! =3D> {"changed": false,
"msg": "=
The system may not be provisioned according to the playbook results: ple=
ase check the logs for the issue, fix accordingly or re-deploy from scra=
tch.n"}</span></span></div>=0A<div> </div>=0A<div> </div>=0A<d=
iv><span style=3D"font-family: arial, helvetica, sans-serif; font-size:=
10pt; color: #000000;">I made another try with Cockpit, it is the same.=
</span></div>=0A<div> </div>=0A<div><span
style=3D"font-family: ari=
al, helvetica, sans-serif; font-size: 10pt; color: #000000;">Am I doing=
something wrong or is there a bug
?</span></div>=0A</blockquote>=0A<div=
</div>=0A<div>I suppose that your host was
condifured with DHCP,=
if so it's this one:</div>=0A<div><a
href=3D"https://bugzilla.redhat.co=
m/1549642" target=3D"_blank" rel=3D"noreferrer
noopener">https://bugzill=
a.redhat.com/1549642</a></div>=0A<div> </di...
fix will c=
ome with 4.2.2.</div>=0A<div> </div>=0A<blockquote
class=3D"gmail_q=
uote" style=3D"margin: 0px 0px 0px .8ex; border-left: 1px solid #cccccc;=
padding-left: 1ex;">=0A<div> </div>=0A<div><span
style=3D"font-fam=
ily: arial, helvetica, sans-serif; font-size: 10pt; color: #000000;">Reg=
ards</span></div>=0A<div> </div>=0A<div> </div>=0A<br
/><hr />=
FreeMail powered by <a href=3D"https://mail.fr" target=3D"_blank"
rel=3D=
"noreferrer noopener">mail.fr</a> <br /><span
class=3D"gmail-">_________=
______________________________________<br /> Users mailing list<br /><a=
href=3D"mailto:Users@ovirt.org" target=3D"_blank"
rel=3D"noreferrer noo=
pener">Users(a)ovirt.org</a><br /><a
href=3D"http://lists.ovirt.org/mailma=
n/listinfo/users" target=3D"_blank" rel=3D"noreferrer
noopener">http://l=
ists.ovirt.org/mailman/listinfo/users</a><br /><br
/></span></blockquote=
=0A</div>=0A</div>=0A</div>=0A</blockquote>=0A<div
class=3D"gmail-HOEnZ=
b">=0A<div
class=3D"gmail-h5"><br /><hr />FreeMail powered by <a
href=3D=
"https://mail.fr" target=3D"_blank" rel=3D"noreferrer
noopener">mail.fr<=
/a></div>=0A</div>=0A<br
/>_____________________________________________=
__<br /> Users mailing list<br /><a
href=3D"mailto:Users@ovirt.org" targ=
et=3D"_blank" rel=3D"noreferrer
noopener">Users(a)ovirt.org</a><br /><a hr=
ef=3D"http://lists.ovirt.org/mailman/listinfo/users" target=3D"_blank"
r=
el=3D"noreferrer
noopener">http://lists.ovirt.org/mailman/listinfo/users=
</a><br /><br
/></blockquote>=0A</div>=0A</div>=0A</div>=0A</blockquote>=
=0A<br /><hr />FreeMail powered by <a href=3D"https://mail.fr"
target=3D=
"_blank" rel=3D"noreferrer
noopener">mail.fr</a></blockquote>=0A =
<br/><hr>FreeMail powered by <a
href=3D"https://mail.fr" ta=
rget=3D"_blank">mail.fr</a>=0A
--=_b8dfb35fb3bd146ef1bbc5d31d7bc513--