[ovirt-users] Free Ovirt Powered Cloud

2014-12-15 Thread Donny Davis
Hi guys, I'm providing a free public cloud solution entirely based on vanilla oVirt called cloudspin.me It runs on IPv6, and I am looking for people to use the system, host services and report back to me with their results. Data I am looking for Connection Speed - Is it comparable to other

Re: [ovirt-users] Creating new users on oVirt 3.5

2014-12-16 Thread Donny Davis
Check out my write-up on AAA, I tried my best to break it down, and make it simple https://cloudspin.me/ovirt-simple-ldap-aaa/ -Original Message- From: users-boun...@ovirt.org [mailto:users-boun...@ovirt.org] On Behalf Of Alon Bar-Lev Sent: Tuesday, December 16, 2014 1:49 AM To: Fedele

Re: [ovirt-users] Free Ovirt Powered Cloud

2014-12-16 Thread Donny Davis
me how. On 12/15/2014 02:24 PM, Donny Davis wrote: Hi guys, I'm providing a free public cloud solution entirely based on vanilla oVirt called cloudspin.me It runs on IPv6, and I am looking for people to use the system, host services and report back to me with their results. Data I am looking

Re: [ovirt-users] Free Ovirt Powered Cloud

2014-12-16 Thread Donny Davis
I know this mailing list is for oVirt, but I also have openshift running as well. Your creds are single sign on, so they will work for openshift too :) Donny D From: users-boun...@ovirt.org [mailto:users-boun...@ovirt.org] On Behalf Of Donny Davis Sent: Monday, December 15, 2014 9:25 AM

Re: [ovirt-users] Creating new users on oVirt 3.5

2014-12-16 Thread Donny Davis
, December 16, 2014 10:13 AM To: Donny Davis Cc: Fedele Stabile; users@ovirt.org Subject: Re: [ovirt-users] Creating new users on oVirt 3.5 - Original Message - From: Donny Davis do...@cloudspin.me To: Alon Bar-Lev alo...@redhat.com, Fedele Stabile fedele.stab...@fis.unical.it Cc: users

Re: [ovirt-users] ERROR 'no free file handlers in pool' while creating VM from template

2014-12-16 Thread Donny Davis
What is the VM load you are running on your servers? -Original Message- From: users-boun...@ovirt.org [mailto:users-boun...@ovirt.org] On Behalf Of Tiemen Ruiten Sent: Tuesday, December 16, 2014 12:27 PM To: users@ovirt.org Subject: [ovirt-users] ERROR 'no free file handlers in pool'

Re: [ovirt-users] ERROR 'no free file handlers in pool' while creating VM from template

2014-12-16 Thread Donny Davis
The only thing I can think of would be file hard and soft limits, but I am no oVirt pro. 'no free file handlers in pool' that would make sense to me… Donny From: Tiemen Ruiten [mailto:t.rui...@rdmedia.com] Sent: Tuesday, December 16, 2014 12:40 PM To: Donny Davis Cc: Users

Re: [ovirt-users] Free Ovirt Powered Cloud

2014-12-17 Thread Donny Davis
I will bring up a node in ipv6 only and see what libvirtd does. I will post my results. -Original Message- From: Dan Kenigsberg [mailto:dan...@redhat.com] Sent: Wednesday, December 17, 2014 2:53 AM To: Donny Davis Cc: 'Lior Vernia'; osvob...@redhat.com Subject: Re: [ovirt-users] Free

Re: [ovirt-users] console viewer for ovrit engine

2014-12-17 Thread Donny Davis
Have you setup the websocket proxy? From: users-boun...@ovirt.org [mailto:users-boun...@ovirt.org] On Behalf Of Yue, Cong Sent: Wednesday, December 17, 2014 12:22 PM To: users@ovirt.org Subject: [ovirt-users] console viewer for ovrit engine Hi I finally created VM and it seems work

Re: [ovirt-users] console viewer for ovrit engine

2014-12-17 Thread Donny Davis
That's because its trying to connect to a websocket proxy that doesn't exist. Give this a spin http://www.ovirt.org/Features/noVNC_console From: Yue, Cong [mailto:cong_...@alliedtelesis.com] Sent: Wednesday, December 17, 2014 12:32 PM To: Donny Davis; users@ovirt.org Subject: RE: [ovirt

Re: [ovirt-users] console viewer for ovrit engine

2014-12-17 Thread Donny Davis
Is it error 1006 in the novnc console, or connection timeout 1006 = you need to trust the CA connection timeout = you don't have a connection setup, or iptables is not allowing port 6100 in Try stopping iptables or adding the correct rule iptables -A INPUT -p tcp -m state --state NEW -m tcp

Re: [ovirt-users] console viewer for ovrit engine

2014-12-17 Thread Donny Davis
, Cong; Donny Davis; 'Amador Pahim'; 'Dan Yasny' Subject: Re: [ovirt-users] console viewer for ovrit engine On Wednesday, December 17, 2014 11:42:59 AM Yue, Cong wrote: Thanks for the reply. I am trying to install the ca.crt to my chrome. But during the installation, password is asked, I tried

Re: [ovirt-users] console viewer for ovrit engine

2014-12-17 Thread Donny Davis
netstat -tunlp |grep 6100 -Original Message- From: Yue, Cong [mailto:cong_...@alliedtelesis.com] Sent: Wednesday, December 17, 2014 12:56 PM To: Donny Davis; aw...@redhat.com; users@ovirt.org Cc: 'Amador Pahim'; 'Dan Yasny' Subject: RE: [ovirt-users] console viewer for ovrit engine I

Re: [ovirt-users] event monitoring

2014-12-17 Thread Donny Davis
1. zenoss has an ovirt plugin that will email you 2. nagios has an ovirt plugin, and nagios will email you 3. write a script No offcial way that I know of I'm running zenoss because it's easier than nagios to setup… From: users-boun...@ovirt.org [mailto:users-boun...@ovirt.org] On Behalf

Re: [ovirt-users] console viewer for ovrit engine

2014-12-17 Thread Donny Davis
that's because its not listening on 6100 yum install ovirt-websocket-proxy (optional net-tools) systemctl start ovirt-websocket-proxy -Original Message- From: Yue, Cong [mailto:cong_...@alliedtelesis.com] Sent: Wednesday, December 17, 2014 2:16 PM To: Donny Davis; aw...@redhat.com; users

[ovirt-users] IPv6 Functionality for WebSocket Proxy

2014-12-18 Thread Donny Davis
I just realized this morning that my noVNC connections were not working for IPv6 only on cloudspin.me For those who want to deploy dual stack functionality for ovirt-websocket-proxy here is a very simple and elegant fix. NGINX is a useful tool :) You will need nginx to proxy the

Re: [ovirt-users] console viewer for ovrit engine

2014-12-18 Thread Donny Davis
-websocket-proxy rpm for el7 on the stable branch. If you really need to install it right now on el7 you can try from nightly snapshot. Thanks, Cong From: Gianluca Cecchi [mailto:gianluca.cec...@gmail.com] Sent: Wednesday, December 17, 2014 2:07 PM To: Yue, Cong Cc: Donny Davis; aw

Re: [ovirt-users] console viewer for ovrit engine

2014-12-18 Thread Donny Davis
To: Yue, Cong Cc: Donny Davis; aw...@redhat.com; users@ovirt.org Subject: Re: [ovirt-users] console viewer for ovrit engine On Wed, Dec 17, 2014 at 10:58 PM, Yue, Cong cong_...@alliedtelesis.com wrote: Thanks, but it saids there is no ovirt-websocket-proxy packges. I am using

Re: [ovirt-users] Free Ovirt Powered Cloud

2014-12-18 Thread Donny Davis
- From: users-boun...@ovirt.org [mailto:users-boun...@ovirt.org] On Behalf Of Greg Sheremeta Sent: Thursday, December 18, 2014 10:20 AM To: users@ovirt.org Subject: Re: [ovirt-users] Free Ovirt Powered Cloud On 12/15/2014 11:24 AM, Donny Davis wrote: Hi guys, I'm providing a free public cloud

[ovirt-users] Ovirt Engine WAN security

2014-12-18 Thread Donny Davis
I would like to inquire if anyone is using the ovirt engine to control remote datacenters, and if so.. How are you securing it. I realize you cannot devulge trade secrets or your actual setup.. Just general info, like we are using vpn, or SSH.. Thanks for any info anybody can provide. Donny

Re: [ovirt-users] Introduction!

2014-12-23 Thread Donny Davis
Welcome to ovirt. If you want to see ovirt check out cloudspin.me Its free Happy Connecting. Sent from my Sprint Samsung Galaxy S® 5 Original message From: Yedidyah Bar David d...@redhat.com Date: 12/23/2014 11:49 PM (GMT-07:00) To: Tom Weeks tom.m.we...@gmail.com

[ovirt-users] Ovirt Engine Clear All tasks

2015-01-02 Thread Donny Davis
the engine, it starts trying to migrate the disks again. How can I fix this Thanks -- Donny Davis CloudSpin.me ___ Users mailing list Users@ovirt.org http://lists.ovirt.org/mailman/listinfo/users

Re: [ovirt-users] oVirt 3.5 ovirt-image-repository (Glance)

2015-02-04 Thread Donny Davis
No you just need to create the network in the networks tab, then click on the newly created network and then look at the hosts tab that appears on the bottom of the screen. Click the unattached radio button and pick a host. then you can click setup host networks. drag the new network to and

Re: [ovirt-users] Help understanding Gluster in oVirt

2015-02-04 Thread Donny Davis
I have two nodes running the hosted engine and gluster setup for replicate between them. Mounting to localhost seems to be working so far. I have live migrated the engine, pulled the plug on a running node, and rebooted each node to ensure it all works properly. I have had few issues with this

Re: [ovirt-users] Help understanding Gluster in oVirt

2015-02-04 Thread Donny Davis
for that purpose, as its a distribute only gluster. BTW thank you for the tutorial, I was kinda lost with glusterfs before I read it. Donny DOn Feb 4, 2015 2:35 PM, Jason Brooks jbro...@redhat.com wrote: - Original Message - From: Donny Davis do...@cloudspin.me To: Jason Brooks jbro

[ovirt-users] Ovirt qouta

2015-02-04 Thread Donny Davis
Does anyone know if there if a way to set quotas without manually doing it for each user. As many of you already know I am the proprietor of cloudspin.me where I offer IaaS for free on ipv6. I would like to set per user quotas without having to manually do it for each person. In the next

Re: [ovirt-users] Help understanding Gluster in oVirt

2015-02-04 Thread Donny Davis
I am in the process of adding two more nodes to my hosted-engine setup using localhost as the mount point, I will report how it goes. I guess it would really be dependent on how the system was setup. Each node would have to be exactly the same to expect good results. My major issue with ctdb

Re: [ovirt-users] Installation issue

2015-02-06 Thread Donny Davis
Did you enter this parameter from the guide Lock=False in /etc/nfsmount.conf Donny DOn Feb 6, 2015 12:56 PM, Pascal Jakobi pascal.jak...@gmail.com wrote: Sorry for the delay : [root@lab1 ~]#  ausearch -m avc no matches [root@lab1 ~]# However, SELinux is enforced. Will check what

Re: [ovirt-users] Problems re-attaching an export domain

2015-02-06 Thread Donny Davis
Give this a try http://www.ovirt.org/How_to_clear_the_storage_domain_pool_config_of_an_exported_nfs_domainOn Feb 4, 2015 2:30 PM, Chris Burckhard chris.burckh...@gmail.com wrote: I had some issues with the virtual manager after upgrading, so exported my virtual machines to an export domain,

Re: [ovirt-users] Installation issue

2015-02-06 Thread Donny Davis
Are you using ctdb? If so then selinux must be permissive or disabledOn Feb 6, 2015 12:56 PM, Pascal Jakobi pascal.jak...@gmail.com wrote: Sorry for the delay : [root@lab1 ~]#  ausearch -m avc no matches [root@lab1 ~]# However, SELinux is enforced. Will check what happens when

Re: [ovirt-users] VM Import problems

2015-02-06 Thread Donny Davis
So should I detach the domain, update the tarball then reattach it. The problem lies with machines that have already been imported once before. ThanksOn Feb 6, 2015 3:23 PM, Greg Padgett gpadg...@redhat.com wrote: On 02/05/2015 04:37 PM, Donny Davis wrote: I need some help getting my users

Re: [ovirt-users] New user intro some questions

2015-02-07 Thread Donny Davis
I am doing both right now as well... Not sure if that is the right way... but there is nothing that prevents it. Donny -Original Message- From: users-boun...@ovirt.org [mailto:users-boun...@ovirt.org] On Behalf Of George Skorup Sent: Saturday, February 7, 2015 7:48 AM To:

[ovirt-users] VM Import problems

2015-02-05 Thread Donny Davis
I need some help getting my users vm's imported back into the system after the failure yesterday. I reattached the storage and half of the vm's imported without issue. The other half of the vms give this error Error while executing action: Cannot import VM. Storage Domain doesn't exist

Re: [ovirt-users] Ovirt qouta

2015-02-05 Thread Donny Davis
user I don't even know if qouta's will do what I want them to Regards Donny D -Original Message- From: Ondra Machacek [mailto:omach...@redhat.com] Sent: Thursday, February 5, 2015 1:39 AM To: Donny Davis; users@ovirt.org Subject: Re: [ovirt-users] Ovirt qouta Assigning it to group

Re: [ovirt-users] Fwd: Ovirt qouta

2015-02-05 Thread Donny Davis
...@redhat.com] Sent: Thursday, February 5, 2015 2:17 AM To: Donny Davis; 'Yaniv Dary' Subject: Re: Fwd: [ovirt-users] Ovirt qouta On 02/05/2015 11:12 AM, Donny Davis wrote: https://access.redhat.com/documentation/en-US/Red_Hat_Enterprise_Virtu alizat ion/3.3/html-single/Administration_Guide/index.html

Re: [ovirt-users] Installation issue

2015-02-07 Thread Donny Davis
] Sent: Saturday, February 7, 2015 2:06 PM To: Donny Davis Cc: users@ovirt.org; Simone Tiraboschi Subject: Re: [ovirt-users] Installation issue Checked everything, unset the NFS lock... Still the same. 2015-02-06 22:50 GMT+01:00 Donny Davis do...@cloudspin.me: Did you enter this parameter

Re: [ovirt-users] Hosted-engine ISO domain

2015-01-14 Thread Donny Davis
not see it in the UI at all. I'm no expert, just speaking from my experiences with ovirt. Donny D -Original Message- From: Yedidyah Bar David [mailto:d...@redhat.com] Sent: Wednesday, January 14, 2015 1:44 PM To: Donny Davis Cc: Will K; users@ovirt.org Subject: Re: [ovirt-users] Hosted

Re: [ovirt-users] Hosted-engine ISO domain

2015-01-14 Thread Donny Davis
Makes sense to me, thanks for helping to clarify. Will, I hope we have been of some help Donny D -Original Message- From: Yedidyah Bar David [mailto:d...@redhat.com] Sent: Wednesday, January 14, 2015 2:21 PM To: Donny Davis Cc: Will K; users@ovirt.org Subject: Re: [ovirt-users] Hosted

[ovirt-users] Exporting VM's painfully slow

2015-01-14 Thread Donny Davis
I am trying to export some vm's to bring them up in another system, and its painfully slow. I could be doing something wrong, or maybe there is a setting I can change to make this process a little faster. dd copies the image in 1MB blocks from what I can see in the logs, is there any way to

Re: [ovirt-users] Performance issue for GlusterFS as the block storage for VMs

2015-01-15 Thread Donny Davis
Do you have any metrics to give an idea of the difference. I am using NFS right now, and I am migrating to Gluster. I have the gluster system up, and I see that it seems to provision disks faster than my NFS. I haven't used any real measurement tools to get actual metrics, this is all perceived.

Re: [ovirt-users] problem adding storage connection

2015-01-15 Thread Donny Davis
Also check to see if there are any directories that have been created in your nfs exports Donny -Original Message- From: users-boun...@ovirt.org [mailto:users-boun...@ovirt.org] On Behalf Of Martin Pavlík Sent: Thursday, January 15, 2015 8:01 AM To: Lars Nielsen Cc: users@ovirt.org

Re: [ovirt-users] Hosted-engine ISO domain

2015-01-14 Thread Donny Davis
...@yahoo.com] Sent: Wednesday, January 14, 2015 4:26 PM To: Donny Davis; 'Yedidyah Bar David' Cc: users@ovirt.org Subject: Re: [ovirt-users] Hosted-engine ISO domain I think I have the issue resolved. Another guy screwed up the iptable. It looks good now. I have it attached to the data center

Re: [ovirt-users] Performance issue for GlusterFS as the block storage for VMs

2015-01-15 Thread Donny Davis
. Regards Donny D cloudspin.me From: Yue, Cong [mailto:cong_...@alliedtelesis.com] Sent: Thursday, January 15, 2015 12:30 PM To: Donny Davis; users@ovirt.org Subject: RE: [ovirt-users] Performance issue for GlusterFS as the block storage for VMs It is just the default configuration

Re: [ovirt-users] Put the engine inside hosts after installation

2015-01-17 Thread Donny Davis
Are you trying to use glusterFS as your hosted engine storage?? What problems are you having with the up and running tutorial? I have been loosely following it, and have not run into anything that is not solvable. Hosted-Engine is really the way to go, having your management machine HA is a

Re: [ovirt-users] oVirt Resources Site

2015-01-17 Thread Donny Davis
It is down here too From: users-boun...@ovirt.org [mailto:users-boun...@ovirt.org] On Behalf Of Nick Kesick Sent: Saturday, January 17, 2015 6:30 PM To: users@ovirt.org Subject: [ovirt-users] oVirt Resources Site I keep getting 404 errors when trying to access anything under

Re: [ovirt-users] oVirt Resources Site

2015-01-17 Thread Donny Davis
http://plain.resources.ovirt.org/pub/ is up From: users-boun...@ovirt.org [mailto:users-boun...@ovirt.org] On Behalf Of Nick Kesick Sent: Saturday, January 17, 2015 6:30 PM To: users@ovirt.org Subject: [ovirt-users] oVirt Resources Site I keep getting 404 errors when trying to access

Re: [ovirt-users] oVirt Windows Guest Tools

2015-01-17 Thread Donny Davis
http://plain.resources.ovirt.org/pub/ovirt-3.5/exe/ovirt-guest-tools/ Regards Donny D From: users-boun...@ovirt.org [mailto:users-boun...@ovirt.org] On Behalf Of Nick Kesick Sent: Saturday, January 17, 2015 6:29 PM To: users@ovirt.org Subject: [ovirt-users] oVirt Windows Guest Tools

Re: [ovirt-users] Exporting VM's painfully slow

2015-01-15 Thread Donny Davis
I will give this a spin, I can't get these machines to import at all... The job fails and the tasks remain, and all the machines I tried to import are locked. -Original Message- From: users-boun...@ovirt.org [mailto:users-boun...@ovirt.org] On Behalf Of Sven Kieske Sent: Thursday,

Re: [ovirt-users] Hosted-engine ISO domain

2015-01-14 Thread Donny Davis
Have you tried to add the ISO domain in the GUI? From: users-boun...@ovirt.org [mailto:users-boun...@ovirt.org] On Behalf Of Will K Sent: Wednesday, January 14, 2015 10:50 AM To: users@ovirt.org Subject: [ovirt-users] Hosted-engine ISO domain Hi all, Got a 'successful' setup of 3.5

Re: [ovirt-users] Details of the host

2015-01-22 Thread Donny Davis
When you add a host you will be able to see the details, and then you can place the host in maintenance mode to ensure no VM’s are brought up on it. But if you just need the mac address, why not ssh into it and get it from ip addr Donny D From: users-boun...@ovirt.org

Re: [ovirt-users] Performance issue for GlusterFS as the block storage for VMs

2015-01-15 Thread Donny Davis
, 2015 11:40 AM To: Donny Davis; users@ovirt.org Subject: RE: [ovirt-users] Performance issue for GlusterFS as the block storage for VMs I am using iometer (http://www.iometer.org/) to test the IOPS from one of the vm. As for IOPS is more trying to test the performance of block, rather than real

Re: [ovirt-users] Hosted-engine ISO domain

2015-01-14 Thread Donny Davis
What does your setup say cat /etc/ovirt-engine-setup.conf.d/20-setup-ovirt-post.conf From: Will K [mailto:yetanotherw...@yahoo.com] Sent: Wednesday, January 14, 2015 11:11 AM To: Donny Davis; users@ovirt.org Subject: Re: [ovirt-users] Hosted-engine ISO domain The domain is not listed

Re: [ovirt-users] Hosted-engine ISO domain

2015-01-14 Thread Donny Davis
have not encountered this issue. If someone more knowledgeable than me wants to set in, feel free Donny D From: Will K [mailto:yetanotherw...@yahoo.com] Sent: Wednesday, January 14, 2015 11:28 AM To: Donny Davis; users@ovirt.org Subject: Re: [ovirt-users] Hosted-engine ISO domain Hi

Re: [ovirt-users] Unable to run noVNC console un recent browsers

2015-02-20 Thread Donny Davis
Also are you use the ip address, or the FQDN for the engine in the browser? I have issues with noVNC using the ip address of the engine even if the cert is trusted. Donny D -Original Message- From: users-boun...@ovirt.org [mailto:users-boun...@ovirt.org] On Behalf Of Simone Tiraboschi

Re: [ovirt-users] Unable to run noVNC console un recent browsers

2015-02-20 Thread Donny Davis
works without issue. DonnyD -Original Message- From: Simone Tiraboschi [mailto:stira...@redhat.com] Sent: Friday, February 20, 2015 7:03 AM To: Donny Davis Subject: Re: [ovirt-users] Unable to run noVNC console un recent browsers - Original Message - From: Donny Davis do

Re: [ovirt-users] Problem: My VM's keep logging off

2015-02-20 Thread Donny Davis
For the spice console on the VM do you have single sign on checked? From: users-boun...@ovirt.org [mailto:users-boun...@ovirt.org] On Behalf Of Pedro ML Sousa Sent: Friday, February 20, 2015 7:27 AM To: users@ovirt.org Subject: [ovirt-users] Problem: My VM's keep logging off My VM's

Re: [ovirt-users] Unable to run noVNC console un recent browsers

2015-02-20 Thread Donny Davis
What do the logs say in /var/log/messages from the non working browsers? -Original Message- From: Simone Tiraboschi [mailto:stira...@redhat.com] Sent: Friday, February 20, 2015 7:57 AM To: Donny Davis Cc: users@ovirt.org Subject: Re: [ovirt-users] Unable to run noVNC console un recent

Re: [ovirt-users] disable user/password login for ISCSI when hosted-engine --deploy

2015-02-18 Thread Donny Davis
I just left them blank and had no issues From: users-boun...@ovirt.org [mailto:users-boun...@ovirt.org] On Behalf Of Juan Carlos YJ. Lin Sent: Wednesday, February 18, 2015 5:09 AM To: users@ovirt.org Subject: [ovirt-users] disable user/password login for ISCSI when hosted-engine --deploy

Re: [ovirt-users] change network MTU settings without taking all the VMs down?

2015-01-27 Thread Donny Davis
] Sent: Tuesday, January 27, 2015 12:30 PM To: Donny Davis Cc: users@ovirt.org Subject: Re: [ovirt-users] change network MTU settings without taking all the VMs down? Except you can’t change the network MTU setting in the first place on the network in the GUI. I’ve thought about doing

Re: [ovirt-users] change network MTU settings without taking all the VMs down?

2015-01-27 Thread Donny Davis
. What version are you running? On Jan 27, 2015, at 2:04 PM, Donny Davis do...@cloudspin.me wrote: Maybe I missed your question, but I can change the MTU from the gui without any problems. As long as you make sure there are not any vm's on the host you are trying to sync, I have experienced

Re: [ovirt-users] change network MTU settings without taking all the VMs down?

2015-01-27 Thread Donny Davis
, 2015, at 2:59 PM, Donny Davis do...@cloudspin.me wrote: I'm on the same.. And I see the issue. Why don't you create a new network with the correct parameters and then move the network the VM is attached to On Jan 27, 2015 1:39 PM, Darrell Budic bu...@onholyground.com wrote: Try

Re: [ovirt-users] change network MTU settings without taking all the VMs down?

2015-01-27 Thread Donny Davis
Migrate the vms between hosts, and when a host gets to no running VMS you can sync that network. Donny D cloudspin.meOn Jan 27, 2015 10:43 AM, Darrell Budic bu...@onholyground.com wrote: I finally got a couple of networks our from behind a wan based layer 2 bridge that required me to run

Re: [ovirt-users] change network MTU settings without taking all the VMs down?

2015-01-28 Thread Donny Davis
So adding a new network was the way you went??On Jan 28, 2015 9:22 AM, Darrell Budic bu...@onholyground.com wrote: 3.5.1. It’s really a “clean and tidy” thing now that I’ve got the network cleaned up, so not urgent but nice to have. Thanks for the info! On Jan 28, 2015, at 4:05 AM, Dan

Re: [ovirt-users] oVirt 3.5.1 user permissions

2015-01-29 Thread Donny Davis
You are assigning permissions at too high of a level. Set the following permissions for users to be able to only see what they create Add a new set of permissions in the config menu Login to system Create instance Attach to storage domains Then assign that permission at the datacenter level,

Re: [ovirt-users] oVirt 3.5.1 user permissions

2015-01-29 Thread Donny Davis
Setting that login permission at the system level is why they can see everything even if they can't control it. Copy the user permission role and remove all the permissions except login to system (the last box under login) create instance, and attach to storage domains. Then add it to the

Re: [ovirt-users] AAA

2015-01-29 Thread Donny Davis
Use /etc/hosts and add this to your .properties pool.default.socketfactory.type = java On Jan 29, 2015 5:50 AM, Alon Bar-Lev wrote: - Original Message - From: Koen Vanoppen To: Alon Bar-Lev Cc: users@ovirt.org Sent: Thursday, January 29, 2015 2:41:52 PM Subject: Re:

Re: [ovirt-users] LDAP Certificate Location?

2015-01-06 Thread Donny Davis
In the article you referenced you didn't setup tls On Jan 6, 2015 2:04 PM, Sandvik Agustin agustinsand...@gmail.com wrote:Hi Donny,Sorry to bother you at this time, I installed the 389ds by following this http://www.unixmen.com/setup-directory-serverldap-in-centos-6-4-rhel-6-4/ and now Im

[ovirt-users] GlusterFS Centos 7 unable to mount NFS on gluster members

2015-01-12 Thread Donny Davis
Here is a quick rundown of the system, and the problem. All hosts on centOS 7 fully up to date GlusterFS is running on 6 servers, 3x2 distribute/replicate. CTDB is running on all hosts I am unable to mount via nfs the exported volume on any of the gluster server members. I am able to

Re: [ovirt-users] Failed to create volume in OVirt with gluster

2015-01-13 Thread Donny Davis
Are you using ctdb??? and did you specify Lock=False in /etc/nfsmount.conf Can you give a full run down of topology, and has this ever been working or is it a new deployment? Donny D From: users-boun...@ovirt.org [mailto:users-boun...@ovirt.org] On Behalf Of Punit Dambiwal Sent:

Re: [ovirt-users] Access userportal

2015-01-13 Thread Donny Davis
nginx, or redirect it back to the userportal url Check out cloudspin.me to see what is possible with a little nginx magic I know this is a dup message for you Demeter, I didn’t reply to all.. Donny Davis Cloudspin.me From: users-boun...@ovirt.org [mailto:users-boun...@ovirt.org

Re: [ovirt-users] Ovirt and power saving

2015-01-13 Thread Donny Davis
The powersaving policy is only applicable to the hosts, so if your low utilization threshold is below the power policy when you pause the vm, it should place the host into maintenance and migrate the paused vm (may cause problems). I cannot test on my deployment, I am already down too many

Re: [ovirt-users] Failed to create volume in OVirt with gluster

2015-01-13 Thread Donny Davis
13, 2015 6:41 PM To: Donny Davis Cc: users@ovirt.org Subject: Re: [ovirt-users] Failed to create volume in OVirt with gluster Hi Donny, No I am not using CTDBit's totally new deployment... On Wed, Jan 14, 2015 at 1:50 AM, Donny Davis do...@cloudspin.me wrote: Are you using ctdb

Re: [ovirt-users] GlusterFS Centos 7 unable to mount NFS on gluster members

2015-01-13 Thread Donny Davis
Mark as human err... mount.nfs: trying text-based options 'vers=3,lock=Flase --that’s not how you spell false ,addr=192.168.0.240 -Original Message- From: Karli Sjöberg [mailto:karli.sjob...@slu.se] Sent: Monday, January 12, 2015 11:29 PM To: Donny Davis Cc: users@ovirt.org

Re: [ovirt-users] pfSense on oVirt

2015-02-09 Thread Donny Davis
I can make a reasonable assumption that your switch is setup to pass vlan tags i.e. trunk ports. Where is the issue at? -Donny D -Original Message- From: Staffan Öhrberg [mailto:sohrb...@gmail.com] Sent: Monday, February 9, 2015 9:30 AM To: Donny Davis Subject: Re: [ovirt-users

[ovirt-users] Cloudspin Storage changes

2015-02-09 Thread Donny Davis
Message- From: users-boun...@ovirt.org [mailto:users-boun...@ovirt.org] On Behalf Of Donny Davis Sent: Monday, February 9, 2015 8:45 AM To: 'Maor Lipchuk'; DONALD DAVIS Cc: users@ovirt.org Subject: Re: [ovirt-users] Storage issues Well, I have everything fixed, and by fixed I mean all

Re: [ovirt-users] New user intro some questions

2015-02-09 Thread Donny Davis
Well said Jason, From my own experience here at cloudspin, I was using gluster and virt on the same nodes. It did work, but was less than optimal. As Jason said Hardware isn't free, and neither is electricity to run said hardware. I am on the SAN route right now, and time will tell if it

Re: [ovirt-users] pfSense on oVirt

2015-02-09 Thread Donny Davis
I use pfsense with ovirt, and it works out pretty good for me. It's the only distro that will work with Comcast IPv6 correctly. What is your network topology? Are you using vlans? Donny D -Original Message- From: users-boun...@ovirt.org [mailto:users-boun...@ovirt.org] On Behalf Of

Re: [ovirt-users] Storage issues

2015-02-09 Thread Donny Davis
give this error Error while executing action: Cannot import VM. Storage Domain doesn't exist Funny part is, I only had one storage domain… and I imported it back into the engine… I’m confused. Donny Davis cloudspin.me

Re: [ovirt-users] Fwd: Ovirt qouta

2015-02-05 Thread Donny Davis
Thank you for looking into it Roy Cheers Donny -Original Message- From: Roy Golan [mailto:rgo...@redhat.com] Sent: Thursday, February 5, 2015 4:01 AM To: Donny Davis; 'Yaniv Dary' Cc: users@ovirt.org Subject: Re: Fwd: [ovirt-users] Ovirt qouta On 02/05/2015 11:21 AM, Donny Davis

Re: [ovirt-users] How can I add usernames in ovirt? i.e., is admin account

2015-01-05 Thread Donny Davis
I did a write up on AAA LDAP. https://cloudspin.me/ovirt-simple-ldap-aaa/ Hope its helpful DonnyOn Jan 5, 2015 11:26 AM, Alon Bar-Lev alo...@redhat.com wrote: Hello, For now you need to use somekind of LDAP with ovirt-engine-extension-ldap[1][2] package. In future we will support

Re: [ovirt-users] How can I add usernames in ovirt? i.e., is admin account

2015-01-05 Thread Donny Davis
Ensure you don't try to install freeipa to the manager machine, there will be conflicts. 389ds works and is really easy to setup Regards DonnyOn Jan 5, 2015 11:36 AM, Donny Davis do...@cloudspin.me wrote: I did a write up on AAA LDAP. https://cloudspin.me/ovirt-simple-ldap-aaa/ Hope

Re: [ovirt-users] Problem deploying ovirt-hosted-engine to iSCSI

2015-02-24 Thread Donny Davis
What are you using for your ISCSI shares? Can you mount the share elsewhere and see if its creating the domain. I had a similar problem using FreeNAS for ISCSI shares, and it was because I didn't define a size for the lun. Donny D cloudspin.me -Original Message- From:

Re: [ovirt-users] Ovirt and power saving

2015-01-13 Thread Donny Davis
I am bringing my new system online as I am typing this message… Hopefully I can get my power management to work with my blade center… if anyone knows how with drac5 please let me in ;) Donny Davis cloudspin.me From: Mario Giammarco [mailto:mgiamma...@gmail.com] Sent: Tuesday, January

Re: [ovirt-users] Can´t use a VM Network VLAN, because the Virtual Machines inside can't reach the Gateway

2015-06-30 Thread Donny Davis
for your response. :) 2015-06-30 17:51 GMT-05:00 Donny Davis do...@cloudspin.me: Vlans are layer 2, sounds like a tagging problem. Cisco switches? The tag sticks to the host bridge, but is being stripped off when it leaves the host Is your switch in access mode or trunk? Hi Friends

Re: [ovirt-users] Can´t use a VM Network VLAN, because the Virtual Machines inside can't reach the Gateway

2015-06-30 Thread Donny Davis
Donny Davis do...@cloudspin.me: I'm asking if your setting the vlan on the VM or at ovirt. More than likely if you are coming from VMware you have the Vlans set at the hypervisor. This does work in ovirt, I am doing it right now On Jun 30, 2015 9:31 PM, Julián Tete danteconra...@gmail.com wrote

Re: [ovirt-users] Can´t use a VM Network VLAN, because the Virtual Machines inside can't reach the Gateway

2015-06-30 Thread Donny Davis
. The community is for help, welcome to open source. Donny D On Jun 30, 2015 9:46 PM, Donny Davis do...@cloudspin.me wrote: Does your switch have an IP on that vlan... I would step things out VMhostswitchrtr You have already confirmed VM to host. I'm going to look at your screens again to make sure I

Re: [ovirt-users] Can´t use a VM Network VLAN, because the Virtual Machines inside can't reach the Gateway

2015-07-02 Thread Donny Davis
forever inet6 fe80::217:a4ff:fe77:18/64 scope link valid_lft forever preferred_lft forever 2015-06-30 21:34 GMT-05:00 Julián Tete danteconra...@gmail.com: You can count on it :) 2015-06-30 21:23 GMT-05:00 Donny Davis do...@cloudspin.me: Let us know how it works out, I am curious

[ovirt-users] CloudSpin is Almost back

2015-06-30 Thread Donny Davis
Hey guys I know CloudSpin has been down for quite a while. Its taking me a little longer than expected to get up and running again on my new connection. Mainly the lack of ipv6 on my static connection. I am working through it. I promised some server resources to aide in processes above my level,

Re: [ovirt-users] Can´t use a VM Network VLAN, because the Virtual Machines inside can't reach the Gateway

2015-06-30 Thread Donny Davis
Vlans are layer 2, sounds like a tagging problem. Cisco switches? The tag sticks to the host bridge, but is being stripped off when it leaves the host Is your switch in access mode or trunk? Hi Friends of oVirt I'm trying to migrate my company from VMware to oVirt. In my final tests, I set up

Re: [ovirt-users] User is not authorized, ldap OK, but no user VM

2015-06-30 Thread Donny Davis
PM, Donny Davis do...@cloudspin.me wrote: Add login permissions only at the data center for the group. This allows them to login, but not view anything. You have to create custom permission to do what you are looking for. On Jun 30, 2015 6:13 PM, David Smith dsm...@mypchelp.com wrote

Re: [ovirt-users] Ovirt and Gluster

2015-07-28 Thread Donny Davis
uses versions with reduced features and functionality, which have no direct comparison to the community versions. On 29/07/15 08:04, Donny Davis wrote: I would stick with the same versions I see a popular Linux company putting out. On Jul 27, 2015 6:15 PM, John Gardeniers jgardeni

Re: [ovirt-users] Poor guest write speeds

2015-07-28 Thread Donny Davis
to chime in. On Tue, Jul 28, 2015 at 8:19 PM, Alan Murrell li...@murrell.ca wrote: On 28/07/15 03:06 PM, Donny Davis wrote: Are you using virtio-scsi in oVirt? Initially I thought I was, but realised it was just virtio (no '-scsi'), though I did have the guest tools installed (as well

Re: [ovirt-users] Hanging Tasks

2015-07-30 Thread Donny Davis
Just wait for them to timeout. They can be killed from the CLI. What is the task? On Jul 30, 2015 9:30 AM, Arsène Gschwind arsene.gschw...@unibas.ch wrote: Hi, I've searched around but couldn't find a solution. Is there a way to kill/remove hanging tasks in the oVirt admin portal? Thanks

Re: [ovirt-users] Hanging Tasks

2015-07-30 Thread Donny Davis
for your help. rgds, Arsène On 07/30/2015 03:31 PM, Donny Davis wrote: Just wait for them to timeout. They can be killed from the CLI. What is the task? On Jul 30, 2015 9:30 AM, Arsène Gschwind arsene.gschw...@unibas.ch wrote: Hi, I've searched around but couldn't find a solution

Re: [ovirt-users] VM Migration Fails

2015-08-03 Thread Donny Davis
OK, I was just wondering. I'm glad to see you got it fixed. On Aug 3, 2015 6:07 PM, s k sokratis1...@outlook.com wrote: Because it breaks other custom configuration (non-oVirt related). I will probably try SELinux in enforcing mode when migrating to CentOS 7 hosts.

Re: [ovirt-users] VM Live Backup

2015-07-30 Thread Donny Davis
You could write a script to interface with the api that creates a snapshot and then exports or copies that to a backup nfs share And then run that on a cron job On Jul 30, 2015 5:18 PM, Prof. Dr. Michael Schefczyk mich...@schefczyk.net wrote: Dear All, One feature that I am really

Re: [ovirt-users] Poor guest write speeds

2015-07-28 Thread Donny Davis
I'm curious to hear how it works out. Keep us posted On Jul 29, 2015 12:22 AM, Alan Murrell li...@murrell.ca wrote: Hi Donny, On 28/07/15 06:30 PM, Donny Davis wrote: Can you give this a try. Fire up a manager thats not hosted engine, maybe a vm on a laptop or something. And then add

Re: [ovirt-users] Invitation: [3.6 deep dive] moVirt - Android mobile client for oVirt @ Wed Aug 12, 2015 14:00 - 15:00 (red hat)

2015-07-29 Thread Donny Davis
So excited to see moVirt On Jul 29, 2015 8:42 AM, Michal Skrivanek mskri...@redhat.com wrote: more details »

Re: [ovirt-users] VM Migration Fails

2015-08-03 Thread Donny Davis
Can you send the log from each node /var/log/vdsm/vdsm.log On Aug 3, 2015 12:39 PM, s k sokratis1...@outlook.com wrote: Hi, I'm having trouble migrating VMs in a 2-node cluster. VMs can start normally on both nodes if they are shutdown first but live migration fails and the following is

Re: [ovirt-users] VM Migration Fails

2015-08-03 Thread Donny Davis
Is there any reason that you have SE Linux in permissive. oVirt will run with SE Linux in enforcing On Aug 3, 2015 1:09 PM, s k sokratis1...@outlook.com wrote: I checked the vdsm.log and the source host was throwing this error: libvirtError: unsupported configuration: Unable to find security

  1   2   >