Re: [Users] issue with conversion of ESXi 5 centos VM to fedora19 ovirt host

2014-01-11 Thread Madhav V Diwan
[mdiwan@server3 ~]$ sudo getenforce [sudo] password for mdiwan: Disabled [mdiwan@server3 ~]$ cat /etc/fstab | grep tmp [mdiwan@server3 ~]$ mount | grep /tmp tmpfs on /tmp type tmpfs (rw) selinux is disabled on this server .. at least till we figure this out but yes /tmp is a tmpfs mount

Re: [Users] Can I use IP address for FQDN?

2014-01-11 Thread Joop
David Li wrote: I just added a line to both /etc/hosts file. This time when I tried to attach the NFS ISO domain, it showed up as locked but eventually disappeared again from the web portal. I looked at the vdsm.log and found it might be that the mount timed out for some reason. But not

Re: [Users] Can I use IP address for FQDN?

2014-01-11 Thread Maurice James
Can you upload the portion of your vdsm.log that show the failure? From: David Li [mailto:david...@sbcglobal.net] Sent: Friday, January 10, 2014 2:18 PM To: Maurice James; 'Pat Pierson' Cc: users@ovirt.org Subject: Re: [Users] Can I use IP address for FQDN? Sorry hit the key too fast.

[Users] noVNC with intermediate certificates

2014-01-11 Thread Markus Stockhausen
Hello, after configuring noVNC websocket proxy I would like to load an offically signed certificate into it. Otherwise I would always have to accept the self signed certificate on port 6100. See here: http://lists.ovirt.org/pipermail/users/2013-October/017108.html From the configuration file I

Re: [Users] issue with conversion of ESXi 5 centos VM to fedora19 ovirt host

2014-01-11 Thread Madhav V Diwan
i have some spare disk on this server that i can make a /tmp partition from .. i am going to try that approach to rule out the tmpfs as an issue but woe to those who need such a large physical tmp partition for VM conversions.. -Original Message- From: Madhav V Diwan

Re: [Users] Networking questions (LONG)

2014-01-11 Thread Alan Murrell
Quoting Dan Kenigsberg dan...@redhat.com: This was devised as a security constraint - otherwise, a VM attached to the non-VLAN network could sniff traffic from another (VLAN) network. However, it seems that this is exactly what you need - a special VM that is designed to do just that. Well, I

Re: [Users] Can I use IP address for FQDN?

2014-01-11 Thread David Li
Here it is: Dummy-36245::DEBUG::2014-01-10 18:10:37,189::storage_mailbox::733::Storage.Misc.excCmd::(_checkForMail) SUCCESS: err = '1+0 records in\n1+0 records out\n1024000 bytes (1.0 MB) copied, 0.0336553 s, 30.4 MB/s\n'; rc = 0 Thread-83865::ERROR::2014-01-10

Re: [Users] Can I use IP address for FQDN?

2014-01-11 Thread Maurice James
By chance do you have a firewall enabled on your nfs host. If you do have a firewall enabled, do you have the following ports open? TCP/UDP 111 TCP/UDP 2049 And the ports defined in /etc/sysconfig/nfs From: David Li [mailto:david...@sbcglobal.net] Sent: Friday, January 10, 2014 7:48 PM

Re: [Users] Networking questions (LONG)

2014-01-11 Thread bigclouds
hi,Alan i think the best way to solve your question is openvswitch(corresponding to vmware vswitch). but it has not been intigrated with ovirt. your solution by adding dummy ethernet, i do not think it can work as you expect. because vm's ethernet(vnet) is vlan-aware or not. if it is

Re: [Users] issue with conversion of ESXi 5 centos VM to fedora19 ovirt host

2014-01-11 Thread Madhav V Diwan
setting up a physical /tmp with 1777 permissions did not work .. and i see ovirt/vdsm is making a temporary nfsV4 mount of the target export domain to /tmp on the ovirt server (what i thought was a hard link is actually a nfs mount for the duration of the conversion) so if the issue is not

Re: [Users] noVNC with intermediate certificates

2014-01-11 Thread Alon Bar-Lev
Hi, Can you please try to specify SSL_CERTIFICATE=xxx where xx contains the complete certificate chain in reverse? -BEGIN CERTIFICATE- ... (certificate for your server)... -END CERTIFICATE- -BEGIN CERTIFICATE- ... (the certificate for the CA)... -END

Re: [Users] [QE] oVirt 3.3.3 beta status

2014-01-11 Thread Eli Mesika
- Original Message - From: Sandro Bonazzola sbona...@redhat.com To: engine-devel engine-de...@ovirt.org, Users@ovirt.org, vdsm-devel vdsm-de...@fedorahosted.org, VDSM Project Development vdsm-de...@lists.fedorahosted.org, arch a...@ovirt.org Sent: Friday, January 10, 2014 2:13:01

Re: [Users] Ovirt Engine single point of failure

2014-01-11 Thread Oved Ourfalli
Consider trying the new hosted engine feature (http://www.ovirt.org/Features/Self_Hosted_Engine). It runs the ovirt engine as a VM inside the engine, and also provides HA solution for it. Oved - Original Message - From: Yair Zaslavsky yzasl...@redhat.com To: Alan Murrell