Re: [ovirt-users] Good practices

2017-08-06 Thread Yaniv Kaul
On Sun, Aug 6, 2017 at 5:49 PM, Moacir Ferreira wrote: > I am willing to assemble a oVirt "pod", made of 3 servers, each with 2 CPU > sockets of 12 cores, 256GB RAM, 7 HDD 10K, 1 SSD. The idea is to use > GlusterFS to provide HA for the VMs. The 3 servers have a dual 40Gb NIC and > a dual 10Gb NI

Re: [ovirt-users] [ANN] oVirt 4.1.5 Second Release Candidate is now available

2017-08-06 Thread Sandro Bonazzola
2017-08-05 1:11 GMT+02:00 Gianluca Cecchi : > On Fri, Aug 4, 2017 at 5:42 PM, Sandro Bonazzola > wrote: > >> The oVirt Project is pleased to announce the availability of the Second >> Release Candidate of oVirt 4.1.5 for testing, as of August 4th, 2017 >> >> > Was the first 4.1.5 RC a secret ;-)

Re: [ovirt-users] Good practices

2017-08-06 Thread Colin Coe
1) RAID5 may be a performance hit 2) I'd be inclined to do this as JBOD by creating a distributed disperse volume on each server. Something like echo gluster volume create dispersevol disperse-data 5 redundancy 2 \ $(for SERVER in a b c; do for BRICK in $(seq 1 5); do echo -e "server${SERVER}:/b

[ovirt-users] Good practices

2017-08-06 Thread Moacir Ferreira
I am willing to assemble a oVirt "pod", made of 3 servers, each with 2 CPU sockets of 12 cores, 256GB RAM, 7 HDD 10K, 1 SSD. The idea is to use GlusterFS to provide HA for the VMs. The 3 servers have a dual 40Gb NIC and a dual 10Gb NIC. So my intention is to create a loop like a server triangle

Re: [ovirt-users] ovirt 4.1 : Can't install guest tools for Zentyal 5.0 (based on ubuntu 16.04 xenial)

2017-08-06 Thread Tomáš Golembiovský
Hi, I just tried that with development version of Zentyal and it works for me. Well, there are some caveats, see below. On Fri, 4 Aug 2017 09:31:22 -0400 Wesley Stewart wrote: > Just wanted to add my input. I just recently noticed the same thing. > Luckily i was just testing Zentyal, but when

Re: [ovirt-users] Cannot set a quota to limit resources for each user

2017-08-06 Thread Yanir Quinn
Hi, to get a reference for users and roles for a specific quota you can use: .../ovirt-engine/api/datacenters/{datacenter: id}/quotas/{quota: id}/permissions for example: GET http://localhost:8080/ovirt-engine/api/datacenters/59746a95-0352-0329-02fd-026f/quotas/a86e8efd-7650-412d-8e3d-5

Re: [ovirt-users] Created cluster, deleted Data-Center, Recreated Data-Center, Attempted to re-create Cluster (Same Name As Old Cluster), Now Fails

2017-08-06 Thread Fred Rolland
Hi, When you delete the Data Center, the Clusters are not deleted. You can delete the Cluster from the UI. Select the "System" icon on the left tree, and select the "Cluster" tab. You cluster should be there, and you can select it and delete. Regards, Freddy On Sun, Aug 6, 2017 at 7:46 AM, Scho