[ovirt-users] where is ovirt-iso-uploader in 4.4?

2020-05-22 Thread dan . creed
Can't seem to find this, maybe I'm old school but in 4.4 how do I upload ISO's 
I want to boot as CD's on my virtual machine? 
___
Users mailing list -- users@ovirt.org
To unsubscribe send an email to users-le...@ovirt.org
Privacy Statement: https://www.ovirt.org/privacy-policy.html
oVirt Code of Conduct: 
https://www.ovirt.org/community/about/community-guidelines/
List Archives: 
https://lists.ovirt.org/archives/list/users@ovirt.org/message/P2TDK2XK5BTRM4CLYLXZDII47CHSYWZV/


[ovirt-users] Re: Getting the same bug in 4.4 as I did in 4.3.. brand new install 100% repeatable for me.

2020-05-22 Thread dan . creed
MainThread::WARNING::2020-05-21 
14:22:55,067::storage_broker::100::ovirt_hosted_engine_ha.broker.storage_broker.StorageBroker::(__init__)
 Can't connect vdsm storage: 'NoneType' object has no attribute 
'close_connections'
MainThread::ERROR::2020-05-21 
14:22:55,067::broker::69::ovirt_hosted_engine_ha.broker.broker.Broker::(run) 
Failed initializing the broker: 'NoneType' object has no attribute 
'close_connections'
MainThread::ERROR::2020-05-21 
14:22:55,078::broker::71::ovirt_hosted_engine_ha.broker.broker.Broker::(run) 
Traceback (most recent call last):
  File 
"/usr/lib/python3.6/site-packages/ovirt_hosted_engine_ha/broker/broker.py", 
line 64, in run
self._storage_broker_instance = self._get_storage_broker()
  File 
"/usr/lib/python3.6/site-packages/ovirt_hosted_engine_ha/broker/broker.py", 
line 143, in _get_storage_broker
return storage_broker.StorageBroker()
  File 
"/usr/lib/python3.6/site-packages/ovirt_hosted_engine_ha/broker/storage_broker.py",
 line 97, in __init__
self._backend.connect()
  File 
"/usr/lib/python3.6/site-packages/ovirt_hosted_engine_ha/lib/storage_backends.py",
 line 375, in connect
sserver.connect_storage_server()
  File 
"/usr/lib/python3.6/site-packages/ovirt_hosted_engine_ha/lib/storage_server.py",
 line 356, in connect_storage_server
conList, storageType = self._get_conlist(cli, normalize_path=True)
  File 
"/usr/lib/python3.6/site-packages/ovirt_hosted_engine_ha/lib/storage_server.py",
 line 306, in _get_conlist
self._validate_pre_connected_path(cli, path)
  File 
"/usr/lib/python3.6/site-packages/ovirt_hosted_engine_ha/lib/storage_server.py",
 line 155, in _validate_pre_connected_path
cli.StorageDomain.getInfo(storagedomainID=self._sdUUID)
  File "/usr/lib/python3.6/site-packages/vdsm/client.py", line 289, in _call
req, timeout=timeout, flow_id=self._flow_id)
  File "/usr/lib/python3.6/site-packages/yajsonrpc/jsonrpcclient.py", line 91, 
in call
call.wait(kwargs.get('timeout', CALL_TIMEOUT))
  File "/usr/lib/python3.6/site-packages/yajsonrpc/jsonrpcclient.py", line 290, 
in wait
self._ev.wait(timeout)
  File "/usr/lib64/python3.6/threading.py", line 551, in wait
signaled = self._cond.wait(timeout)
  File "/usr/lib64/python3.6/threading.py", line 299, in wait
gotit = waiter.acquire(True, timeout)
  File 
"/usr/lib/python3.6/site-packages/ovirt_hosted_engine_ha/broker/broker.py", 
line 114, in _handle_quit
down_thread = threading.Thread(target=self._listener.close_connections)
AttributeError: 'NoneType' object has no attribute 'close_connections'
___
Users mailing list -- users@ovirt.org
To unsubscribe send an email to users-le...@ovirt.org
Privacy Statement: https://www.ovirt.org/privacy-policy.html
oVirt Code of Conduct: 
https://www.ovirt.org/community/about/community-guidelines/
List Archives: 
https://lists.ovirt.org/archives/list/users@ovirt.org/message/NRSYP3LCIYXFVC3K2U6ESXEX6YK5CTPY/


[ovirt-users] Re: Getting the same bug in 4.4 as I did in 4.3.. brand new install 100% repeatable for me.

2020-05-22 Thread dan . creed
Hmm.. wonder why I am so special, as this is 100% repeatable every time for me, 
and I can't get past this.  Anyone I could really use some help!
___
Users mailing list -- users@ovirt.org
To unsubscribe send an email to users-le...@ovirt.org
Privacy Statement: https://www.ovirt.org/privacy-policy.html
oVirt Code of Conduct: 
https://www.ovirt.org/community/about/community-guidelines/
List Archives: 
https://lists.ovirt.org/archives/list/users@ovirt.org/message/2TDU4CBH7BSMCCQVJUDSNBUYEFCDDOQZ/


[ovirt-users] Getting the same bug in 4.4 as I did in 4.3.. brand new install 100% repeatable for me.

2020-05-21 Thread dan . creed
Brand new install, I get past the gluster setup, setting up the the hosted VM, 
get to finalize and hits this issue with lockspace every time. 



[ INFO ] TASK [ovirt.hosted_engine_setup : Initialize lockspace volume]
[ ERROR ] fatal: [localhost]: FAILED! => {"attempts": 5, "changed": true, 
"cmd": ["hosted-engine", "--reinitialize-lockspace", "--force"], "delta": 
"0:00:00.302914", "end": "2020-05-21 14:23:50.413353", "msg": "non-zero return 
code", "rc": 1, "start": "2020-05-21 14:23:50.110439", "stderr": "Traceback 
(most recent call last):\n File \"/usr/lib64/python3.6/runpy.py\", line 193, in 
_run_module_as_main\n \"__main__\", mod_spec)\n File 
\"/usr/lib64/python3.6/runpy.py\", line 85, in _run_code\n exec(code, 
run_globals)\n File 
\"/usr/lib/python3.6/site-packages/ovirt_hosted_engine_setup/reinitialize_lockspace.py\",
 line 30, in \n ha_cli.reset_lockspace(force)\n File 
\"/usr/lib/python3.6/site-packages/ovirt_hosted_engine_ha/client/client.py\", 
line 286, in reset_lockspace\n stats = broker.get_stats_from_storage()\n File 
\"/usr/lib/python3.6/site-packages/ovirt_hosted_engine_ha/lib/brokerlink.py\", 
line 148, in get_stats_from_storage\n result = self._proxy.get_stats()\n File 
\"/usr/li
 b64/python3.6/xmlrpc/client.py\", line 1112, in __call__\n return 
self.__send(self.__name, args)\n File 
\"/usr/lib64/python3.6/xmlrpc/client.py\", line 1452, in __request\n 
verbose=self.__verbose\n File \"/usr/lib64/python3.6/xmlrpc/client.py\", line 
1154, in request\n return self.single_request(host, handler, request_body, 
verbose)\n File \"/usr/lib64/python3.6/xmlrpc/client.py\", line 1166, in 
single_request\n http_conn = self.send_request(host, handler, request_body, 
verbose)\n File \"/usr/lib64/python3.6/xmlrpc/client.py\", line 1279, in 
send_request\n self.send_content(connection, request_body)\n File 
\"/usr/lib64/python3.6/xmlrpc/client.py\", line 1309, in send_content\n 
connection.endheaders(request_body)\n File 
\"/usr/lib64/python3.6/http/client.py\", line 1249, in endheaders\n 
self._send_output(message_body, encode_chunked=encode_chunked)\n File 
\"/usr/lib64/python3.6/http/client.py\", line 1036, in _send_output\n 
self.send(msg)\n File \"/usr/lib64/python3.6/http/client.py\
 ", line 974, in send\n self.connect()\n File 
\"/usr/lib/python3.6/site-packages/ovirt_hosted_engine_ha/lib/unixrpc.py\", 
line 74, in connect\n 
self.sock.connect(base64.b16decode(self.host))\nFileNotFoundError: [Errno 2] No 
such file or directory", "stderr_lines": ["Traceback (most recent call last):", 
" File \"/usr/lib64/python3.6/runpy.py\", line 193, in _run_module_as_main", " 
\"__main__\", mod_spec)", " File \"/usr/lib64/python3.6/runpy.py\", line 85, in 
_run_code", " exec(code, run_globals)", " File 
\"/usr/lib/python3.6/site-packages/ovirt_hosted_engine_setup/reinitialize_lockspace.py\",
 line 30, in ", " ha_cli.reset_lockspace(force)", " File 
\"/usr/lib/python3.6/site-packages/ovirt_hosted_engine_ha/client/client.py\", 
line 286, in reset_lockspace", " stats = broker.get_stats_from_storage()", " 
File 
\"/usr/lib/python3.6/site-packages/ovirt_hosted_engine_ha/lib/brokerlink.py\", 
line 148, in get_stats_from_storage", " result = self._proxy.get_stats()", " 
File \"/usr/lib64/
 python3.6/xmlrpc/client.py\", line 1112, in __call__", " return 
self.__send(self.__name, args)", " File 
\"/usr/lib64/python3.6/xmlrpc/client.py\", line 1452, in __request", " 
verbose=self.__verbose", " File \"/usr/lib64/python3.6/xmlrpc/client.py\", line 
1154, in request", " return self.single_request(host, handler, request_body, 
verbose)", " File \"/usr/lib64/python3.6/xmlrpc/client.py\", line 1166, in 
single_request", " http_conn = self.send_request(host, handler, request_body, 
verbose)", " File \"/usr/lib64/python3.6/xmlrpc/client.py\", line 1279, in 
send_request", " self.send_content(connection, request_body)", " File 
\"/usr/lib64/python3.6/xmlrpc/client.py\", line 1309, in send_content", " 
connection.endheaders(request_body)", " File 
\"/usr/lib64/python3.6/http/client.py\", line 1249, in endheaders", " 
self._send_output(message_body, encode_chunked=encode_chunked)", " File 
\"/usr/lib64/python3.6/http/client.py\", line 1036, in _send_output", " 
self.send(msg)", " File \"/usr/lib
 64/python3.6/http/client.py\", line 974, in send", " self.connect()", " File 
\"/usr/lib/python3.6/site-packages/ovirt_hosted_engine_ha/lib/unixrpc.py\", 
line 74, in connect", " self.sock.connect(base64.b16decode(self.host))", 
"FileNotFoundError: [Errno 2] No such file or directory"], "stdout": "", 
"stdout_lines": []}
___
Users mailing list -- users@ovirt.org
To unsubscribe send an email to users-le...@ovirt.org
Privacy Statement: https://www.ovirt.org/privacy-policy.html
oVirt Code of Conduct: 
https://www.ovirt.org/community/about/community-guidelines/
List Archives: 
https://lists.ovirt.org/archives/list/users@ovirt.org/message/IB3CRX3IAM2GXMPISU3DG45UVDVKUW3Q/


[ovirt-users] Re: 4.4 bug? Seems 100% repeatable

2020-05-21 Thread dan . creed
Never mind... so resolv.conf was getting 2 X IPv6 DNS servers from the fact in 
IPv6 was set to auto, only IPv4 was set to static. 
___
Users mailing list -- users@ovirt.org
To unsubscribe send an email to users-le...@ovirt.org
Privacy Statement: https://www.ovirt.org/privacy-policy.html
oVirt Code of Conduct: 
https://www.ovirt.org/community/about/community-guidelines/
List Archives: 
https://lists.ovirt.org/archives/list/users@ovirt.org/message/B3PUR5ZATA7FJJ2NQHCA2AYOW6BTDJ47/


[ovirt-users] 4.4 bug? Seems 100% repeatable

2020-05-21 Thread dan . creed
[ ERROR ] fatal: [localhost]: FAILED! => {"changed": false, "msg": "The host 
has been set in non_operational status, deployment errors: code 505: Host 
quigonn installation failed. Failed to configure management network on the 
host., code 1120: Failed to configure management network on host quigonn due to 
setup networks failure., code 9000: Failed to verify Power Management 
configuration for Host quigonn., code 10802: VDSM quigonn command 
HostSetupNetworksVDS failed: Internal JSON-RPC error: {'reason': 'Three or more 
nameservers are only supported when using either IPv4 or IPv6 nameservers but 
not both.'}, fix accordingly and re-deploy."}

This has me utterly confused, I only have 1 name server specified in 
/etc/resolv.conf

Not sure where it's getting this from?
___
Users mailing list -- users@ovirt.org
To unsubscribe send an email to users-le...@ovirt.org
Privacy Statement: https://www.ovirt.org/privacy-policy.html
oVirt Code of Conduct: 
https://www.ovirt.org/community/about/community-guidelines/
List Archives: 
https://lists.ovirt.org/archives/list/users@ovirt.org/message/PEX4GCFJWTB3CCQKXJ6BN2MHL73NE5NA/


[ovirt-users] ovirt 4.4 GA

2020-05-20 Thread dan . creed
Just downloaded the ISO 4.4. an hour ago from link on the home page, and FYI: 
Still has the pop-up during install that it is pre-release, etc.. 
___
Users mailing list -- users@ovirt.org
To unsubscribe send an email to users-le...@ovirt.org
Privacy Statement: https://www.ovirt.org/privacy-policy.html
oVirt Code of Conduct: 
https://www.ovirt.org/community/about/community-guidelines/
List Archives: 
https://lists.ovirt.org/archives/list/users@ovirt.org/message/P7UIIZAYYOKVU4IGKVKEDHZYVRUPZUGO/


[ovirt-users] Bug with ovirt-hosted-engine-setup

2020-05-20 Thread dan . creed
This is 100% repeatable for me.  Brand new environment, all using the ovirt 
node ISO.  4.3.9 downloaded a couple of days ago. 


[ ERROR ] fatal: [localhost]: FAILED! => {"attempts": 5, "changed": true, 
"cmd": ["hosted-engine", "--reinitialize-lockspace", "--force"], "delta": 
"0:00:00.412864", "end": "2020-05-19 09:23:03.856435", "msg": "non-zero return 
code", "rc": 1, "start": "2020-05-19 09:23:03.443571", "stderr": "Traceback 
(most recent call last):\n  File \"/usr/lib64/python2.7/runpy.py\", line 162, 
in _run_module_as_main\n\"__main__\", fname, loader, pkg_name)\n  File 
\"/usr/lib64/python2.7/runpy.py\", line 72, in _run_code\nexec code in 
run_globals\n  File 
\"/usr/lib/python2.7/site-packages/ovirt_hosted_engine_setup/reinitialize_lockspace.py\",
 line 30, in \nha_cli.reset_lockspace(force)\n  File 
\"/usr/lib/python2.7/site-packages/ovirt_hosted_engine_ha/client/client.py\", 
line 286, in reset_lockspace\nstats = broker.get_stats_from_storage()\n  
File 
\"/usr/lib/python2.7/site-packages/ovirt_hosted_engine_ha/lib/brokerlink.py\", 
line 146, in get_stats_from_storage\nresult = self
 ._proxy.get_stats()\n  File \"/usr/lib64/python2.7/xmlrpclib.py\", line 1233, 
in __call__\nreturn self.__send(self.__name, args)\n  File 
\"/usr/lib64/python2.7/xmlrpclib.py\", line 1591, in __request\n
verbose=self.__verbose\n  File \"/usr/lib64/python2.7/xmlrpclib.py\", line 
1273, in request\nreturn self.single_request(host, handler, request_body, 
verbose)\n  File \"/usr/lib64/python2.7/xmlrpclib.py\", line 1301, in 
single_request\nself.send_content(h, request_body)\n  File 
\"/usr/lib64/python2.7/xmlrpclib.py\", line 1448, in send_content\n
connection.endheaders(request_body)\n  File 
\"/usr/lib64/python2.7/httplib.py\", line 1052, in endheaders\n
self._send_output(message_body)\n  File \"/usr/lib64/python2.7/httplib.py\", 
line 890, in _send_output\nself.send(msg)\n  File 
\"/usr/lib64/python2.7/httplib.py\", line 852, in send\nself.connect()\n  
File 
\"/usr/lib/python2.7/site-packages/ovirt_hosted_engine_ha/lib/unixrpc.py\", 
line 60, in connect\nself.
 sock.connect(base64.b16decode(self.host))\n  File 
\"/usr/lib64/python2.7/socket.py\", line 224, in meth\nreturn 
getattr(self._sock,name)(*args)\nsocket.error: [Errno 2] No such file or 
directory", "stderr_lines": ["Traceback (most recent call last):", "  File 
\"/usr/lib64/python2.7/runpy.py\", line 162, in _run_module_as_main", "
\"__main__\", fname, loader, pkg_name)", "  File 
\"/usr/lib64/python2.7/runpy.py\", line 72, in _run_code", "exec code in 
run_globals", "  File 
\"/usr/lib/python2.7/site-packages/ovirt_hosted_engine_setup/reinitialize_lockspace.py\",
 line 30, in ", "ha_cli.reset_lockspace(force)", "  File 
\"/usr/lib/python2.7/site-packages/ovirt_hosted_engine_ha/client/client.py\", 
line 286, in reset_lockspace", "stats = broker.get_stats_from_storage()", " 
 File 
\"/usr/lib/python2.7/site-packages/ovirt_hosted_engine_ha/lib/brokerlink.py\", 
line 146, in get_stats_from_storage", "result = self._proxy.get_stats()", " 
 File \"/usr/lib64/python2.7/
 xmlrpclib.py\", line 1233, in __call__", "return self.__send(self.__name, 
args)", "  File \"/usr/lib64/python2.7/xmlrpclib.py\", line 1591, in 
__request", "verbose=self.__verbose", "  File 
\"/usr/lib64/python2.7/xmlrpclib.py\", line 1273, in request", "return 
self.single_request(host, handler, request_body, verbose)", "  File 
\"/usr/lib64/python2.7/xmlrpclib.py\", line 1301, in single_request", "
self.send_content(h, request_body)", "  File 
\"/usr/lib64/python2.7/xmlrpclib.py\", line 1448, in send_content", "
connection.endheaders(request_body)", "  File 
\"/usr/lib64/python2.7/httplib.py\", line 1052, in endheaders", "
self._send_output(message_body)", "  File \"/usr/lib64/python2.7/httplib.py\", 
line 890, in _send_output", "self.send(msg)", "  File 
\"/usr/lib64/python2.7/httplib.py\", line 852, in send", "self.connect()", 
"  File 
\"/usr/lib/python2.7/site-packages/ovirt_hosted_engine_ha/lib/unixrpc.py\", 
line 60, in connect", "self.sock.connect(base
 64.b16decode(self.host))", "  File \"/usr/lib64/python2.7/socket.py\", line 
224, in meth", "return getattr(self._sock,name)(*args)", "socket.error: 
[Errno 2] No such file or directory"], "stdout": "", "stdout_lines": []}
[ ERROR ] Failed to execute stage 'Closing up': Failed executing 
ansible-playbook
___
Users mailing list -- users@ovirt.org
To unsubscribe send an email to users-le...@ovirt.org
Privacy Statement: https://www.ovirt.org/privacy-policy.html
oVirt Code of Conduct: 
https://www.ovirt.org/community/about/community-guidelines/
List Archives: 
https://lists.ovirt.org/archives/list/users@ovirt.org/message/RQGXUAOB2O343MC3VSKZCOB3F4F52MTZ/