--=_2627f23f400ebb389cc57c156f3cb9f7
Content-Type: text/plain; charset=utf-8
Content-Transfer-Encoding: quoted-printable
I tried to make a cleaner install : after cleanup, I recreated "/rhev/da=
ta-center/mnt/" and ran the installer again.=0A As you can see, it cra=
shed again with the same access denied error on this file : [ INFO ]=
TASK [Copy configuration archive to storage]=0A[ ERROR ] fatal: [localh=
ost]: FAILED! =3D> {"changed": true, "cmd": ["dd",
"bs=3D20480", "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_o=
virt__engine__self__hosted/015d9546-af01-4fb2-891e-e28683db3387/images/5=
89d0768-c935-4495-aa57-45b9b2a18526/b1884198-69e6-4096-939d-03c87112de10=
"], "delta": "0:00:00.004468", "end": "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'ouvrir
/rhev/data-center/mnt/10.100.2.132=
:_volume3_ovirt__engine__self__hosted/015d9546-af01-4fb2-891e-e28683db33=
87/images/589d0768-c935-4495-aa57-45b9b2a18526/b1884198-69e6-4096-939d-0=
3c87112de10 : Permission non accorde", "stderr_lines": ["dd:
impossible=
d'ouvrir /rhev/data-center/mnt/10.100.2.132:_volume3_ovirt__engine__sel=
f__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 exec=
ute stage 'Closing up': Failed executing ansible-playbook=0A But the f=
ile permissions look ok to me : -rw-rw----. 1 vdsm kvm 1,0G 20 mars 2=
018 /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=0A=0A So I decided to=
test something : I set a shell for "vdsm", so I could login : su - v=
dsm -c "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" && echo
"OK=
"=0AOK As far as I can see,still no permission problem =0A=0ABut if I=
try the same as "root" : =0A=0Atouch /rhev/data-center/mnt/10.100.2.132=
:_volume3_ovirt__engine__self__hosted/015d9546-af01-4fb2-891e-e28683db33=
87/images/589d0768-c935-4495-aa57-45b9b2a18526/b1884198-69e6-4096-939d-0=
3c87112de10 && echo "OK"=0Atouch: impossible de faire un touch
/rhev/dat=
a-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 accorde =0A=0AOf c=
ourse, "root" and "vdsm" can create, touch and delete other files
flawle=
ssly in this share. =0A=0AIt looks like some kind of immutable file, but=
is is not suppose to exist on NFS, does it ? =0A=0ARegards =0A=0A Le 20=
-Mar-2018 12:22:50 +0100, stirabos(a)redhat.com a crit: =0A=0A On Tue, M=
ar 20, 2018 at 11:44 AM, wrote:=0A=0A Hi,=0A In fact it is a wo=
rkaround coming from you I found in the bugtrack that helped me : =
=0A=0Achmod 644 /var/cache/vdsm/schema/* =0A=0AAs the only thing l=
ooking like a weird error I have found was : =0A=0AERROR Exception r=
aised#012Traceback (most recent call last):#012 File "/usr/lib/python2.7=
/site-packages/vdsm/vdsmd.py", line 156, in run#012 serve_clients(log)#0=
12 File "/usr/lib/python2.7/site-packages/vdsm/vdsmd.py", line 103, in s=
erve_clients#012 cif =3D clientIF.getInstance(irs, log, scheduler)#012 F=
ile "/usr/lib/python2.7/site-packages/vdsm/clientIF.py", line 250, in ge=
tInstance#012 cls._instance =3D clientIF(irs, log, scheduler)#012 File "=
/usr/lib/python2.7/site-packages/vdsm/clientIF.py", line 144, in __init_=
_#012 self._prepareJSONRPCServer()#012 File "/usr/lib/python2.7/site-pac=
kages/vdsm/clientIF.py", line 307, in _prepareJSONRPCServer#012 bridge=
=3D Bridge.DynamicBridge()#012 File "/usr/lib/python2.7/site-packages/v=
dsm/rpc/Bridge.py", line 67, in __init__#012 self._schema =3D vdsmapi.Sc=
hema(paths, api_strict_mode)#012 File "/usr/lib/python2.7/site-packages/=
vdsm/api/vdsmapi.py", line 217, in __init__#012 raise SchemaNotFound("Un=
able to find API schema file")#012SchemaNotFound: Unable to find API sch=
ema file Thanks, it's tracked here:
https://bugzilla.redhat.com/15525=
65 A fix will come in the next build. =0A So I can go one step f=
uther, but the installation still fails in the end, with file permission=
problems in datastore files (i chose NFS 4.1). I can't indeed touch or=
get informations even logged in root. But I can create and delete files=
in the same directory. Is there a workaround for this too ? Everyt=
hing should get wrote and read on the NFS export as vdsm:kvm (36:36); ca=
n you please ensure that everything is fine with that? =0A Regards=
=0A=0A Le 19-Mar-2018 17:48:41 +0100, stirabos(a)redhat.com a crit: =
=0A=0A On Mon, Mar 19, 2018 at 4:56 PM, wrote:=0A=0A Hi,=0A I wante=
d to rebuild a new hosted engine setup, as the old was corrupted (too mu=
ch violent poweroff !) So the server was not reinstalled, I just runne=
d "ovirt-hosted-engine-cleanup". The network setup generated by vdsm see=
ms to be still in place, so I haven't changed anything there. Then I d=
ecided to update the packages to the latest versions avaible, rebooted t=
he server and run "ovirt-hosted-engine-setup". But the process never s=
ucceeds, as I get an error after a long time spent in "[ INFO ] TASK [Wa=
it for the host to be up]" [ ERROR ] fatal: [localhost]: FAILED! =3D=
{"ansible_facts": {"ovirt_hosts":
[{"address": "pfm-srv-virt-1.pfm-ad.=
pfm.loc",
"affinity_labels": [], "auto_numa_status": "unknown",
"certifi=
cate": {"organization": "pfm.loc", "subject":
"O=3Dpfm.loc,CN=3Dpfm-srv-=
virt-1.pfm-ad.pfm.loc"}, "cluster": {"href":
"/ovirt-engine/api/clusters=
/d6c9358e-2b8b-11e8-bc86-00163e152701", "id":
"d6c9358e-2b8b-11e8-bc86-0=
0163e152701"}, "comment": "", "cpu":
{"speed": 0.0, "topology": {}}, "de=
vice_passthrough": {"enabled": false}, "devices": [],
"external_network_=
provider_configurations": [], "external_status": "ok",
"hardware_informa=
tion": {"supported_rng_sources": []}, "hooks": [],
"href": "/ovirt-engin=
e/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, "n=
ame": "pfm-srv-virt-1.pfm-ad.pfm.loc", "network_attachments": [],
"nics"=
: [], "numa_nodes": [], "numa_supported": false, "os":
{"custom_kernel_c=
mdline": ""}, "permissions": [], "port": 54321,
"power_management": {"au=
tomatic_pm_enabled": true, "enabled": false, "kdump_detection":
true, "p=
m_proxies": []}, "protocol": "stomp", "se_linux": {},
"spm": {"priority"=
: 5, "status": "none"}, "ssh": {"fingerprint":
"SHA256:J75BVLFnmGBGFosXz=
axCRnuIYcOc75HUBQZ4pOKpDg8", "port": 22}, "statistics": [],
"status": "n=
on_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}=0A[ INFO ] TASK [Remove local vm dir]=0A[ IN=
FO ] TASK [Notify the user about a failure]=0A[ ERROR ] fatal: [localhos=
t]: FAILED! =3D> {"changed": false, "msg": "The system may not
be provis=
ioned according to the playbook results: please check the logs for the i=
ssue, fix accordingly or re-deploy from scratch.n"} I made another t=
ry with Cockpit, it is the same. Am I doing something wrong or is ther=
e a bug ? I suppose that your host was condifured with DHCP, if so it=
's this one:
https://bugzilla.redhat.com/1549642 The fix will come wit=
h 4.2.2. =0A Regards =0A=0A-------------------------------------=
------------------------------------------------------------=0AFreeMail=
powered by mail.fr =0A_______________________________________________=
=0A Users mailing list=0AUsers@ovirt.org=0Ahttp://lists.ovirt.org/mailma=
n/listinfo/users=0A=0A--------------------------------------------------=
-----------------------------------------------=0AFreeMail powered by ma=
il.fr =0A_______________________________________________=0A Users maili=
ng list=0AUsers@ovirt.org=0Ahttp://lists.ovirt.org/mailman/listinfo/user=
s=0A=0A-----------------------------------------------------------------=
--------------------------------=0AFreeMail powered by mail.fr
--=_2627f23f400ebb389cc57c156f3cb9f7
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;">I tried to make a cleaner install : after cleanu=
p, I recreated "/rhev/data-center/mnt/" and ran the installer again.<br=
/></span></div>=0A<div> </div>=0A<div><span
style=3D"font-family:=
arial, helvetica,sans-serif; font-size: 10pt; color: #000000;">As you c=
an 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:=
arial, helvetica,sans-serif; font-size: 10pt; color: #000000;">[ INFO&n=
bsp; ] TASK [Copy configuration archive to storage]<br />[ ERROR ] fatal=
: [localhost]: FAILED! =3D> {"changed": true, "cmd":
["dd", "bs=3D204=
80", "count=3D1", "oflag=3Ddirect",
"if=3D/var/tmp/localvmVBRLpL/b188419=
8-69e6-4096-939d-03c87112de10", "of=3D/rhev/data-center/mnt/10.100.2.132=
:_volume3_ovirt__engine__self__hosted/015d9546-af01-4fb2-891e-e28683db33=
87/images/589d0768-c935-4495-aa57-45b9b2a18526/b1884198-69e6-4096-939d-0=
3c87112de10"], "delta": "0:00:00.004468", "end":
"2018-03-20 15:57:34.19=
9405", "msg": "non-zero return code", "rc": 1,
"start": "2018-03-20 15:5=
7:34.194937", "stderr": "dd: impossible d'ouvrir
« /rhev/data=
-center/mnt/10.100.2.132:_volume3_ovirt__engine__self__hosted/015d9546-a=
f01-4fb2-891e-e28683db3387/images/589d0768-c935-4495-aa57-45b9b2a18526/b=
1884198-69e6-4096-939d-03c87112de10 »: Permission non accord&=
eacute;e", "stderr_lines": ["dd: impossible d'ouvrir
« /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 »: Permission non acc=
ordée"], "stdout": "", "stdout_lines":
[]}<br />[ ERROR ] Failed=
to execute stage 'Closing up': Failed executing ansible-playbook<br
/><=
/span></div>=0A<div> </div>=0A<div><span
style=3D"font-family: aria=
l, helvetica,sans-serif; font-size: 10pt; color: #000000;">But the file=
permissions look ok to me :
</span></div>=0A<div> </div>=0A<div><s=
pan style=3D"font-family: arial, helvetica,sans-serif; font-size: 10pt;=
color: #000000;">-rw-rw----. 1 vdsm kvm 1,0G 20 mars 2018 /=
rhev/data-center/mnt/10.100.2.132:_volume3_ovirt__engine__self__hosted/0=
15d9546-af01-4fb2-891e-e28683db3387/images/589d0768-c935-4495-aa57-45b9b=
2a18526/b1884198-69e6-4096-939d-03c87112de10<br /><br
/></span></div>=0A=
<div><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 navy;">=0A<div
dir=3D"ltr"><br />=0A<d=
iv 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:spfma.tec=
h(a)e.mail.fr" target=3D"_blank" rel=3D"noreferrer
noopener">spfma.tech(a)e.=
mail.fr</a>></span> wrote:<br />=0A<blockquote
class=3D"gmail_quote"=
style=3D"margin: 0px 0px 0px .8ex; border-left: 1px solid #cccccc; padd=
ing-left: 1ex;">=0A<div><span style=3D"font-family: arial,
helvetica, sa=
ns-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<div>&nb=
sp;</div>=0A<div> </div>=0A<div><span
style=3D"font-family: arial,=
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"
class=
=3D"gmail-m_-4123427470926593816bz_comment_text gmail-m_-412342747092659=
3816bz_wrap_comment_text">chmod 644
/var/cache/vdsm/schema/*</pre>=0A</d=
iv>=0A<div> </div>=0A<p>As the only thing looking like a
weird erro=
r I have found was
:</p>=0A<div> </div>=0A<div> </div>=0A<p>ER=
ROR Exception raised#012Traceback (most recent call last):#012 Fil=
e "/usr/lib/python2.7/site-packages/vdsm/vdsmd.py", line 156, in run#012=
serve_clients(log)#012 File
"/usr/lib/python2.7=
/site-packages/vdsm/vdsmd.py", line 103, in serve_clients#012  =
; cif =3D clientIF.getInstance(irs, log, scheduler)#012 File=
"/usr/lib/python2.7/site-packages/vdsm/clientIF.py", line 250, in getIn=
stance#012 cls._instance =3D clientIF(irs, log, schedu=
ler)#012 File "/usr/lib/python2.7/site-packages/vdsm/clientIF.py",=
line 144, in __init__#012 self._prepareJSONRPCServer(=
)#012 File "/usr/lib/python2.7/site-packages/vdsm/clientIF.py", li=
ne 307, in _prepareJSONRPCServer#012 bridge =3D Bridge=
.DynamicBridge()#012 File "/usr/lib/python2.7/site-packages/vdsm/r=
pc/Bridge.py", line 67, in __init__#012 self._schema=
=3D vdsmapi.Schema(paths, api_strict_mode)#012 File "/usr/lib/pyt=
hon2.7/site-packages/vdsm/api/vdsmapi.py", line 217, in __init__#012&nbs=
p; raise SchemaNotFound("Unable to find API schema
file")#01=
2SchemaNotFound: Unable to find API schema file</p>=0A</blockquote>=0A<d=
iv> </div>=0A<div>Thanks, it's tracked
here:</div>=0A<div><a href=
=3D"https://bugzilla.redhat.com/1552565"
target=3D"_blank">https://bugzi=
lla.redhat.com/1552565</a></div>=0A<div> </...
fix will c=
ome 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 datastore files (i chose NFS 4.1)=
. I can't indeed touch or get informations even logged in root. But I ca=
n create and delete files in the same
directory.</div>=0A<div> </di=
v>=0A<div>Is there a workaround for this too
?</div>=0A</blockquote>=0A<=
div> </div>=0A<div>Everything should get wrote and read on the
NFS=
export as vdsm:kvm (36:36); can you please ensure that everything is fi=
ne with that?</div>=0A<div> </div>=0A<blockquote
class=3D"gmail_quo=
te" style=3D"margin: 0px 0px 0px .8ex; border-left: 1px solid #cccccc; p=
adding-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"noreferrer
noopener">stirabos(a)redhat.com</=
a> a
écrit:</p>=0A<div> </div>=0A<div> </div>=0A<div>&n=
bsp;</div>=0A<blockquote style=3D"margin-left: 0px; padding-left: 5px; b=
order-left: 2px solid #000080;">=0A<div dir=3D"ltr"><br
/>=0A<div class=
=3D"gmail_extra"><br />=0A<div
class=3D"gmail_quote"><span class=3D"gmai=
l-">On Mon, Mar 19, 2018 at 4:56 PM, <span
dir=3D"ltr"><<a href=3D"ma=
ilto: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 c=
lass=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-size: 10pt; color: #000000;">Hi,<br=
/></span></div>=0A<div> </div>=0A<div><span
style=3D"font-family:=
arial, helvetica, sans-serif; font-size: 10pt; color: #000000;">I wante=
d to rebuild a new hosted engine setup, as the old was corrupted (too mu=
ch violent poweroff
!)</span></div>=0A<div> </div>=0A<div><span
sty=
le=3D"font-family: arial, helvetica, sans-serif; font-size: 10pt; color:=
#000000;">So the server was not reinstalled, I just runned "ovirt-hoste=
d-engine-cleanup". The network setup generated by vdsm seems to be still=
in place, so I haven't changed anything
there.</span></div>=0A<div>&nbs=
p;</div>=0A<div><span style=3D"font-family: arial, helvetica,
sans-serif=
; font-size: 10pt; color: #000000;">Then I decided to update the package=
s to the latest versions avaible, rebooted the server and run "ovirt-hos=
ted-engine-setup".</span></div>=0A<div> </div>=0A<div><span
style=
=3D"font-family: arial, helvetica, sans-serif; font-size: 10pt; color: #=
000000;">But the process never succeeds, as I get an error after a long=
time spent in "<span class=3D"gmail-m_-4123427470926593816gmail-m_-3726=
384503116450878ansible-output-line">[ INFO ] TASK [Wait for the host to=
be
up]</span>"</span></div>=0A<div> </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_-4=
123427470926593816gmail-m_-3726384503116450878ansible-output-line">[ ERR=
OR ] fatal: [localhost]: FAILED! =3D> {"ansible_facts":
{"ovirt_hosts=
": [{"address": "pfm-srv-virt-1.pfm-ad.pfm.loc",
"affinity_labels": [],=
"auto_numa_status": "unknown", "certificate":
{"organization": "pfm.loc=
", "subject": "O=3Dpfm.loc,CN=3Dpfm-srv-virt-1.pfm-ad.pfm.loc"},
"cluste=
r": {"href":
"/ovirt-engine/api/clusters/d6c9358e-2b8b-11e8-bc86-00163e1=
52701", "id": "d6c9358e-2b8b-11e8-bc86-00163e152701"},
"comment": "", "c=
pu": {"speed": 0.0, "topology": {}},
"device_passthrough": {"enabled": f=
alse}, "devices": [], "external_network_provider_configurations": [],
"e=
xternal_status": "ok", "hardware_information":
{"supported_rng_sources":=
[]}, "hooks": [], "href":
"/ovirt-engine/api/hosts/542566c4-fc85-4398-9=
402-10c8adaa9554", "id": "542566c4-fc85-4398-9402-10c8adaa9554",
"katell=
o_errata": [], "kdump_status": "unknown", "ksm":
{"enabled": false}, "ma=
x_scheduling_memory": 0, "memory": 0, "name":
"pfm-srv-virt-1.pfm-ad.pfm=
.loc", "network_attachments": [], "nics": [],
"numa_nodes": [], "numa_su=
pported": false, "os": {"custom_kernel_cmdline": ""},
"permissions": [],=
"port": 54321, "power_management": {"automatic_pm_enabled":
true, "enab=
led": false, "kdump_detection": true, "pm_proxies": []},
"protocol": "st=
omp", "se_linux": {}, "spm": {"priority": 5,
"status": "none"}, "ssh": {=
"fingerprint": "SHA256:J75BVLFnmGBGFosXzaxCRnuIYcOc75HUBQZ4pOKpDg8",
"po=
rt": 22}, "statistics": [], "status": "non_responsive",
"storage_connect=
ion_extensions": [], "summary": {"total": 0}, "tags":
[], "transparent_h=
uge_pages": {"enabled": false}, "type": "rhel",
"unmanaged_networks": []=
, "update_available": false}]}, "attempts": 120, "changed":
false}<br />=
</span><span class=3D"gmail-m_-4123427470926593816gmail-m_-3726384503116=
450878ansible-output-line">[ INFO ] TASK [Remove local vm dir]<br
/></sp=
an><span class=3D"gmail-m_-4123427470926593816gmail-m_-37263845031164508=
78ansible-output-line">[ INFO ] TASK [Notify the user about a failure]<b=
r /></span></span><span
class=3D"gmail-m_-4123427470926593816gmail-m_-37=
26384503116450878ansible-output-line">[ ERROR ] fatal: [localhost]: FAIL=
ED! =3D> {"changed": false, "msg": "The system may not be
provisioned=
according to the playbook results: please check the logs for the issue,=
fix accordingly or re-deploy from
scratch.n"}</span></span></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;">I made ano=
ther try with Cockpit, it is the
same.</span></div>=0A<div> </div>=
=0A<div><span style=3D"font-family: arial, helvetica, sans-serif; font-s=
ize: 10pt; color: #000000;">Am I doing something wrong or is there a bug=
?</span></div>=0A</blockquote>=0A<div> </div>=0A<div>I
suppose tha=
t your host was condifured with DHCP, if so it's this one:</div>=0A<div>=
<a
href=3D"https://bugzilla.redhat.com/1549642" target=3D"_blank"
rel=3D=
"noreferrer
noopener">https://bugzilla.redhat.com/1549642</a></div&g...
iv> </div>=0A<div>The fix will come with
4.2.2.</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><span style=3D"font-family: arial, helvetica,
sans-serif;=
font-size: 10pt; color:
#000000;">Regards</span></div>=0A<div> </d=
iv>=0A<div> </div>=0A<br /><hr />FreeMail powered by
<a href=3D"htt=
ps://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" t=
arget=3D"_blank" rel=3D"noreferrer
noopener">Users(a)ovirt.org</a><br /><a=
href=3D"http://lists.ovirt.org/mailman/listinfo/users" target=3D"_blank=
" rel=3D"noreferrer
noopener">http://lists.ovirt.org/mailman/listinfo/us=
ers</a><br /><br
/></span></blockquote>=0A</div>=0A</div>=0A</div>=0A</b=
lockquote>=0A<div class=3D"gmail-HOEnZb">=0A<div
class=3D"gmail-h5"><br=
/><hr />FreeMail powered by <a href=3D"https://mail.fr"
target=3D"_blan=
k" rel=3D"noreferrer
noopener">mail.fr</a></div>=0A</div>=0A<br />______=
_________________________________________<br /> Users mailing list<br />=
<a href=3D"mailto:Users@ovirt.org"
target=3D"_blank">Users(a)ovirt.org</a>=
<br /><a
href=3D"http://lists.ovirt.org/mailman/listinfo/users"
target=
=3D"_blank" rel=3D"noreferrer
noopener">http://lists.ovirt.org/mailman/l=
istinfo/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">mail.fr</a>=0A
--=_2627f23f400ebb389cc57c156f3cb9f7--