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

2018-05-01 Thread Joe DiTommasso
I was having the same issue. I've blown away my logs, but VDSM was failing
to start up after attempting to configure vswitch filtering. Have switched
to oVirt Node, which seems to be working.

On Tue, May 1, 2018, 10:00 Phillip Bailey  wrote:

> 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  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-setup/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
>
___
Users mailing list
Users@ovirt.org
http://lists.ovirt.org/mailman/listinfo/users


Re: [ovirt-users] Add nodes to single-node hyperconverged cluster

2018-04-17 Thread Joe DiTommasso
Thanks! I realized yesterday that I've got a few hosts I was in the process
of decommissioning that I can temporarily use for this. So my new plan is
to build a 3-node cluster with junk hosts and cycle in the good ones.

On Tue, Apr 17, 2018 at 9:49 AM, Denis Chaplygin 
wrote:

> Hello!
>
> On Fri, Apr 13, 2018 at 7:02 PM, Joe DiTommasso 
> wrote:
>
>> Hi, I'm currently running an out-of-date (3.6) 3-node oVirt cluster,
>> using NFS storage. I'd like to upgrade to the latest release and move to a
>> hyperconverged setup, but I've only got the three hosts to play with. I'm
>> currently thinking of pulling one node from my current cluster, rebuilding
>> it to start a new cluster, and then migrating VMs/physical hosts over to
>> the new cluster. Is that something that would seem feasible? I've read the
>> documentation on setting up a hyperconverged cluster, but didn't see
>> anything about adding new hosts after cluster deployment.Thanks!
>>
>>
>
> Well, first of all - it is very tricky and risky. We have a good reason to
> require 3 hosts in HC cluster - data redundancy and service reliability. If
> you have luxury of turning everything down and upgrading using
> backup/restore or something similar - please, go this way.
>
>
> But in case you really really really need to upgrade your deployment in
> your way, you can try following:
>
> * Backup first :-)
> * Upgrade your OS to the maximum version supported by 3.6 and any of the
> next ovirt releases. You can also try to upgrade ovirt first.
> * Remove one of the nodes from your cluster
> * Manually install gluster servers on all 3 nodes and create a replicated
> volumes for your future engine and vms
> * Deploy HE on the free node, using existing gluster volumes
> * Migrate VMs to that engine.
> * One by one remove hosts from your old cluster and add them to your new
> cluster
> * When you will finish that, backup again :) and try to continue your
> upgrade.
>
> The whole idea of the process, described above, is to provide you with
> gluster replica 3 volume from the very beginning. Technically you can use a
> single brick distributed volume to install new engine and migrate VMs to
> your new cluster, but problems with that single brick distributed volume
> will affect all your VMs.
>
>
> Another one option for you is to make replicated volume in a single host.
> If you have enough space for keeping data thee times, you can:
>
> * Backup (!)
> * Remove one of the hosts from service, upgrade it
> * And after that create replica 3 volumes for the engine and VMs, using 6
> _local_ bricks
> * Migrate VMs from one of your hosts
> * Upgrade that second hosts, add it to your new cluster and manually
> migrate two bricks (one brick per volume) from the first host to the second
> host.
> * Repeat for remaining host
>
> Both approaches are VERY risky and highly THEORETICAL. I don't think
> anyone ever did that, so think twice before doing that. Following any of
> those scenario requires you to deeply understand, what are you doing and
> involves a lot of work in console. Seriously, thnk one more time before
> following them.
>
___
Users mailing list
Users@ovirt.org
http://lists.ovirt.org/mailman/listinfo/users


[ovirt-users] Add nodes to single-node hyperconverged cluster

2018-04-13 Thread Joe DiTommasso
Hi, I'm currently running an out-of-date (3.6) 3-node oVirt cluster, using
NFS storage. I'd like to upgrade to the latest release and move to a
hyperconverged setup, but I've only got the three hosts to play with. I'm
currently thinking of pulling one node from my current cluster, rebuilding
it to start a new cluster, and then migrating VMs/physical hosts over to
the new cluster. Is that something that would seem feasible? I've read the
documentation on setting up a hyperconverged cluster, but didn't see
anything about adding new hosts after cluster deployment.Thanks!

Joe
___
Users mailing list
Users@ovirt.org
http://lists.ovirt.org/mailman/listinfo/users


Re: [ovirt-users] Dumb question: exclamation mark next to VM?

2016-02-05 Thread Joe DiTommasso
If you mouse over the exclamation mark, you should get a tooltip that tells
you what it's complaining about. I've got it on pretty much all my VMs,
it's an issue with the timezone for me.

On Thu, Feb 4, 2016 at 10:41 AM, Charles Kozler 
wrote:

> I have this too. Thank you, I was going to email about this as well
> http://i.imgur.com/cZ6P5dp.png
>
> On Thu, Feb 4, 2016 at 10:38 AM, Chris Adams  wrote:
>
>> I set up a new oVirt 3.6.2 cluster on CentOS 7.2 (everything up to date
>> as of yesterday).  I created a basic CentOS 7.2 VM with my local
>> customizations, created a template from it, and then created a VM from
>> that template.
>>
>> That new VM has an exclamation mark next to it in the web GUI (between
>> the up arror for "running" and the "server" icon).  Usually I would
>> expect that means something is wrong or needs attention, but I can't
>> find anything to fix/address/etc. (no messages in the Alerts, nothing
>> odd in the Events, etc.).  What does the exclamation mark mean, and how
>> do I clear it?
>>
>> --
>> Chris Adams 
>> ___
>> Users mailing list
>> Users@ovirt.org
>> http://lists.ovirt.org/mailman/listinfo/users
>>
>
>
>
> --
>
> *Charles Kozler*
> *Vice President, IT Operations*
>
> FIX Flyer, LLC
> 225 Broadway | Suite 1600 | New York, NY 10007
> 1-888-349-3593
> http://www.fixflyer.com 
>
> NOTICE TO RECIPIENT: THIS E-MAIL IS MEANT ONLY FOR THE INTENDED
> RECIPIENT(S) OF THE TRANSMISSION, AND CONTAINS CONFIDENTIAL INFORMATION
> WHICH IS PROPRIETARY TO FIX FLYER LLC.  ANY UNAUTHORIZED USE, COPYING,
> DISTRIBUTION, OR DISSEMINATION IS STRICTLY PROHIBITED.  ALL RIGHTS TO THIS
> INFORMATION IS RESERVED BY FIX FLYER LLC.  IF YOU ARE NOT THE INTENDED
> RECIPIENT, PLEASE CONTACT THE SENDER BY REPLY E-MAIL AND PLEASE DELETE THIS
> E-MAIL FROM YOUR SYSTEM AND DESTROY ANY COPIES.
>
> ___
> 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