[ovirt-users] Re: Ovirt 4.2 hosted engine deploy failed

2018-06-18 Thread Phillip Bailey
Hi Rai,

Could you please provide the bootstrap_local_vm log located
at /var/log/ovirt-hosted-engine-setup?

Thanks!

-Phillip Bailey

On Sat, Jun 16, 2018 at 2:53 PM, Lakhwinder Rai 
wrote:

> i have error while installing hosted engine.
> if anybody have solution for this,please help i stuck here from two days.
>
> [ INFO ] TASK [Wait for the host to be up]
> [ ERROR ] fatal: [localhost]: FAILED! => {"ansible_facts": {"ovirt_hosts":
> []}, "attempts": 120, "changed": false}
> [ INFO ] TASK [include_tasks]
> [ INFO ] ok: [localhost]
> [ INFO ] TASK [Remove local vm dir]
> [ INFO ] changed: [localhost]
> [ INFO ] TASK [Notify the user about a failure]
> [ ERROR ] fatal: [localhost]: FAILED! => {"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"}
>
> thanks
>
> ___
> 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/RQ6CLBCGRIVSZRECBIGPZWSBMRPYXOAS/
>
>
___
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/EKG3N6TZBPZINDZFIESUY5MQ5AEXH3TK/


[ovirt-users] Re: Install hosted-engine - Task Get local VM IP failed

2018-06-04 Thread Phillip Bailey
Hi Florent,

Could you please provide the log for the stage in which the wizard is
failing? Logs can be found in /var/log/ovirt-hosted-engine-setup.

Thanks!

-Phillip Bailey

On Fri, Jun 1, 2018 at 7:57 AM, florentl  wrote:

> Hi all,
> I try to install hosted-engine on node : ovirt-node-ng-4.2.3-0.20180518.
> Every times I get stuck on :
> [ ERROR ] fatal: [localhost]: FAILED! => {"attempts": 50, "changed": true,
> "cmd": "virsh -r net-dhcp-leases default | grep -i 00:16:3e:6c:5a:91 | awk
> '{ print $5 }' | cut -f1 -d'/'", "delta": "0:00:00.108872", "end":
> "2018-06-01 11:17:34.421769", "rc": 0, "start": "2018-06-01
> 11:17:34.312897", "stderr": "", "stderr_lines": [], "stdout": "",
> "stdout_lines": []}
> I tried with static IP Address and with DHCP but both failed.
>
> To be more specific, I installed three nodes, deployed glusterfs with the
> wizard. I'm in a nested virtualization environment for this lab (Vmware
> Esxi Hypervisor).
> My node IP is : 192.168.176.40 / and I want the hosted-engine vm has
> 192.168.176.43.
>
> Thanks,
> Florent
> ___
> 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/communit
> y/about/community-guidelines/
> List Archives: https://lists.ovirt.org/archiv
> es/list/users@ovirt.org/message/F3BNUQ2T434EASIX56F7KQQJVF7OCDUM/
>
___
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/RU34XDM2W6GPDCRRGWORBTPH2BUN3CJR/


[ovirt-users] Re: oVirt hosted-engine-setup issues with getting host facts

2018-05-24 Thread Phillip Bailey
Hi Mariusz,

I'm sorry to hear you're having issues. Could you please provide a link to
a pastebin or something similar for the full log file?

Thanks!

-Phillip Bailey

On Wed, May 23, 2018 at 2:35 AM, Mariusz Kozakowski <
mariusz.kozakow...@dsg.dk> wrote:

> Hello,
>
> We've been trying to setup oVirt environment for few days but we have
> issue with hosted-engine-setup (ansible script).
> We managed to fix few small things and have them merged upstream but
> unfortunately right now the installation process fails on getting host
> facts.
> It looks like it cannot proceed because it fails when connecting to
> ovirt-engine API of the bootstrap VM.
>
> The oVirt API / webpanel is working, I tested it via a browser and I can
> login without issues using the admin password chosen earlier in the process.
>
> 2018-05-18 15:26:47,800+0200 INFO 
> otopi.ovirt_hosted_engine_setup.ansible_utils
> ansible_utils._process_output:100 TASK [Wait for the host to be up]
> 2018-05-18 15:39:14,025+0200 DEBUG 
> otopi.ovirt_hosted_engine_setup.ansible_utils
> ansible_utils._process_output:94 {u'_ansible_parsed': True,
> u'_ansible_no_log': False, u'changed': False, u'attempts': 120,
> u'invocation': {u'module_args': {
> u'pattern': u'name=host01.redacted', u'fetch_nested': False,
> u'nested_attributes': []}}, u'ansible_facts': {u'ovirt_hosts': []}}
> 2018-05-18 15:39:14,127+0200 ERROR 
> otopi.ovirt_hosted_engine_setup.ansible_utils
> ansible_utils._process_output:98 fatal: [localhost]: FAILED! =>
> {"ansible_facts": {"ovirt_hosts": []}, "attempts": 120, "changed": false}
>
>
> May 18 13:34:34 host01 python: ansible-ovirt_hosts_facts Invoked with
> pattern=name=host01.redacted fetch_nested=False nested_attributes=[]
> auth={'timeout': 0, 'url': 'https://ovirt-dev.redacted/ovirt-engine/api',
> 'insecure': True, 'kerberos': False, 'compress': True, 'headers': None,
> 'token': 'R--token-redacted', 'ca_file': None}
>
>
> Do you have idea what/where is issue and how to fix it?
>
> ___
> Users mailing list -- users@ovirt.org
> To unsubscribe send an email to users-le...@ovirt.org
>
>
___
Users mailing list -- users@ovirt.org
To unsubscribe send an email to users-le...@ovirt.org


[ovirt-users] Re: hosted-engine deploy not use FQDN

2018-05-17 Thread Phillip Bailey
Hi,

Have you attempted to complete setup without entering the FQDN? If it
fails, could you please provide logs?

If it completes successfully, you will need to edit the engine config [1]
before you'll be able to access the engine by its IP address.

-Phillip Bailey

[1]
https://www.ovirt.org/documentation/how-to/networking/changing-engine-hostname/#are-you-sure-you-need-this

On Thu, May 17, 2018 at 3:32 AM, <dhy...@sina.com> wrote:

> Hi
>
> I deploy hosted-engine by #hosted-engine --deploy,   but I do not use
> FQDN,  I want to visit engine directly by ip
>
> besides, I  have not  DNS server, I want to skip setup  Engine VM FQDN,
> because my project can not to setup /etc/hosts
>
>
>  Please provide the FQDN you would like to use for the engine appliance.
>   Note: This will be the FQDN of the engine VM you are now going
> to launch,
>   it should not point to the base host or to any other existing
> machine.
>   Engine VM FQDN: (leave it empty to skip):  []:
>
>
>
> ___
> Users mailing list -- users@ovirt.org
> To unsubscribe send an email to users-le...@ovirt.org
>
>
___
Users mailing list -- users@ovirt.org
To unsubscribe send an email to users-le...@ovirt.org


[ovirt-users] Re: ovirt 4.2 failed deploy

2018-05-17 Thread Phillip Bailey
Hi Alex,

I'm sorry we weren't able to help you get 4.2 up and running in time.
Definitely let us know if you encounter any issues on your next attempt.
Your feedback is greatly appreciated!

-Phillip Bailey

On Wed, May 16, 2018 at 9:36 AM, Alex K <rightkickt...@gmail.com> wrote:

> Hi,
>
> I am sorry I don't have this setup available anymore.
> I had to provide a quick solution and went with 4.1 version.
>
> I will see if I can reproduce this on next build.
>
> Thanx,
> Alex
>
> On Wed, May 16, 2018 at 5:38 AM, Phillip Bailey <phbai...@redhat.com>
> wrote:
>
>> Alex,
>>
>> I haven't run into any issues with ovirt-ha-agent. I'm adding Simone who
>> may have a better idea of what could be causing the problem. Could you
>> provide any logs you have available from that deployment? Also, could you
>> please run "journalctl -u ovirt-ha-agent" on that host and provide the
>> output?
>>
>> Thanks!
>>
>> -Phillip Bailey
>>
>> On Tue, May 15, 2018 at 9:22 AM, Alex K <rightkickt...@gmail.com> wrote:
>>
>>> Hi Philip,
>>>
>>> I finally was not able to complete it.
>>> The ovirt ha agent at host was not starting for some reason.
>>> It could be because I ran a hosted-engine-cleanup earlier.
>>> So I need to repeat from scratch to be able to reproduce/verify.
>>>
>>> Alex
>>>
>>>
>>>
>>> On Tue, May 15, 2018 at 2:48 PM, Phillip Bailey <phbai...@redhat.com>
>>> wrote:
>>>
>>>> Alex,
>>>>
>>>> I'm glad to hear you were able to get everything running! Please let us
>>>> know if you have any issues going forward.
>>>>
>>>> Best regards,
>>>>
>>>> -Phillip Bailey
>>>>
>>>> On Tue, May 15, 2018 at 4:59 AM, Alex K <rightkickt...@gmail.com>
>>>> wrote:
>>>>
>>>>> I overcame this with:
>>>>>
>>>>> run at host:
>>>>>
>>>>> /usr/sbin/ovirt-hosted-engine-cleanup
>>>>>
>>>>> Redeployed then engine
>>>>> engine-setup
>>>>>
>>>>> This time was ok.
>>>>>
>>>>> Thanx,
>>>>> Alex
>>>>>
>>>>> On Tue, May 15, 2018 at 10:51 AM, Alex K <rightkickt...@gmail.com>
>>>>> wrote:
>>>>>
>>>>>> Hi,
>>>>>>
>>>>>> Thanx for the feedback.
>>>>>>
>>>>>> *getent ahostsv4 v0.mydomain*
>>>>>>
>>>>>> gives:
>>>>>>
>>>>>> 172.16.30.10STREAM v0
>>>>>> 172.16.30.10DGRAM
>>>>>> 172.16.30.10RAW
>>>>>>
>>>>>> which means that
>>>>>>
>>>>>> *getent ahostsv4 v0.mydomain | grep v0.mydomain*
>>>>>>
>>>>>> gives null
>>>>>>
>>>>>> I overcame this by using the flag *--noansible* to proceed with the
>>>>>> python way and it did succeed.
>>>>>>
>>>>>> Now I am stuck at engine-setup create CA step. It never finishes and
>>>>>> I see several errors at setup log (grep -iE 'error|fail' ):
>>>>>>
>>>>>> 2018-05-15 03:40:03,749-0400 DEBUG otopi.context
>>>>>> context.dumpEnvironment:869 ENV BASE/error=bool:'False'
>>>>>> 2018-05-15 03:40:03,751-0400 DEBUG otopi.context
>>>>>> context.dumpEnvironment:869 ENV CORE/failOnPrioOverride=bool:'True'
>>>>>> 2018-05-15 03:40:04,338-0400 DEBUG otopi.context
>>>>>> context.dumpEnvironment:869 ENV BASE/error=bool:'False'
>>>>>> 2018-05-15 03:40:04,339-0400 DEBUG otopi.context
>>>>>> context.dumpEnvironment:869 ENV CORE/failOnPrioOverride=bool:'True'
>>>>>> 2018-05-15 03:40:04,532-0400 DEBUG otopi.context
>>>>>> context.dumpEnvironment:869 ENV OVESETUP_CORE/failOnDulicatedC
>>>>>> onstant=bool:'False'
>>>>>> 2018-05-15 03:40:04,809-0400 DEBUG otopi.context
>>>>>> context.dumpEnvironment:869 ENV OVESETUP_PROVISIONING/postgres
>>>>>> ExtraConfigItems=tuple:'({'ok':  at
>>>>>> 0x7ff1630b9578>, 'check_on_use': True, 'needed_on_create': True, 'key':
>>>>>> 'autovacuum_vacuum_scale_factor', 'expected': 0.01, 'error_msg':
>>>>&

[ovirt-users] Re: ovirt 4.2 failed deploy

2018-05-15 Thread Phillip Bailey
Alex,

I haven't run into any issues with ovirt-ha-agent. I'm adding Simone who
may have a better idea of what could be causing the problem. Could you
provide any logs you have available from that deployment? Also, could you
please run "journalctl -u ovirt-ha-agent" on that host and provide the
output?

Thanks!

-Phillip Bailey

On Tue, May 15, 2018 at 9:22 AM, Alex K <rightkickt...@gmail.com> wrote:

> Hi Philip,
>
> I finally was not able to complete it.
> The ovirt ha agent at host was not starting for some reason.
> It could be because I ran a hosted-engine-cleanup earlier.
> So I need to repeat from scratch to be able to reproduce/verify.
>
> Alex
>
>
>
> On Tue, May 15, 2018 at 2:48 PM, Phillip Bailey <phbai...@redhat.com>
> wrote:
>
>> Alex,
>>
>> I'm glad to hear you were able to get everything running! Please let us
>> know if you have any issues going forward.
>>
>> Best regards,
>>
>> -Phillip Bailey
>>
>> On Tue, May 15, 2018 at 4:59 AM, Alex K <rightkickt...@gmail.com> wrote:
>>
>>> I overcame this with:
>>>
>>> run at host:
>>>
>>> /usr/sbin/ovirt-hosted-engine-cleanup
>>>
>>> Redeployed then engine
>>> engine-setup
>>>
>>> This time was ok.
>>>
>>> Thanx,
>>> Alex
>>>
>>> On Tue, May 15, 2018 at 10:51 AM, Alex K <rightkickt...@gmail.com>
>>> wrote:
>>>
>>>> Hi,
>>>>
>>>> Thanx for the feedback.
>>>>
>>>> *getent ahostsv4 v0.mydomain*
>>>>
>>>> gives:
>>>>
>>>> 172.16.30.10STREAM v0
>>>> 172.16.30.10DGRAM
>>>> 172.16.30.10RAW
>>>>
>>>> which means that
>>>>
>>>> *getent ahostsv4 v0.mydomain | grep v0.mydomain*
>>>>
>>>> gives null
>>>>
>>>> I overcame this by using the flag *--noansible* to proceed with the
>>>> python way and it did succeed.
>>>>
>>>> Now I am stuck at engine-setup create CA step. It never finishes and I
>>>> see several errors at setup log (grep -iE 'error|fail' ):
>>>>
>>>> 2018-05-15 03:40:03,749-0400 DEBUG otopi.context
>>>> context.dumpEnvironment:869 ENV BASE/error=bool:'False'
>>>> 2018-05-15 03:40:03,751-0400 DEBUG otopi.context
>>>> context.dumpEnvironment:869 ENV CORE/failOnPrioOverride=bool:'True'
>>>> 2018-05-15 03:40:04,338-0400 DEBUG otopi.context
>>>> context.dumpEnvironment:869 ENV BASE/error=bool:'False'
>>>> 2018-05-15 03:40:04,339-0400 DEBUG otopi.context
>>>> context.dumpEnvironment:869 ENV CORE/failOnPrioOverride=bool:'True'
>>>> 2018-05-15 03:40:04,532-0400 DEBUG otopi.context
>>>> context.dumpEnvironment:869 ENV OVESETUP_CORE/failOnDulicatedC
>>>> onstant=bool:'False'
>>>> 2018-05-15 03:40:04,809-0400 DEBUG otopi.context
>>>> context.dumpEnvironment:869 ENV OVESETUP_PROVISIONING/postgres
>>>> ExtraConfigItems=tuple:'({'ok':  at 0x7ff1630b9578>,
>>>> 'check_on_use': True, 'needed_on_create': True, 'key':
>>>> 'autovacuum_vacuum_scale_factor', 'expected': 0.01, 'error_msg':
>>>> '{key} required to be at most {expected}'}, {'ok':  at
>>>> 0x7ff1630b9a28>, 'check_on_use': True, 'needed_on_create': True, 'key':
>>>> 'autovacuum_analyze_scale_factor', 'expected': 0.075, 'error_msg':
>>>> '{key} required to be at most {expected}'}, {'ok':  at
>>>> 0x7ff163099410>, 'check_on_use': True, 'needed_on_create': True, 'key':
>>>> 'autovacuum_max_workers', 'expected': 6, 'error_msg': '{key} required to be
>>>> at least {expected}'}, {'ok':  at 0x7ff163099488>,
>>>> 'check_on_use': True, 'needeOperationalError: FATAL:  *password
>>>> authentication failed for user "engine"*
>>>> FATAL:  password authentication failed for user "engine"
>>>> 2018-05-15 03:40:11,408-0400 DEBUG otopi.context
>>>> context.dumpEnvironment:869 ENV BASE/error=bool:'False'
>>>> 2018-05-15 03:40:11,417-0400 DEBUG otopi.context
>>>> context.dumpEnvironment:869 ENV CORE/failOnPrioOverride=bool:'True'
>>>> 2018-05-15 03:40:11,441-0400 DEBUG otopi.context
>>>> context.dumpEnvironment:869 ENV OVESETUP_CORE/failOnDulicatedC
>>>> onstant=bool:'False'
>>>> 2018-05-15 03:40:11,457-0400 DEBUG otopi.context
>>>> context.dumpEnvironment:869 ENV OVESETUP_PROVISIONING/postgres
>

[ovirt-users] Re: ovirt 4.2 failed deploy

2018-05-15 Thread Phillip Bailey
Alex,

I'm glad to hear you were able to get everything running! Please let us
know if you have any issues going forward.

Best regards,

-Phillip Bailey

On Tue, May 15, 2018 at 4:59 AM, Alex K <rightkickt...@gmail.com> wrote:

> I overcame this with:
>
> run at host:
>
> /usr/sbin/ovirt-hosted-engine-cleanup
>
> Redeployed then engine
> engine-setup
>
> This time was ok.
>
> Thanx,
> Alex
>
> On Tue, May 15, 2018 at 10:51 AM, Alex K <rightkickt...@gmail.com> wrote:
>
>> Hi,
>>
>> Thanx for the feedback.
>>
>> *getent ahostsv4 v0.mydomain*
>>
>> gives:
>>
>> 172.16.30.10STREAM v0
>> 172.16.30.10DGRAM
>> 172.16.30.10RAW
>>
>> which means that
>>
>> *getent ahostsv4 v0.mydomain | grep v0.mydomain*
>>
>> gives null
>>
>> I overcame this by using the flag *--noansible* to proceed with the
>> python way and it did succeed.
>>
>> Now I am stuck at engine-setup create CA step. It never finishes and I
>> see several errors at setup log (grep -iE 'error|fail' ):
>>
>> 2018-05-15 03:40:03,749-0400 DEBUG otopi.context
>> context.dumpEnvironment:869 ENV BASE/error=bool:'False'
>> 2018-05-15 03:40:03,751-0400 DEBUG otopi.context
>> context.dumpEnvironment:869 ENV CORE/failOnPrioOverride=bool:'True'
>> 2018-05-15 03:40:04,338-0400 DEBUG otopi.context
>> context.dumpEnvironment:869 ENV BASE/error=bool:'False'
>> 2018-05-15 03:40:04,339-0400 DEBUG otopi.context
>> context.dumpEnvironment:869 ENV CORE/failOnPrioOverride=bool:'True'
>> 2018-05-15 03:40:04,532-0400 DEBUG otopi.context
>> context.dumpEnvironment:869 ENV OVESETUP_CORE/failOnDulicatedC
>> onstant=bool:'False'
>> 2018-05-15 03:40:04,809-0400 DEBUG otopi.context
>> context.dumpEnvironment:869 ENV OVESETUP_PROVISIONING/postgres
>> ExtraConfigItems=tuple:'({'ok':  at 0x7ff1630b9578>,
>> 'check_on_use': True, 'needed_on_create': True, 'key':
>> 'autovacuum_vacuum_scale_factor', 'expected': 0.01, 'error_msg': '{key}
>> required to be at most {expected}'}, {'ok':  at
>> 0x7ff1630b9a28>, 'check_on_use': True, 'needed_on_create': True, 'key':
>> 'autovacuum_analyze_scale_factor', 'expected': 0.075, 'error_msg':
>> '{key} required to be at most {expected}'}, {'ok':  at
>> 0x7ff163099410>, 'check_on_use': True, 'needed_on_create': True, 'key':
>> 'autovacuum_max_workers', 'expected': 6, 'error_msg': '{key} required to be
>> at least {expected}'}, {'ok':  at 0x7ff163099488>,
>> 'check_on_use': True, 'needeOperationalError: FATAL:  *password
>> authentication failed for user "engine"*
>> FATAL:  password authentication failed for user "engine"
>> 2018-05-15 03:40:11,408-0400 DEBUG otopi.context
>> context.dumpEnvironment:869 ENV BASE/error=bool:'False'
>> 2018-05-15 03:40:11,417-0400 DEBUG otopi.context
>> context.dumpEnvironment:869 ENV CORE/failOnPrioOverride=bool:'True'
>> 2018-05-15 03:40:11,441-0400 DEBUG otopi.context
>> context.dumpEnvironment:869 ENV OVESETUP_CORE/failOnDulicatedC
>> onstant=bool:'False'
>> 2018-05-15 03:40:11,457-0400 DEBUG otopi.context
>> context.dumpEnvironment:869 ENV OVESETUP_PROVISIONING/postgres
>> ExtraConfigItems=tuple:'({'ok':  at 0x7ff1630b9578>,
>> 'check_on_use': True, 'needed_on_create': True, 'key':
>> 'autovacuum_vacuum_scale_factor', 'expected': 0.01, 'error_msg': '{key}
>> required to be at most {expected}'}, {'ok':  at
>> 0x7ff1630b9a28>, 'check_on_use': True, 'needed_on_create': True, 'key':
>> 'autovacuum_analyze_scale_factor', 'expected': 0.075, 'error_msg':
>> '{key} required to be at most {expected}'}, {'ok':  at
>> 0x7ff163099410>, 'check_on_use': True, 'needed_on_create': True, 'key':
>> 'autovacuum_max_workers', 'expected': 6, 'error_msg': '{key} required to be
>> at least {expected}'}, {'ok':  at 0x7ff163099488>,
>> 'check_on_use': True, 'needed_on_create': True, 'key':
>> 'maintenance_work_mem', 'expected': 65536, 'error_msg': '{key} required to
>> be at least {expected}', 'useQueryForValue': True}, {'ok': >  at 0x7ff163099500>, 'check_on_use': True, 'needed_on_create':
>> True, 'key': 'work_mem', 'expected': 8192, 'error_msg': '{key} required to
>> be at least {expected}', 'useQueryForValue': True})'
>> raise RuntimeError("SIG%s" % signum)
>> RuntimeError: SIG2
>> raise RuntimeError("SIG%s" % signum)
>> RuntimeError: SIG2
>> 2018-05-15 03:41:19,888-0400 ERROR otopi.context
>> context._executeMethod:152 *Failed to execute stage 'Misc
>> configuration': SIG2*
>> 2018-05-15 03:41:19,99

[ovirt-users] Re: ovirt 4.2 failed deploy

2018-05-14 Thread Phillip Bailey
Hi Alex,

I believe the lines below from the deploy log point to the issue. I bolded
the important parts. It looks like it was unable to resolve the FQDN for
the host. What output and return code do you get when you run "getent
ahostsv4 v0.mydomain | grep v0.mydomain" on that machine?

2018-05-14 13:24:59,631-0400 DEBUG
otopi.ovirt_hosted_engine_setup.ansible_utils
ansible_utils._process_output:94 hostname_resolution_output:
{'stderr_lines': [], u'changed': True, u'end': u'2018-05-14
13:24:58.914393', u'stdout': u'', u'cmd': u'*getent ahostsv4 v0.mydomain |
grep v0.mydomain*', u'failed': True, u'delta': u'0:00:00.005743',
u'stderr': u'', u'rc': 1, u'msg': u'*non-zero return code*',
'stdout_lines': [], u'start': u'2018-05-14 13:24:58.908650'}
2018-05-14 13:24:59,832-0400 INFO
otopi.ovirt_hosted_engine_setup.ansible_utils
ansible_utils._process_output:100 TASK [Check address resolution]
2018-05-14 13:25:00,133-0400 DEBUG
otopi.ovirt_hosted_engine_setup.ansible_utils
ansible_utils._process_output:94 {u'msg': u'Unable to resolve address\n',
u'changed': False, u'_ansible_no_log': False}
2018-05-14 13:25:00,234-0400 ERROR
otopi.ovirt_hosted_engine_setup.ansible_utils
ansible_utils._process_output:98 fatal: [localhost]: FAILED! => {"changed":
false, "msg": "*Unable to resolve address*\n"}

Additionally, work is underway to make the logs easier to read and more
useful so that troubleshooting issues like this won't be as difficult in
the future. I'm sorry for any frustration it's caused and appreciate you
reaching out to work through the issue.

-Phillip Bailey

On Mon, May 14, 2018 at 1:32 PM, Alex K <rightkickt...@gmail.com> wrote:

> I am attaching the deploy log in case it helps.
>
> Thanx,
> Alex
>
> On Mon, May 14, 2018 at 8:28 PM, Alex K <rightkickt...@gmail.com> wrote:
>
>> Hi all,
>>
>> I am trying to setup ovirt 4.2 self hosted with 3 nodes.
>>
>> I have done several 4.1 installations without issues. Now at 4.2 I get:
>>
>> [ ERROR ] fatal: [localhost]: FAILED! => {"changed": false, "msg":
>> "Unable to resolve address\n"}
>> [ ERROR ] Failed to execute stage 'Closing up': Failed executing
>> ansible-playbook
>>
>> I am running:
>>
>> hosted-engine --deploy --config-append=/root/ovirt/storage.conf
>>
>> Checking the log doesn't give an easy reference of the issue. Seems to be
>> related with DNS but I can confirm that the host can resolve the engine
>> FQDN from /etc/hosts or from the DNS server.
>>
>> Any ideas?
>>
>> Thanx,
>> Alex
>>
>
>
> ___
> Users mailing list -- users@ovirt.org
> To unsubscribe send an email to users-le...@ovirt.org
>
>
___
Users mailing list -- users@ovirt.org
To unsubscribe send an email to users-le...@ovirt.org


[ovirt-users] Re: self hosted engine mac range and possible conflict

2018-05-10 Thread Phillip Bailey
On Thu, May 10, 2018 at 1:59 AM, Yedidyah Bar David  wrote:

> On Wed, May 9, 2018 at 5:36 PM, Gianluca Cecchi
>  wrote:
> >
> >
> > On Wed, May 9, 2018 at 4:32 PM, Simone Tiraboschi 
> > wrote:
> >>
> >>
> >>
> >> On Wed, May 9, 2018 at 4:21 PM, Gianluca Cecchi
> >>  wrote:
> >>>
> >>> Hello,
> >>> suppose I have an environment with self hosted engine environment in
> 4.1
> >>>
> >>> How is it generated the hw address of the virtual nic of the engine vm
> >>> when I deploy using cockpit?
> >>>
>
>>> Suppose on a lan I already have a self hosted engine environment and I'm
> >>> going to create another one on the same lan, is there any risck of hw
> >>> address collision for the engine?
>

Unfortunately, the MAC address is hard-coded in the most recent release,
which will cause collisions if you're deploying a second hosted engine
environment on the same LAN. As a workaround, you can edit the hard-coded
address in the cockpit UI, or as you're already aware, the CLI version will
generate one for you if you use it. I pushed a patch [1] yesterday to
correct the issue in cockpit, so the issue should be resolved as of the
next release. I also opened a bug [2] to track it, as well. I apologize for
the inconvenience.

[1] https://gerrit.ovirt.org/#/c/9/
[2] https://bugzilla.redhat.com/show_bug.cgi?id=1576783


> >>>
> >>> I know that from inside web admin console I can then set the hw address
> >>> ranges for the VMs, but what about the mac of the engine vm itself?
> >>>
> >>> At the moment I have only lan access and so crosschecked an RHV 4.1
> >>> environment and I see that the engine has hw addr 00:16:3e:7c:65:34 (a
> >>> lookup seems to associate to "Xensource, Inc.") while the VMs have
> their hw
> >>> addr in the range 00:1a:4a:16:01:51 - 00:1a:4a:16:01:e6 (eg the
> >>> 00:1a:4a:16:01:56) (a lookup seems to associate to "Qumranet Inc.".
> >>>
> >>> Does this mean that the engine has a sort of dedicated range? Any risk
> of
> >>> collision or is a query on the lan done before assigning it?
> >>
> >>
> >> It has been discussed here:
> >> https://bugzilla.redhat.com/show_bug.cgi?id=1244502
> >>
> >> In a few worlds: the proposed HE MAC address are explicitly on a
> different
> >> range just to minimize collision risks on complex scenarios.
> >>
> >
> >
> > Thanks Sandro,
> > Indeed I forgot that as part of the engine deploy (from cockpit but it
> > should be the same from the deprecated command line setup too) there is
> the
> > explicit option to specify hw address of its vnic.
> > In my case I'm proposed this one:
> > "
> > You may specify a unicast MAC address for the VM or accept a randomly
> > generated default [00:16:3e:15:6a:e5]:
> > "
> > So I should be in the safe place, as I have only one other engine vm and
> I
> > have no Xen based environments...
>
> I also filed around the same time:
>
> https://bugzilla.redhat.com/show_bug.cgi?id=1516445
>
> Feel free to comment/vote/etc...
>
> Best regards,
> --
> Didi
> ___
> Users mailing list -- users@ovirt.org
> To unsubscribe send an email to users-le...@ovirt.org
>
___
Users mailing list -- users@ovirt.org
To unsubscribe send an email to users-le...@ovirt.org


Re: [ovirt-users] hosted-engine --deploy Failed

2018-05-01 Thread Phillip Bailey
Hi Paul,

I'm sorry to hear that you're having trouble with the hosted engine
deployment process. I looked through the log, but wasn't able to find
anything to explain why setup failed to bring up the VM. To clarify, did
both of your deployment attempts fail at the same place in the process with
the same error message? Also, did you use the same storage device for the
storage domain in both attempts?

Our resident expert is out today, but should be back tomorrow. I've copied
him on this message, so he can follow up once he's back if no one else has
been able to help before then.

As far as the documentation goes, there have been major changes to the
deployment process over the last few months and unfortunately, the
documentation simply hasn't caught up and for that, I apologize. It should
be updated in the near future to reflect the changes that have been made.

Best regards,

-Phillip Bailey

On Tue, May 1, 2018 at 7:43 AM, Paul.LKW <paul@gmail.com> wrote:

> Dear All:
> Recently I just make a try to create a Self-Hosted Engine oVirt but
> unfortunately both two of my box also failed with bad deployment
> experience, first of all the online documentation is wrong under "oVirt
> Self-Hosted Engine Guide" section, it says the deployment script
> "hosted-engine --deploy" will asking for Storage configuration immediately
> but it is not true any more, also on both of my 2 box one is configured
> with bond interface and one not but also failed, in order to separate the
> issue I think better I post the bonded interface one log for all your to
> Ref. first, the script runs at "TASK [Wait for the host to be up]" for long
> long time then give me the Error
>
> [ ERROR ] fatal: [localhost]: FAILED! => {"ansible_facts": {"ovirt_hosts":
> []}, "attempts": 120, "changed": false}
> [ INFO  ] TASK [include_tasks]
> [ INFO  ] ok: [localhost]
> [ INFO  ] TASK [Remove local vm dir]
> [ INFO  ] changed: [localhost]
> [ INFO  ] TASK [Notify the user about a failure]
> [ ERROR ] fatal: [localhost]: FAILED! => {"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"}
> [ ERROR ] [DEPRECATION WARNING]: Using tests as filters is deprecated.
> Instead of using
> [ ERROR ] `result|succeeded` instead use `result is succeeded`. This
> feature will be
> [ ERROR ] removed in version 2.9. Deprecation warnings can be disabled by
> setting
> [ ERROR ] deprecation_warnings=False in ansible.cfg.
> [ ERROR ] [DEPRECATION WARNING]: Using tests as filters is deprecated.
> Instead of using
> [ ERROR ] `result|succeeded` instead use `result is succeeded`. This
> feature will be
> [ ERROR ] removed in version 2.9. Deprecation warnings can be disabled by
> setting
> [ ERROR ] deprecation_warnings=False in ansible.cfg.
> [ ERROR ] Failed to execute stage 'Closing up': Failed executing
> ansible-playbook
> [ INFO  ] Stage: Clean up
> [ INFO  ] Cleaning temporary resources
> [ INFO  ] TASK [Gathering Facts]
> [ INFO  ] ok: [localhost]
> [ INFO  ] TASK [include_tasks]
> [ INFO  ] ok: [localhost]
> [ INFO  ] TASK [Remove local vm dir]
> [ INFO  ] ok: [localhost]
> [ INFO  ] Generating answer file '/var/lib/ovirt-hosted-engine-
> setup/answers/answers-20180501190540.conf'
> [ INFO  ] Stage: Pre-termination
> [ INFO  ] Stage: Termination
> [ ERROR ] Hosted Engine deployment failed: please check the logs for the
> issue, fix accordingly or re-deploy from scratch.
>   Log file is located at /var/log/ovirt-hosted-engine-s
> etup/ovirt-hosted-engine-setup-20180501184459-4v6ctw.log
>
> Attached is the so long LOG.
>
>
>
> ___
> Users mailing list
> Users@ovirt.org
> http://lists.ovirt.org/mailman/listinfo/users
>
>
___
Users mailing list
Users@ovirt.org
http://lists.ovirt.org/mailman/listinfo/users


Re: [ovirt-users] hosted-engine some errors

2018-04-25 Thread Phillip Bailey
Hi,

I'm sorry to hear you're having trouble. Could you please tell me the
version of ovirt-hosted-engine-setup that you're using and provide the log
file located at /var/log/ovirt-hosted-engine-setup/ovirt-hosted-engine-
setup-20180425043425-savh7b.log?

Thanks!

-Phillip Bailey

On Wed, Apr 25, 2018 at 1:06 AM, <dhy...@sina.com> wrote:

> Hi,
>  I deploy hosted engine by hosted-engine --deploy,  but it go wrong .
>
> I do not know how to debug? thanks.
>
> [ INFO  ] TASK [Clean /etc/hosts for the engine VM]
> [ INFO  ] skipping: [localhost]
> [ INFO  ] TASK [Copy /etc/hosts back to the engine VM]
> [ INFO  ] skipping: [localhost]
> [ INFO  ] TASK [Clean /etc/hosts on the host]
> [ ERROR ] fatal: [localhost]: FAILED! => {"msg": "The task includes an
> option with an undefined variable. The error was: list object has no
> element 0\n\nThe error appears to have been in '/usr/share/ovirt-hosted-
> engine-setup/ansible/create_target_vm.yml': line 265, column 5, but
> may\nbe elsewhere in the file depending on the exact syntax problem.\n\nThe
> offending line appears to be:\n\ntags: [ 'skip_ansible_lint' ]\n  -
> name: Clean /etc/hosts on the host\n^ here\n\nexception type:  'ansible.errors.AnsibleUndefinedVariable'>\nexception: list object has no
> element 0"}
> [ ERROR ] Failed to execute stage 'Closing up': Failed executing
> ansible-playbook
> [ INFO  ] Stage: Clean up
> [ INFO  ] Cleaning temporary resources
> [ INFO  ] TASK [Gathering Facts]
> [ INFO  ] ok: [localhost]
> [ INFO  ] TASK [Remove local vm dir]
> [ INFO  ] changed: [localhost]
> [ INFO  ] Generating answer file '/var/lib/ovirt-hosted-engine-
> setup/answers/answers-20180425125000.conf'
> [ INFO  ] Stage: Pre-termination
> [ INFO  ] Stage: Termination
> [ ERROR ] Hosted Engine deployment failed: please check the logs for the
> issue, fix accordingly or re-deploy from scratch.
>   Log file is located at /var/log/ovirt-hosted-engine-
> setup/ovirt-hosted-engine-setup-20180425043425-savh7b.log
>
>
> ___
> Users mailing list
> Users@ovirt.org
> http://lists.ovirt.org/mailman/listinfo/users
>
>
___
Users mailing list
Users@ovirt.org
http://lists.ovirt.org/mailman/listinfo/users


Re: [ovirt-users] 【help】Build a local development environment

2018-04-04 Thread Phillip Bailey
Hi,

You should be able to find all of the necessary details for setting up your
development environment in the ovirt-engine README [1], except for one
additional step [2] that requires you to do a little extra work on the
database.

I hope this helps!

-Phillip Bailey

[1] https://github.com/oVirt/ovirt-engine/blob/master/README.adoc
[2] http://lists.ovirt.org/pipermail/devel/2018-January/032452.html

On Tue, Apr 3, 2018 at 7:22 AM, TT-mao <1523688...@qq.com> wrote:

> Hi, guys:
> I am currently trying to build an ovirt development environment
> (including engine and vdsm) locally using official documentation, but it
> will never build successfully.
> First, I successfully built the rpm package through (
> https://www.ovirt.org/develop/developer-guide/vdsm/developers/)
> But the vdsm rpm package that I built can't be applied to the engine
> environment. Add hosts on the ovirt gui interface. The engine backend will
> reinstall vdsm.
>
> How do you create a local development environment?
>
> ___
> Users mailing list
> Users@ovirt.org
> http://lists.ovirt.org/mailman/listinfo/users
>
>
___
Users mailing list
Users@ovirt.org
http://lists.ovirt.org/mailman/listinfo/users


Re: [ovirt-users] ovirt-node iso installs non-bootable OS

2017-10-05 Thread Phillip Bailey
Hi Guillaume!

Welcome to the oVirt community! I'm sorry to hear you're having problems.

The node project [1] isn't really intended to be used as a stand-alone
product. It's purpose is to provide a minimal host environment that's
managed by the oVirt engine, which is the heart of the oVirt project. I
recommend looking at the deployment options documentation [2] and the quick
start guide [3]. They will help you with getting started. If you have any
questions about what you see there or get stuck somewhere along the line,
we'll be here to help. =)

Best regards,

-Phillip Bailey

[1] https://www.ovirt.org/node/
[2] https://www.ovirt.org/download/
[3] https://www.ovirt.org/documentation/quickstart/quickstart-guide/

On Wed, Oct 4, 2017 at 5:39 PM, Guillaume <siro...@gmx.fr> wrote:

> Hello,
>
> I'm new to ovirt, I try it for the first time.
> I downloaded the iso ovirt-node-ng-installer-ovirt-4.1-2017100406.iso
> <http://jenkins.ovirt.org/job/ovirt-node-ng_ovirt-4.1_build-artifacts-el7-x86_64/lastSuccessfulBuild/artifact/exported-artifacts/ovirt-node-ng-installer-ovirt-4.1-2017100406.iso>
>
> I installed it twice, but each time I have the same problem.
> When I reboot the PC after the install I can't start the OS, I have the
> following error:
>
> Failed to open \EFI\centos\grubx64.efi - Not Found
> Failed to load image \EFI\centos\grubx64.efi: Not Found
> start_image() returned Not Found
>
> Am I the only one to have this error ?
>
> Is there a way to solve this issue with the rescue iso choice ? or can I
> download an older iso ?
>
> Thanks,
>
> Guillaume
>
> ___
> Users mailing list
> Users@ovirt.org
> http://lists.ovirt.org/mailman/listinfo/users
>
>
___
Users mailing list
Users@ovirt.org
http://lists.ovirt.org/mailman/listinfo/users


Re: [ovirt-users] I can't see any host to choose when creating new domain

2017-08-30 Thread Phillip Bailey
Hi Khoi,

Are the hosts you've added in the "up" state?

-Phillip Bailey

On Wed, Aug 30, 2017 at 6:00 AM, Khoi Thinh <thinhduck...@gmail.com> wrote:

> Hi everyone,
> I have a question related to Ovirt.
> Sorry it's in Japanese. I did a quick translation as below (not sure if
> it's right)
>
> So as you can see, after choose option for
> * Data center
> * Domain function/feature
> * Storage Type
> Then i didn't see any option for "Running host/Host in use". Even though i
> did create some hosts in dhcp48.
>
> Has any of you guys seen this before?
>
> ​
>
> --
> *Khoi Thinh*
>
> ___
> Users mailing list
> Users@ovirt.org
> http://lists.ovirt.org/mailman/listinfo/users
>
>
___
Users mailing list
Users@ovirt.org
http://lists.ovirt.org/mailman/listinfo/users


Re: [ovirt-users] Hosted Engine/NFS Troubles

2017-07-19 Thread Phillip Bailey
On Tue, Jul 18, 2017 at 7:09 AM, Pavel Gashev <p...@acronis.com> wrote:

> Phillip,
>
>
>
> The relevant lines from the vdsm logs are the following:
>
>
>
> jsonrpc.Executor/6::INFO::2017-07-17 
> 14:24:41,005::logUtils::49::dispatcher::(wrapper)
> Run and protect: connectStorageServer(domType=1,
> spUUID=u'----', conList=[{u'protocol
>
> _version': 3, u'connection': u'192.168.1.21:/srv/ovirt', u'user': u'kvm',
> u'id': u'dbeb8ab4-849f-4728-8ee9-f891bb84ce2f'}], options=None)
>
> jsonrpc.Executor/6::DEBUG::2017-07-17 
> 14:24:41,006::fileUtils::209::Storage.fileUtils::(createdir)
> Creating directory: /rhev/data-center/mnt/192.168.1.21:_srv_ovirt mode:
> None
>
> jsonrpc.Executor/6::DEBUG::2017-07-17 
> 14:24:41,007::fileUtils::218::Storage.fileUtils::(createdir)
> Using existing directory: /rhev/data-center/mnt/192.168.1.21:_srv_ovirt
>
> jsonrpc.Executor/6::INFO::2017-07-17 
> 14:24:41,007::mount::226::storage.Mount::(mount)
> mounting 192.168.1.21:/srv/ovirt at /rhev/data-center/mnt/192.168.
> 1.21:_srv_ovirt
>
> jsonrpc.Executor/6::ERROR::2017-07-17 14:26:46,098::hsm::2403::
> Storage.HSM::(connectStorageServer) Could not connect to storageServer
>
> Traceback (most recent call last):
>
>   File "/usr/share/vdsm/storage/hsm.py", line 2400, in
> connectStorageServer
>
> conObj.connect()
>
>   File "/usr/share/vdsm/storage/storageServer.py", line 456, in connect
>
> return self._mountCon.connect()
>
>   File "/usr/share/vdsm/storage/storageServer.py", line 238, in connect
>
> six.reraise(t, v, tb)
>
>   File "/usr/share/vdsm/storage/storageServer.py", line 230, in connect
>
> self._mount.mount(self.options, self._vfsType, cgroup=self.CGROUP)
>
>   File "/usr/lib/python2.7/site-packages/vdsm/storage/mount.py", line
> 229, in mount
>
> timeout=timeout, cgroup=cgroup)
>
>   File "/usr/lib/python2.7/site-packages/vdsm/supervdsm.py", line 53, in
> __call__
>
> return callMethod()
>
>   File "/usr/lib/python2.7/site-packages/vdsm/supervdsm.py", line 51, in
> 
>
> **kwargs)
>
>   File "", line 2, in mount
>
>   File "/usr/lib64/python2.7/multiprocessing/managers.py", line 773, in
> _callmethod
>
> raise convert_to_error(kind, result)
>
> MountError: (32, ';mount.nfs: *Connection timed out*\n')
>

I saw this as well, but I don't understand why I don't have the same
problem when mounting the domain manually and writing to it as the vdsm
user. Thanks for pointing it out, though. I should have included that in
the original message.

>
>
>
>
> *From: *<users-boun...@ovirt.org> on behalf of Phillip Bailey <
> phbai...@redhat.com>
> *Date: *Tuesday, 18 July 2017 at 13:48
> *To: *Luca 'remix_tj' Lorenzetto <lorenzetto.l...@gmail.com>
> *Cc: *users <users@ovirt.org>
> *Subject: *Re: [ovirt-users] Hosted Engine/NFS Troubles
>
>
>
> On Mon, Jul 17, 2017 at 3:34 PM, Luca 'remix_tj' Lorenzetto <
> lorenzetto.l...@gmail.com> wrote:
>
> On Mon, Jul 17, 2017 at 9:05 PM, Phillip Bailey <phbai...@redhat.com>
> wrote:
> > Hi,
> >
> > I'm having trouble with my hosted engine setup (v4.0) and could use some
> > help. The problem I'm having is that whenever I try to add additional
> hosts
> > to the setup via webadmin, the operation fails due to storage-related
> > issues.
> >
> > webadmin shows the following error messages:
> >
> > "Host  cannot access the Storage Domain(s) hosted_storage
> > attached to the Data Center Default. Setting Host state to
> Non-Operational.
> > Failed to connect Host ovirt-node-1 to Storage Pool Default"
> >
>
> Hi Phillip,
>
> your hosted engine storage is on nfs, right? Did you test if you can
> mount manually on each host?
>
> Hi Luca,
>
>
>
> Yes, both storage domains are on NFS (v3) and I am able to successfully
> mount them manually on the hosts.
>
>
>
> Luca
>
>
>
> --
> "E' assurdo impiegare gli uomini di intelligenza eccellente per fare
> calcoli che potrebbero essere affidati a chiunque se si usassero delle
> macchine"
> Gottfried Wilhelm von Leibnitz, Filosofo e Matematico (1646-1716)
>
> "Internet è la più grande biblioteca del mondo.
> Ma il problema è che i libri sono tutti sparsi sul pavimento"
> John Allen Paulos, Matematico (1945-vivente)
>
> Luca 'remix_tj' Lorenzetto, http://www.remixtj.net , <
> lorenzetto.l...@gmail.com>
>
>
>
___
Users mailing list
Users@ovirt.org
http://lists.ovirt.org/mailman/listinfo/users


Re: [ovirt-users] Hosted Engine/NFS Troubles

2017-07-19 Thread Phillip Bailey
On Tue, Jul 18, 2017 at 7:04 AM, Staniforth, Paul <
p.stanifo...@leedsbeckett.ac.uk> wrote:

> I used the troubleshooting guide at
>
>
> documentation/how-to/troubleshooting/troubleshooting-nfs-storage-issues/
>
>
> and exported using
>
>
> (rw,sync,no_subtree_check,all_squash,anonuid=36,anongid=36)
>
>
> This was for the DATA_DOMAIN not hosted storage but it may help.
>
>
> My exports file has the same line, so I don't believe that's the problem.
I went through the recommended steps on the troubleshooting guide and
everything looks to be fine, but the problem still exists. The
troubleshooting guide never came up in my previous googling of the problem
though, so thanks for pointing me to that. =)
>
> Regards,
>
>
> Paul S.
> --
> *From:* users-boun...@ovirt.org <users-boun...@ovirt.org> on behalf of
> Phillip Bailey <phbai...@redhat.com>
> *Sent:* 17 July 2017 20:05
> *To:* users
> *Subject:* [ovirt-users] Hosted Engine/NFS Troubles
>
> Hi,
>
> I'm having trouble with my hosted engine setup (v4.0) and could use some
> help. The problem I'm having is that whenever I try to add additional
> hosts to the setup via webadmin, the operation fails due to storage-related
> issues.
>
> webadmin shows the following error messages:
>
> "Host  cannot access the Storage Domain(s) hosted_storage
> attached to the Data Center Default. Setting Host state to Non-Operational.
> Failed to connect Host ovirt-node-1 to Storage Pool Default"
>
>
> The VDSM log from the host shows the following error message:
>
> "Thread-18::ERROR::2017-07-17 13:01:11,483::sdc::146::Storag
> e.StorageDomainCache::(_findDomain) domain 
> ca044720-e5cf-40a8-8b21-57a17026db7c
> not found
> Traceback (most recent call last):
>   File "/usr/share/vdsm/storage/sdc.py", line 144, in _findDomain
> dom = findMethod(sdUUID)
>   File "/usr/share/vdsm/storage/sdc.py", line 174, in _findUnfetchedDomain
> raise se.StorageDomainDoesNotExist(sdUUID)
> StorageDomainDoesNotExist: Storage domain does not exist:
> (u'ca044720-e5cf-40a8-8b21-57a17026db7c',)"
>
>
> The engine log shows the following error messages:
>
> "2017-07-17 18:32:11,409 ERROR 
> [org.ovirt.engine.core.vdsbroker.irsbroker.IrsProxyData]
> (org.ovirt.thread.pool-6-thread-34) [] Domain
> 'ca044720-e5cf-40a8-8b21-57a17026db7c:hosted_storage' was reported with
> error code '358'
> 2017-07-17 18:32:11,410 ERROR [org.ovirt.engine.core.bll.InitVdsOnUpCommand]
> (org.ovirt.thread.pool-6-thread-34) [] Storage Domain 'hosted_storage' of
> pool 'Default' is in problem in host 'ovirt-node-1'
> 2017-07-17 18:32:11,487 ERROR [org.ovirt.engine.core.dal.dbb
> roker.auditloghandling.AuditLogDirector] (org.ovirt.thread.pool-6-thread-34)
> [] Correlation ID: null, Call Stack: null, Custom Event ID: -1, Message:
> Host ovirt-node-1 reports about one of the Active Storage Domains as
> Problematic."
>
>
> I have ownership set to vdsm/kvm and full rwx rights enabled on both
> directories. I have successfully mounted both the master domain and the
> hosted_storage manually on one of the hosts I'm trying to add. I have
> attached the engine log and the VDSM log for that host.
>
> Could someone please help me figure out what's causing this?
>
> -Phillip Bailey
> To view the terms under which this email is distributed, please go to:-
> http://disclaimer.leedsbeckett.ac.uk/disclaimer/disclaimer.html
>
>
___
Users mailing list
Users@ovirt.org
http://lists.ovirt.org/mailman/listinfo/users


Re: [ovirt-users] Hosted Engine/NFS Troubles

2017-07-18 Thread Phillip Bailey
On Mon, Jul 17, 2017 at 3:34 PM, Luca 'remix_tj' Lorenzetto <
lorenzetto.l...@gmail.com> wrote:

> On Mon, Jul 17, 2017 at 9:05 PM, Phillip Bailey <phbai...@redhat.com>
> wrote:
> > Hi,
> >
> > I'm having trouble with my hosted engine setup (v4.0) and could use some
> > help. The problem I'm having is that whenever I try to add additional
> hosts
> > to the setup via webadmin, the operation fails due to storage-related
> > issues.
> >
> > webadmin shows the following error messages:
> >
> > "Host  cannot access the Storage Domain(s) hosted_storage
> > attached to the Data Center Default. Setting Host state to
> Non-Operational.
> > Failed to connect Host ovirt-node-1 to Storage Pool Default"
> >
>
> Hi Phillip,
>
> your hosted engine storage is on nfs, right? Did you test if you can
> mount manually on each host?
>
> Hi Luca,

Yes, both storage domains are on NFS (v3) and I am able to successfully
mount them manually on the hosts.

Luca
>
>
>
> --
> "E' assurdo impiegare gli uomini di intelligenza eccellente per fare
> calcoli che potrebbero essere affidati a chiunque se si usassero delle
> macchine"
> Gottfried Wilhelm von Leibnitz, Filosofo e Matematico (1646-1716)
>
> "Internet è la più grande biblioteca del mondo.
> Ma il problema è che i libri sono tutti sparsi sul pavimento"
> John Allen Paulos, Matematico (1945-vivente)
>
> Luca 'remix_tj' Lorenzetto, http://www.remixtj.net , <
> lorenzetto.l...@gmail.com>
>
___
Users mailing list
Users@ovirt.org
http://lists.ovirt.org/mailman/listinfo/users


Re: [ovirt-users] ovirt 4.1 : Can't deploy second node on self hosted engine cluster and host with hosted engine deployed (and also hosted engine VM) is not added to interface

2017-07-07 Thread Phillip Bailey
You're welcome. I'm glad to hear that you got everything working! =)

-Phillip Bailey

On Fri, Jul 7, 2017 at 10:43 AM, yayo (j) <jag...@gmail.com> wrote:

> Hi and thank you for the answer,
>
> After many many errors and problem, I have tried to start deploying
> hosted-engine from node02 and... everything is working good, the last
> message from ovirt activities is:
>
> *Jul 7, 2017 4:38:00 PM Hosted Engine VM was imported successfully*
>
>
> I think that something as gone wrong in the first time i've tried to
> install and this is have compromised every next Installation attempts. Now
> i will reinstall the node01 and I will join it in cluster from interface
>
> Thank you for support
>
> 2017-07-07 14:35 GMT+02:00 Phillip Bailey <phbai...@redhat.com>:
>
>> Hi yayo,
>>
>> Based off of the information you've provided here, it doesn't sound like
>> the deployment was successful despite being able to access the web
>> interface. You can check the status of the deployment from node01 by
>> running 'hosted-engine --check-deployed'. You can also check the status of
>> the VM by running 'hosted-engine --vm-status'. Could you run those commands
>> and provide the output? It would also be helpful if you could provide the
>> log indicated at the end of the deploy script.
>>
>> As far as the storage issue, you must have an active host in order to add
>> a storage/data domain. Typically, the first data domain added will become
>> the master data domain, which will be indicated in the web interface by
>> '(Master)' following the type in the Domain Type column in the Storage main
>> tab. The host that was selected during the domain setup will become the
>> Storage Pool Manager (SPM) and will have 'SPM' in the SPM column in the
>> Hosts main tab. If you attempt to move this host to maintenance mode,
>> another host will be selected to become the SPM. If no other hosts are
>> available, I believe you'll get an error message which will prevent you
>> from being able to move it to maintenance. I believe in this situation you
>> can put the storage domain into maintenance mode by going to the Storage
>> sub tab under the Data Center main tab, selecting the domain, and clicking
>> the 'Maintenance' button. This should allow you to then put the last host
>> into maintenance mode.
>>
>> However, I think your initial deployment needs to be fixed before adding
>> more hosts. Hopefully, I or someone else will be able to help you with that
>> once you've responded with the output from the status commands and the
>> setup log.
>>
>> -Phillip Bailey
>>
>> On Fri, Jul 7, 2017 at 7:22 AM, yayo (j) <jag...@gmail.com> wrote:
>>
>>> Hi at all,
>>>
>>> I have correctly deployed an hosted engine using node01 via:
>>>
>>> hosted-engine --deploy
>>>
>>> Using FC shared storage.
>>>
>>> Seems all work good but, when I login in to the ovirt web interface I
>>> can't find the hosted engine under the VM tab (also the node01 server).
>>>
>>> So, I have tried to add node02 (no problem) and added the "Data Domain"
>>> storage (another FC share storage).
>>>
>>> Now (I Think) I needs to deploy also here the hosted engine but I can't.
>>> There is only one way, to put node02 in maintenance mode but, after that,
>>> "Data Domain" added going down and, when I try to deploy the hosted engine
>>> interface says:
>>>
>>>
>>> Error while executing action:
>>>
>>> node02:
>>> Cannot edit Host. You are using an unmanaged hosted engine VM. Please
>>> add the first storage domain in order to start the hosted engine import
>>> process.
>>>
>>> what is this "first storage domain"?
>>>
>>> I have not added the node01 yet because last time hosted engine crashed
>>> and the only way was to restart the installation 
>>>
>>>
>>> Note: Hosted engine seems to be correcty deployed because all work good,
>>> but deploy script ended with error:
>>>
>>> [ INFO  ] Engine-setup successfully completed
>>> [ INFO  ] Engine is still unreachable
>>> [ INFO  ] Engine is still not reachable, waiting...
>>> [more of these messages]
>>> [ ERROR ] Engine is still not reachable
>>> [ ERROR ] Failed to execute stage 'Closing up': Engine is still not
>>> reachable
>>> [ INFO  ] Stage: Clean up
>>> [ INFO  ] Generating answer file '/var/lib/ovirt-hosted-engine-
>>> setup/ans

Re: [ovirt-users] ovirt 4.1 : Can't deploy second node on self hosted engine cluster and host with hosted engine deployed (and also hosted engine VM) is not added to interface

2017-07-07 Thread Phillip Bailey
Hi yayo,

Based off of the information you've provided here, it doesn't sound like
the deployment was successful despite being able to access the web
interface. You can check the status of the deployment from node01 by
running 'hosted-engine --check-deployed'. You can also check the status of
the VM by running 'hosted-engine --vm-status'. Could you run those commands
and provide the output? It would also be helpful if you could provide the
log indicated at the end of the deploy script.

As far as the storage issue, you must have an active host in order to add a
storage/data domain. Typically, the first data domain added will become the
master data domain, which will be indicated in the web interface by
'(Master)' following the type in the Domain Type column in the Storage main
tab. The host that was selected during the domain setup will become the
Storage Pool Manager (SPM) and will have 'SPM' in the SPM column in the
Hosts main tab. If you attempt to move this host to maintenance mode,
another host will be selected to become the SPM. If no other hosts are
available, I believe you'll get an error message which will prevent you
from being able to move it to maintenance. I believe in this situation you
can put the storage domain into maintenance mode by going to the Storage
sub tab under the Data Center main tab, selecting the domain, and clicking
the 'Maintenance' button. This should allow you to then put the last host
into maintenance mode.

However, I think your initial deployment needs to be fixed before adding
more hosts. Hopefully, I or someone else will be able to help you with that
once you've responded with the output from the status commands and the
setup log.

-Phillip Bailey

On Fri, Jul 7, 2017 at 7:22 AM, yayo (j) <jag...@gmail.com> wrote:

> Hi at all,
>
> I have correctly deployed an hosted engine using node01 via:
>
> hosted-engine --deploy
>
> Using FC shared storage.
>
> Seems all work good but, when I login in to the ovirt web interface I
> can't find the hosted engine under the VM tab (also the node01 server).
>
> So, I have tried to add node02 (no problem) and added the "Data Domain"
> storage (another FC share storage).
>
> Now (I Think) I needs to deploy also here the hosted engine but I can't.
> There is only one way, to put node02 in maintenance mode but, after that,
> "Data Domain" added going down and, when I try to deploy the hosted engine
> interface says:
>
>
> Error while executing action:
>
> node02:
> Cannot edit Host. You are using an unmanaged hosted engine VM. Please add
> the first storage domain in order to start the hosted engine import process.
>
> what is this "first storage domain"?
>
> I have not added the node01 yet because last time hosted engine crashed
> and the only way was to restart the installation 
>
>
> Note: Hosted engine seems to be correcty deployed because all work good,
> but deploy script ended with error:
>
> [ INFO  ] Engine-setup successfully completed
> [ INFO  ] Engine is still unreachable
> [ INFO  ] Engine is still not reachable, waiting...
> [more of these messages]
> [ ERROR ] Engine is still not reachable
> [ ERROR ] Failed to execute stage 'Closing up': Engine is still not
> reachable
> [ INFO  ] Stage: Clean up
> [ INFO  ] Generating answer file '/var/lib/ovirt-hosted-engine-
> setup/answers/answers-20170123113113.conf'
> [ INFO  ] Stage: Pre-termination
> [ INFO  ] Stage: Termination
> [ ERROR ] Hosted Engine deployment failed: this system is not reliable,
> please check the issue,fix and redeploy
>   Log file is located at /var/log/ovirt-hosted-engine-
> setup/ovirt-hosted-engine-setup-20170123105043-kvzx84.log
>
> Is related to this bug? https://bugzilla.redhat.com/
> show_bug.cgi?id=1415822
>
> ___
> Users mailing list
> Users@ovirt.org
> http://lists.ovirt.org/mailman/listinfo/users
>
>
___
Users mailing list
Users@ovirt.org
http://lists.ovirt.org/mailman/listinfo/users


Re: [ovirt-users] Unable to add host

2016-11-21 Thread Phillip Bailey
On Sun, Nov 20, 2016 at 10:54 AM, Oscar Segarra 
wrote:

>
>
> I'd like to know the difference between None, Deploy and Undeploy from the
> Hosted Engine option as well:
>
> [image: Imágenes integradas 1]
>
>
These options are referring to the deployment of hosted engine components
that allow the hosted engine VM to run on a host. You can get more
information from the feature page [1]. I am currently working on improving
the UI around this functionality [2], so please let me know if you have any
additional questions after checking out the feature page.

[1]
http://www.ovirt.org/develop/release-management/features/sla/deploy-hosted-engine-hosts-via-engine/
[2] https://bugzilla.redhat.com/show_bug.cgi?id=1369827


> Thanks a lot.
>
> ___
> Users mailing list
> Users@ovirt.org
> http://lists.ovirt.org/mailman/listinfo/users
>
>
___
Users mailing list
Users@ovirt.org
http://lists.ovirt.org/mailman/listinfo/users


Re: [ovirt-users] ovirt4.0.1 and new node, migration fails

2016-08-30 Thread Phillip Bailey
On Mon, Aug 29, 2016 at 3:13 AM, Sandro Bonazzola 
wrote:

>
> On Sat, Aug 27, 2016 at 12:28 AM, Bill James  wrote:
>
>> Can anyone offer suggestions on how to figure out why when I create a new
>> VM and go to "Host" and try to select "Specific Host", although 2 nodes are
>> listed it won't let me pick on of them?
>>
>> No updates on the bug reported.
>> I tried ovirt-engine-4.0.2.7-1.el7.centos.noarch on both ovirt engine
>> and the new node, no change.
>>
>
> Adding Phillip and Doron ( Bug 1363900
>  - Specific Host(s)
> radio button doesn't work) . I see bug has been targeted to 4.0.7 but
> maybe some of your questions may be answered earlier.
>
> Hi everyone, I'm moving this conversation to the comments section of the
bug to enable better tracking of the details related to the problem.
Thanks!

>
>
>>
>> The 2 nodes are not identical if that makes a difference. Both are HP
>> DL360 G8's but one has 128GB RAM and the other has 32GB. Does that matter?
>>
>> If after creating VM I go to "Run-once", then I can select the second
>> node and VM starts up fine.
>> Or I can migrate the VM once its started.
>> Why doesn't the initial "New VM" window allow me to select a host?
>>
>>
>>
>>
>> On 8/15/16 8:51 AM, Bill James wrote:
>>
>> sure did. No word yet on that.
>> *bug 1363900*
>>
>>
>>
>> On 08/14/2016 03:43 AM, Yaniv Dary wrote:
>>
>> Did you open a bug like Michal asked?
>>
>> Yaniv Dary
>> Technical Product Manager
>> Red Hat Israel Ltd.
>> 34 Jerusalem Road
>> Building A, 4th floor
>> Ra'anana, Israel 4350109
>>
>> Tel : +972 (9) 7692306
>> 8272306
>> Email: yd...@redhat.com
>> IRC : ydary
>>
>>
>> On Fri, Aug 12, 2016 at 2:23 AM, Bill James  wrote:
>>
>>> just fyi, I tried updating to ovirt-engine-4.0.2.6-1.el7.centos.noarch
>>> and still same story, it won't let me select a specific host to deploy a
>>> VM to, and doesn't tell me why not.
>>>
>>> However I can migrate the VM from one node to the other one just fine.
>>>
>>> Any ideas why?
>>>
>>> I provided logs earlier.
>>>
>>>
>>>
>>>
>>> On 08/03/2016 02:32 PM, Bill James wrote:
>>>
 opened bug 1363900.
 It also includes recent logs from all 3 servers.

 Also tried updating vdsm to 4.18.10-1 and restarted ovirt-engine.
 No change in results.

 I can migrate VMs to new node but not initially assign VMs to that node.


 On 07/29/2016 09:31 AM, Bill James wrote:

> ok, I will raise a bug. Yes it is very frustrating just having button
> not work without explanation.
> I don't know if this is related, the new host that I am having
> troubles with is running 4.0.1.1-1,
> other other host is running 4.0.0.6-1
>
> I was planning on migrating VMs then upgrade the older host.
> Also Cluster is still in 3.6 mode, also waiting for upgrade of older
> node.
> All storage domains are on older node, its the NFS server.
>
>
> hmm, just retried migration so I could get vdsm logs from both hosts.
> 1 VM worked, the other 3 failed.
> And I still can't assign VMs to new node.
>
> VM that worked: f4cd4891-977d-44c2-8554-750ce86da7c9
>
> Not sure what's special about it.
> It and 45f4f24b-2dfa-401b-8557-314055a4662c are clones from same
> template.
>
>
> Attaching logs from 2 nodes and engine now.
>
>
>
> On 7/29/16 4:00 AM, Michal Skrivanek wrote:
>
>> On 28 Jul 2016, at 18:37, Bill James  wrote:
>>>
>>> I'm trying to test out ovirt4.0.1.
>>> I added a new hardware node to the cluster. Its status is Up.
>>> But for some reason when I create a new VM and try to select
>>> "Specific Host" the radio button doesn't let me select it so I can't 
>>> assign
>>> a VM to new node.
>>>
>> please raise that as a bug if there is no explanation why
>>
>> When I try to migrate a VM to new node it fails with:
>>>
>>> MigrationError: Domain not found: no domain with matching uuid
>>> '45f4f24b-2dfa-401b-8557-314055a4662c'
>>>
>>>
>>> What did I miss?
>>>
>> for migration issues you always need to include vdsm logs from both
>> source and destination host. Hard to say otherwise. Anything special 
>> about
>> your deployment?
>>
>> ovirt-engine-4.0.1.1-1.el7.centos.noarch
>>> vdsm-4.18.6-1.el7.centos.x86_64
>>>
>>> storage is NFS.
>>>
>>> Attached logs.
>>>
>>> ___
>>>
>>> Users mailing list
>>> Users@ovirt.org
>>> http://lists.ovirt.org/mailman/listinfo/users
>>>
>>
>

>>> ___
>>> Users mailing list
>>> Users@ovirt.org
>>> http://lists.ovirt.org/mailman/listinfo/users
>>>
>>
>>
>>
>> --
>> 
>> Check it out Tomorrow night:
>> 

Re: [ovirt-users] java.io.IOException: Command returned failure code 1 during SSH session

2016-06-13 Thread Phillip Bailey
On Mon, Jun 13, 2016 at 4:34 AM, Yedidyah Bar David  wrote:

> On Sat, Jun 11, 2016 at 5:56 PM, Gregor Binder 
> wrote:
> > -BEGIN PGP SIGNED MESSAGE-
> > Hash: SHA256
> >
> > Hi,
> >
> > during inspecting the engine.log I found this entry:
> >
> > - 
> > [org.ovirt.engine.core.uutils.ssh.SSHDialog]
> > (DefaultQuartzScheduler_Worker-81) [] Exception: java.io.IOException:
> > Command returned failure code 1 during SSH session 'root@ > name remove>'
> > - 
> > Message: Failed to check for available updates on host host01 with
> > message 'Command returned failure code 1 during SSH session
> > 'root@'
> > - 
> >
> > Looks like a serious problem because the engine can't check for updates.
>
> You should have some more information in the log. Please check around this
> line and/or post full log. Thanks.
>
> >
> > cheers
> > gregor
> > - --
> > GPG-Key: 67F1534F
> > URL: http://pgp.mit.edu:11371/pks/lookup?op=get=0x137FB29D67F1534
> > F
> > -BEGIN PGP SIGNATURE-
> > Version: GnuPG v2
> >
> > iQIcBAEBCAAGBQJXXCaMAAoJEBN/sp1n8VNP1B4QAL1EZRBMe+TFYENj2WH0saTm
> > GBOZxKljwkno0xdGpql64ZsmPogQ9Ybtus6eEWBuzGScc0uHvsbzVKWrVNf2afAP
> > XbvWYvdTWECfhSTbQQ0MS/itwkuOfeEONywdo9jcCv+261oEJwQyltjDKK6NDgYl
> > K4L5Qyvhac0EZsjRpDtKDyHj+QT321hLI5gRps/eMPIAHWl8zaq+LJVFDI4EV3gE
> > 9Ndcljyxjd6IyqIG4LzQobNowA8Jp+QAIrA316ekkb9BLF7o/W9VaITmS+5xS5Dl
> > y2lL7Ga/LYdpEkMh8ZQmLwjoTWZvKoL08xFQgnUQ4Ry/UI8ENukmIXecuQebhEHH
> > Bs4WnaZCDxditHymI809lwf2jpeGVjLkOPuLfev38AIfKS00acm0Yb3TIWNbzs6F
> > ZJ+rz9X6gtPBET2XOSDPWa/JsCcIbg/XjqEM4qzOANmKzWA4mJpVh7uM6M8mgFd+
> > 4kZA8hVz4sckat1jbXFXgIJuMvNDwjgKUsDVBoZ1wKJvfj/btfgFaVI/osDnNQ8l
> > rtnuGCDNhZvJCctxIbLOpC7+raImWLOy89Od1W3KMYg6ECgAM7t5A7VRtTdzSqyt
> > pji7NaXsZxNqCh2QCXa8srjUQgWttpkRsH/iR3xq/s7QdS+Moail5AoF8XeCzFvB
> > GX+DLN8RPMcIilUXuaUs
> > =OnF7
> > -END PGP SIGNATURE-
> > ___
> > Users mailing list
> > Users@ovirt.org
> > http://lists.ovirt.org/mailman/listinfo/users
>
> Didi,

I've been having the same problem since the end of last week. I get the
error whenever I try to add a new host or run reinstall on one that failed
to install correctly. The relevant part of my log file is below. It covers
everything from the point that I start the action that causes the error to
the end of the log file. Also, I have SSH'd to the host to make sure that
there's nothing wrong with the connectivity and everything there works as
expected. Any help you can provide would be greatly appreciated.

2016-06-13 07:52:56,816 INFO
 [org.ovirt.engine.core.bll.hostdeploy.InstallVdsCommand] (default task-81)
[1a1eab5e] Running command: InstallVdsCommand internal: false. Entities
affected :  ID: 244264be-4156-45a1-aed5-d05681303c07 Type: VDSAction group
EDIT_HOST_CONFIGURATION with role type ADMIN
2016-06-13 07:52:56,862 INFO
 [org.ovirt.engine.core.bll.hostdeploy.InstallVdsInternalCommand] (default
task-81) [1a1eab5e] Lock Acquired to object
'EngineLock:{exclusiveLocks='[244264be-4156-45a1-aed5-d05681303c07=]', sharedLocks='null'}'
2016-06-13 07:52:56,868 INFO
 [org.ovirt.engine.core.bll.hostdeploy.InstallVdsInternalCommand]
(org.ovirt.thread.pool-8-thread-1) [1a1eab5e] Running command:
InstallVdsInternalCommand internal: true. Entities affected :  ID:
244264be-4156-45a1-aed5-d05681303c07 Type: VDS
2016-06-13 07:52:56,887 INFO
 [org.ovirt.engine.core.bll.hostdeploy.InstallVdsInternalCommand]
(org.ovirt.thread.pool-8-thread-1) [1a1eab5e] Before Installation host
244264be-4156-45a1-aed5-d05681303c07, m2-h1
2016-06-13 07:52:56,889 WARN
 [org.ovirt.engine.core.dal.dbbroker.auditloghandling.AuditLogDirector]
(default task-81) [1a1eab5e] Correlation ID: null, Call Stack: null, Custom
Event ID: -1, Message: Failed to verify Power Management configuration for
Host m2-h1.
2016-06-13 07:52:56,918 INFO
 [org.ovirt.engine.core.vdsbroker.SetVdsStatusVDSCommand]
(org.ovirt.thread.pool-8-thread-1) [1a1eab5e] START,
SetVdsStatusVDSCommand(HostName = m2-h1,
SetVdsStatusVDSCommandParameters:{runAsync='true',
hostId='244264be-4156-45a1-aed5-d05681303c07', status='Installing',
nonOperationalReason='NONE', stopSpmFailureLogged='false',
maintenanceReason='null'}), log id: 7656e770
2016-06-13 07:52:56,921 INFO
 [org.ovirt.engine.core.dal.dbbroker.auditloghandling.AuditLogDirector]
(default task-81) [1a1eab5e] Correlation ID: 1a1eab5e, Call Stack: null,
Custom Event ID: -1, Message: Host m2-h1 configuration was updated by
admin@internal.
2016-06-13 07:52:56,933 INFO
 [org.ovirt.engine.core.vdsbroker.SetVdsStatusVDSCommand]
(org.ovirt.thread.pool-8-thread-1) [1a1eab5e] FINISH,
SetVdsStatusVDSCommand, log id: 7656e770
2016-06-13 07:52:57,140 INFO
 [org.ovirt.engine.core.dal.dbbroker.auditloghandling.AuditLogDirector]
(org.ovirt.thread.pool-8-thread-1) [1a1eab5e] Correlation ID: 1a1eab5e,
Call Stack: null, Custom Event ID: -1, Message: Installing Host m2-h1.

Re: [ovirt-users] i meet some problems of ovirt3.6.2

2016-03-30 Thread Phillip Bailey
Hi Zhao,

Have you configured the migration policy? It's possible that your VM is
currently set to not allow migration. See the "Resilience Policy Settings
Explained" section of this document:
http://www.ovirt.org/documentation/admin-guide/administration-guide/.

-Phillip Bailey

On Wed, Mar 30, 2016 at 4:19 AM, zhao.lia...@puxinasset.com <
zhao.lia...@puxinasset.com> wrote:

> hi,all , i'm a chinese user of ovirt3.6.2  ,here are my problems
>
> i have 3 hosts, they all work fine , there are 10 vms run on it. i want
> test if vm will still work when i stop a host( the vm is running on this
> host),but when i reboot the host , the vm is down , but, you know it should
> be running on other host, i dont know what happened.
>
> --
> zhao.lia...@puxinasset.com
>
> ___
> Users mailing list
> Users@ovirt.org
> http://lists.ovirt.org/mailman/listinfo/users
>
>
___
Users mailing list
Users@ovirt.org
http://lists.ovirt.org/mailman/listinfo/users