[ovirt-users] Re: Customize oVirt engine or node iso

2018-12-14 Thread max zhang
Thanks,it seems the link is not I want...
___
Users mailing list -- users@ovirt.org
To unsubscribe send an email to users-le...@ovirt.org
Privacy Statement: https://www.ovirt.org/site/privacy-policy/
oVirt Code of Conduct: 
https://www.ovirt.org/community/about/community-guidelines/
List Archives: 
https://lists.ovirt.org/archives/list/users@ovirt.org/message/JXPHTL5WMLFYX5UNERCLN53IR6QA55WF/


[ovirt-users] Re: Customize oVirt engine or node iso

2018-12-14 Thread max zhang
Thanks,I will have a try.
___
Users mailing list -- users@ovirt.org
To unsubscribe send an email to users-le...@ovirt.org
Privacy Statement: https://www.ovirt.org/site/privacy-policy/
oVirt Code of Conduct: 
https://www.ovirt.org/community/about/community-guidelines/
List Archives: 
https://lists.ovirt.org/archives/list/users@ovirt.org/message/NKMJ2SFVLVE5KHGL564P6GADGEPP25IH/


[ovirt-users] Ovirt-host 4.3 working on Fedora 28 / RHEL 8!

2018-12-14 Thread John Boero
Hi just a heads up because I like to live dangerously.  Particularly with RHEL 
8 being based on Fedora 28 it's nice to see a published repo for 4.3 on F28 
again.  I've been playing with it a bit and have gotten a F28 host successfully 
working on 4.3.  There are some caveats.  I've also tried running the engine on 
F28 but there seems to be something lacking in ovirt-host-deploy as engine 4.3 
is never able to create the tarball for me.  BUT I managed to get it working 
smoothly on a EL7 engine 4.2 deploying host 4.3.

As there's still an unhealthy mix of NetworkManager.service and 
network.service, I had to make sure my main/management connection is the only 
one managed by NetworkManager.  Having interfaces managed by both is always a 
fail (for obvious reasons).  Also python3-firewall has deprecated 
python-firewall (python2) so I had to manually install those packages.  Still 
RPM hates to have them both installed and updates continuously remove the 
deprecated python-firewall, so disable firewall config during host deploy and 
configure it manually.  Magic!  Very nice work, dev team.  Looking forward to a 
fully smooth automated migration and support for python3-firewall and 
deprecated packages.
___
Users mailing list -- users@ovirt.org
To unsubscribe send an email to users-le...@ovirt.org
Privacy Statement: https://www.ovirt.org/site/privacy-policy/
oVirt Code of Conduct: 
https://www.ovirt.org/community/about/community-guidelines/
List Archives: 
https://lists.ovirt.org/archives/list/users@ovirt.org/message/LNMPCNMLCCEBLBA7ILYVL3JD5WCQVQLF/


[ovirt-users] Re: engine mails about FSM states

2018-12-14 Thread fsoyer

I think I have it in agent.log. What can be this "file not found" ?
MainThread::ERROR::2018-12-13 
05:59:03,909::hosted_engine::431::ovirt_hosted_engine_ha.agent.hosted_engine.HostedEngine::(start_monitoring)
 Unhandled monitoring loop exception
Traceback (most recent call last):
  File 
"/usr/lib/python2.7/site-packages/ovirt_hosted_engine_ha/agent/hosted_engine.py",
 line 428, in start_monitoring
    self._monitoring_loop()
  File 
"/usr/lib/python2.7/site-packages/ovirt_hosted_engine_ha/agent/hosted_engine.py",
 line 447, in _monitoring_loop
    for old_state, state, delay in self.fsm:
  File 
"/usr/lib/python2.7/site-packages/ovirt_hosted_engine_ha/lib/fsm/machine.py", 
line 127, in next
    new_data = self.refresh(self._state.data)
  File 
"/usr/lib/python2.7/site-packages/ovirt_hosted_engine_ha/agent/state_machine.py",
 line 81, in refresh
    stats.update(self.hosted_engine.collect_stats())
  File 
"/usr/lib/python2.7/site-packages/ovirt_hosted_engine_ha/agent/hosted_engine.py",
 line 736, in collect_stats
    all_stats = self._broker.get_stats_from_storage()
  File 
"/usr/lib/python2.7/site-packages/ovirt_hosted_engine_ha/lib/brokerlink.py", 
line 135, 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 1037, in endheaders
    self._send_output(message_body)
  File "/usr/lib64/python2.7/httplib.py", line 881, in _send_output
    self.send(msg)
  File "/usr/lib64/python2.7/httplib.py", line 843, in send
    self.connect()
  File 
"/usr/lib/python2.7/site-packages/ovirt_hosted_engine_ha/lib/unixrpc.py", line 
52, in connect
    self.sock.connect(base64.b16decode(self.host))
  File "/usr/lib64/python2.7/socket.py", line 224, in meth
    return getattr(self._sock,name)(*args)
error: [Errno 2] No such file or directory
MainThread::ERROR::2018-12-13 
05:59:04,043::agent::144::ovirt_hosted_engine_ha.agent.agent.Agent::(_run_agent)
 Traceback (most recent call last):
  File 
"/usr/lib/python2.7/site-packages/ovirt_hosted_engine_ha/agent/agent.py", line 
131, in _run_agent
    return action(he)
  File 
"/usr/lib/python2.7/site-packages/ovirt_hosted_engine_ha/agent/agent.py", line 
55, in action_proper
    return he.start_monitoring()
  File 
"/usr/lib/python2.7/site-packages/ovirt_hosted_engine_ha/agent/hosted_engine.py",
 line 435, in start_monitoring
    self.publish(stopped)
  File 
"/usr/lib/python2.7/site-packages/ovirt_hosted_engine_ha/agent/hosted_engine.py",
 line 337, in publish
    self._push_to_storage(blocks)
  File 
"/usr/lib/python2.7/site-packages/ovirt_hosted_engine_ha/agent/hosted_engine.py",
 line 707, in _push_to_storage
    self._broker.put_stats_on_storage(self.host_id, blocks)
  File 
"/usr/lib/python2.7/site-packages/ovirt_hosted_engine_ha/lib/brokerlink.py", 
line 105, in put_stats_on_storage
    self._proxy.put_stats(host_id, xmlrpclib.Binary(data))
  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 1037, in endheaders
    self._send_output(message_body)
  File "/usr/lib64/python2.7/httplib.py", line 881, in _send_output
    self.send(msg)
  File "/usr/lib64/python2.7/httplib.py", line 843, in send
    self.connect()
  File 
"/usr/lib/python2.7/site-packages/ovirt_hosted_engine_ha/lib/unixrpc.py", line 
52, in connect
    self.sock.connect(base64.b16decode(self.host))
  File "/usr/lib64/python2.7/socket.py", line 224, in meth
    return getattr(self._sock,name)(*args)
error: [Errno 2] No such file or directory

MainThread::ERROR::2018-12-13 
05:59:04,043::agent::145::ovirt_hosted_engine_ha.agent.agent.Agent::(_run_agent)
 Trying to restart agent
MainThread::INFO::2018-12-13 
05:59:04,044::agent::89::ovirt_hosted_engine_ha.agent.agent.Agent::(run) Agent 
shutting down
MainThread::INFO::2018-12-13 
05:59:14,923::agent::67::ovirt_hosted_engine_ha.agent.agent.Agent::(run) 
ovirt-hosted-engine-ha agent 2.2.16 started

--


[ovirt-users] Re: engine mails about FSM states

2018-12-14 Thread fsoyer

Hi Martin,
my problem is that nobody restarted the agent. Do you mean that this is not a 
normal behavior ? Is it possible that it restarts itself ?

Thanks
--

Regards,

Frank

Le Jeudi, Décembre 13, 2018 15:25 CET, Martin Sivak  a écrit:
 Hi,

those are state change notifications from the hosted engine agent. It
basically means somebody restarted the ha-agent process and it found
out the VM is still running fine and returned to the proper state.

Configuring it is possible using the broker.conf file in
/etc/ovirt-hosted-engine-ha (look for the notification section) or the
hosted-engine tool (search --help for set config) depending on the
version of hosted engine you are using.

Best regards

--
Martin Sivak


On Thu, Dec 13, 2018 at 3:10 PM fsoyer  wrote:
>
> Hi,
> I don't find revelant answer about this. Sorry il this was already asked.
> I receive randomly (one or two tims a week, differents hours) 3 mails with 
> this subjects :
> first : ovirt-hosted-engine state transition StartState-ReinitializeFSM
> second : ovirt-hosted-engine state transition ReinitializeFSM-EngineStarting
> third : ovirt-hosted-engine state transition EngineStarting-EngineUp
> all at exactly the same time. The "events" in GUI doesn't indicate anything 
> about this. No impact on engine or VMs.
> So I wonder what this messages means ? And, if case of just "info" messages, 
> is there a way to disable them ?
>
> Thanks.
> --
>
> Reagrds,
>
> Frank
>
> ___
> Users mailing list -- users@ovirt.org
> To unsubscribe send an email to users-le...@ovirt.org
> Privacy Statement: https://www.ovirt.org/site/privacy-policy/
> oVirt Code of Conduct: 
> https://www.ovirt.org/community/about/community-guidelines/
> List Archives: 
> https://lists.ovirt.org/archives/list/users@ovirt.org/message/CVEHTWILWDEHASTCQHFHX62U4K4ZCOSK/
 
 
___
Users mailing list -- users@ovirt.org
To unsubscribe send an email to users-le...@ovirt.org
Privacy Statement: https://www.ovirt.org/site/privacy-policy/
oVirt Code of Conduct: 
https://www.ovirt.org/community/about/community-guidelines/
List Archives: 
https://lists.ovirt.org/archives/list/users@ovirt.org/message/JKVPQ2ZTQHH2U4C6JJN6ZMBYHBGK2P5E/


[ovirt-users] Re: engine mails about FSM states

2018-12-14 Thread Martin Sivak
Hi,

no StartState is not common, it is only ever entered when the agent
boots up. So something restarted or killed the agent process. Check
the agent log in /var/log/ovirt-hosted-engine-ha for errors.

Best regards

Martin Sivak

On Fri, Dec 14, 2018 at 12:05 PM fsoyer  wrote:
>
> Hi Martin,
> my problem is that nobody restarted the agent. Do you mean that this is not a 
> normal behavior ? Is it possible that it restarts itself ?
>
> Thanks
> --
>
> Regards,
>
> Frank
>
>
>
> Le Jeudi, Décembre 13, 2018 15:25 CET, Martin Sivak  a 
> écrit:
>
>
> Hi,
>
> those are state change notifications from the hosted engine agent. It
> basically means somebody restarted the ha-agent process and it found
> out the VM is still running fine and returned to the proper state.
>
> Configuring it is possible using the broker.conf file in
> /etc/ovirt-hosted-engine-ha (look for the notification section) or the
> hosted-engine tool (search --help for set config) depending on the
> version of hosted engine you are using.
>
> Best regards
>
> --
> Martin Sivak
>
>
> On Thu, Dec 13, 2018 at 3:10 PM fsoyer  wrote:
> >
> > Hi,
> > I don't find revelant answer about this. Sorry il this was already asked.
> > I receive randomly (one or two tims a week, differents hours) 3 mails with 
> > this subjects :
> > first : ovirt-hosted-engine state transition StartState-ReinitializeFSM
> > second : ovirt-hosted-engine state transition ReinitializeFSM-EngineStarting
> > third : ovirt-hosted-engine state transition EngineStarting-EngineUp
> > all at exactly the same time. The "events" in GUI doesn't indicate anything 
> > about this. No impact on engine or VMs.
> > So I wonder what this messages means ? And, if case of just "info" 
> > messages, is there a way to disable them ?
> >
> > Thanks.
> > --
> >
> > Reagrds,
> >
> > Frank
> >
> > ___
> > Users mailing list -- users@ovirt.org
> > To unsubscribe send an email to users-le...@ovirt.org
> > Privacy Statement: https://www.ovirt.org/site/privacy-policy/
> > oVirt Code of Conduct: 
> > https://www.ovirt.org/community/about/community-guidelines/
> > List Archives: 
> > https://lists.ovirt.org/archives/list/users@ovirt.org/message/CVEHTWILWDEHASTCQHFHX62U4K4ZCOSK/
>
>
>
>
___
Users mailing list -- users@ovirt.org
To unsubscribe send an email to users-le...@ovirt.org
Privacy Statement: https://www.ovirt.org/site/privacy-policy/
oVirt Code of Conduct: 
https://www.ovirt.org/community/about/community-guidelines/
List Archives: 
https://lists.ovirt.org/archives/list/users@ovirt.org/message/6B7QUFZXKMNMRTK4KKDEVZUEAP2FROII/


[ovirt-users] Re: Ovirt host addition failed

2018-12-14 Thread Dafna Ron
Correct email for this would be users@ovirt.org (added)

I also suggest that you attach the logs from the engine and the host
machines


On Thu, Dec 13, 2018 at 9:30 PM Shoeb Chowdhury  wrote:

> I've installed oVirt Node 4.2.0 in one physical server and oVirt Engine
> 4.2.7.5-1.el7 in another physical server. When I wanted to add host from
> ovirt engine administrative portal I'm getting the follwing errors -
> 1. When I use authenticatio with root password - Error while executing
> action: Cannot add Host. Connecting to host via SSH has failed, verify that
> the host is reachable (IP address, routable address etc.) You may refer to
> the engine.log file for further details.
> 2. When I use authentication wiht SSH publc key - Error while executing
> action: Cannot add Host. SSH authentication failed, verify authentication
> parameters are correct (Username/Password, public-key etc.) You may refer
> to the engine.log file for further details.
>
> Note that IP connectivity from Engine to Host is ok. I checked manaully
> SSH login from engine to node ip.
> ___
> Infra mailing list -- in...@ovirt.org
> To unsubscribe send an email to infra-le...@ovirt.org
> Privacy Statement: https://www.ovirt.org/site/privacy-policy/
> oVirt Code of Conduct:
> https://www.ovirt.org/community/about/community-guidelines/
> List Archives:
> https://lists.ovirt.org/archives/list/in...@ovirt.org/message/TWRNNWFILPP7LUFN6TDWSHEBHVHIOV52/
>
___
Users mailing list -- users@ovirt.org
To unsubscribe send an email to users-le...@ovirt.org
Privacy Statement: https://www.ovirt.org/site/privacy-policy/
oVirt Code of Conduct: 
https://www.ovirt.org/community/about/community-guidelines/
List Archives: 
https://lists.ovirt.org/archives/list/users@ovirt.org/message/A26G7YHOWCZ5PTVZQIXJLR5OWRMDDZFJ/


[ovirt-users] Re: engine mails about FSM states

2018-12-14 Thread Martin Sivak
Hi,

check the broker.log as well. The connect is used to talk to
ovirt-ha-broker service socket.

Best regards

Martin Sivak



On Fri, Dec 14, 2018 at 12:20 PM fsoyer  wrote:

> I think I have it in agent.log. What can be this "file not found" ?
>
> MainThread::ERROR::2018-12-13
> 05:59:03,909::hosted_engine::431::ovirt_hosted_engine_ha.agent.hosted_engine.HostedEngine::(start_monitoring)
> Unhandled monitoring loop exception
> Traceback (most recent call last):
>   File
> "/usr/lib/python2.7/site-packages/ovirt_hosted_engine_ha/agent/hosted_engine.py",
> line 428, in start_monitoring
> self._monitoring_loop()
>   File
> "/usr/lib/python2.7/site-packages/ovirt_hosted_engine_ha/agent/hosted_engine.py",
> line 447, in _monitoring_loop
> for old_state, state, delay in self.fsm:
>   File
> "/usr/lib/python2.7/site-packages/ovirt_hosted_engine_ha/lib/fsm/machine.py",
> line 127, in next
> new_data = self.refresh(self._state.data)
>   File
> "/usr/lib/python2.7/site-packages/ovirt_hosted_engine_ha/agent/state_machine.py",
> line 81, in refresh
> stats.update(self.hosted_engine.collect_stats())
>   File
> "/usr/lib/python2.7/site-packages/ovirt_hosted_engine_ha/agent/hosted_engine.py",
> line 736, in collect_stats
> all_stats = self._broker.get_stats_from_storage()
>   File
> "/usr/lib/python2.7/site-packages/ovirt_hosted_engine_ha/lib/brokerlink.py",
> line 135, 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 1037, in endheaders
> self._send_output(message_body)
>   File "/usr/lib64/python2.7/httplib.py", line 881, in _send_output
> self.send(msg)
>   File "/usr/lib64/python2.7/httplib.py", line 843, in send
> self.connect()
>   File
> "/usr/lib/python2.7/site-packages/ovirt_hosted_engine_ha/lib/unixrpc.py",
> line 52, in connect
> self.sock.connect(base64.b16decode(self.host))
>   File "/usr/lib64/python2.7/socket.py", line 224, in meth
> return getattr(self._sock,name)(*args)
> error: [Errno 2] No such file or directory
> MainThread::ERROR::2018-12-13
> 05:59:04,043::agent::144::ovirt_hosted_engine_ha.agent.agent.Agent::(_run_agent)
> Traceback (most recent call last):
>   File
> "/usr/lib/python2.7/site-packages/ovirt_hosted_engine_ha/agent/agent.py",
> line 131, in _run_agent
> return action(he)
>   File
> "/usr/lib/python2.7/site-packages/ovirt_hosted_engine_ha/agent/agent.py",
> line 55, in action_proper
> return he.start_monitoring()
>   File
> "/usr/lib/python2.7/site-packages/ovirt_hosted_engine_ha/agent/hosted_engine.py",
> line 435, in start_monitoring
> self.publish(stopped)
>   File
> "/usr/lib/python2.7/site-packages/ovirt_hosted_engine_ha/agent/hosted_engine.py",
> line 337, in publish
> self._push_to_storage(blocks)
>   File
> "/usr/lib/python2.7/site-packages/ovirt_hosted_engine_ha/agent/hosted_engine.py",
> line 707, in _push_to_storage
> self._broker.put_stats_on_storage(self.host_id, blocks)
>   File
> "/usr/lib/python2.7/site-packages/ovirt_hosted_engine_ha/lib/brokerlink.py",
> line 105, in put_stats_on_storage
> self._proxy.put_stats(host_id, xmlrpclib.Binary(data))
>   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 1037, in endheaders
> self._send_output(message_body)
>   File "/usr/lib64/python2.7/httplib.py", line 881, in _send_output
> self.send(msg)
>   File "/usr/lib64/python2.7/httplib.py", line 843, in send
> self.connect()
>   File
> "/usr/lib/python2.7/site-packages/ovirt_hosted_engine_ha/lib/unixrpc.py",
> line 52, in connect
> self.sock.connect(base64.b16decode(self.host))
>   File "/usr/lib64/python2.7/socket.py", line 224, in meth
> return getattr(self._sock,name)(*args)
> error: [Errno 2] No such file or directory
>
> MainThread::ERROR::2018-12-13
> 

[ovirt-users] changed hosted-engine hostname but websocket proxy has old hostname

2018-12-14 Thread Douglas Duckworth
Hi

I change the hostname of my hosted engine using script below:

https://www.ovirt.org/documentation/how-to/networking/changing-engine-hostname/

However, as shown attached, the old hostname of "ovirt-engine.pbtech" seems to 
still be expected for some reason.  As a result I cannot connect to VMs via 
console.

Any idea on how to make WSS to use the proper hostname?

In file 
"https://www.ovirt.org/documentation/how-to/networking/changing-engine-hostname/;
 I defined "PROXY_HOST=FQDN" then restarted ovirt-websocket-proxy.service but 
no change.

Thanks very much!

Thanks,

Douglas Duckworth, MSc, LFCS
HPC System Administrator
Scientific Computing Unit
Weill Cornell Medicine
1300 York Avenue
New York, NY 10065
E: d...@med.cornell.edu
O: 212-746-6305
F: 212-746-8690
___
Users mailing list -- users@ovirt.org
To unsubscribe send an email to users-le...@ovirt.org
Privacy Statement: https://www.ovirt.org/site/privacy-policy/
oVirt Code of Conduct: 
https://www.ovirt.org/community/about/community-guidelines/
List Archives: 
https://lists.ovirt.org/archives/list/users@ovirt.org/message/NDFHQTP6LSMQHENU4JQXEE3MIL37XJ53/


[ovirt-users] Re: Need to Install Stable Ovirt System for Launching VM for our production Environment

2018-12-14 Thread Hemant Gupta
Hi Greg,

Can you please check this issue too..

On Tue, Dec 11, 2018 at 6:33 PM Hemant Gupta 
wrote:

> Hi  Great Community,
>
> Can anyone please help while adding Ovirt node having below issues:
>
> ed-Thread-35) [5221dcba] Command
> 'org.ovirt.engine.core.bll.provider.network.SyncNetworkProviderCommand'
> failed: EngineException: (Failed with
> error unable to find valid certification path to requested target and code
> 5050)
> 2018-12-11 18:19:40,551+05 INFO
> [org.ovirt.engine.core.bll.provider.network.SyncNetworkProviderCommand]
> (EE-ManagedThreadFactory-engineSchedul
> ed-Thread-35) [5221dcba] Lock freed to object
> 'EngineLock:{exclusiveLocks='[3b5faef7-e0f5-4995-934e-0d681c253d8f=PROVIDER]',
> sharedLocks=''}'
> 2018-12-11 18:20:57,313+05 ERROR
> [org.ovirt.engine.core.dal.dbbroker.auditloghandling.AuditLogDirector]
> (EE-ManagedThreadFactory-engineSchedule
> d-Thread-95) [] EVENT_ID: VDS_BROKER_COMMAND_FAILURE(10,802), VDSM Host1
> command Get Host Capabilities failed: Message timeout which can be cau
> sed by communication issues
> 2018-12-11 18:20:57,402+05 ERROR
> [org.ovirt.engine.core.vdsbroker.monitoring.HostMonitoring]
> (EE-ManagedThreadFactory-engineScheduled-Thread-95
> ) [] Unable to RefreshCapabilities: VDSNetworkException:
> VDSGenericException: VDSNetworkException: Message timeout which can be
> caused by commu
> nication issues
> 2018-12-11 18:21:08,358+05 ERROR
> [org.ovirt.engine.core.vdsbroker.vdsbroker.GetAllVmStatsVDSCommand]
> (EE-ManagedThreadFactory-engineScheduled-T
> hread-3) [] Command 'GetAllVmStatsVDSCommand(HostName = Host1,
> VdsIdVDSCommandParametersBase:{hostId='1e0bb8d8-5a90-4458-a27f-7121745d9449'})'
>
> execution failed: VDSGenericException: VDSNetworkException: Message
> timeout which can be caused by communication issues
> 2018-12-11 18:21:08,358+05 INFO
> [org.ovirt.engine.core.vdsbroker.monitoring.PollVmStatsRefresher]
> (EE-ManagedThreadFactory-engineScheduled-Thr
> ead-3) [] Failed to fetch vms info for host 'Host1' - skipping VMs
> monitoring.
> 2018-12-11 18:24:20,361+05 ERROR
> [org.ovirt.engine.core.dal.dbbroker.auditloghandling.AuditLogDirector]
> (EE-ManagedThreadFactory-engineSchedule
> d-Thread-89) [] EVENT_ID: VDS_BROKER_COMMAND_FAILURE(10,802), VDSM Host1
> command Get Host Capabilities failed: Message timeout which can be cau
> sed by communication issues
>
>
> While adding Ovirt node host to Ovirt engine will i need to open any port
> between ovirt engine and ovirt node for adding ovirt node to ovirt
> engine..???
> ___
> Users mailing list -- users@ovirt.org
> To unsubscribe send an email to users-le...@ovirt.org
> Privacy Statement: https://www.ovirt.org/site/privacy-policy/
> oVirt Code of Conduct:
> https://www.ovirt.org/community/about/community-guidelines/
> List Archives:
> https://lists.ovirt.org/archives/list/users@ovirt.org/message/USSTSGEFPD23D7PWYR56EKT5GXKL47CP/
>
___
Users mailing list -- users@ovirt.org
To unsubscribe send an email to users-le...@ovirt.org
Privacy Statement: https://www.ovirt.org/site/privacy-policy/
oVirt Code of Conduct: 
https://www.ovirt.org/community/about/community-guidelines/
List Archives: 
https://lists.ovirt.org/archives/list/users@ovirt.org/message/6TQ3CRYSKZJUXJJZRWFHFBDPCD4G7SZB/


[ovirt-users] Re: Customize oVirt engine or node iso

2018-12-14 Thread 张 余歌
Hi man,the link you offer  is not related to my problem,I just wanto custom a 
iso about engine or node,so that I can deploy oVirt more efficient

获取 Outlook for Android


From: Sandro Bonazzola 
Sent: Thursday, December 13, 2018 7:19:44 PM
To: patrickstar12...@hotmail.com
Cc: users
Subject: Re: [ovirt-users] Customize oVirt engine or node iso



Il giorno gio 13 dic 2018 alle ore 03:21 max zhang 
mailto:patrickstar12...@hotmail.com>> ha scritto:
Hi,Recently I wanto customize oVirt iso for engine and node,But I have no idea 
about it,it is so fussy everytime I deploy oVirt.I need a fast way to save my 
time.I always deploy oVirt via internet to download some necessary packages 
erenow.

I would consider using foreman (and katello) for keeping a local copy of the 
needed packages so you don't need to download same package multiple times from 
internet.
You can consider using foreman / puppet or ansible to apply your customization 
to newly installed nodes.
Note you can have your ansible playbook run at deployment time in oVirt 4.2. 
RFE for this is here: https://bugzilla.redhat.com/show_bug.cgi?id=1462811



___
Users mailing list -- users@ovirt.org
To unsubscribe send an email to 
users-le...@ovirt.org
Privacy Statement: https://www.ovirt.org/site/privacy-policy/
oVirt Code of Conduct: 
https://www.ovirt.org/community/about/community-guidelines/
List Archives: 
https://lists.ovirt.org/archives/list/users@ovirt.org/message/JXMKNZNDXSZZZYCN5EBZFDZ7JLHPK55R/


--

SANDRO BONAZZOLA

MANAGER, SOFTWARE ENGINEERING, EMEA R RHV

Red Hat EMEA

sbona...@redhat.com

[https://www.redhat.com/files/brand/email/sig-redhat.png]
___
Users mailing list -- users@ovirt.org
To unsubscribe send an email to users-le...@ovirt.org
Privacy Statement: https://www.ovirt.org/site/privacy-policy/
oVirt Code of Conduct: 
https://www.ovirt.org/community/about/community-guidelines/
List Archives: 
https://lists.ovirt.org/archives/list/users@ovirt.org/message/D2QRQT63MFIACUQKZW5S3L4DOU6L6C5L/


[ovirt-users] Re: engine mails about FSM states

2018-12-14 Thread fsoyer

In borker.log I found this, just before 05:59am:Thread-3::INFO::2018-12-13 
05:58:45,634::mem_free::51::mem_free.MemFree::(action) memFree: 82101
Thread-1::INFO::2018-12-13 05:58:46,322::ping::60::ping.Ping::(action) 
Successfully pinged 10.0.1.254
Thread-5::INFO::2018-12-13 
05:58:46,611::engine_health::241::engine_health.EngineHealth::(_result_from_stats)
 VM is up on this host with healthy engine
Thread-2::INFO::2018-12-13 
05:58:49,144::mgmt_bridge::62::mgmt_bridge.MgmtBridge::(action) Found bridge 
ovirtmgmt with ports
StatusStorageThread::ERROR::2018-12-13 
05:58:54,935::status_broker::90::ovirt_hosted_engine_ha.broker.status_broker.StatusBroker.Update::(run)
 Failed to update state.
Traceback (most recent call last):
  File 
"/usr/lib/python2.7/site-packages/ovirt_hosted_engine_ha/broker/status_broker.py",
 line 82, in run
    if (self._status_broker._inquire_whiteboard_lock() or
  File 
"/usr/lib/python2.7/site-packages/ovirt_hosted_engine_ha/broker/status_broker.py",
 line 190, in _inquire_whiteboard_lock
    self.host_id, self._lease_file)
  File 
"/usr/lib/python2.7/site-packages/ovirt_hosted_engine_ha/broker/status_broker.py",
 line 128, in host_id
    raise ex.HostIdNotLockedError("Host id is not set")
HostIdNotLockedError: Host id is not set
StatusStorageThread::ERROR::2018-12-13 
05:58:54,937::status_broker::70::ovirt_hosted_engine_ha.broker.status_broker.StatusBroker.Update::(trigger_restart)
 Trying to restart the broker"Host is not set" ???
--

Regards,

Frank

Le Vendredi, Décembre 14, 2018 12:27 CET, Martin Sivak  a 
écrit:
 Hi, check the broker.log as well. The connect is used to talk to 
ovirt-ha-broker service socket. Best regards Martin Sivak   On Fri, Dec 14, 
2018 at 12:20 PM fsoyer  wrote:I think I have it in 
agent.log. What can be this "file not found" ?
MainThread::ERROR::2018-12-13 
05:59:03,909::hosted_engine::431::ovirt_hosted_engine_ha.agent.hosted_engine.HostedEngine::(start_monitoring)
 Unhandled monitoring loop exception
Traceback (most recent call last):
  File 
"/usr/lib/python2.7/site-packages/ovirt_hosted_engine_ha/agent/hosted_engine.py",
 line 428, in start_monitoring
    self._monitoring_loop()
  File 
"/usr/lib/python2.7/site-packages/ovirt_hosted_engine_ha/agent/hosted_engine.py",
 line 447, in _monitoring_loop
    for old_state, state, delay in self.fsm:
  File 
"/usr/lib/python2.7/site-packages/ovirt_hosted_engine_ha/lib/fsm/machine.py", 
line 127, in next
    new_data = self.refresh(self._state.data)
  File 
"/usr/lib/python2.7/site-packages/ovirt_hosted_engine_ha/agent/state_machine.py",
 line 81, in refresh
    stats.update(self.hosted_engine.collect_stats())
  File 
"/usr/lib/python2.7/site-packages/ovirt_hosted_engine_ha/agent/hosted_engine.py",
 line 736, in collect_stats
    all_stats = self._broker.get_stats_from_storage()
  File 
"/usr/lib/python2.7/site-packages/ovirt_hosted_engine_ha/lib/brokerlink.py", 
line 135, 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 1037, in endheaders
    self._send_output(message_body)
  File "/usr/lib64/python2.7/httplib.py", line 881, in _send_output
    self.send(msg)
  File "/usr/lib64/python2.7/httplib.py", line 843, in send
    self.connect()
  File 
"/usr/lib/python2.7/site-packages/ovirt_hosted_engine_ha/lib/unixrpc.py", line 
52, in connect
    self.sock.connect(base64.b16decode(self.host))
  File "/usr/lib64/python2.7/socket.py", line 224, in meth
    return getattr(self._sock,name)(*args)
error: [Errno 2] No such file or directory
MainThread::ERROR::2018-12-13 
05:59:04,043::agent::144::ovirt_hosted_engine_ha.agent.agent.Agent::(_run_agent)
 Traceback (most recent call last):
  File 
"/usr/lib/python2.7/site-packages/ovirt_hosted_engine_ha/agent/agent.py", line 
131, in _run_agent
    return action(he)
  File 
"/usr/lib/python2.7/site-packages/ovirt_hosted_engine_ha/agent/agent.py", line 
55, in action_proper
    return he.start_monitoring()
  File 
"/usr/lib/python2.7/site-packages/ovirt_hosted_engine_ha/agent/hosted_engine.py",
 line 435, in start_monitoring
    self.publish(stopped)
  File 
"/usr/lib/python2.7/site-packages/ovirt_hosted_engine_ha/agent/hosted_engine.py",
 line 337, in publish
    self._push_to_storage(blocks)
  File 
"/usr/lib/python2.7/site-packages/ovirt_hosted_engine_ha/agent/hosted_engine.py",
 line 707, in _push_to_storage
    

[ovirt-users] Re: engine mails about FSM states

2018-12-14 Thread Martin Sivak
Hi,

> Host id is not set

This is an internal error report that should normally not happen. It means
the ovirt-ha-agent asked for a storage operation before it registered
itself with the broker. If this happens seldom then it looks like a race
condition.

I would recommend opening a bug report with all the logs we talked about
and all the RPM versions (ovirt-hosted-engine-ha and
ovirt-hosted-engine-setup packages). Use this link to go directly to the
right component:
https://bugzilla.redhat.com/enter_bug.cgi?product=ovirt-hosted-engine-ha

Since all is well except the emails I recommend filtering out the emails as
a workaround before this can be fully investigated and fixed.

Simone, Denis: I can't do more here, looks like a race in agent - broker
initialization and host id management.

Best regards

Martin Sivak


On Fri, Dec 14, 2018 at 12:35 PM fsoyer  wrote:

> In borker.log I found this, just before 05:59am:
>
> Thread-3::INFO::2018-12-13
> 05:58:45,634::mem_free::51::mem_free.MemFree::(action) memFree: 82101
> Thread-1::INFO::2018-12-13 05:58:46,322::ping::60::ping.Ping::(action)
> Successfully pinged 10.0.1.254
> Thread-5::INFO::2018-12-13
> 05:58:46,611::engine_health::241::engine_health.EngineHealth::(_result_from_stats)
> VM is up on this host with healthy engine
> Thread-2::INFO::2018-12-13
> 05:58:49,144::mgmt_bridge::62::mgmt_bridge.MgmtBridge::(action) Found
> bridge ovirtmgmt with ports
> StatusStorageThread::ERROR::2018-12-13
> 05:58:54,935::status_broker::90::ovirt_hosted_engine_ha.broker.status_broker.StatusBroker.Update::(run)
> Failed to update state.
> Traceback (most recent call last):
>   File
> "/usr/lib/python2.7/site-packages/ovirt_hosted_engine_ha/broker/status_broker.py",
> line 82, in run
> if (self._status_broker._inquire_whiteboard_lock() or
>   File
> "/usr/lib/python2.7/site-packages/ovirt_hosted_engine_ha/broker/status_broker.py",
> line 190, in _inquire_whiteboard_lock
> self.host_id, self._lease_file)
>   File
> "/usr/lib/python2.7/site-packages/ovirt_hosted_engine_ha/broker/status_broker.py",
> line 128, in host_id
> raise ex.HostIdNotLockedError("Host id is not set")
> HostIdNotLockedError: Host id is not set
> StatusStorageThread::ERROR::2018-12-13
> 05:58:54,937::status_broker::70::ovirt_hosted_engine_ha.broker.status_broker.StatusBroker.Update::(trigger_restart)
> Trying to restart the broker
>
> "Host is not set" ???
> --
>
> Regards,
>
> *Frank*
>
>
> Le Vendredi, Décembre 14, 2018 12:27 CET, Martin Sivak 
> a écrit:
>
>
> Hi,
>
> check the broker.log as well. The connect is used to talk to
> ovirt-ha-broker service socket.
>
> Best regards
>
> Martin Sivak
>
>
>
> On Fri, Dec 14, 2018 at 12:20 PM fsoyer  wrote:
>
>> I think I have it in agent.log. What can be this "file not found" ?
>>
>> MainThread::ERROR::2018-12-13
>> 05:59:03,909::hosted_engine::431::ovirt_hosted_engine_ha.agent.hosted_engine.HostedEngine::(start_monitoring)
>> Unhandled monitoring loop exception
>> Traceback (most recent call last):
>>   File
>> "/usr/lib/python2.7/site-packages/ovirt_hosted_engine_ha/agent/hosted_engine.py",
>> line 428, in start_monitoring
>> self._monitoring_loop()
>>   File
>> "/usr/lib/python2.7/site-packages/ovirt_hosted_engine_ha/agent/hosted_engine.py",
>> line 447, in _monitoring_loop
>> for old_state, state, delay in self.fsm:
>>   File
>> "/usr/lib/python2.7/site-packages/ovirt_hosted_engine_ha/lib/fsm/machine.py",
>> line 127, in next
>> new_data = self.refresh(self._state.data)
>>   File
>> "/usr/lib/python2.7/site-packages/ovirt_hosted_engine_ha/agent/state_machine.py",
>> line 81, in refresh
>> stats.update(self.hosted_engine.collect_stats())
>>   File
>> "/usr/lib/python2.7/site-packages/ovirt_hosted_engine_ha/agent/hosted_engine.py",
>> line 736, in collect_stats
>> all_stats = self._broker.get_stats_from_storage()
>>   File
>> "/usr/lib/python2.7/site-packages/ovirt_hosted_engine_ha/lib/brokerlink.py",
>> line 135, 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 1037, in endheaders
>> self._send_output(message_body)
>>   File "/usr/lib64/python2.7/httplib.py", line 881, in _send_output
>> self.send(msg)
>>   File "/usr/lib64/python2.7/httplib.py", line 843, in send
>> self.connect()
>>   File
>> 

[ovirt-users] Re: Ovirt Engine UI bug- cannot attache networks to hosts

2018-12-14 Thread Greg Sheremeta
Ales, could this be related to
https://bugzilla.redhat.com/show_bug.cgi?id=1655375 ?
Or, Eitan, is it related to the new network updating spinner?

code in question:


@Override
public SafeHtml getValue(PairQueryable
object) {
ImageResource imageResource =
InterfaceStatusImage.getResource(object.getFirst().getStatistics().getStatus());
SafeHtml nicStatus =
SafeHtmlUtils.fromTrustedString(AbstractImagePrototype.create(imageResource).getHTML());
if (object.getFirst() != null && isNetworkUpdating(object)) {
return
templates.networkDeviceStatusImgAndNetworkOperationInProgress(nicStatus,
constants.networksUpdating());
} else if (object.getFirst() != null &&
!isNetworkUpdating(object)) {
return templates.networkDeviceStatusImg(nicStatus);
} else if (object.getFirst() == null &&
isNetworkUpdating(object)) {
return
templates.networkOperationInProgressDiv(constants.networksUpdating());
} else {
return null;
}
}

(something in ^ is NPE)

On Thu, Dec 13, 2018 at 12:49 PM Leo David  wrote:

> Hi,
> No errors in the engine logs, only some info's...
> 2018-12-13 17:40:44,775Z INFO
> [org.ovirt.engine.core.bll.aaa.CreateUserSessionCommand] (default task-9)
> [45bb68a9] Running command: CreateUserSessionCommand internal: false.
> 2018-12-13 17:40:44,794Z INFO
> [org.ovirt.engine.core.dal.dbbroker.auditloghandling.AuditLogDirector]
> (default task-9) [45bb68a9] EVENT_ID: USER_VDC_LOGIN(30), User
> admin@internal-authz connecting from '10.10.2.14' using session
> 'LXv9Geyp5aKURf0nZ53QLn6DP74cHcl6TMdVtPbbQkudThg9vmmOXj0uFhErNykZ1czs5rmMVd302HfboMMUrQ=='
> logged in.
>
> Maybe the following,  but I don;t think it has to do with the UI error:
>
> 2018-12-13 17:40:46,458Z INFO
> [org.ovirt.engine.core.utils.servlet.ServletUtils] (default task-9) []
> Can't read file '/usr/share/ovirt-engine/files/spice/SpiceVersion.txt' for
> request '/ovirt-engine/services/files/spice/SpiceVersion.txt' -- 404
> 2018-12-13 17:41:11,133Z INFO
> [org.ovirt.engine.core.utils.servlet.ServletUtils] (default task-10) []
> Can't read file '/usr/share/ovirt-engine/files/spice/SpiceVersion.txt' for
> request '/ovirt-engine/services/files/spice/SpiceVersion.txt' -- 404
> Wondering, I am the only one getting this UI error ?
>
>
>
> On Thu, Dec 13, 2018 at 6:13 PM Gobinda Das  wrote:
>
>> Hi Leo,
>> Is there any error in engine?
>> Can you please share engine log as well?
>>
>> On Thu, Dec 13, 2018 at 9:01 PM Leo David  wrote:
>>
>>> Thank you very much Eitan !
>>> So on a fresh installation, browser cache cleared, tried different
>>> browsers, i still have that error,  and the following error in ui.log:
>>>
>>> - 2018-12-13 15:21:34,625Z ERROR
>>> [org.ovirt.engine.ui.frontend.server.gwt.OvirtRemoteLoggingService]
>>> (default task-2) [] Permutation
>>> name:
>>> F7D51C60208EA84178ACC5B48326252F
>>> 2018-12-13 15:21:34,626Z ERROR
>>> [org.ovirt.engine.ui.frontend.server.gwt.OvirtRemoteLoggingService]
>>> (default task-2) [] Uncaught
>>> exception:
>>> com.google.gwt.core.client.JavaScriptException: (TypeError) : M9(...) is
>>> null
>>> at
>>> org.ovirt.engine.ui.webadmin.section.main.view.tab.network.SubTabNetworkHostView$6.$getValue(SubTabNetworkHostView.java:125)
>>> at
>>> org.ovirt.engine.ui.webadmin.section.main.view.tab.network.SubTabNetworkHostView$6.getValue(SubTabNetworkHostView.java:125)
>>> at
>>> com.google.gwt.user.cellview.client.Column.render(Column.java:164)
>>> [gwt-servlet.jar:]
>>> at
>>> com.google.gwt.user.cellview.client.AbstractCellTableBuilder.$renderCell(AbstractCellTableBuilder.java:188)
>>> [gwt-servlet.jar:]
>>> at
>>> com.google.gwt.user.cellview.client.DefaultCellTableBuilder.$buildRowImpl(DefaultCellTableBuilder.java:62)
>>> [gwt-servlet.jar:]
>>> at
>>> com.google.gwt.user.cellview.client.AbstractCellTableBuilder.$buildRow(AbstractCellTableBuilder.java:85)
>>> [gwt-servlet.jar:]
>>> at
>>> com.google.gwt.user.cellview.client.AbstractCellTable.$buildRowValues(AbstractCellTable.java:2350)
>>> [gwt-servlet.jar:]
>>> at
>>> com.google.gwt.user.cellview.client.AbstractCellTable.replaceAllChildren(AbstractCellTable.java:2149)
>>> [gwt-servlet.jar:]
>>> at
>>> com.google.gwt.user.cellview.client.AbstractHasData$View.replaceAllChildren(AbstractHasData.java:265)
>>> [gwt-servlet.jar:]
>>> at
>>> com.google.gwt.user.cellview.client.HasDataPresenter.$resolvePendingState(HasDataPresenter.java:1062)
>>> [gwt-servlet.jar:]
>>> at
>>> com.google.gwt.user.cellview.client.HasDataPresenter$2.execute(HasDataPresenter.java:981)
>>> [gwt-servlet.jar:]
>>> at
>>> com.google.gwt.core.client.impl.SchedulerImpl.runScheduledTasks(SchedulerImpl.java:167)
>>> [gwt-servlet.jar:]
>>> at
>>> 

[ovirt-users] Re: Customize oVirt engine or node iso

2018-12-14 Thread Greg Sheremeta
It's not clear exactly what you want to customize, but I suggest an
automation tool such as ansible.

For example, when I want to set up a new ovirt-engine development
environment, I use this ansible role that I created:
https://github.com/gregsheremeta/ovirt-engine-devel

That role will automatically set up all your dependencies, check out the
code, and install all rpms needed to deploy hosts.

You can easily create your own roles with ansible. More examples for
inspiration:
https://github.com/oVirt/ovirt-ansible

Hope this helps.

Best wishes,
Greg


On Fri, Dec 14, 2018 at 5:46 PM 张 余歌  wrote:

> Hi man,the link you offer  is not related to my problem,I just wanto
> custom a iso about engine or node,so that I can deploy oVirt more efficient
>
> 获取 Outlook for Android 
>
> --
> *From:* Sandro Bonazzola 
> *Sent:* Thursday, December 13, 2018 7:19:44 PM
> *To:* patrickstar12...@hotmail.com
> *Cc:* users
> *Subject:* Re: [ovirt-users] Customize oVirt engine or node iso
>
>
>
> Il giorno gio 13 dic 2018 alle ore 03:21 max zhang <
> patrickstar12...@hotmail.com> ha scritto:
>
>> Hi,Recently I wanto customize oVirt iso for engine and node,But I have no
>> idea about it,it is so fussy everytime I deploy oVirt.I need a fast way to
>> save my time.I always deploy oVirt via internet to download some necessary
>> packages erenow.
>>
>
> I would consider using foreman (and katello) for keeping a local copy of
> the needed packages so you don't need to download same package multiple
> times from internet.
> You can consider using foreman / puppet or ansible to apply your
> customization to newly installed nodes.
> Note you can have your ansible playbook run at deployment time in oVirt
> 4.2. RFE for this is here:
> https://bugzilla.redhat.com/show_bug.cgi?id=1462811
>
>
>
>
>> ___
>> Users mailing list -- users@ovirt.org
>> To unsubscribe send an email to users-le...@ovirt.org
>> Privacy Statement: https://www.ovirt.org/site/privacy-policy/
>> oVirt Code of Conduct:
>> https://www.ovirt.org/community/about/community-guidelines/
>> List Archives:
>> https://lists.ovirt.org/archives/list/users@ovirt.org/message/JXMKNZNDXSZZZYCN5EBZFDZ7JLHPK55R/
>>
>
>
> --
>
> SANDRO BONAZZOLA
>
> MANAGER, SOFTWARE ENGINEERING, EMEA R RHV
>
> Red Hat EMEA 
>
> sbona...@redhat.com
> 
> ___
> Users mailing list -- users@ovirt.org
> To unsubscribe send an email to users-le...@ovirt.org
> Privacy Statement: https://www.ovirt.org/site/privacy-policy/
> oVirt Code of Conduct:
> https://www.ovirt.org/community/about/community-guidelines/
> List Archives:
> https://lists.ovirt.org/archives/list/users@ovirt.org/message/D2QRQT63MFIACUQKZW5S3L4DOU6L6C5L/
>


-- 

GREG SHEREMETA

SENIOR SOFTWARE ENGINEER - TEAM LEAD - RHV UX

Red Hat NA



gsher...@redhat.comIRC: gshereme

___
Users mailing list -- users@ovirt.org
To unsubscribe send an email to users-le...@ovirt.org
Privacy Statement: https://www.ovirt.org/site/privacy-policy/
oVirt Code of Conduct: 
https://www.ovirt.org/community/about/community-guidelines/
List Archives: 
https://lists.ovirt.org/archives/list/users@ovirt.org/message/GW6YBGEM3QR4YGYJKVPPVOUJQ7JH66N5/


[ovirt-users] Re: Interface issue when using a macOS workstation

2018-12-14 Thread Greg Sheremeta
Please file a bug at
https://bugzilla.redhat.com/enter_bug.cgi?product=ovirt-engine
oVirt team = UX
and I'll take a look. Thanks for reporting.

Re: spice, yeah, known issue for Mac. We recommend vnc.

Best wishes,
Greg

On Thu, Dec 6, 2018 at 4:51 PM Vineet Khandpur  wrote:

> Anyone from RedHat care to chime in?
>
> vk
> 
> Vineet Khandpur
> UNIX System Administrator
> Information Technology Services
> University of Alberta Libraries
> +1-780-492-4718
>
>
> On Tue, 4 Dec 2018 at 16:20, Vineet Khandpur  wrote:
>
>> * iTerm2 is a far superior alternative to ...
>> vk
>> 
>> Vineet Khandpur
>> UNIX System Administrator
>> Information Technology Services
>> University of Alberta Libraries
>> +1-780-492-4718
>>
>>
>> On Tue, 4 Dec 2018 at 16:19, Vineet Khandpur 
>> wrote:
>>
>>> for spice terminal this worked like a charm for me:
>>> https://rizvir.com/articles/ovirt-mac-console/
>>> iTerm2 is a far superior to Terminal.
>>>
>>> But as far as the web interface, it looks to me like the way the GUI
>>> (javascript?) is handling, or rather not handling CMD key press from Apple
>>> keyboards .. I think.
>>>
>>> CNTL click is understood, but to Apple CNTL+click is a right click
>>> equivalent, and I'm getting the pop up menu for oVirt VM guests: (New,
>>> Edit, Remove, Run, Suspend .. etc)
>>>
>>> vk
>>> 
>>> Vineet Khandpur
>>> UNIX System Administrator
>>> Information Technology Services
>>> University of Alberta Libraries
>>> +1-780-492-4718
>>>
>>>
>>> On Tue, 4 Dec 2018 at 15:52, Andrei Verovski 
>>> wrote:
>>>
 Hi,

 Its not a single quirk with a Mac - spice console also don't work.
 Terminal application is a trash.

 Install any Linux desktop under VirtualBox and forget that nightmare.


 On 12/5/18 12:45 AM, Vineet Khandpur wrote:
 > Hello.
 > Apologies if this has been asked before, but Google came up empty for
 me.
 >
 > Recently converted to a Macbook, I've noticed an issue with the oVirt
 > interface. When in the Compute > Virtual Machines screen, when I'm
 > trying to select multiple VMs, CMD+click doesn't work. I cannot
 select
 > multiple machines at the same time. CNTL+click in macOS sends a right
 > click to the interface, and no combination of OPTION/CONTROL/CMD
 > works. Tried on Chrome, Firefox and Safari.
 >
 > SHIFT+click works on selecting multiple hosts when they are all in a
 > row, but random select via CMD+click doesn't.
 >
 > A nudge in the right direction would be greatly appreciated.
 >
 > Thanks.
 > vk
 > 
 > Vineet Khandpur
 > UNIX System Administrator
 > Information Technology Services
 > University of Alberta Libraries
 > +1-780-492-4718
 >
 > ___
 > Users mailing list -- users@ovirt.org
 > To unsubscribe send an email to users-le...@ovirt.org
 > Privacy Statement: https://www.ovirt.org/site/privacy-policy/
 > oVirt Code of Conduct:
 https://www.ovirt.org/community/about/community-guidelines/
 > List Archives:
 https://lists.ovirt.org/archives/list/users@ovirt.org/message/DZUNBITT3GODDWYJ7VDWUP7APPBFGLJI/

 ___
> Users mailing list -- users@ovirt.org
> To unsubscribe send an email to users-le...@ovirt.org
> Privacy Statement: https://www.ovirt.org/site/privacy-policy/
> oVirt Code of Conduct:
> https://www.ovirt.org/community/about/community-guidelines/
> List Archives:
> https://lists.ovirt.org/archives/list/users@ovirt.org/message/WU76U7QMQ5SKFXLMVX2323K7UH54IKWB/
>


-- 

GREG SHEREMETA

SENIOR SOFTWARE ENGINEER - TEAM LEAD - RHV UX

Red Hat NA



gsher...@redhat.comIRC: gshereme

___
Users mailing list -- users@ovirt.org
To unsubscribe send an email to users-le...@ovirt.org
Privacy Statement: https://www.ovirt.org/site/privacy-policy/
oVirt Code of Conduct: 
https://www.ovirt.org/community/about/community-guidelines/
List Archives: 
https://lists.ovirt.org/archives/list/users@ovirt.org/message/CBYANRUYVKP7BC223VDYXXI4WOOUZQWZ/


[ovirt-users] Re: Need to Install Stable Ovirt System for Launching VM for our production Environment

2018-12-14 Thread Greg Sheremeta
On Fri, Dec 7, 2018 at 9:56 PM Hemant Gupta 
wrote:

> Actually I have tried Installing from this document only for ovirt engine:
> https://www.ovirt.org/documentation/install-guide/chap-Installing_oVirt/
> When I run below command:
> Will it download the Enterprise Ovirt or Open Source Community Ovirt for
> me
> $yum install http://resources.ovirt.org/pub/yum-repo/ovirt-release42.rpm
>
> and for Ovirt Node Installation:
> https://www.ovirt.org/documentation/install-guide/chap-oVirt_Nodes/
>
> When I click on adding a hypervisor:
> Chapter 8: Adding a Hypervisor:-->
>
> https://www.ovirt.org/documentation/install-guide/chap-Adding_a_Hypervisor#documentation%20install%20guide%20chap%20Adding%20a%20Hypervisor
> it gives me 404 page
>

Fixed that, thanks for reporting.
https://github.com/oVirt/ovirt-site/pull/1828

https://ovirt.org/documentation/install-guide/chap-Adding_a_Host_to_the_oVirt_Engine/


>
> So I have below questions :
> 1.When I am running the command as given in the installation will it
> download the enterprise version or open source version
> 2.Which Ovirt Version is best recommeded for Virtualization need for Ovirt
> node and Ovirt Engine
> ___
> Users mailing list -- users@ovirt.org
> To unsubscribe send an email to users-le...@ovirt.org
> Privacy Statement: https://www.ovirt.org/site/privacy-policy/
> oVirt Code of Conduct:
> https://www.ovirt.org/community/about/community-guidelines/
> List Archives:
> https://lists.ovirt.org/archives/list/users@ovirt.org/message/QILXFRA7QOCUTYYUSMHQDHLI6TKIDBEB/
>


-- 

GREG SHEREMETA

SENIOR SOFTWARE ENGINEER - TEAM LEAD - RHV UX

Red Hat NA



gsher...@redhat.comIRC: gshereme

___
Users mailing list -- users@ovirt.org
To unsubscribe send an email to users-le...@ovirt.org
Privacy Statement: https://www.ovirt.org/site/privacy-policy/
oVirt Code of Conduct: 
https://www.ovirt.org/community/about/community-guidelines/
List Archives: 
https://lists.ovirt.org/archives/list/users@ovirt.org/message/GRJ5FZTAMFHMDKKUOLG6HZCAI7XFIR7K/