[ovirt-users] Re: ovirt_disk and ubuntu issues

2019-07-15 Thread Vrgotic, Marko
Hey Pavel, As far as I remember, I went with Ansible ovirt_vm and ovrit_disk defaults. I will double check. “format: cow” which would mean thin-provisioned. I have all prepared so I can make quick test with all scenarios: 1. format: cow 2. format: raw 3. format: cow and sparse:

[ovirt-users] SSH Authorized_keys

2019-07-15 Thread Vrgotic, Marko
Dear oVIrt, Would it be possible to utilize SSH Pub key from User config [cid:image001.png@01D53B2B.0E387070] In such a way that it is offered or autoloaded into Cloud-init SSH Authorized keys field when exists? This would bring one less action required before VM can be created. Kindly

[ovirt-users] Re: VM status codes

2019-07-15 Thread Mitja Mihelič
Perfect! Thank you Michal. Kind regards, Mitja On 15/07/2019 18:31, Michal Skrivanek wrote: On 15 Jul 2019, at 15:11, Mitja Mihelič > wrote: Hi! We are graphing certain parameters we collect from the engine database. We use following query to get the count

[ovirt-users] Re: VM status codes

2019-07-15 Thread Michal Skrivanek
On 15 Jul 2019, at 15:11, Mitja Mihelič wrote: Hi! We are graphing certain parameters we collect from the engine database. We use following query to get the count of running VMs: select count(*),cluster.name as cluster from vms, cluster where vms.cluster_id = cluster.cluster_id and vms.status =

[ovirt-users] Re: ovirt-engine-appliance ova

2019-07-15 Thread Strahil
Exactly. Ovirt (and RHV respectively) can be installed as: 1. VM in an oVirt Cluster 2. Separate machine(s) In point 2 , the Virt admin should take care about the high availability of the engine. So, you can install CentOS7 and then deploy the engine's software ontop of it. Extracting the OVA

[ovirt-users] VM status codes

2019-07-15 Thread Mitja Mihelič
Hi! We are graphing certain parameters we collect from the engine database. We use following query to get the count of running VMs: select count(*),cluster.name as cluster from vms, cluster where vms.cluster_id = cluster.cluster_id and vms.status = 1 group by cluster; It would help extremely

[ovirt-users] Add Instance_type option for VM Portal

2019-07-15 Thread Vrgotic, Marko
Dear oVIrt, We are relying on Templates more and more, which is great. Images/templates built using “official” cloud images usually have 1CPU and 1GB of RAM. Using this feature via Administration portal is super, since we can attach Instance_type to template to provide sufficient CPU and RAM,

[ovirt-users] Re: Manual Migration not working and Dashboard broken after 4.3.4 update

2019-07-15 Thread Sharon Gratch
Hi Neil, Regarding issue 1 (Dashboard): I recommend to upgrade to latest oVirt version 4.3.5, for this fix as well as other enhancements and bug fixes. For oVirt 4.3.5 installation / upgrade instructions: http://www.ovirt.org/release/4.3.5/ Regarding issue 2 (Manual Migrate dialog): If it will

[ovirt-users] Re: Hardware Used

2019-07-15 Thread Michal Skrivanek
> On 15 Jul 2019, at 09:38, Emil Natan wrote: > > I think the right place for this question is the ovirt users mailing list. > Added. > > On Mon, Jul 15, 2019 at 10:28 AM > wrote: > Hi All > > We are looking into setting up a highly scalable and HA Ovirt

[ovirt-users] Re: iptables with 4.3+?

2019-07-15 Thread Yedidyah Bar David
On Thu, Jul 4, 2019 at 10:20 PM Darrell Budic wrote: > > I’m in the same boat, puppet managing iptables rules, and was able to > continue forcing it on my 4.3.x ovirt systems. Engine-setup complains all the > time, but so far it hasn’t broken anything. In "complains all the time" you mean that

[ovirt-users] Re: ovirt_disk and ubuntu issues

2019-07-15 Thread Pavel Bar
Good day Marko, Can you please tell us whether you tried to create a pre-allocated or thin-provision disk? Ondra, can you please take a look that is not an Ansible issue? Thank you in advance! Pavel On Mon, Jul 15, 2019 at 12:29 AM Vrgotic, Marko wrote: > Dear oVIrt, > > > > Even though I