Re: [ovirt-users] Multiple datacenters design

2014-09-08 Thread Jimmy Dorff

On 09/08/2014 05:54 AM, Finstrle, Ludek wrote:


I think about two possibilities:
1) One central Engine
- how to manage guests when connection drop between engine and node
- latency is up to 1 second is it ok even with working connection?



I had a similar design on a Univ. campus and had problems. Ovirt engine 
would have problems with the state of remote hosts. VMs ran OK, but it 
wasn't "clean". I would recommend having a fast, reliable network 
between the engine and the hosts.


-Jimmy



smime.p7s
Description: S/MIME Cryptographic Signature
___
Users mailing list
Users@ovirt.org
http://lists.ovirt.org/mailman/listinfo/users


[Users] Where is the hosted engine storage?

2014-04-01 Thread Jimmy Dorff

I installed a test system with 3.4 and hosted-engine. Everything worked!

Post-install I didn't have a Storage Domain and the Data Center wasn't 
initialized. I added a second NFS path (everything on a NFS appliance) 
and setup a Storage Domain and such.


My question is where is the storage for the engine vm? Clearly it's on 
the NFS path I provided during the setup, but that isn't visible in the 
oVirt GUI at all. The "HostedEngine" Disks tab is blank.


Just checking that this is the design intent.

Thanks,
Jimmy




smime.p7s
Description: S/MIME Cryptographic Signature
___
Users mailing list
Users@ovirt.org
http://lists.ovirt.org/mailman/listinfo/users


Re: [Users] Problems with Scientific Linux and ovirt-release-11.0.0

2014-02-21 Thread Jimmy Dorff

Hi Sandro,

Dave Neary's comment is good. Here is a new patch:

*** a/ovirt-release.spec2014-02-21 10:10:00.0 -0500
--- b/ovirt-release.spec2014-02-21 13:01:35.856636466 -0500
***
*** 69,75 
  #Fedora is good for both Fedora and Generic (and probably other based 
on Fedora)

  #Handling EL exception only (for now)
! if grep -qFi 'CentOS' /etc/system-release; then
! DIST=EL
! elif grep -qFi 'Red Hat' /etc/system-release; then
  DIST=EL
  fi
--- 69,73 
  #Fedora is good for both Fedora and Generic (and probably other based 
on Fedora)

  #Handling EL exception only (for now)
! if rpm --eval "%dist" | grep -qFi 'el'; then
  DIST=EL
  fi

Might be faster for you to submit cause I'm not familiar with gerrit, 
but I can login with my Fedora FAS account.


Cheers,
Jimmy



On 2/21/14, 8:17 AM, Sandro Bonazzola wrote:

Il 21/02/2014 16:25, Jimmy Dorff ha scritto:

On 2/21/14, 2:31 AM, Sandro Bonazzola wrote:

Il 21/02/2014 07:34, Meital Bourvine ha scritto:

Hi Jimmy,

As far as I know, scientific linux isn't supported by ovirt.


IIUC it's based on CentOS / RHEL so it may work.
Let us know if you've issues :-)




But you can always try submitting a patch ;)



SL works fine with ovirt. If you want to "support it", here is a patch.


http://gerrit.ovirt.org/24869
If you've an account on gerrit you can review / verify it.



*** a/ovirt-release.spec2014-02-21 10:10:00.0 -0500
--- b/ovirt-release.spec2014-02-21 10:10:55.0 -0500
***
*** 73,76 
--- 73,78 
   elif grep -qFi 'Red Hat' /etc/system-release; then
   DIST=EL
+ elif grep -qFi 'Scientific Linux' /etc/system-release; then
+ DIST=EL
   fi


If you don't support Scientific Linux, then I would recommend not defaulting 
the DIST to Fedora and instead searching for the specific supported
releases and error out otherwise.

Future-wise, Scientific Linux *may* become a "CentOS variant" in Red Hat's 
CentOS.

Cheers,
Jimmy








smime.p7s
Description: S/MIME Cryptographic Signature
___
Users mailing list
Users@ovirt.org
http://lists.ovirt.org/mailman/listinfo/users


Re: [Users] Problems with Scientific Linux and ovirt-release-11.0.0

2014-02-21 Thread Jimmy Dorff

On 2/21/14, 2:31 AM, Sandro Bonazzola wrote:

Il 21/02/2014 07:34, Meital Bourvine ha scritto:

Hi Jimmy,

As far as I know, scientific linux isn't supported by ovirt.


IIUC it's based on CentOS / RHEL so it may work.
Let us know if you've issues :-)




But you can always try submitting a patch ;)



SL works fine with ovirt. If you want to "support it", here is a patch.

*** a/ovirt-release.spec2014-02-21 10:10:00.0 -0500
--- b/ovirt-release.spec2014-02-21 10:10:55.0 -0500
***
*** 73,76 
--- 73,78 
  elif grep -qFi 'Red Hat' /etc/system-release; then
  DIST=EL
+ elif grep -qFi 'Scientific Linux' /etc/system-release; then
+ DIST=EL
  fi


If you don't support Scientific Linux, then I would recommend not 
defaulting the DIST to Fedora and instead searching for the specific 
supported releases and error out otherwise.


Future-wise, Scientific Linux *may* become a "CentOS variant" in Red 
Hat's CentOS.


Cheers,
Jimmy



smime.p7s
Description: S/MIME Cryptographic Signature
___
Users mailing list
Users@ovirt.org
http://lists.ovirt.org/mailman/listinfo/users


[Users] Problems with Scientific Linux and ovirt-release-11.0.0

2014-02-20 Thread Jimmy Dorff

Hi Folks,

I've found a bug in ovirt-release-11.0.0. In ovirt-release.spec
#Handling EL exception only (for now)
if grep -qFi 'CentOS' /etc/system-release; then
DIST=EL
elif grep -qFi 'Red Hat' /etc/system-release; then
DIST=EL
fi

This causes all kinds unhappiness on Scientific Linux :) Perhaps another 
elif line can be added.


Cheers,
Jimmy Dorff



smime.p7s
Description: S/MIME Cryptographic Signature
___
Users mailing list
Users@ovirt.org
http://lists.ovirt.org/mailman/listinfo/users


[Users] repo status

2014-02-20 Thread Jimmy Dorff

What is going on with the EL repos. I'm getting this message:

http://resources.ovirt.org/releases/3.3.3/rpm/Fedora/6.5/repodata/repomd.xml: 
[Errno 14] PYCURL ERROR 22 - "The requested URL returned error: 404 Not 
Found"

Trying other mirror.
http://ovirt.org/releases/stable/rpm/Fedora/6.5/repodata/repomd.xml: 
[Errno 14] PYCURL ERROR 22 - "The requested URL returned error: 404 Not 
Found"

Trying other mirror.

This is on a fresh install with only EPEL and 
http://resources.ovirt.org/releases/ovirt-release-el.noarch.rpm



Thanks,
Jimmy



smime.p7s
Description: S/MIME Cryptographic Signature
___
Users mailing list
Users@ovirt.org
http://lists.ovirt.org/mailman/listinfo/users


[Users] moving VM between data centers

2014-02-14 Thread Jimmy Dorff

Hi,

I'm trying to move a VM from Default data center to a backup data 
center. I have a NFS export domain in each data center. I've exported 
the VM. How do I get the exported VM from one data center to the other?


Thanks,
Jimmy



smime.p7s
Description: S/MIME Cryptographic Signature
___
Users mailing list
Users@ovirt.org
http://lists.ovirt.org/mailman/listinfo/users