Re: [Users] Ovirt DR setup

2014-01-09 Thread Sander Grendelman
Depending on the bandwidth/latency between the locations you could go for
replicated GlusterFS strorage and make sure that data is replicated accross
both sites. There is a self-hosted engine feature coming up, I don't know how
that will fit into replication.


On Thu, Jan 9, 2014 at 6:04 AM, Hans Emmanuel hansemman...@gmail.com wrote:
 Could any one please give me some suggestions ?


 On Wed, Jan 8, 2014 at 11:39 AM, Hans Emmanuel hansemman...@gmail.com
 wrote:

 Hi all ,

 I would like to know about the possibility of setup Disaster Recovery Site
 (DR) for an Ovirt cluster . i.e if site 1 goes down I need to trigger the
 site 2 to come in to action with the minimal down time .

 I am open to use NFS shared storage or local storage for data storage
 domain . I know we need to replicate the storage domain and Ovirt confs and
 DB across the sites  , but couldn't find any doc for the same , isn't that
 possible with Ovirt ?

  Hans Emmanuel


 NOthing to FEAR but something to FEEL..




 --
 Hans Emmanuel

 NOthing to FEAR but something to FEEL..


 ___
 Users mailing list
 Users@ovirt.org
 http://lists.ovirt.org/mailman/listinfo/users

___
Users mailing list
Users@ovirt.org
http://lists.ovirt.org/mailman/listinfo/users


[Users] Networking questions (LONG)

2014-01-09 Thread Alan Murrell
Hello,

I am evaluating oVirt as a replacement/alternative to VMware deployments we 
typically do.  I have installed and all-in-one setup on a test box (which 
itself used to be an ESXi server), but it only has one NIC.  I trying to 
duplicate our typical configuration we do in VMware, which is this:

  1.) we create several port groups on the vSwitch, each assigned a VLAN ID, 
such as:

  - VLAN001 (VLAN ID: 1)
  - VLAN002 (VLAN ID: 2)
  - VLAN009 (VLAN ID: 9)
  - VLAN010 (VLAN ID: 10)
  - VLAN200 (VLAN ID: 200)
  - TRUNK (VLAN ID: 4095 - in VMware-world, VLAN ID 4095 is all VLANS 
and basically just passes the VLANs through to whatever is attached to the port 
group for the VM to handle)

  2.) We assign VMs to port groups appropriate for the VLAN they are part of.
  3.) The only VM that has a NIC assigned to the TRUNK port group is the 
firewall (which is Linux), and we create VLAN interfaces on it (i.e., eth1.1, 
eth1.2, eth1.10, eth1.200).  The firewall VM acts as the router between 
the various VLANs.

To replicate the above in oVirt, I created logical networks for each VLAN, and 
assigned the appropriate VLAN ID.  It seems oVirt/KVM does not have an 
equivalent for VMware's VLAN ID of 4095, so after some searching around, so 
for the TRUNK network, I left it with no VLAN assigned.  Because i cannot add 
VLAN and non-VLAN networks to the same physical NIC, after some searching 
around, it looks like I may have to utilise two NICS: one for the VLAN networks 
and one for the TRUNK network.

Because, at this point, I am not yet concerned with making the test VMs I will 
be setting up be accessible from outside the virtual lab environment (i.e., 
everything will communicate within my oVirt server/network for now), I am 
trying to make use of dummy interfaces, but I am not sure the best way to 
make use of this.  I am able to create the dummy* interfaces and have them show 
up in oVirt, but I am not sure of how they should be setup.  Here is what I am 
*thinking* should be done, but want to make sure it is correct before getting 
too deep:

  - I will use the physical NIC for management, therefore the ovirtmgmt 
bridge with eth0 assigned to it will remain as-is
  - Create two dummy interfaces: dummy0 and dummy1
  - Create a new bridge, ovirtvm and assign dummy0 and dummy1 to it
  - Attach the VLAN-enabled networks to dummy0
  - Attach the TRUNK network to dummy1

Would the above be the way to go about this?  The one thing I am not sure of is 
whether or not having no VLAN assigned (on the TRUNK network) accomplishes 
the same this as the VLAN ID 4095 in VMware: will oVirt/KVM just pass the 
traffic through for the VM attached to it to deal with?

Thanks for reading this far, and I appreciate any help you might be able to 
lend in the above.

-Alan
___
Users mailing list
Users@ovirt.org
http://lists.ovirt.org/mailman/listinfo/users


Re: [Users] Experience with low cost NFS-Storage as VM-Storage?

2014-01-09 Thread squadra
another point is, that a correct configured multipathing is way more solid
when it comes to a single path outage. at the software side, i have seen
countless nfs servers which where unresponsive because of lockd issues for
example, and only a reboot fixed this since its kernel based.

another contra for me is, that its rather complicated and a 50/50 chance
that a nfs failover in a nfs ha setup works without any clients dying.

dont get me wrong, nfs is great for small setups. its easy to setup, easy
to scale, i use it very widespread for content sharing and homedirs. but i
am healed regarding vm images on nfs.


On Thu, Jan 9, 2014 at 8:48 AM, Karli Sjöberg karli.sjob...@slu.se wrote:

 On Thu, 2014-01-09 at 08:35 +0100, squadra wrote:
  Right, try multipathing with nfs :)

 Yes, that´s what I meant, maybe could have been more clear about that,
 sorry. Multipathing (and the load-balancing it brings) is what really
 separates iSCSI from NFS.

 What I´d be interested in knowing is at what breaking-point, not having
 multipathing becomes an issue. I mean, we might not have such a big
 VM-park, about 300-400 VMs. But so far running without multipathing
 using good ole' NFS and no performance issues this far. Would be good to
 know beforehand if we´re headed for a wall of some sorts, and about
 when we´ll hit it...

 /K

 
  On Jan 9, 2014 8:30 AM, Karli Sjöberg karli.sjob...@slu.se wrote:
  On Thu, 2014-01-09 at 07:10 +, Markus Stockhausen wrote:
Von: users-boun...@ovirt.org [users-boun...@ovirt.org] im
  Auftrag von squadra [squa...@gmail.com]
Gesendet: Mittwoch, 8. Januar 2014 17:15
An: users@ovirt.org
Betreff: Re: [Users] Experience with low cost NFS-Storage
  as VM-Storage?
   
better go for iscsi or something else... i whould avoid
  nfs for vm hosting
Freebsd10 delivers kernel iscsitarget now, which works
  great so far. or go with omnios to get comstar iscsi, which is
  a rocksolid solution
   
Cheers,
   
Juergen
  
   That is usually a matter of taste and the available
  environment.
   The minimal differences in performance usually only show up
   if you drive the storage to its limits. I guess you could
  help Sven
   better if you had some hard facts why to favour ISCSI.
  
   Best regards.
  
   Markus
 
  Only technical difference I can think of is the iSCSI-level
  load-balancing. With NFS you set up the network with LACP and
  let that
  load-balance for you (and you should probably do that with
  iSCSI as well
  but you don´t strictly have to). I think it has to do with a
  chance of
  trying to go beyond the capacity of 1 network interface at the
  same
  time, from one Host (higher bandwidth) that makes people try
  iSCSI
  instead of plain NFS. I have tried that but was never able to
  achieve
  that effect, so in our situation, there´s no difference. In
  comparing
  them both in benchmarks, there was no performance difference
  at all, at
  least for our storage systems that are based on FreeBSD.
 
  /K




-- 

Sent from the Delta quadrant using Borg technology!
___
Users mailing list
Users@ovirt.org
http://lists.ovirt.org/mailman/listinfo/users


[Users] Bug? in tweak vm instance via REST/JSON 3.3.2

2014-01-09 Thread Sven Kieske
Hi,

we got a problem with starting a vm after changing some of its
parameters via REST (JSON)

this is the command to create the vm (this works):

POST request on https://virt-mgmt-01.internal/api/vms/
{name:vr2,cluster:{id:2ad11b5e-9e74-499a-b317-5a9a3027cfca},template:{id:374a12df-5ffc-4feb-a2bf-c912f059675f}}

Then we tweak memory and cpu:

PUT request on
https://virt-mgmt-01.internal/api/vms/42dba82f-e7ea-40ff-a76e-70056912b47f
{memory:2048,cpu:{topology:{sockets:1,cores:1}}}

and then we start it:

POST request on
https://virt-mgmt-01.internal/api/vms/42dba82f-e7ea-40ff-a76e-70056912b47f/start
{vm:{initialization:{cloudInit:{host:{address:vr2},networkConfiguration:{nics:{nics:[{name:eth0,bootProtocol:STATIC,network:{ip:{address:10.0.1.12,netmask:255.255.255.252,gateway:10.0.1.9}},onBoot:true}]},dns:{servers:{hosts:[{address:46.30.62.99},{address:46.30.62.98},{address:46.30.62.97}]}}},users:{users:[{name:root,password:lPzYG06qV63+Tne7},{name:vr2,password:lPzYG06qV63+Tne7}]},files:{files:[{name:\/foo\/ip-configuration,content:extern_v4address1
185.15.194.7\npassword1 lPzYG06qV63+Tne7,type:PLAINTEXT}]}

the error we get:

Operation Failed,detail:[Cannot run VM. There is no host that
satisfies current scheduling constraints. See bellow for details:]


when we start the vm without altering memory and cpu it starts just
fine.

Is this not supported via JSON, or is this a bug?

PS:
BTW there seems to be a spelling bug in the error message (bellow).

-- 
Mit freundlichen Grüßen / Regards

Sven Kieske

Systemadministrator
Mittwald CM Service GmbH  Co. KG
Königsberger Straße 6
32339 Espelkamp
T: +49-5772-293-100
F: +49-5772-293-333
https://www.mittwald.de
Geschäftsführer: Robert Meyer
St.Nr.: 331/5721/1033, USt-IdNr.: DE814773217, HRA 6640, AG Bad Oeynhausen
Komplementärin: Robert Meyer Verwaltungs GmbH, HRB 13260, AG Bad Oeynhausen
___
Users mailing list
Users@ovirt.org
http://lists.ovirt.org/mailman/listinfo/users


[Users] Network unsynchronised

2014-01-09 Thread Alan Murrell
Hi All.

I have a brand new, fresh all-in-one installation that I am using to evaluate 
oVirt.

I have removed the VM network role from the ovirtmgmt bridge, as I want to 
use it for management only, and no VMs (I plan on using other networks I am 
creating with VLAN IDs for handling the VM network).  I can remove the role 
alright, but when I go in to Setup Host Network, the ovirtmgmt network is 
showing as being unsynchronised.  When I click on the pencil icon on the 
network to edit it, I put a check in Sync Network and clik OK but it never 
seems to sync.

Any idea why it will not?

Thanks! :-)

-Alan

___
Users mailing list
Users@ovirt.org
http://lists.ovirt.org/mailman/listinfo/users


Re: [Users] Ovirt DR setup

2014-01-09 Thread Hans Emmanuel
Thanks for your reply .

Yes we can replicate storage data with Gluster geo replication . Then what
should be strategy for replicating Ovirt Engine confs and db ?


On Thu, Jan 9, 2014 at 1:34 PM, Sander Grendelman san...@grendelman.comwrote:

 Depending on the bandwidth/latency between the locations you could go for
 replicated GlusterFS strorage and make sure that data is replicated accross
 both sites. There is a self-hosted engine feature coming up, I don't know
 how
 that will fit into replication.


 On Thu, Jan 9, 2014 at 6:04 AM, Hans Emmanuel hansemman...@gmail.com
 wrote:
  Could any one please give me some suggestions ?
 
 
  On Wed, Jan 8, 2014 at 11:39 AM, Hans Emmanuel hansemman...@gmail.com
  wrote:
 
  Hi all ,
 
  I would like to know about the possibility of setup Disaster Recovery
 Site
  (DR) for an Ovirt cluster . i.e if site 1 goes down I need to trigger
 the
  site 2 to come in to action with the minimal down time .
 
  I am open to use NFS shared storage or local storage for data storage
  domain . I know we need to replicate the storage domain and Ovirt confs
 and
  DB across the sites  , but couldn't find any doc for the same , isn't
 that
  possible with Ovirt ?
 
   Hans Emmanuel
 
 
  NOthing to FEAR but something to FEEL..
 
 
 
 
  --
  Hans Emmanuel
 
  NOthing to FEAR but something to FEEL..
 
 
  ___
  Users mailing list
  Users@ovirt.org
  http://lists.ovirt.org/mailman/listinfo/users
 




-- 
*Hans Emmanuel*

*NOthing to FEAR but something to FEEL..*
___
Users mailing list
Users@ovirt.org
http://lists.ovirt.org/mailman/listinfo/users


[Users] Migration from NFS backed VM to iSCSI LUN without exporting them on the Ovirt Export Share

2014-01-09 Thread squadra
Hello folks,

since the nfs discussion remembered me that i got some vm left to
migrate... here some kind of special question. i am open for
non-bestpractice hacky solutions, too

Situation is:

- 2 Ovirt Cluster - Same DC - one NFS backed, one iSCSI backed
- NFS Share and iSCSI Share are exported from the same phys. Machine
- Bot DC use the same filer, just different Luns / Protocolls


so, i thought about something simple like just move vm folder from a to b
and do a little bit database voodoo?

anyone did something like this yet? or is storage live migration already
working for this? the docs didnt tell me very much about this.

Cheers,

Juergn

-- 

Sent from the Delta quadrant using Borg technology!
___
Users mailing list
Users@ovirt.org
http://lists.ovirt.org/mailman/listinfo/users


Re: [Users] Experience with low cost NFS-Storage as VM-Storage?

2014-01-09 Thread Markus Stockhausen
 Von: Karli Sjöberg [karli.sjob...@slu.se]
 Gesendet: Donnerstag, 9. Januar 2014 08:48
 An: squa...@gmail.com
 Cc: users@ovirt.org; Markus Stockhausen
 Betreff: Re: [Users] Experience with low cost NFS-Storage as VM-Storage?
 
 On Thu, 2014-01-09 at 08:35 +0100, squadra wrote:
 Right, try multipathing with nfs :)

 Yes, that´s what I meant, maybe could have been more clear about that,
 sorry. Multipathing (and the load-balancing it brings) is what really
 separates iSCSI from NFS.
 
 What I´d be interested in knowing is at what breaking-point, not having
 multipathing becomes an issue. I mean, we might not have such a big
 VM-park, about 300-400 VMs. But so far running without multipathing
 using good ole' NFS and no performance issues this far. Would be good to
 know beforehand if we´re headed for a wall of some sorts, and about
 when we´ll hit it...

/K

If that is really a concern for the initial question about a low cost NFS
solution LACP on the NFS filer side will mitigate the bottleneck from 
too many hypervisors. 

My personal headache is the I/O performance of QEMU. More details here:
http://lists.nongnu.org/archive/html/qemu-discuss/2013-12/msg00028.html
Or to make it short: Each I/O in a VM gets a penalty of 370us. That is much
more than in ESX environments.
 
I would be interested if this the same in ISCSI setups.

Markus

Diese E-Mail enthält vertrauliche und/oder rechtlich geschützte
Informationen. Wenn Sie nicht der richtige Adressat sind oder diese E-Mail
irrtümlich erhalten haben, informieren Sie bitte sofort den Absender und
vernichten Sie diese Mail. Das unerlaubte Kopieren sowie die unbefugte
Weitergabe dieser Mail ist nicht gestattet.

Über das Internet versandte E-Mails können unter fremden Namen erstellt oder
manipuliert werden. Deshalb ist diese als E-Mail verschickte Nachricht keine
rechtsverbindliche Willenserklärung.

Collogia
Unternehmensberatung AG
Ubierring 11
D-50678 Köln

Vorstand:
Kadir Akin
Dr. Michael Höhnerbach

Vorsitzender des Aufsichtsrates:
Hans Kristian Langva

Registergericht: Amtsgericht Köln
Registernummer: HRB 52 497

This e-mail may contain confidential and/or privileged information. If you
are not the intended recipient (or have received this e-mail in error)
please notify the sender immediately and destroy this e-mail. Any
unauthorized copying, disclosure or distribution of the material in this
e-mail is strictly forbidden.

e-mails sent over the internet may have been written under a wrong name or
been manipulated. That is why this message sent as an e-mail is not a
legally binding declaration of intention.

Collogia
Unternehmensberatung AG
Ubierring 11
D-50678 Köln

executive board:
Kadir Akin
Dr. Michael Höhnerbach

President of the supervisory board:
Hans Kristian Langva

Registry office: district court Cologne
Register number: HRB 52 497


___
Users mailing list
Users@ovirt.org
http://lists.ovirt.org/mailman/listinfo/users


Re: [Users] Networking questions (LONG)

2014-01-09 Thread Alan Murrell
One other question to add: If I do indeed ned to create a new bridge  
(ovirtvm in my example), I do not want to assign any IPs to it, nor  
any of the logical networks I create.  When I did try this in my  
fooling around, oVirt would not let me save the changes, giving me  
an error about network parameters not correct (I have the host shut  
down a the moment, so I can get the exact message, but if necessary, I  
can get it for you when I get in to our shop in the morning)


Thanks! :-)

-Alan

___
Users mailing list
Users@ovirt.org
http://lists.ovirt.org/mailman/listinfo/users


Re: [Users] Bug? in tweak vm instance via REST/JSON 3.3.2

2014-01-09 Thread Oved Ourfalli


- Original Message -
 From: Sven Kieske s.kie...@mittwald.de
 To: users@ovirt.org
 Sent: Thursday, January 9, 2014 10:09:31 AM
 Subject: [Users] Bug? in tweak vm instance via REST/JSON 3.3.2
 
 Hi,
 
 we got a problem with starting a vm after changing some of its
 parameters via REST (JSON)
 
 this is the command to create the vm (this works):
 
 POST request on https://virt-mgmt-01.internal/api/vms/
 {name:vr2,cluster:{id:2ad11b5e-9e74-499a-b317-5a9a3027cfca},template:{id:374a12df-5ffc-4feb-a2bf-c912f059675f}}
 
 Then we tweak memory and cpu:
 
 PUT request on
 https://virt-mgmt-01.internal/api/vms/42dba82f-e7ea-40ff-a76e-70056912b47f
 {memory:2048,cpu:{topology:{sockets:1,cores:1}}}
 
 and then we start it:
 
 POST request on
 https://virt-mgmt-01.internal/api/vms/42dba82f-e7ea-40ff-a76e-70056912b47f/start
 {vm:{initialization:{cloudInit:{host:{address:vr2},networkConfiguration:{nics:{nics:[{name:eth0,bootProtocol:STATIC,network:{ip:{address:10.0.1.12,netmask:255.255.255.252,gateway:10.0.1.9}},onBoot:true}]},dns:{servers:{hosts:[{address:46.30.62.99},{address:46.30.62.98},{address:46.30.62.97}]}}},users:{users:[{name:root,password:lPzYG06qV63+Tne7},{name:vr2,password:lPzYG06qV63+Tne7}]},files:{files:[{name:\/foo\/ip-configuration,content:extern_v4address1
 185.15.194.7\npassword1 lPzYG06qV63+Tne7,type:PLAINTEXT}]}
 
 the error we get:
 
 Operation Failed,detail:[Cannot run VM. There is no host that
 satisfies current scheduling constraints. See bellow for details:]
 

Do you get any information below? Anything in the logs? (attaching them will be 
helpful).

 
 when we start the vm without altering memory and cpu it starts just
 fine.
 
 Is this not supported via JSON, or is this a bug?
 
 PS:
 BTW there seems to be a spelling bug in the error message (bellow).
 

Submitted a patch to address that (see below :-) ). I guess it will be merged 
soon.
Thank you for bringing this typo to our attention.
http://gerrit.ovirt.org/#/c/23087

Oved

 --
 Mit freundlichen Grüßen / Regards
 
 Sven Kieske
 
 Systemadministrator
 Mittwald CM Service GmbH  Co. KG
 Königsberger Straße 6
 32339 Espelkamp
 T: +49-5772-293-100
 F: +49-5772-293-333
 https://www.mittwald.de
 Geschäftsführer: Robert Meyer
 St.Nr.: 331/5721/1033, USt-IdNr.: DE814773217, HRA 6640, AG Bad Oeynhausen
 Komplementärin: Robert Meyer Verwaltungs GmbH, HRB 13260, AG Bad Oeynhausen
 ___
 Users mailing list
 Users@ovirt.org
 http://lists.ovirt.org/mailman/listinfo/users

___
Users mailing list
Users@ovirt.org
http://lists.ovirt.org/mailman/listinfo/users


Re: [Users] Specifying values for cert, key, and CA for ovirt-shell

2014-01-09 Thread Sven Kieske
Hi,

the short way of getting the correct certificate to connect to the
engine, is downloading it using wget/curl/browser from the server
itself:

the url is:

https://your_fqdn/ca.crt

connect with this as ca_file = /path/where/you/downloaded/ca.crt

should work (always did for me).

another way to start is without any ovirtshellrc, simply invoking:

ovirt-shell

you get a disconnected shell, then connect via:

connect --url https://your-fqdn/api --username admin@internal --password
--ca-file /path/to/ca.crt


HTH

Am 08.01.2014 23:08, schrieb Bob Doolittle:

 Something must be different about our setups. This is where I started.
 
 In both cases, either insecure = True or when I specify the ca_file
 only, I get:
 error: [401] - Unauthorized, HTTP Status 401
 
 The one difference is that you are using ca_file = /root/ca.crt
 whereas I am using ca_file = ca.pem.
 
 I can't seem to find any .crt files in the /etc/pki/ovirt-engine area
 (or, for that matter, in the /etc/pki/vdsm area on the node).
 
 Thanks,
Bob
 
 
 ___
 Users mailing list
 Users@ovirt.org
 http://lists.ovirt.org/mailman/listinfo/users
 
 
 

-- 
Mit freundlichen Grüßen / Regards

Sven Kieske

Systemadministrator
Mittwald CM Service GmbH  Co. KG
Königsberger Straße 6
32339 Espelkamp
T: +49-5772-293-100
F: +49-5772-293-333
https://www.mittwald.de
Geschäftsführer: Robert Meyer
St.Nr.: 331/5721/1033, USt-IdNr.: DE814773217, HRA 6640, AG Bad Oeynhausen
Komplementärin: Robert Meyer Verwaltungs GmbH, HRB 13260, AG Bad Oeynhausen
___
Users mailing list
Users@ovirt.org
http://lists.ovirt.org/mailman/listinfo/users


Re: [Users] Experience with low cost NFS-Storage as VM-Storage?

2014-01-09 Thread squadra
try it, i bet that you will get better latency results with proper
configured iscsitarget/initiator.

btw, freebsd 10 includes kernel based iscsi-target now. which works pretty
good for me since some time, easy to setup and working performing well (zfs
not to forget ;) )


On Thu, Jan 9, 2014 at 9:20 AM, Markus Stockhausen
stockhau...@collogia.dewrote:

  Von: Karli Sjöberg [karli.sjob...@slu.se]
  Gesendet: Donnerstag, 9. Januar 2014 08:48
  An: squa...@gmail.com
  Cc: users@ovirt.org; Markus Stockhausen
  Betreff: Re: [Users] Experience with low cost NFS-Storage as VM-Storage?
 
  On Thu, 2014-01-09 at 08:35 +0100, squadra wrote:
  Right, try multipathing with nfs :)
 
  Yes, that´s what I meant, maybe could have been more clear about that,
  sorry. Multipathing (and the load-balancing it brings) is what really
  separates iSCSI from NFS.
 
  What I´d be interested in knowing is at what breaking-point, not having
  multipathing becomes an issue. I mean, we might not have such a big
  VM-park, about 300-400 VMs. But so far running without multipathing
  using good ole' NFS and no performance issues this far. Would be good to
  know beforehand if we´re headed for a wall of some sorts, and about
  when we´ll hit it...
 
 /K

 If that is really a concern for the initial question about a low cost NFS
 solution LACP on the NFS filer side will mitigate the bottleneck from
 too many hypervisors.

 My personal headache is the I/O performance of QEMU. More details here:
 http://lists.nongnu.org/archive/html/qemu-discuss/2013-12/msg00028.html
 Or to make it short: Each I/O in a VM gets a penalty of 370us. That is much
 more than in ESX environments.

 I would be interested if this the same in ISCSI setups.

 Markus




-- 

Sent from the Delta quadrant using Borg technology!
___
Users mailing list
Users@ovirt.org
http://lists.ovirt.org/mailman/listinfo/users


Re: [Users] Ovirt DR setup

2014-01-09 Thread Sander Grendelman
No experience there but I can make some suggestions.

The upcoming self-hosted engine feature I mentioned before should have
built-in HA for these kind of situations.
http://www.ovirt.org/Features/Self_Hosted_Engine

Another option: AFAIK oVirt engine configuration is all in the database,
configure it with an external DB and use postgres replication to have a
warm standby DB on your secondary location, combine this with
some kind of (rsync?) replication of OS/configuration.

On Thu, Jan 9, 2014 at 9:15 AM, Hans Emmanuel hansemman...@gmail.com wrote:
 Thanks for your reply .

 Yes we can replicate storage data with Gluster geo replication . Then what
 should be strategy for replicating Ovirt Engine confs and db ?


 On Thu, Jan 9, 2014 at 1:34 PM, Sander Grendelman san...@grendelman.com
 wrote:

 Depending on the bandwidth/latency between the locations you could go for
 replicated GlusterFS strorage and make sure that data is replicated
 accross
 both sites. There is a self-hosted engine feature coming up, I don't know
 how
 that will fit into replication.


 On Thu, Jan 9, 2014 at 6:04 AM, Hans Emmanuel hansemman...@gmail.com
 wrote:
  Could any one please give me some suggestions ?
 
 
  On Wed, Jan 8, 2014 at 11:39 AM, Hans Emmanuel hansemman...@gmail.com
  wrote:
 
  Hi all ,
 
  I would like to know about the possibility of setup Disaster Recovery
  Site
  (DR) for an Ovirt cluster . i.e if site 1 goes down I need to trigger
  the
  site 2 to come in to action with the minimal down time .
 
  I am open to use NFS shared storage or local storage for data storage
  domain . I know we need to replicate the storage domain and Ovirt confs
  and
  DB across the sites  , but couldn't find any doc for the same , isn't
  that
  possible with Ovirt ?
 
   Hans Emmanuel
 
 
  NOthing to FEAR but something to FEEL..
 
 
 
 
  --
  Hans Emmanuel
 
  NOthing to FEAR but something to FEEL..
 
 
  ___
  Users mailing list
  Users@ovirt.org
  http://lists.ovirt.org/mailman/listinfo/users
 




 --
 Hans Emmanuel

 NOthing to FEAR but something to FEEL..

___
Users mailing list
Users@ovirt.org
http://lists.ovirt.org/mailman/listinfo/users


Re: [Users] Experience with low cost NFS-Storage as VM-Storage?

2014-01-09 Thread Karli Sjöberg
On Thu, 2014-01-09 at 09:30 +0100, squadra wrote:
 try it, i bet that you will get better latency results with proper
 configured iscsitarget/initiator. 
 
 
 btw, freebsd 10 includes kernel based iscsi-target now. which works
 pretty good for me since some time, easy to setup and working
 performing well (zfs not to forget ;) )

Yeah I see 10´s reached RC4 now, probably´ll be out for real soon, and
then a while more to wait for 10.1 to have longer support:)

Have you compared the new iscsi-target with ports/istgt btw?

/K

 
 
 On Thu, Jan 9, 2014 at 9:20 AM, Markus Stockhausen
 stockhau...@collogia.de wrote:
  Von: Karli Sjöberg [karli.sjob...@slu.se]
  Gesendet: Donnerstag, 9. Januar 2014 08:48
  An: squa...@gmail.com
  Cc: users@ovirt.org; Markus Stockhausen
  Betreff: Re: [Users] Experience with low cost NFS-Storage as
 VM-Storage?
 
 
  On Thu, 2014-01-09 at 08:35 +0100, squadra wrote:
  Right, try multipathing with nfs :)
 
  Yes, that´s what I meant, maybe could have been more clear
 about that,
  sorry. Multipathing (and the load-balancing it brings) is
 what really
  separates iSCSI from NFS.
 
  What I´d be interested in knowing is at what breaking-point,
 not having
  multipathing becomes an issue. I mean, we might not have
 such a big
  VM-park, about 300-400 VMs. But so far running without
 multipathing
  using good ole' NFS and no performance issues this far.
 Would be good to
  know beforehand if we´re headed for a wall of some sorts,
 and about
  when we´ll hit it...
 
 /K
 
 
 If that is really a concern for the initial question about a
 low cost NFS
 solution LACP on the NFS filer side will mitigate the
 bottleneck from
 too many hypervisors.
 
 My personal headache is the I/O performance of QEMU. More
 details here:
 
 http://lists.nongnu.org/archive/html/qemu-discuss/2013-12/msg00028.html
 Or to make it short: Each I/O in a VM gets a penalty of 370us.
 That is much
 more than in ESX environments.
 
 I would be interested if this the same in ISCSI setups.
 
 Markus
 
 
 
 
 -- 
 Sent from the Delta quadrant using Borg technology!

___
Users mailing list
Users@ovirt.org
http://lists.ovirt.org/mailman/listinfo/users


Re: [Users] Experience with low cost NFS-Storage as VM-Storage?

2014-01-09 Thread Markus Stockhausen
 Von: squadra [squa...@gmail.com]
 Gesendet: Donnerstag, 9. Januar 2014 09:30
 An: Markus Stockhausen
 Cc: Karli Sjöberg; users@ovirt.org
 Betreff: Re: [Users] Experience with low cost NFS-Storage as VM-Storage?

 try it, i bet that you will get better latency results with proper configured 
 iscsitarget/initiator. 

I guess you did not take time to read the hole post. The latency I speak
of comes ontop the NFS latency. So my setup has

- 83us latency per I/O in the hypervisor on a NFS share
- 450us latency per I/O in the VM on a disk hosted on the same NFS share

If ISCSI could reduce latency to 40us instead of 83us in our wishfulst dreams
the QEMU penalty hits too hard.

Markus
Diese E-Mail enthält vertrauliche und/oder rechtlich geschützte
Informationen. Wenn Sie nicht der richtige Adressat sind oder diese E-Mail
irrtümlich erhalten haben, informieren Sie bitte sofort den Absender und
vernichten Sie diese Mail. Das unerlaubte Kopieren sowie die unbefugte
Weitergabe dieser Mail ist nicht gestattet.

Über das Internet versandte E-Mails können unter fremden Namen erstellt oder
manipuliert werden. Deshalb ist diese als E-Mail verschickte Nachricht keine
rechtsverbindliche Willenserklärung.

Collogia
Unternehmensberatung AG
Ubierring 11
D-50678 Köln

Vorstand:
Kadir Akin
Dr. Michael Höhnerbach

Vorsitzender des Aufsichtsrates:
Hans Kristian Langva

Registergericht: Amtsgericht Köln
Registernummer: HRB 52 497

This e-mail may contain confidential and/or privileged information. If you
are not the intended recipient (or have received this e-mail in error)
please notify the sender immediately and destroy this e-mail. Any
unauthorized copying, disclosure or distribution of the material in this
e-mail is strictly forbidden.

e-mails sent over the internet may have been written under a wrong name or
been manipulated. That is why this message sent as an e-mail is not a
legally binding declaration of intention.

Collogia
Unternehmensberatung AG
Ubierring 11
D-50678 Köln

executive board:
Kadir Akin
Dr. Michael Höhnerbach

President of the supervisory board:
Hans Kristian Langva

Registry office: district court Cologne
Register number: HRB 52 497


___
Users mailing list
Users@ovirt.org
http://lists.ovirt.org/mailman/listinfo/users


Re: [Users] oVirt 3.4.0 release schedule updated

2014-01-09 Thread Eli Mesika


- Original Message -
 From: Sandro Bonazzola sbona...@redhat.com
 To: engine-devel engine-de...@ovirt.org, VDSM Project Development 
 vdsm-de...@lists.fedorahosted.org,
 vdsm-devel vdsm-de...@fedorahosted.org, arch a...@ovirt.org, 
 Users@ovirt.org
 Sent: Wednesday, January 8, 2014 6:47:58 PM
 Subject: [Users] oVirt 3.4.0 release schedule updated
 
 oVirt team has updated the release schedule for 3.4.0 [1]
 
 These are tentative planning dates and may change
 
 General availability:   2014-02-24
 oVirt 3.4 Second Test Day:  2014-02-19
 RC Build:   2014-02-17
 oVirt 3.4 Test Day: 2014-01-27

Please note that some guys from the TLV office could not attend to that due to 
an Advanced Python Course taking place (27-30 JAN) 

 Beta release:   2014-01-20
 Branching / Feature freeze: 2014-01-15
 Alpha release:  2014-01-09
 
 more details on test days, etc to come in the next few weeks
 
 [1] http://www.ovirt.org/OVirt_3.4_release-management#Timeline
 
 --
 Sandro Bonazzola
 Better technology. Faster innovation. Powered by community collaboration.
 See how it works at redhat.com
 ___
 Users mailing list
 Users@ovirt.org
 http://lists.ovirt.org/mailman/listinfo/users
 
___
Users mailing list
Users@ovirt.org
http://lists.ovirt.org/mailman/listinfo/users


Re: [Users] Experience with low cost NFS-Storage as VM-Storage?

2014-01-09 Thread Sander Grendelman
On Thu, Jan 9, 2014 at 9:39 AM, Markus Stockhausen
stockhau...@collogia.de wrote:
 Von: squadra [squa...@gmail.com]
 Gesendet: Donnerstag, 9. Januar 2014 09:30
 An: Markus Stockhausen
 Cc: Karli Sjöberg; users@ovirt.org
 Betreff: Re: [Users] Experience with low cost NFS-Storage as VM-Storage?

 try it, i bet that you will get better latency results with proper 
 configured iscsitarget/initiator.

 I guess you did not take time to read the hole post. The latency I speak
 of comes ontop the NFS latency. So my setup has

 - 83us latency per I/O in the hypervisor on a NFS share
 - 450us latency per I/O in the VM on a disk hosted on the same NFS share

 If ISCSI could reduce latency to 40us instead of 83us in our wishfulst dreams
 the QEMU penalty hits too hard.

There are some interesting tests here:
http://www.linux-kvm.org/page/Virtio/Block/Latency
Results seem to depend a lot on the guest OS IO stack/drivers (I see
you use win2k3?).
___
Users mailing list
Users@ovirt.org
http://lists.ovirt.org/mailman/listinfo/users


Re: [Users] Experience with low cost NFS-Storage as VM-Storage?

2014-01-09 Thread Karli Sjöberg
On Thu, 2014-01-09 at 09:53 +0100, Sander Grendelman wrote:
 On Thu, Jan 9, 2014 at 9:39 AM, Markus Stockhausen
 stockhau...@collogia.de wrote:
  Von: squadra [squa...@gmail.com]
  Gesendet: Donnerstag, 9. Januar 2014 09:30
  An: Markus Stockhausen
  Cc: Karli Sjöberg; users@ovirt.org
  Betreff: Re: [Users] Experience with low cost NFS-Storage as VM-Storage?
 
  try it, i bet that you will get better latency results with proper 
  configured iscsitarget/initiator.
 
  I guess you did not take time to read the hole post. The latency I speak
  of comes ontop the NFS latency. So my setup has
 
  - 83us latency per I/O in the hypervisor on a NFS share
  - 450us latency per I/O in the VM on a disk hosted on the same NFS share
 
  If ISCSI could reduce latency to 40us instead of 83us in our wishfulst 
  dreams
  the QEMU penalty hits too hard.
 
 There are some interesting tests here:
 http://www.linux-kvm.org/page/Virtio/Block/Latency

Very interesting:
...23% overhead compared to a host read request. This deserves closer
study so that the overhead can be reduced.

Good to know people know and are at least thinking about it:)

Seeing as it´s such a fast-paced development, have you done any
benchmarks on different distributions as well? I mean like comparing the
same test against both, say Fedora and CentOS, to see if that makes any
difference?

/K

 Results seem to depend a lot on the guest OS IO stack/drivers (I see
 you use win2k3?).
 ___
 Users mailing list
 Users@ovirt.org
 http://lists.ovirt.org/mailman/listinfo/users

___
Users mailing list
Users@ovirt.org
http://lists.ovirt.org/mailman/listinfo/users


[Users] VirtIO disk latency

2014-01-09 Thread Markus Stockhausen
Hello,

coming from the low cost NFS storage thread I will open a new one
about a topic that might be interesting for others too.

We see a quite a heavy latency penalty using KVM VirtIO disks in comparison
to ESX. Doing one I/O onto disk inside a VM usually adds 370us of overhead in
the virtualisation layer. This has been tested with VirtIO-SCSI and windows
guest (2K3). More here (still now answer yet):

http://lists.nongnu.org/archive/html/qemu-discuss/2013-12/msg00028.html

A comparison for small sequential 1K I/Os on a NFS datastore in our setup gives:

- access NFS inside the hypervisor - 12.000 I/Os per second - or 83us latency 
- access DISK inside ESX VM that resides on NFS - 8000 I/Os per second - or 
125us latency
- access DISK inside OVirt VM that resides on NFS - 2200 I/Os per second - or 
450us latency

Even the official document at http://www.linux-kvm.org/page/Virtio/Block/Latency
suggest that the several mechanisms (iothread/vcpu) at least have a overhead
of more than 200us

Has anyone experienced something simlar. If these latency are normal it would 
make no sense to think about SSDs inside a central storage (be it ISCSI or NFS 
or whatever).

Markus


Diese E-Mail enthält vertrauliche und/oder rechtlich geschützte
Informationen. Wenn Sie nicht der richtige Adressat sind oder diese E-Mail
irrtümlich erhalten haben, informieren Sie bitte sofort den Absender und
vernichten Sie diese Mail. Das unerlaubte Kopieren sowie die unbefugte
Weitergabe dieser Mail ist nicht gestattet.

Über das Internet versandte E-Mails können unter fremden Namen erstellt oder
manipuliert werden. Deshalb ist diese als E-Mail verschickte Nachricht keine
rechtsverbindliche Willenserklärung.

Collogia
Unternehmensberatung AG
Ubierring 11
D-50678 Köln

Vorstand:
Kadir Akin
Dr. Michael Höhnerbach

Vorsitzender des Aufsichtsrates:
Hans Kristian Langva

Registergericht: Amtsgericht Köln
Registernummer: HRB 52 497

This e-mail may contain confidential and/or privileged information. If you
are not the intended recipient (or have received this e-mail in error)
please notify the sender immediately and destroy this e-mail. Any
unauthorized copying, disclosure or distribution of the material in this
e-mail is strictly forbidden.

e-mails sent over the internet may have been written under a wrong name or
been manipulated. That is why this message sent as an e-mail is not a
legally binding declaration of intention.

Collogia
Unternehmensberatung AG
Ubierring 11
D-50678 Köln

executive board:
Kadir Akin
Dr. Michael Höhnerbach

President of the supervisory board:
Hans Kristian Langva

Registry office: district court Cologne
Register number: HRB 52 497


___
Users mailing list
Users@ovirt.org
http://lists.ovirt.org/mailman/listinfo/users


Re: [Users] Bug? in tweak vm instance via REST/JSON 3.3.2

2014-01-09 Thread Sven Kieske
Hi, thanks for your fast reply.

well some of this got already resolved as we just put a little to less
memory (dev assumed it was counted in MB ) in the vm, it didn't start
that well with less than 1 MB ;)

So the VM starts just fine now, however the tweak of the cpu cores
still does not work (the vm boots with 1 socket and 1 core instead of 1
socket with 2 cores).

Am 09.01.2014 09:21, schrieb Oved Ourfalli:

 Do you get any information below? Anything in the logs? (attaching them will 
 be helpful).
 

 when we start the vm without altering memory and cpu it starts just
 fine.

 Is this not supported via JSON, or is this a bug?

 PS:
 BTW there seems to be a spelling bug in the error message (bellow).

 
 Submitted a patch to address that (see below :-) ). I guess it will be merged 
 soon.
 Thank you for bringing this typo to our attention.
 http://gerrit.ovirt.org/#/c/23087
 
 Oved

-- 
Mit freundlichen Grüßen / Regards

Sven Kieske

Systemadministrator
Mittwald CM Service GmbH  Co. KG
Königsberger Straße 6
32339 Espelkamp
T: +49-5772-293-100
F: +49-5772-293-333
https://www.mittwald.de
Geschäftsführer: Robert Meyer
St.Nr.: 331/5721/1033, USt-IdNr.: DE814773217, HRA 6640, AG Bad Oeynhausen
Komplementärin: Robert Meyer Verwaltungs GmbH, HRB 13260, AG Bad Oeynhausen
___
Users mailing list
Users@ovirt.org
http://lists.ovirt.org/mailman/listinfo/users


Re: [Users] VirtIO disk latency

2014-01-09 Thread Sander Grendelman
On Thu, Jan 9, 2014 at 10:16 AM, Markus Stockhausen
stockhau...@collogia.de wrote:
...
 - access NFS inside the hypervisor - 12.000 I/Os per second - or 83us latency
 - access DISK inside ESX VM that resides on NFS - 8000 I/Os per second - or 
 125us latency
 - access DISK inside OVirt VM that resides on NFS - 2200 I/Os per second - or 
 450us latency

I can do a bit of testing on local disk and FC (with some extra setup
maybe also NFS).
What is your exact testing method? ( commands, file sizes, sofware
versions, mount options etc.)
___
Users mailing list
Users@ovirt.org
http://lists.ovirt.org/mailman/listinfo/users


Re: [Users] Networking questions (LONG)

2014-01-09 Thread Sven Kieske
Just as a quick shot:

it is possible to configure it the way you want (ip-less bridges), but I
can't exactly tell you what you're doing wrong atm.

ip-less bridges work here with vlans and stuff, so keep trying or
post more info about your setup :-)

Am 09.01.2014 09:22, schrieb Alan Murrell:
 One other question to add: If I do indeed ned to create a new bridge
 (ovirtvm in my example), I do not want to assign any IPs to it, nor
 any of the logical networks I create.  When I did try this in my
 fooling around, oVirt would not let me save the changes, giving me an
 error about network parameters not correct (I have the host shut down a
 the moment, so I can get the exact message, but if necessary, I can get
 it for you when I get in to our shop in the morning)


-- 
Mit freundlichen Grüßen / Regards

Sven Kieske

Systemadministrator
Mittwald CM Service GmbH  Co. KG
Königsberger Straße 6
32339 Espelkamp
T: +49-5772-293-100
F: +49-5772-293-333
https://www.mittwald.de
Geschäftsführer: Robert Meyer
St.Nr.: 331/5721/1033, USt-IdNr.: DE814773217, HRA 6640, AG Bad Oeynhausen
Komplementärin: Robert Meyer Verwaltungs GmbH, HRB 13260, AG Bad Oeynhausen
___
Users mailing list
Users@ovirt.org
http://lists.ovirt.org/mailman/listinfo/users


Re: [Users] Bug? in tweak vm instance via REST/JSON 3.3.2

2014-01-09 Thread Oved Ourfalli


- Original Message -
 From: Sven Kieske s.kie...@mittwald.de
 To: Oved Ourfalli ov...@redhat.com
 Cc: users@ovirt.org
 Sent: Thursday, January 9, 2014 11:23:43 AM
 Subject: Re: [Users] Bug? in tweak vm instance via REST/JSON 3.3.2
 
 Hi, thanks for your fast reply.
 
 well some of this got already resolved as we just put a little to less
 memory (dev assumed it was counted in MB ) in the vm, it didn't start
 that well with less than 1 MB ;)
 
 So the VM starts just fine now, however the tweak of the cpu cores
 still does not work (the vm boots with 1 socket and 1 core instead of 1
 socket with 2 cores).
 

cc-ing Juan, the API maintainer, as I know there are some gaps in the JSON 
implementation.
When you GET the VM through the REST-API, do you see 1 socket with 1 core, or 1 
socket with 2 cores?
What happens if you do the same thing using XML?

Thank you,
Oved


 Am 09.01.2014 09:21, schrieb Oved Ourfalli:
 
  Do you get any information below? Anything in the logs? (attaching them
  will be helpful).
  
 
  when we start the vm without altering memory and cpu it starts just
  fine.
 
  Is this not supported via JSON, or is this a bug?
 
  PS:
  BTW there seems to be a spelling bug in the error message (bellow).
 
  
  Submitted a patch to address that (see below :-) ). I guess it will be
  merged soon.
  Thank you for bringing this typo to our attention.
  http://gerrit.ovirt.org/#/c/23087
  
  Oved
 
 --
 Mit freundlichen Grüßen / Regards
 
 Sven Kieske
 
 Systemadministrator
 Mittwald CM Service GmbH  Co. KG
 Königsberger Straße 6
 32339 Espelkamp
 T: +49-5772-293-100
 F: +49-5772-293-333
 https://www.mittwald.de
 Geschäftsführer: Robert Meyer
 St.Nr.: 331/5721/1033, USt-IdNr.: DE814773217, HRA 6640, AG Bad Oeynhausen
 Komplementärin: Robert Meyer Verwaltungs GmbH, HRB 13260, AG Bad Oeynhausen
 ___
 Users mailing list
 Users@ovirt.org
 http://lists.ovirt.org/mailman/listinfo/users
 
___
Users mailing list
Users@ovirt.org
http://lists.ovirt.org/mailman/listinfo/users


Re: [Users] Bug? in tweak vm instance via REST/JSON 3.3.2

2014-01-09 Thread Sven Kieske
Hi,

sorry for disturbing you all, this also was just an error
in an abstraction layer.

Indeed we are able to set the cores via REST/JSON!

Thanks anyway!

-- 
Mit freundlichen Grüßen / Regards

Sven Kieske

Systemadministrator
Mittwald CM Service GmbH  Co. KG
Königsberger Straße 6
32339 Espelkamp
T: +49-5772-293-100
F: +49-5772-293-333
https://www.mittwald.de
Geschäftsführer: Robert Meyer
St.Nr.: 331/5721/1033, USt-IdNr.: DE814773217, HRA 6640, AG Bad Oeynhausen
Komplementärin: Robert Meyer Verwaltungs GmbH, HRB 13260, AG Bad Oeynhausen
___
Users mailing list
Users@ovirt.org
http://lists.ovirt.org/mailman/listinfo/users


Re: [Users] Specifying values for cert, key, and CA for ovirt-shell

2014-01-09 Thread noc

On 8-1-2014 23:08, Bob Doolittle wrote:


On 01/08/2014 04:21 PM, Joop wrote:

Bob Doolittle wrote:


On 01/08/2014 02:31 PM, Joop wrote:

Bob Doolittle wrote:


On 01/08/2014 02:17 PM, Joop wrote:

Bob Doolittle wrote:

Hi,

I want to run ovirt-shell directly (as root) on the Engine. 
Presumably all the files I need for CA, key, and cert are in the 
/etc/pki area.


But when I use the attached .ovirtshellrc file I get:

error: [Errno 336265218] _ssl.c:341: error:140B0002:SSL 
routines:SSL_CTX_use_PrivateKey_file:system lib


How can I specify an appropriate configuration to get this working?
I would prefer to keep using SSL if possible.
Just guessing but I don't think that your fqdn is localhost in 
your certs. Use your fqdn for the url variable.


Good thought. But now I am getting:

error: [Errno 336265225] _ssl.c:341: error:140B0009:SSL 
routines:SSL_CTX_use_PrivateKey_file:PEM lib


Some searching indicates that my keys and certs need to be in pem 
format, so maybe I have to convert them before use? Any tips on 
how to do that?


What happens if you leave out the ca_file/key_file/cert_file 
variables?
I just played around with ovirt-shell and made a .ovirtshellrc 
file, on the engine, and don't remember setting these and I could 
login and run scripts
Can't access my test environment right now so this is also a shot 
in the dark.


That's what I tried first. I get:
error: server CA certificate file must be specified for SSL secured 
connection.


And if I don't specify https I get:
error: No response returned from server. If you're using HTTP protocol
against a SSL secured server, then try using HTTPS instead.


OK. Here is what I did:
On ovirt-engine: wget https://engine_fqdn/ca.crt --no-check-certificate
and used the following .ovirtshellrc

[cli]
autoconnect = True
autopage = True
[ovirt-shell]
username = admin@internal
timeout = -1
extended_prompt = False
url = https://engine_fqdn/api
insecure = False
filter = False
session_timeout = -1
ca_file = /root/ca.crt
dont_validate_cert_chain = False
key_file = None
password = **
cert_file = None


Something must be different about our setups. This is where I started.

In both cases, either insecure = True or when I specify the ca_file 
only, I get:

error: [401] - Unauthorized, HTTP Status 401

The one difference is that you are using ca_file = /root/ca.crt 
whereas I am using ca_file = ca.pem.


I can't seem to find any .crt files in the /etc/pki/ovirt-engine area 
(or, for that matter, in the /etc/pki/vdsm area on the node).

You have missed the step where I downloaded ca.crt with wget :-)

___
Users mailing list
Users@ovirt.org
http://lists.ovirt.org/mailman/listinfo/users


Re: [Users] VirtIO disk latency

2014-01-09 Thread Markus Stockhausen
 Von: sander.grendel...@gmail.com 
 Gesendet: Donnerstag, 9. Januar 2014 10:32
 An: Markus Stockhausen
 Cc: users@ovirt.org
 Betreff: Re: [Users] VirtIO disk latency
 
 On Thu, Jan 9, 2014 at 10:16 AM, Markus Stockhausen
 stockhau...@collogia.de wrote:
 ...
  - access NFS inside the hypervisor - 12.000 I/Os per second - or 83us 
  latency
  - access DISK inside ESX VM that resides on NFS - 8000 I/Os per second - or 
  125us latency
  - access DISK inside OVirt VM that resides on NFS - 2200 I/Os per second - 
  or 450us latency
 
 I can do a bit of testing on local disk and FC (with some extra setup
 maybe also NFS).
 What is your exact testing method? ( commands, file sizes, sofware
 versions, mount options etc.)

Thanks for taking time to help. 

I have used several tools to measure latencies but it
always boils down to the same numbers. The software 
components and their releases should not matter to get 
a first overview. The important thing is to ensure that a 
read request of a test inside the VM is really passing the 
QEMU layer. 

The simplest test I can think of (at least in our case) is to
start a Windows VM and attach a very small NFS disk with
1GB to it. Start it, install HDTune Trial and run the random 
access test to the small disk. Other ways could be to run 
some kind of direct IO based read test inside the VM.

During each test I can see the packets running between 
the NFS server and the hypervisor so I know that each
request is not cached inside the VM or QEMU. 

After one or two runs the filecache in the RAM of our NFS 
server has all the hot data and latency decreases down to
the microseconds area. With that we can derive the
penalty of the virtualization layer.

Whatever I try to optimize I only reach 1/4th of the I/Os
of ESX for very small packets (512 bytes or 1K). And
that inside the same (migrated) VM on the same NFS
topology with the same test programs.

The baseline numbers for the hypervisor are an average of 
running direct io based test tools onto files residing on
the same NFS.

Markus

P.S. I'm not complaining about that performance. 
Driving an IPoIB environment you get used to waste 
bandwidth and latency. But it is always good to know
where it comes from.
Diese E-Mail enthält vertrauliche und/oder rechtlich geschützte
Informationen. Wenn Sie nicht der richtige Adressat sind oder diese E-Mail
irrtümlich erhalten haben, informieren Sie bitte sofort den Absender und
vernichten Sie diese Mail. Das unerlaubte Kopieren sowie die unbefugte
Weitergabe dieser Mail ist nicht gestattet.

Über das Internet versandte E-Mails können unter fremden Namen erstellt oder
manipuliert werden. Deshalb ist diese als E-Mail verschickte Nachricht keine
rechtsverbindliche Willenserklärung.

Collogia
Unternehmensberatung AG
Ubierring 11
D-50678 Köln

Vorstand:
Kadir Akin
Dr. Michael Höhnerbach

Vorsitzender des Aufsichtsrates:
Hans Kristian Langva

Registergericht: Amtsgericht Köln
Registernummer: HRB 52 497

This e-mail may contain confidential and/or privileged information. If you
are not the intended recipient (or have received this e-mail in error)
please notify the sender immediately and destroy this e-mail. Any
unauthorized copying, disclosure or distribution of the material in this
e-mail is strictly forbidden.

e-mails sent over the internet may have been written under a wrong name or
been manipulated. That is why this message sent as an e-mail is not a
legally binding declaration of intention.

Collogia
Unternehmensberatung AG
Ubierring 11
D-50678 Köln

executive board:
Kadir Akin
Dr. Michael Höhnerbach

President of the supervisory board:
Hans Kristian Langva

Registry office: district court Cologne
Register number: HRB 52 497


___
Users mailing list
Users@ovirt.org
http://lists.ovirt.org/mailman/listinfo/users


Re: [Users] Unable to delete a snapshot

2014-01-09 Thread Nicolas Ecarnot

Hi Maor, hi everyone,

Le 07/01/2014 04:09, Maor Lipchuk a écrit :

Looking at bugzilla, it could be related to
https://bugzilla.redhat.com/1029069
(based on the exception described at
https://bugzilla.redhat.com/show_bug.cgi?id=1029069#c1)


In my case, there where nothing live : the VM was shut down when 
creating the snapshot as well as when tyring to delete it.



The issue there was fixed after an upgrade to 3.3.1 (as Sander mentioned
it before in the mailing list)

Could you give it a try and check if that works for you?


I'm very shy with upgrading my oVirt production framework, but I began 
to read some things to upgrade it. Maybe you can lead me to a precise 
way to upgrade vdsm?



Also it will be great if you could open a bug on that with the full
VDSM, engine logs and the list of lvs.


Done :

https://bugzilla.redhat.com/show_bug.cgi?id=1050901

--
Nicolas Ecarnot
___
Users mailing list
Users@ovirt.org
http://lists.ovirt.org/mailman/listinfo/users


[Users] Replacing ISO domain

2014-01-09 Thread Gabi C
Hello!

1 Ovirt-engine + 2 nodes with Glusterfs on them (replicate), 1 ISO domain,
1 Export domain.

ISO domain is created at ovirt-setup time on ovirt-engine host.How can I
replace  this ISO domain with a new, bigger, one on another machine?
___
Users mailing list
Users@ovirt.org
http://lists.ovirt.org/mailman/listinfo/users


Re: [Users] Replacing ISO domain

2014-01-09 Thread Markus Stockhausen
 Von: users-boun...@ovirt.org [users-boun...@ovirt.org] im Auftrag von Gabi 
 C [gab...@gmail.com]
 Gesendet: Donnerstag, 9. Januar 2014 11:48
 An: users@ovirt.org
 Betreff: [Users] Replacing ISO domain
 
 Hello!

 1 Ovirt-engine + 2 nodes with Glusterfs on them (replicate), 1 ISO domain, 1 
 Export domain.
 ISO domain is created at ovirt-setup time on ovirt-engine host.How can I 
 replace  this ISO domain with a new, bigger, one on another machine?

even if it won't help you an additional question in this context
to the developers: Are there any plans to support multiple ISO 
domains? 

Markus









Diese E-Mail enthält vertrauliche und/oder rechtlich geschützte
Informationen. Wenn Sie nicht der richtige Adressat sind oder diese E-Mail
irrtümlich erhalten haben, informieren Sie bitte sofort den Absender und
vernichten Sie diese Mail. Das unerlaubte Kopieren sowie die unbefugte
Weitergabe dieser Mail ist nicht gestattet.

Über das Internet versandte E-Mails können unter fremden Namen erstellt oder
manipuliert werden. Deshalb ist diese als E-Mail verschickte Nachricht keine
rechtsverbindliche Willenserklärung.

Collogia
Unternehmensberatung AG
Ubierring 11
D-50678 Köln

Vorstand:
Kadir Akin
Dr. Michael Höhnerbach

Vorsitzender des Aufsichtsrates:
Hans Kristian Langva

Registergericht: Amtsgericht Köln
Registernummer: HRB 52 497

This e-mail may contain confidential and/or privileged information. If you
are not the intended recipient (or have received this e-mail in error)
please notify the sender immediately and destroy this e-mail. Any
unauthorized copying, disclosure or distribution of the material in this
e-mail is strictly forbidden.

e-mails sent over the internet may have been written under a wrong name or
been manipulated. That is why this message sent as an e-mail is not a
legally binding declaration of intention.

Collogia
Unternehmensberatung AG
Ubierring 11
D-50678 Köln

executive board:
Kadir Akin
Dr. Michael Höhnerbach

President of the supervisory board:
Hans Kristian Langva

Registry office: district court Cologne
Register number: HRB 52 497


___
Users mailing list
Users@ovirt.org
http://lists.ovirt.org/mailman/listinfo/users


Re: [Users] Replacing ISO domain

2014-01-09 Thread Sven Kieske
Hi,

maybe this works when this RFE is done (hopefully in 3.4, I still got
no reaction by devs to my question if I can help implement this):

https://bugzilla.redhat.com/show_bug.cgi?id=1038053

Am 09.01.2014 11:52, schrieb Markus Stockhausen:
 even if it won't help you an additional question in this context
 to the developers: Are there any plans to support multiple ISO 
 domains? 
 
 Markus

-- 
Mit freundlichen Grüßen / Regards

Sven Kieske

Systemadministrator
Mittwald CM Service GmbH  Co. KG
Königsberger Straße 6
32339 Espelkamp
T: +49-5772-293-100
F: +49-5772-293-333
https://www.mittwald.de
Geschäftsführer: Robert Meyer
St.Nr.: 331/5721/1033, USt-IdNr.: DE814773217, HRA 6640, AG Bad Oeynhausen
Komplementärin: Robert Meyer Verwaltungs GmbH, HRB 13260, AG Bad Oeynhausen
___
Users mailing list
Users@ovirt.org
http://lists.ovirt.org/mailman/listinfo/users


Re: [Users] Replacing ISO domain

2014-01-09 Thread Eli Mesika


- Original Message -
 From: Gabi C gab...@gmail.com
 To: users@ovirt.org
 Sent: Thursday, January 9, 2014 12:48:29 PM
 Subject: [Users] Replacing ISO domain
 
 Hello!
 
 1 Ovirt-engine + 2 nodes with Glusterfs on them (replicate), 1 ISO domain, 1
 Export domain.
 
 ISO domain is created at ovirt-setup time on ovirt-engine host.How can I
 replace this ISO domain with a new, bigger, one on another machine?

From webadmin UI 

1) Go to Data Center TAB
2) select the DC
3) From the Storage TAB in the bottom select the old ISO
4) Press the Maintenance button
5) Press the Detach button

Now you can attach a new ISO



 
 ___
 Users mailing list
 Users@ovirt.org
 http://lists.ovirt.org/mailman/listinfo/users
 
___
Users mailing list
Users@ovirt.org
http://lists.ovirt.org/mailman/listinfo/users


Re: [Users] Specifying values for cert, key, and CA for ovirt-shell

2014-01-09 Thread Juan Hernandez
On 01/09/2014 11:00 AM, noc wrote:
 On 8-1-2014 23:08, Bob Doolittle wrote:

 On 01/08/2014 04:21 PM, Joop wrote:
 Bob Doolittle wrote:

 On 01/08/2014 02:31 PM, Joop wrote:
 Bob Doolittle wrote:

 On 01/08/2014 02:17 PM, Joop wrote:
 Bob Doolittle wrote:
 Hi,

 I want to run ovirt-shell directly (as root) on the Engine. 
 Presumably all the files I need for CA, key, and cert are in the 
 /etc/pki area.

 But when I use the attached .ovirtshellrc file I get:

 error: [Errno 336265218] _ssl.c:341: error:140B0002:SSL 
 routines:SSL_CTX_use_PrivateKey_file:system lib

 How can I specify an appropriate configuration to get this working?
 I would prefer to keep using SSL if possible.
 Just guessing but I don't think that your fqdn is localhost in 
 your certs. Use your fqdn for the url variable.

 Good thought. But now I am getting:

 error: [Errno 336265225] _ssl.c:341: error:140B0009:SSL 
 routines:SSL_CTX_use_PrivateKey_file:PEM lib

 Some searching indicates that my keys and certs need to be in pem 
 format, so maybe I have to convert them before use? Any tips on 
 how to do that?

 What happens if you leave out the ca_file/key_file/cert_file 
 variables?
 I just played around with ovirt-shell and made a .ovirtshellrc 
 file, on the engine, and don't remember setting these and I could 
 login and run scripts
 Can't access my test environment right now so this is also a shot 
 in the dark.

 That's what I tried first. I get:
 error: server CA certificate file must be specified for SSL secured 
 connection.

 And if I don't specify https I get:
 error: No response returned from server. If you're using HTTP protocol
 against a SSL secured server, then try using HTTPS instead.

 OK. Here is what I did:
 On ovirt-engine: wget https://engine_fqdn/ca.crt --no-check-certificate
 and used the following .ovirtshellrc

 [cli]
 autoconnect = True
 autopage = True
 [ovirt-shell]
 username = admin@internal
 timeout = -1
 extended_prompt = False
 url = https://engine_fqdn/api
 insecure = False
 filter = False
 session_timeout = -1
 ca_file = /root/ca.crt
 dont_validate_cert_chain = False
 key_file = None
 password = **
 cert_file = None

 Something must be different about our setups. This is where I started.

 In both cases, either insecure = True or when I specify the ca_file 
 only, I get:
 error: [401] - Unauthorized, HTTP Status 401

 The one difference is that you are using ca_file = /root/ca.crt 
 whereas I am using ca_file = ca.pem.

 I can't seem to find any .crt files in the /etc/pki/ovirt-engine area 
 (or, for that matter, in the /etc/pki/vdsm area on the node).
 You have missed the step where I downloaded ca.crt with wget :-)
 

The key_file and cert_file parameters are only needed when your web
server has been manually configured to require client SSL certificates,
and this isn't the default configuration, so leave them with None as the
value.

The only SSL parameter that you need to change is ca_file, and it
should contain the absolute path name of the file containing the
certificate of the authority that signed the certificate of the web
server. If you didn't change the SSL configuration of the web server
then this file is in /etc/pki/ovirt-engine/ca.pem. So, to summarize,
the parameters that you need to change are the following:

  url = https://your_fully_qualified_host_name/api
  username = admin@internal
  password = the_password_for_the_above_user
  ca_file = /etc/pki/ovirt-engine/ca.pem

-- 
Dirección Comercial: C/Jose Bardasano Baos, 9, Edif. Gorbea 3, planta
3ºD, 28016 Madrid, Spain
Inscrita en el Reg. Mercantil de Madrid – C.I.F. B82657941 - Red Hat S.L.
___
Users mailing list
Users@ovirt.org
http://lists.ovirt.org/mailman/listinfo/users


Re: [Users] Replacing ISO domain

2014-01-09 Thread Gabi C
Thanks!


On Thu, Jan 9, 2014 at 1:06 PM, Eli Mesika emes...@redhat.com wrote:



 - Original Message -
  From: Gabi C gab...@gmail.com
  To: users@ovirt.org
  Sent: Thursday, January 9, 2014 12:48:29 PM
  Subject: [Users] Replacing ISO domain
 
  Hello!
 
  1 Ovirt-engine + 2 nodes with Glusterfs on them (replicate), 1 ISO
 domain, 1
  Export domain.
 
  ISO domain is created at ovirt-setup time on ovirt-engine host.How can I
  replace this ISO domain with a new, bigger, one on another machine?

 From webadmin UI

 1) Go to Data Center TAB
 2) select the DC
 3) From the Storage TAB in the bottom select the old ISO
 4) Press the Maintenance button
 5) Press the Detach button

 Now you can attach a new ISO



 
  ___
  Users mailing list
  Users@ovirt.org
  http://lists.ovirt.org/mailman/listinfo/users
 

___
Users mailing list
Users@ovirt.org
http://lists.ovirt.org/mailman/listinfo/users


[Users] VSDM´s logrotate makes Hosts fill up var eventually

2014-01-09 Thread Karli Sjöberg
Hi!

I just noticed my Hypervisor nodes starting to complain about disks
almost being full. I started investigation and noticed that:
# du -h /var/log/libvirtd.log
100G/var/log/libvirtd.log

And many Hosts system partition had indeed become full:S

Why weren´t the file rotated? Well:
# ls -lah /var/log/libvirtd.log.* | wc -l
100

And the rotate policy says:
/etc/logrotate.d/libvirtd
## beginning of configuration section by vdsm
/var/log/libvirt/libvirtd.log {
rotate 100
missingok
copytruncate
size 15M
compress
compresscmd /usr/bin/xz
uncompresscmd /usr/bin/unxz
compressext .xz
}

Now, I just handled it by changing 100 to 1000 but I think that a
better default needs to be placed in general, don´t you?
# rpm -qa | grep vdsm
vdsm-python-4.13.0-11.el6.x86_64
vdsm-python-cpopen-4.13.0-11.el6.x86_64
vdsm-4.13.0-11.el6.x86_64
vdsm-xmlrpc-4.13.0-11.el6.noarch
vdsm-cli-4.13.0-11.el6.noarch


-- 

Med Vänliga Hälsningar

---
Karli Sjöberg
Swedish University of Agricultural Sciences Box 7079 (Visiting Address
Kronåsvägen 8)
S-750 07 Uppsala, Sweden
Phone:  +46-(0)18-67 15 66
karli.sjob...@slu.se
___
Users mailing list
Users@ovirt.org
http://lists.ovirt.org/mailman/listinfo/users


Re: [Users] VSDM´s logrotate makes Hosts fill up var eventually

2014-01-09 Thread Sven Kieske
Hi,

I also guess this gets so large because of the loglevels in
/etc/vdsm/logger.conf

this seems to be the default:

[logger_root]
level=DEBUG
handlers=syslog,logfile
propagate=0

[logger_vds]
level=DEBUG
handlers=syslog,logfile
qualname=vds
propagate=0

[logger_Storage]
level=DEBUG
handlers=logfile
qualname=Storage
propagate=0

[logger_metadata]
level=WARNING
handlers=metadata
qualname=irs.metadata
propagate=0

[handler_syslog]
level=WARNING
class=handlers.SysLogHandler
formatter=sysform
args=('/dev/log', handlers.SysLogHandler.LOG_USER)

[handler_logfile]
class=logging.handlers.WatchedFileHandler
args=('/var/log/vdsm/vdsm.log',)
filters=storage.misc.TracebackRepeatFilter
level=DEBUG
formatter=long

[handler_metadata]
class=logging.handlers.WatchedFileHandler
args=('/var/log/vdsm/metadata.log',)
level=WARNING
formatter=long


which is debug level for most loggers.

Question to the devs:

Is this really needed as a default in a production
environment?

my vdsm is a little bit older btw:

vdsm-4.12.1-4.el6.x86_64
vdsm-cli-4.12.1-4.el6.noarch
vdsm-python-4.12.1-4.el6.x86_64
vdsm-python-cpopen-4.12.1-4.el6.x86_64
vdsm-xmlrpc-4.12.1-4.el6.noarch

did this change in vdsm 4.13. ?

Am 09.01.2014 14:26, schrieb Karli Sjöberg:
 Hi!
 
 I just noticed my Hypervisor nodes starting to complain about disks
 almost being full. I started investigation and noticed that:
 # du -h /var/log/libvirtd.log
 100G  /var/log/libvirtd.log
 
 And many Hosts system partition had indeed become full:S
 
 Why weren´t the file rotated? Well:
 # ls -lah /var/log/libvirtd.log.* | wc -l
 100
 
 And the rotate policy says:
 /etc/logrotate.d/libvirtd
 ## beginning of configuration section by vdsm
 /var/log/libvirt/libvirtd.log {
 rotate 100
 missingok
 copytruncate
 size 15M
 compress
 compresscmd /usr/bin/xz
 uncompresscmd /usr/bin/unxz
 compressext .xz
 }
 
 Now, I just handled it by changing 100 to 1000 but I think that a
 better default needs to be placed in general, don´t you?
 # rpm -qa | grep vdsm
 vdsm-python-4.13.0-11.el6.x86_64
 vdsm-python-cpopen-4.13.0-11.el6.x86_64
 vdsm-4.13.0-11.el6.x86_64
 vdsm-xmlrpc-4.13.0-11.el6.noarch
 vdsm-cli-4.13.0-11.el6.noarch
 
 

-- 
Mit freundlichen Grüßen / Regards

Sven Kieske

Systemadministrator
Mittwald CM Service GmbH  Co. KG
Königsberger Straße 6
32339 Espelkamp
T: +49-5772-293-100
F: +49-5772-293-333
https://www.mittwald.de
Geschäftsführer: Robert Meyer
St.Nr.: 331/5721/1033, USt-IdNr.: DE814773217, HRA 6640, AG Bad Oeynhausen
Komplementärin: Robert Meyer Verwaltungs GmbH, HRB 13260, AG Bad Oeynhausen
___
Users mailing list
Users@ovirt.org
http://lists.ovirt.org/mailman/listinfo/users


Re: [Users] oVirt 3.4.0 release schedule updated

2014-01-09 Thread Doron Fediuck


- Original Message -
 From: Eli Mesika emes...@redhat.com
 To: Sandro Bonazzola sbona...@redhat.com
 Cc: arch a...@ovirt.org, engine-devel engine-de...@ovirt.org, 
 vdsm-devel vdsm-de...@fedorahosted.org,
 VDSM Project Development vdsm-de...@lists.fedorahosted.org, 
 Users@ovirt.org
 Sent: Thursday, January 9, 2014 10:40:28 AM
 Subject: Re: [Users] oVirt 3.4.0 release schedule updated
 
 
 
 - Original Message -
  From: Sandro Bonazzola sbona...@redhat.com
  To: engine-devel engine-de...@ovirt.org, VDSM Project Development
  vdsm-de...@lists.fedorahosted.org,
  vdsm-devel vdsm-de...@fedorahosted.org, arch a...@ovirt.org,
  Users@ovirt.org
  Sent: Wednesday, January 8, 2014 6:47:58 PM
  Subject: [Users] oVirt 3.4.0 release schedule updated
  
  oVirt team has updated the release schedule for 3.4.0 [1]
  
  These are tentative planning dates and may change
  
  General availability:   2014-02-24
  oVirt 3.4 Second Test Day:  2014-02-19
  RC Build:   2014-02-17
  oVirt 3.4 Test Day: 2014-01-27
 
 Please note that some guys from the TLV office could not attend to that due
 to an Advanced Python Course taking place (27-30 JAN)
 

Hi Sandro,
Since there's some activity also around FOSDEM, I suggest we
will do the first test day on January 23.

Please let me know if there are any objections.

  Beta release:   2014-01-20
  Branching / Feature freeze: 2014-01-15
  Alpha release:  2014-01-09
  
  more details on test days, etc to come in the next few weeks
  
  [1] http://www.ovirt.org/OVirt_3.4_release-management#Timeline
  
  --
  Sandro Bonazzola
  Better technology. Faster innovation. Powered by community collaboration.
  See how it works at redhat.com
  ___
  Users mailing list
  Users@ovirt.org
  http://lists.ovirt.org/mailman/listinfo/users
  
 ___
 Users mailing list
 Users@ovirt.org
 http://lists.ovirt.org/mailman/listinfo/users
 
___
Users mailing list
Users@ovirt.org
http://lists.ovirt.org/mailman/listinfo/users


Re: [Users] Replacing ISO domain

2014-01-09 Thread Eli Mesika


- Original Message -
 From: Sven Kieske s.kie...@mittwald.de
 To: users@ovirt.org
 Sent: Thursday, January 9, 2014 12:57:58 PM
 Subject: Re: [Users] Replacing ISO domain
 
 Hi,
 
 maybe this works when this RFE is done (hopefully in 3.4, I still got
 no reaction by devs to my question if I can help implement this):
 
 https://bugzilla.redhat.com/show_bug.cgi?id=1038053

This is not related for multiple ISO domains support , its about allowing a DC 
to host various storage types i.e. NFS , ISCSI etc

 
 Am 09.01.2014 11:52, schrieb Markus Stockhausen:
  even if it won't help you an additional question in this context
  to the developers: Are there any plans to support multiple ISO
  domains?
  
  Markus
 
 --
 Mit freundlichen Grüßen / Regards
 
 Sven Kieske
 
 Systemadministrator
 Mittwald CM Service GmbH  Co. KG
 Königsberger Straße 6
 32339 Espelkamp
 T: +49-5772-293-100
 F: +49-5772-293-333
 https://www.mittwald.de
 Geschäftsführer: Robert Meyer
 St.Nr.: 331/5721/1033, USt-IdNr.: DE814773217, HRA 6640, AG Bad Oeynhausen
 Komplementärin: Robert Meyer Verwaltungs GmbH, HRB 13260, AG Bad Oeynhausen
 ___
 Users mailing list
 Users@ovirt.org
 http://lists.ovirt.org/mailman/listinfo/users
 
___
Users mailing list
Users@ovirt.org
http://lists.ovirt.org/mailman/listinfo/users


Re: [Users] Replacing ISO domain

2014-01-09 Thread Ernest Beinrohr

Dn(a 09.01.2014 12:06, Eli Mesika wrote / napísal(a):

 From webadmin UI

1) Go to Data Center TAB
2) select the DC
3) From the Storage TAB in the bottom select the old ISO
4) Press the Maintenance button
5) Press the Detach button

Now you can attach a new ISO
This (detach) does not work if the old ISO domain is unavailable, like 
mine :(



--
Ernest Beinrohr, AXON PRO
DevOps, Ing http://www.beinrohr.sk/ing.php, RHCE 
http://www.beinrohr.sk/rhce.php, RHCVA 
http://www.beinrohr.sk/rhce.php, LPIC 
http://www.beinrohr.sk/lpic.php, VCA http://www.beinrohr.sk/vca.php, 
+421-2--6241-0360 callto://+421-2--6241-0360, +421-903--482-603 
callto://+421-903--482-603
icq:28153343, skype:oernii-work callto://oernii-work, 
jabber:oer...@jabber.org


For a successful technology, reality must take precedence over public 
relations, for Nature cannot be fooled. Richard Feynman
___
Users mailing list
Users@ovirt.org
http://lists.ovirt.org/mailman/listinfo/users


Re: [Users] oVirt 3.4.0 release schedule updated

2014-01-09 Thread Sandro Bonazzola
Il 09/01/2014 15:02, Doron Fediuck ha scritto:
 
 
 - Original Message -
 From: Eli Mesika emes...@redhat.com
 To: Sandro Bonazzola sbona...@redhat.com
 Cc: arch a...@ovirt.org, engine-devel engine-de...@ovirt.org, 
 vdsm-devel vdsm-de...@fedorahosted.org,
 VDSM Project Development vdsm-de...@lists.fedorahosted.org, 
 Users@ovirt.org
 Sent: Thursday, January 9, 2014 10:40:28 AM
 Subject: Re: [Users] oVirt 3.4.0 release schedule updated



 - Original Message -
 From: Sandro Bonazzola sbona...@redhat.com
 To: engine-devel engine-de...@ovirt.org, VDSM Project Development
 vdsm-de...@lists.fedorahosted.org,
 vdsm-devel vdsm-de...@fedorahosted.org, arch a...@ovirt.org,
 Users@ovirt.org
 Sent: Wednesday, January 8, 2014 6:47:58 PM
 Subject: [Users] oVirt 3.4.0 release schedule updated

 oVirt team has updated the release schedule for 3.4.0 [1]

 These are tentative planning dates and may change

 General availability:   2014-02-24
 oVirt 3.4 Second Test Day:  2014-02-19
 RC Build:   2014-02-17
 oVirt 3.4 Test Day: 2014-01-27

 Please note that some guys from the TLV office could not attend to that due
 to an Advanced Python Course taking place (27-30 JAN)

 
 Hi Sandro,
 Since there's some activity also around FOSDEM, I suggest we
 will do the first test day on January 23.
 
 Please let me know if there are any objections.

I'll update the site with new date, thanks.


 
 Beta release:   2014-01-20
 Branching / Feature freeze: 2014-01-15
 Alpha release:  2014-01-09

 more details on test days, etc to come in the next few weeks

 [1] http://www.ovirt.org/OVirt_3.4_release-management#Timeline

 --
 Sandro Bonazzola
 Better technology. Faster innovation. Powered by community collaboration.
 See how it works at redhat.com
 ___
 Users mailing list
 Users@ovirt.org
 http://lists.ovirt.org/mailman/listinfo/users

 ___
 Users mailing list
 Users@ovirt.org
 http://lists.ovirt.org/mailman/listinfo/users



-- 
Sandro Bonazzola
Better technology. Faster innovation. Powered by community collaboration.
See how it works at redhat.com
___
Users mailing list
Users@ovirt.org
http://lists.ovirt.org/mailman/listinfo/users


Re: [Users] Network unsynchronised

2014-01-09 Thread Assaf Muller
If you check out /var/log/vdsm/supervdsm.log, do you see any setupNetworks 
being called as a result of you hitting sync network?

Assaf Muller, Cloud Networking Engineer 
Red Hat 


- Original Message -
From: Alan Murrell li...@murrell.ca
To: users@ovirt.org
Sent: Thursday, January 9, 2014 10:13:27 AM
Subject: [Users] Network unsynchronised

Network unsynchronised 

Hi All. 

I have a brand new, fresh all-in-one installation that I am using to evaluate 
oVirt. 

I have removed the VM network role from the ovirtmgmt bridge, as I want to 
use it for management only, and no VMs (I plan on using other networks I am 
creating with VLAN IDs for handling the VM network). I can remove the role 
alright, but when I go in to Setup Host Network, the ovirtmgmt network is 
showing as being unsynchronised. When I click on the pencil icon on the network 
to edit it, I put a check in Sync Network and clik OK but it never seems to 
sync. 

Any idea why it will not? 

Thanks! :-) 

-Alan 


___
Users mailing list
Users@ovirt.org
http://lists.ovirt.org/mailman/listinfo/users
___
Users mailing list
Users@ovirt.org
http://lists.ovirt.org/mailman/listinfo/users


Re: [Users] Replacing ISO domain

2014-01-09 Thread Blaster

On Jan 9, 2014, at 4:52 AM, Markus Stockhausen stockhau...@collogia.de wrote:
 
 even if it won't help you an additional question in this context
 to the developers: Are there any plans to support multiple ISO 
 domains? 
 
 Markus
 

Agreed,  That limitation needs to go.  I also just added BZ RFE 1051002, an ISO 
domain should be able to be made out of an existing NFS share or library of 
ISOs.

___
Users mailing list
Users@ovirt.org
http://lists.ovirt.org/mailman/listinfo/users


Re: [Users] Replacing ISO domain

2014-01-09 Thread Sven Kieske
I know, but I hoped this might also include ISO domains.

What is so hard about integrating a second domain?

Am 09.01.2014 15:06, schrieb Eli Mesika:
 This is not related for multiple ISO domains support , its about allowing a 
 DC to host various storage types i.e. NFS , ISCSI etc

-- 
Mit freundlichen Grüßen / Regards

Sven Kieske

Systemadministrator
Mittwald CM Service GmbH  Co. KG
Königsberger Straße 6
32339 Espelkamp
T: +49-5772-293-100
F: +49-5772-293-333
https://www.mittwald.de
Geschäftsführer: Robert Meyer
St.Nr.: 331/5721/1033, USt-IdNr.: DE814773217, HRA 6640, AG Bad Oeynhausen
Komplementärin: Robert Meyer Verwaltungs GmbH, HRB 13260, AG Bad Oeynhausen
___
Users mailing list
Users@ovirt.org
http://lists.ovirt.org/mailman/listinfo/users


Re: [Users] no VM network connection

2014-01-09 Thread Assaf Muller
Hi Will,

Do these new faulty VMs get IP from the DHCP server on subnet1? If so, can they 
ping their default gateway?

If you SSH into the hypervisor that hosts the new VM, do you see a new 'vnetX' 
device for it? If you type brctl showmacs name of VM bridge, do you see the 
MAC of the NIC of the VM that is connected to the VM network?

If you tcpdump bond1, do you see any outgoing VM traffic?

Assaf Muller, Cloud Networking Engineer 
Red Hat 


- Original Message -
From: William Kwan pota...@yahoo.com
To: users@ovirt.org
Sent: Wednesday, January 8, 2014 8:47:51 PM
Subject: [Users] no VM network connection

Hi all, 

Need some pointers here. I created one VM successfully with network connection. 
New VMs and clone can't seem to get network connections. 

I have ovirt 3.3.2-1.el6 on CentOS6.5. Two virtualization nodes are on 6.5 with 
GlusterFS. 
Both nodes have bond0 on management subnet and bond1 on subnet1. 
bond0 has an IP assigned and bond1 has no IP assigned (just link up) 

I created a VM with two NICs attached to two the logical networks. This VM1 
works fine with both network connections. This VM can be started on either node 
fine with network connections. 

When I tried to build a new VM or build one from the template of VM1, I can't 
seem to get another network connection working on these new VMs. Yes, they have 
logical network attached to them. 

Thanks in advance, 

Will 



___
Users mailing list
Users@ovirt.org
http://lists.ovirt.org/mailman/listinfo/users
___
Users mailing list
Users@ovirt.org
http://lists.ovirt.org/mailman/listinfo/users


Re: [Users] virtualized engine / port to self-hosted engine

2014-01-09 Thread Doron Fediuck


- Original Message -
 From: Sven Kieske s.kie...@mittwald.de
 To: users@ovirt.org
 Sent: Wednesday, January 8, 2014 3:02:50 PM
 Subject: Re: [Users] virtualized engine / port to self-hosted engine
 
 Hi,
 
 so just for clarification:
 
 self hosted engine is just supported via NFS-backed Datacenter, once it
 is released?
 
 I didn't saw that mentioned on the wiki page of the feature or anywhere
 else, can someone update the documentation accordingly?
 (I would do it myself if I'd knew exactly what the limitations are).
 
 Am 08.01.2014 13:49, schrieb Doron Fediuck:
  I missed your NFS question, sorry;
  Yes. Currently we have NFS limitation and we will do our best to see
  if SAN can be added. Note that time is not on our side for 3.4.
 
 --
 Mit freundlichen Grüßen / Regards
 
 Sven Kieske
 
 Systemadministrator
 Mittwald CM Service GmbH  Co. KG
 Königsberger Straße 6
 32339 Espelkamp
 T: +49-5772-293-100
 F: +49-5772-293-333
 https://www.mittwald.de
 Geschäftsführer: Robert Meyer
 St.Nr.: 331/5721/1033, USt-IdNr.: DE814773217, HRA 6640, AG Bad Oeynhausen
 Komplementärin: Robert Meyer Verwaltungs GmbH, HRB 13260, AG Bad Oeynhausen

Hi Sven,
please take a look at: 
http://www.ovirt.org/Features/Self_Hosted_Engine#Limitations

This is there for quite some time.
May I ask which page are you using?

Doron
___
Users mailing list
Users@ovirt.org
http://lists.ovirt.org/mailman/listinfo/users


Re: [Users] oVirt 3.4.0 release schedule updated

2014-01-09 Thread Sandro Bonazzola
Here is updated schedule.
I've added 3.3.3 too and attached an ICS calendar with the same dates

These are tentative planning dates and may change

oVirt 3.4 General availability:   2014-02-24
oVirt 3.4 Second Test Day:2014-02-19
oVirt 3.4 RC Build:   2014-02-17
oVirt 3.4 Test Day:   2014-01-23
oVirt 3.4 Beta release:   2014-01-20
oVirt 3.4 Branching / Feature freeze: 2014-01-15
oVirt 3.4 Alpha release:  2014-01-09

more details on test days, etc to come in the next few weeks

oVirt 3.3.3 General availability: 2014-01-28
oVirt 3.3.3 RC Build: 2014-01-21
oVirt 3.3.3 Beta release: 2014-01-13


Il 09/01/2014 15:02, Doron Fediuck ha scritto:
 
 
 - Original Message -
 From: Eli Mesika emes...@redhat.com
 To: Sandro Bonazzola sbona...@redhat.com
 Cc: arch a...@ovirt.org, engine-devel engine-de...@ovirt.org, 
 vdsm-devel vdsm-de...@fedorahosted.org,
 VDSM Project Development vdsm-de...@lists.fedorahosted.org, 
 Users@ovirt.org
 Sent: Thursday, January 9, 2014 10:40:28 AM
 Subject: Re: [Users] oVirt 3.4.0 release schedule updated



 - Original Message -
 From: Sandro Bonazzola sbona...@redhat.com
 To: engine-devel engine-de...@ovirt.org, VDSM Project Development
 vdsm-de...@lists.fedorahosted.org,
 vdsm-devel vdsm-de...@fedorahosted.org, arch a...@ovirt.org,
 Users@ovirt.org
 Sent: Wednesday, January 8, 2014 6:47:58 PM
 Subject: [Users] oVirt 3.4.0 release schedule updated

 oVirt team has updated the release schedule for 3.4.0 [1]

 These are tentative planning dates and may change

 General availability:   2014-02-24
 oVirt 3.4 Second Test Day:  2014-02-19
 RC Build:   2014-02-17
 oVirt 3.4 Test Day: 2014-01-27

 Please note that some guys from the TLV office could not attend to that due
 to an Advanced Python Course taking place (27-30 JAN)

 
 Hi Sandro,
 Since there's some activity also around FOSDEM, I suggest we
 will do the first test day on January 23.
 
 Please let me know if there are any objections.
 
 Beta release:   2014-01-20
 Branching / Feature freeze: 2014-01-15
 Alpha release:  2014-01-09

 more details on test days, etc to come in the next few weeks

 [1] http://www.ovirt.org/OVirt_3.4_release-management#Timeline

 --
 Sandro Bonazzola
 Better technology. Faster innovation. Powered by community collaboration.
 See how it works at redhat.com
 ___
 Users mailing list
 Users@ovirt.org
 http://lists.ovirt.org/mailman/listinfo/users

 ___
 Users mailing list
 Users@ovirt.org
 http://lists.ovirt.org/mailman/listinfo/users



-- 
Sandro Bonazzola
Better technology. Faster innovation. Powered by community collaboration.
See how it works at redhat.com
BEGIN:VCALENDAR
PRODID:-//Mozilla.org/NONSGML Mozilla Calendar V1.1//EN
VERSION:2.0
BEGIN:VEVENT
CREATED:20140109T085926Z
LAST-MODIFIED:20140109T090007Z
DTSTAMP:20140109T090007Z
UID:aa67201d-432b-486b-b384-3084b51ee12a
SUMMARY:oVirt 3.4.0 GA
DTSTART;VALUE=DATE:20140224
DTEND;VALUE=DATE:20140225
TRANSP:TRANSPARENT
END:VEVENT
BEGIN:VEVENT
CREATED:20140109T090034Z
LAST-MODIFIED:20140109T090044Z
DTSTAMP:20140109T090044Z
UID:f9d8197e-c3c1-4044-9127-fcdfc1dc1aaf
SUMMARY:oVirt 3.4 Second Test Day
DTSTART;VALUE=DATE:20140219
DTEND;VALUE=DATE:20140220
TRANSP:TRANSPARENT
END:VEVENT
BEGIN:VEVENT
CREATED:20140109T090058Z
LAST-MODIFIED:20140109T090110Z
DTSTAMP:20140109T090110Z
UID:ff9b1509-1db8-4af5-bb5c-900a739401cc
SUMMARY:oVirt 3.4.0 RC Build
DTSTART;VALUE=DATE:20140217
DTEND;VALUE=DATE:20140218
TRANSP:TRANSPARENT
END:VEVENT
BEGIN:VEVENT
CREATED:20140109T090212Z
LAST-MODIFIED:20140109T090223Z
DTSTAMP:20140109T090223Z
UID:873d0069-630b-40a5-ba5a-5728153fc12c
SUMMARY:oVrit 3.4.0 Beta release
DTSTART;VALUE=DATE:20140120
DTEND;VALUE=DATE:20140121
TRANSP:TRANSPARENT
END:VEVENT
BEGIN:VEVENT
CREATED:20140109T090254Z
LAST-MODIFIED:20140109T090308Z
DTSTAMP:20140109T090308Z
UID:07afe210-61a1-4113-9020-2735aefc7467
SUMMARY:oVirt 3.4.0 Alpha release
DTSTART;VALUE=DATE:20140109
DTEND;VALUE=DATE:20140110
TRANSP:TRANSPARENT
END:VEVENT
BEGIN:VEVENT
CREATED:20140109T090322Z
LAST-MODIFIED:20140109T090335Z
DTSTAMP:20140109T090335Z
UID:869db415-7ab8-4a5e-b5f4-529e87924e89
SUMMARY:oVirt 3.4.0 Branching / Feature freeze
DTSTART;VALUE=DATE:20140115
DTEND;VALUE=DATE:20140116
TRANSP:TRANSPARENT
END:VEVENT
BEGIN:VEVENT
CREATED:20140109T090359Z
LAST-MODIFIED:20140109T090410Z
DTSTAMP:20140109T090410Z
UID:d3acbe18-57c5-4fe4-9021-20991249d08b
SUMMARY:oVirt 3.3.3 GA
DTSTART;VALUE=DATE:20140128
DTEND;VALUE=DATE:20140129
TRANSP:TRANSPARENT
END:VEVENT
BEGIN:VEVENT
CREATED:20140109T090427Z
LAST-MODIFIED:20140109T090438Z
DTSTAMP:20140109T090438Z
UID:e420a328-285b-418f-b4d5-2c98bd5ea84f
SUMMARY:oVirt 3.3.3 RC
DTSTART;VALUE=DATE:20140121
DTEND;VALUE=DATE:20140122
TRANSP:TRANSPARENT
END:VEVENT
BEGIN:VEVENT
CREATED:20140109T090454Z
LAST-MODIFIED

Re: [Users] virtualized engine / port to self-hosted engine

2014-01-09 Thread Sven Kieske
Hi Doron,

I'm very sorry, I just didn't see it.
The page is very long, so maybe we can
divide this page into several sub pages for
better readability?

Thanks for pointing me in the right direction!

And a question:

Only one VM is deployed and managed by HA daemons (support for
additional VMs to be added at a later stage).

What does that mean? The ability to self-host multiple engines
at a time, or a different HA-Setup with two active/active or
active/passive vms?
Something else?


Am 09.01.2014 15:24, schrieb Doron Fediuck:
 Hi Sven,
 please take a look at: 
 http://www.ovirt.org/Features/Self_Hosted_Engine#Limitations
 
 This is there for quite some time.
 May I ask which page are you using?
 
 Doron

-- 
Mit freundlichen Grüßen / Regards

Sven Kieske

Systemadministrator
Mittwald CM Service GmbH  Co. KG
Königsberger Straße 6
32339 Espelkamp
T: +49-5772-293-100
F: +49-5772-293-333
https://www.mittwald.de
Geschäftsführer: Robert Meyer
St.Nr.: 331/5721/1033, USt-IdNr.: DE814773217, HRA 6640, AG Bad Oeynhausen
Komplementärin: Robert Meyer Verwaltungs GmbH, HRB 13260, AG Bad Oeynhausen
___
Users mailing list
Users@ovirt.org
http://lists.ovirt.org/mailman/listinfo/users


[Users] alx driver causes network troubles on VMs after bonding

2014-01-09 Thread Alessandro Bianchi

Hi all

I'm running several F19 hosts with multiple Gigabit NIC's

I've discovered on at least two different harware host nodes that alx 
driver causes troubles in network connection


This is related to this Atheros very common onboard hardware (lspci -vv 
relevant part only)


03:00.0 Ethernet controller: Qualcomm Atheros AR8161 Gigabit Ethernet 
(rev 10)

Subsystem: ASUSTeK Computer Inc. Device 8507
Control: I/O+ Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- 
Stepping- SERR- FastB2B- DisINTx-
Status: Cap+ 66MHz- UDF- FastB2B- ParErr- DEVSEL=fast TAbort- 
TAbort- MAbort- SERR- PERR- INTx-

Latency: 0, Cache Line Size: 64 bytes
Interrupt: pin A routed to IRQ 16
Region 0: Memory at f7d0 (64-bit, non-prefetchable) [size=256K]
Region 2: I/O ports at e000 [size=128]
Capabilities: [40] Power Management version 3
Flags: PMEClk- DSI- D1- D2- AuxCurrent=375mA 
PME(D0+,D1+,D2+,D3hot+,D3cold+)

Status: D0 NoSoftRst+ PME-Enable- DSel=0 DScale=0 PME-
Capabilities: [58] Express (v1) Endpoint, MSI 00
DevCap:MaxPayload 4096 bytes, PhantFunc 0, Latency L0s 
unlimited, L1 unlimited

ExtTag- AttnBtn+ AttnInd+ PwrInd+ RBE+ FLReset-
DevCtl:Report errors: Correctable+ Non-Fatal+ Fatal+ 
Unsupported+

RlxdOrd- ExtTag- PhantFunc- AuxPwr- NoSnoop-
MaxPayload 128 bytes, MaxReadReq 512 bytes
DevSta:CorrErr- UncorrErr- FatalErr- UnsuppReq- AuxPwr+ 
TransPend-
LnkCap:Port #0, Speed 2.5GT/s, Width x1, ASPM L0s L1, Exit 
Latency L0s unlimited, L1 unlimited

ClockPM+ Surprise- LLActRep- BwNot-
LnkCtl:ASPM Disabled; RCB 64 bytes Disabled- CommClk+
ExtSynch- ClockPM- AutWidDis- BWInt- AutBWInt-
LnkSta:Speed 2.5GT/s, Width x1, TrErr- Train- SlotClk+ 
DLActive- BWMgmt- ABWMgmt-

Capabilities: [c0] MSI: Enable- Count=1/16 Maskable+ 64bit+
Address: fee0f00c  Data: 4142
Masking:   Pending: 
Capabilities: [d8] MSI-X: Enable- Count=16 Masked-
Vector table: BAR=0 offset=2000
PBA: BAR=0 offset=3000
Capabilities: [100 v1] Advanced Error Reporting
UESta:DLP- SDES- TLP- FCP- CmpltTO- CmpltAbrt- UnxCmplt- 
RxOF- MalfTLP- ECRC- UnsupReq- ACSViol-
UEMsk:DLP- SDES- TLP- FCP- CmpltTO- CmpltAbrt- UnxCmplt- 
RxOF- MalfTLP- ECRC- UnsupReq- ACSViol-
UESvrt:DLP- SDES+ TLP- FCP- CmpltTO- CmpltAbrt- UnxCmplt- 
RxOF+ MalfTLP+ ECRC- UnsupReq- ACSViol-

CESta:RxErr- BadTLP- BadDLLP- Rollover- Timeout- NonFatalErr-
CEMsk:RxErr- BadTLP- BadDLLP- Rollover- Timeout- NonFatalErr+
AERCap:First Error Pointer: 00, GenCap+ CGenEn- ChkCap+ ChkEn-
Capabilities: [180 v1] Device Serial Number ff-d6-66-47-08-60-6e-ff
Kernel driver in use: alx

When I bond it on the ovirtmgmnt network (two gigabit bond) VMs on local 
cluster run OK but they fail to mount some gluster mount points


I suppose this is related to the alx driver which seems to be not 
completely working (it still misses counters)


Bringing down the relevant interface so that the bond remains with only 
one NIC (ifdown p4p1) fixes the issue.


So be warned: if you have this hardware check very carefully your 
network mount points inside Vms


If you have already tested this configuration and have this working 
please let me know.


Best regards

Alessandro Bianchi
___
Users mailing list
Users@ovirt.org
http://lists.ovirt.org/mailman/listinfo/users


Re: [Users] virtualized engine / port to self-hosted engine

2014-01-09 Thread Doron Fediuck


- Original Message -
 From: Sven Kieske s.kie...@mittwald.de
 To: Doron Fediuck dfedi...@redhat.com
 Cc: users@ovirt.org
 Sent: Thursday, January 9, 2014 4:38:55 PM
 Subject: Re: [Users] virtualized engine / port to self-hosted engine
 
 Hi Doron,
 
 I'm very sorry, I just didn't see it.
Not a problem. I agree this page can be improved.
For this is the reason I created the simplified 
http://www.ovirt.org/Hosted_Engine_Howto

As you can see it provides the basic installation
flows and explanations.

 The page is very long, so maybe we can
 divide this page into several sub pages for
 better readability?
 
Sure. 
Would you like to try and we'll help?

 Thanks for pointing me in the right direction!
 
 And a question:
 
 Only one VM is deployed and managed by HA daemons (support for
 additional VMs to be added at a later stage).
 
 What does that mean? The ability to self-host multiple engines
 at a time, or a different HA-Setup with two active/active or
 active/passive vms?
 Something else?
 

The idea is to allow other types of HA VMs, running something
else. for example, let's define a profile of a VM running a DB.
This means we may need to monitor other resources than we would
do for hosted engine VM. So this requires some more work...

 
 Am 09.01.2014 15:24, schrieb Doron Fediuck:
  Hi Sven,
  please take a look at:
  http://www.ovirt.org/Features/Self_Hosted_Engine#Limitations
  
  This is there for quite some time.
  May I ask which page are you using?
  
  Doron
 
 --
 Mit freundlichen Grüßen / Regards
 
 Sven Kieske
 
 Systemadministrator
 Mittwald CM Service GmbH  Co. KG
 Königsberger Straße 6
 32339 Espelkamp
 T: +49-5772-293-100
 F: +49-5772-293-333
 https://www.mittwald.de
 Geschäftsführer: Robert Meyer
 St.Nr.: 331/5721/1033, USt-IdNr.: DE814773217, HRA 6640, AG Bad Oeynhausen
 Komplementärin: Robert Meyer Verwaltungs GmbH, HRB 13260, AG Bad Oeynhausen
___
Users mailing list
Users@ovirt.org
http://lists.ovirt.org/mailman/listinfo/users


[Users] Network not sync and problems reconfiguring

2014-01-09 Thread Juan Pablo Lorier
Hi,

Out of the blue some of the hosts got some LNs out of sync (not the same
in all of them). If I try to resync the LN, it does not show a resync
option, so I took one host and detached the lns and reconfigured them.
After that, ovirtmgmt is not created correctly, it does not create the
vlan interface on top of the bond and also, it's adding the bond to the
bridge instead of the vlan interface.
I got it partially running but it's still non operational as the engine
complains the host can't mount the gluster domain (it can reach the
network of the other brick):

[root@ovirt4 network-scripts]# gluster volume status
Status of volume: glusterfs
Gluster processPortOnlinePid
--
Brick 192.168.128.82:/glusterfs49154Y13288
Brick 192.168.128.83:/glusterfs49154Y5961
NFS Server on localhost2049Y4557
Self-heal Daemon on localhostN/AY4558
NFS Server on 192.168.128.822049Y15815
Self-heal Daemon on 192.168.128.82N/AY15819


I'm not synchronizing any other host just in case this happens to the
other host too.
Regards,
___
Users mailing list
Users@ovirt.org
http://lists.ovirt.org/mailman/listinfo/users


Re: [Users] Network not sync and problems reconfiguring

2014-01-09 Thread Juan Pablo Lorier
Ok, so far I found that ovirtmgmt lost it's vlan tag configuration. If I
try to put it back, I get and error because the LN is attached to hosts.
I can't detach it as the engine won't let me. If I try to delete the
host to re add it, it complanits that it's a brick of the volume
this is frustrating...
Is there a way to fix this without destroing the hole DC?
Regards,
___
Users mailing list
Users@ovirt.org
http://lists.ovirt.org/mailman/listinfo/users


Re: [Users] VSDM´s logrotate makes Hosts fill up var eventually

2014-01-09 Thread Dan Kenigsberg
On Thu, Jan 09, 2014 at 01:39:08PM +, Sven Kieske wrote:
 Hi,
 
 I also guess this gets so large because of the loglevels in
 /etc/vdsm/logger.conf
 
 this seems to be the default:
 
 [logger_root]
 level=DEBUG
 handlers=syslog,logfile
 propagate=0
 
 [logger_vds]
 level=DEBUG
 handlers=syslog,logfile
 qualname=vds
 propagate=0
 
 [logger_Storage]
 level=DEBUG
 handlers=logfile
 qualname=Storage
 propagate=0
 
 [logger_metadata]
 level=WARNING
 handlers=metadata
 qualname=irs.metadata
 propagate=0
 
 [handler_syslog]
 level=WARNING
 class=handlers.SysLogHandler
 formatter=sysform
 args=('/dev/log', handlers.SysLogHandler.LOG_USER)
 
 [handler_logfile]
 class=logging.handlers.WatchedFileHandler
 args=('/var/log/vdsm/vdsm.log',)
 filters=storage.misc.TracebackRepeatFilter
 level=DEBUG
 formatter=long
 
 [handler_metadata]
 class=logging.handlers.WatchedFileHandler
 args=('/var/log/vdsm/metadata.log',)
 level=WARNING
 formatter=long
 
 
 which is debug level for most loggers.
 
 Question to the devs:
 
 Is this really needed as a default in a production
 environment?
 
 my vdsm is a little bit older btw:
 
 vdsm-4.12.1-4.el6.x86_64
 vdsm-cli-4.12.1-4.el6.noarch
 vdsm-python-4.12.1-4.el6.x86_64
 vdsm-python-cpopen-4.12.1-4.el6.x86_64
 vdsm-xmlrpc-4.12.1-4.el6.noarch
 
 did this change in vdsm 4.13. ?

No change yet.

 
 Am 09.01.2014 14:26, schrieb Karli Sjöberg:
  Hi!
  
  I just noticed my Hypervisor nodes starting to complain about disks
  almost being full. I started investigation and noticed that:
  # du -h /var/log/libvirtd.log
  100G/var/log/libvirtd.log
  
  And many Hosts system partition had indeed become full:S
  
  Why weren´t the file rotated? Well:
  # ls -lah /var/log/libvirtd.log.* | wc -l
  100
  
  And the rotate policy says:
  /etc/logrotate.d/libvirtd
  ## beginning of configuration section by vdsm
  /var/log/libvirt/libvirtd.log {
  rotate 100
  missingok
  copytruncate
  size 15M
  compress
  compresscmd /usr/bin/xz
  uncompresscmd /usr/bin/unxz
  compressext .xz
  }
  
  Now, I just handled it by changing 100 to 1000 but I think that a

I do not understand this issue, Karli. After 100 log files have been
created, the oldest one should have been removed and replaced by the
newest one. logrotate is expected to be called every 15 minutes, so it
should not have stayed above 15M for so long. Do you see any error when
running `/usr/sbin/logrotate /etc/logrotate.d/libvirtd` as root?

  better default needs to be placed in general, don´t you?
  # rpm -qa | grep vdsm
  vdsm-python-4.13.0-11.el6.x86_64
  vdsm-python-cpopen-4.13.0-11.el6.x86_64
  vdsm-4.13.0-11.el6.x86_64
  vdsm-xmlrpc-4.13.0-11.el6.noarch
  vdsm-cli-4.13.0-11.el6.noarch

The question of how much logging we should keep is a tough one. I, as a
developer, would like to have as much as possible. For long-running busy
systems, it has happened to me that the core bug was spotted in
vdsm.log.67 or so.

However, I understand that verbosity has its price. To understand
whether we are stable enough to change the defaults, I need volunteers:
people who are willing to change their log level to INFO or WARNING, and
see if they miss useful information from their logs.

When you make you log level higher, you can lower the number of kept
log files, as they would not be filled as quick.

Would you, users@, help me with hard data?

Dan.
___
Users mailing list
Users@ovirt.org
http://lists.ovirt.org/mailman/listinfo/users


Re: [Users] no VM network connection

2014-01-09 Thread Dan Kenigsberg
On Thu, Jan 09, 2014 at 09:18:15AM -0500, Assaf Muller wrote:
 Hi Will,
 
 Do these new faulty VMs get IP from the DHCP server on subnet1? If so, can 
 they ping their default gateway?
 
 If you SSH into the hypervisor that hosts the new VM, do you see a new 
 'vnetX' device for it? If you type brctl showmacs name of VM bridge, do you 
 see the MAC of the NIC of the VM that is connected to the VM network?
 
 If you tcpdump bond1, do you see any outgoing VM traffic?

Also, if you set an explicit IP address within the guest and try to ping
outside of it - cun you see packets travelling out of the vnetX and into
the connected bridge?

 
 Assaf Muller, Cloud Networking Engineer 
 Red Hat 
 
 
 - Original Message -
 From: William Kwan pota...@yahoo.com
 To: users@ovirt.org
 Sent: Wednesday, January 8, 2014 8:47:51 PM
 Subject: [Users] no VM network connection
 
 Hi all, 
 
 Need some pointers here. I created one VM successfully with network 
 connection. New VMs and clone can't seem to get network connections. 
 
 I have ovirt 3.3.2-1.el6 on CentOS6.5. Two virtualization nodes are on 6.5 
 with GlusterFS. 
 Both nodes have bond0 on management subnet and bond1 on subnet1. 
 bond0 has an IP assigned and bond1 has no IP assigned (just link up) 
 
 I created a VM with two NICs attached to two the logical networks. This VM1 
 works fine with both network connections. This VM can be started on either 
 node fine with network connections. 
 
 When I tried to build a new VM or build one from the template of VM1, I can't 
 seem to get another network connection working on these new VMs. Yes, they 
 have logical network attached to them. 
___
Users mailing list
Users@ovirt.org
http://lists.ovirt.org/mailman/listinfo/users


Re: [Users] VSDM´s logrotate makes Hosts fill up var eventually

2014-01-09 Thread Karli Sjöberg


Från: users-boun...@ovirt.org [users-boun...@ovirt.org] f#246;r Karli Sjöberg 
[karli.sjob...@slu.se]
Skickat: den 9 januari 2014 17:53
Till: Dan Kenigsberg; Sven Kieske
Kopia: users@ovirt.org
Ämne: Re: [Users] VSDM´s logrotate makes Hosts fill up var eventually


Från: users-boun...@ovirt.org [users-boun...@ovirt.org] f#246;r Dan Kenigsberg 
[dan...@redhat.com]
Skickat: den 9 januari 2014 17:33
Till: Sven Kieske
Kopia: users@ovirt.org
Ämne: Re: [Users] VSDM´s logrotate makes Hosts fill up var eventually

On Thu, Jan 09, 2014 at 01:39:08PM +, Sven Kieske wrote:
 Hi,

 I also guess this gets so large because of the loglevels in
 /etc/vdsm/logger.conf

 this seems to be the default:

 [logger_root]
 level=DEBUG
 handlers=syslog,logfile
 propagate=0

 [logger_vds]
 level=DEBUG
 handlers=syslog,logfile
 qualname=vds
 propagate=0

 [logger_Storage]
 level=DEBUG
 handlers=logfile
 qualname=Storage
 propagate=0

 [logger_metadata]
 level=WARNING
 handlers=metadata
 qualname=irs.metadata
 propagate=0

 [handler_syslog]
 level=WARNING
 class=handlers.SysLogHandler
 formatter=sysform
 args=('/dev/log', handlers.SysLogHandler.LOG_USER)

 [handler_logfile]
 class=logging.handlers.WatchedFileHandler
 args=('/var/log/vdsm/vdsm.log',)
 filters=storage.misc.TracebackRepeatFilter
 level=DEBUG
 formatter=long

 [handler_metadata]
 class=logging.handlers.WatchedFileHandler
 args=('/var/log/vdsm/metadata.log',)
 level=WARNING
 formatter=long


 which is debug level for most loggers.

 Question to the devs:

 Is this really needed as a default in a production
 environment?

 my vdsm is a little bit older btw:

 vdsm-4.12.1-4.el6.x86_64
 vdsm-cli-4.12.1-4.el6.noarch
 vdsm-python-4.12.1-4.el6.x86_64
 vdsm-python-cpopen-4.12.1-4.el6.x86_64
 vdsm-xmlrpc-4.12.1-4.el6.noarch

 did this change in vdsm 4.13. ?

No change yet.


 Am 09.01.2014 14:26, schrieb Karli Sjöberg:
  Hi!
 
  I just noticed my Hypervisor nodes starting to complain about disks
  almost being full. I started investigation and noticed that:
  # du -h /var/log/libvirtd.log
  100G/var/log/libvirtd.log
 
  And many Hosts system partition had indeed become full:S
 
  Why weren´t the file rotated? Well:
  # ls -lah /var/log/libvirtd.log.* | wc -l
  100
 
  And the rotate policy says:
  /etc/logrotate.d/libvirtd
  ## beginning of configuration section by vdsm
  /var/log/libvirt/libvirtd.log {
  rotate 100
  missingok
  copytruncate
  size 15M
  compress
  compresscmd /usr/bin/xz
  uncompresscmd /usr/bin/unxz
  compressext .xz
  }
 
  Now, I just handled it by changing 100 to 1000 but I think that a

I do not understand this issue, Karli. After 100 log files have been
created, the oldest one should have been removed and replaced by the
newest one. logrotate is expected to be called every 15 minutes, so it
should not have stayed above 15M for so long. Do you see any error when
running `/usr/sbin/logrotate /etc/logrotate.d/libvirtd` as root?

What the funk, it doesn´t do anything, complains nothing like it´s done what 
it´s supposed to, and no errors in /var/log/messages either...

Oh, and here´s the output:
# du -h /var/log/libvirtd.log
1.1G/var/log/libvirtd.log
# /usr/sbin/logrotate -d -v /etc/logrotate.d/libvirtd
reading config file /etc/logrotate.d/libvirtd
reading config info for /var/log/libvirt/libvirtd.log 
compress_prog is now /usr/bin/xz
uncompress_prog is now /usr/bin/unxz
compress_ext is now .xz

Handling 1 logs

rotating pattern: /var/log/libvirt/libvirtd.log  15728640 bytes (1000 rotations)
empty log files are rotated, old logs are removed
considering log /var/log/libvirt/libvirtd.log
  log does not need rotating

Really, are you sure about that?

/K

  better default needs to be placed in general, don´t you?
  # rpm -qa | grep vdsm
  vdsm-python-4.13.0-11.el6.x86_64
  vdsm-python-cpopen-4.13.0-11.el6.x86_64
  vdsm-4.13.0-11.el6.x86_64
  vdsm-xmlrpc-4.13.0-11.el6.noarch
  vdsm-cli-4.13.0-11.el6.noarch

The question of how much logging we should keep is a tough one. I, as a
developer, would like to have as much as possible. For long-running busy
systems, it has happened to me that the core bug was spotted in
vdsm.log.67 or so.

However, I understand that verbosity has its price. To understand
whether we are stable enough to change the defaults, I need volunteers:
people who are willing to change their log level to INFO or WARNING, and
see if they miss useful information from their logs.

When you make you log level higher, you can lower the number of kept
log files, as they would not be filled as quick.

Would you, users@, help me with hard data?

Well, I understand that having more data of course helps when there´s an issue, 
however having lots of data isn´t helping in this particular case;P
Seriously though, it´s not bothering me having lots of logs. I don´t mind the 
DEBUG mode, and as long as rotate _does what it´s supposed to_ 

Re: [Users] VSDM´s logrotate makes Hosts fill up var eventually

2014-01-09 Thread Karli Sjöberg


Från: users-boun...@ovirt.org [users-boun...@ovirt.org] f#246;r Dan Kenigsberg 
[dan...@redhat.com]
Skickat: den 9 januari 2014 17:33
Till: Sven Kieske
Kopia: users@ovirt.org
Ämne: Re: [Users] VSDM´s logrotate makes Hosts fill up var eventually

On Thu, Jan 09, 2014 at 01:39:08PM +, Sven Kieske wrote:
 Hi,

 I also guess this gets so large because of the loglevels in
 /etc/vdsm/logger.conf

 this seems to be the default:

 [logger_root]
 level=DEBUG
 handlers=syslog,logfile
 propagate=0

 [logger_vds]
 level=DEBUG
 handlers=syslog,logfile
 qualname=vds
 propagate=0

 [logger_Storage]
 level=DEBUG
 handlers=logfile
 qualname=Storage
 propagate=0

 [logger_metadata]
 level=WARNING
 handlers=metadata
 qualname=irs.metadata
 propagate=0

 [handler_syslog]
 level=WARNING
 class=handlers.SysLogHandler
 formatter=sysform
 args=('/dev/log', handlers.SysLogHandler.LOG_USER)

 [handler_logfile]
 class=logging.handlers.WatchedFileHandler
 args=('/var/log/vdsm/vdsm.log',)
 filters=storage.misc.TracebackRepeatFilter
 level=DEBUG
 formatter=long

 [handler_metadata]
 class=logging.handlers.WatchedFileHandler
 args=('/var/log/vdsm/metadata.log',)
 level=WARNING
 formatter=long


 which is debug level for most loggers.

 Question to the devs:

 Is this really needed as a default in a production
 environment?

 my vdsm is a little bit older btw:

 vdsm-4.12.1-4.el6.x86_64
 vdsm-cli-4.12.1-4.el6.noarch
 vdsm-python-4.12.1-4.el6.x86_64
 vdsm-python-cpopen-4.12.1-4.el6.x86_64
 vdsm-xmlrpc-4.12.1-4.el6.noarch

 did this change in vdsm 4.13. ?

No change yet.


 Am 09.01.2014 14:26, schrieb Karli Sjöberg:
  Hi!
 
  I just noticed my Hypervisor nodes starting to complain about disks
  almost being full. I started investigation and noticed that:
  # du -h /var/log/libvirtd.log
  100G/var/log/libvirtd.log
 
  And many Hosts system partition had indeed become full:S
 
  Why weren´t the file rotated? Well:
  # ls -lah /var/log/libvirtd.log.* | wc -l
  100
 
  And the rotate policy says:
  /etc/logrotate.d/libvirtd
  ## beginning of configuration section by vdsm
  /var/log/libvirt/libvirtd.log {
  rotate 100
  missingok
  copytruncate
  size 15M
  compress
  compresscmd /usr/bin/xz
  uncompresscmd /usr/bin/unxz
  compressext .xz
  }
 
  Now, I just handled it by changing 100 to 1000 but I think that a

I do not understand this issue, Karli. After 100 log files have been
created, the oldest one should have been removed and replaced by the
newest one. logrotate is expected to be called every 15 minutes, so it
should not have stayed above 15M for so long. Do you see any error when
running `/usr/sbin/logrotate /etc/logrotate.d/libvirtd` as root?

What the funk, it doesn´t do anything, complains nothing like it´s done what 
it´s supposed to, and no errors in /var/log/messages either...

  better default needs to be placed in general, don´t you?
  # rpm -qa | grep vdsm
  vdsm-python-4.13.0-11.el6.x86_64
  vdsm-python-cpopen-4.13.0-11.el6.x86_64
  vdsm-4.13.0-11.el6.x86_64
  vdsm-xmlrpc-4.13.0-11.el6.noarch
  vdsm-cli-4.13.0-11.el6.noarch

The question of how much logging we should keep is a tough one. I, as a
developer, would like to have as much as possible. For long-running busy
systems, it has happened to me that the core bug was spotted in
vdsm.log.67 or so.

However, I understand that verbosity has its price. To understand
whether we are stable enough to change the defaults, I need volunteers:
people who are willing to change their log level to INFO or WARNING, and
see if they miss useful information from their logs.

When you make you log level higher, you can lower the number of kept
log files, as they would not be filled as quick.

Would you, users@, help me with hard data?

Well, I understand that having more data of course helps when there´s an issue, 
however having lots of data isn´t helping in this particular case;P
Seriously though, it´s not bothering me having lots of logs. I don´t mind the 
DEBUG mode, and as long as rotate _does what it´s supposed to_ (but that´s 
besides the point) it´s not taking up that much space to argue about either so 
for me it´s cool (normally).

Dan.
___
Users mailing list
Users@ovirt.org
http://lists.ovirt.org/mailman/listinfo/users
___
Users mailing list
Users@ovirt.org
http://lists.ovirt.org/mailman/listinfo/users


[Users] feature: low resolution support

2014-01-09 Thread Einav Cohen
Hi,

You are welcome to review the 'Low Resolution Support' feature page at:
http://www.ovirt.org/Features/Design/LowerResolutionSupport

feature owner: Alexander Wels (CC'd). 

[this has just been merged to 'master' and will be available in ovirt-3.4]


Thanks,
Einav
___
Users mailing list
Users@ovirt.org
http://lists.ovirt.org/mailman/listinfo/users


Re: [Users] VSDM´s logrotate makes Hosts fill up var eventually

2014-01-09 Thread Sven Kieske
Hi Karli,

no offense, but, please do use proper quoting (well, any
quoting at all :-) ), I can not see what yoou did write
in your second mail and what's quoted from Dan.

Thank you!
-- 
Mit freundlichen Grüßen / Regards

Sven Kieske

Systemadministrator
Mittwald CM Service GmbH  Co. KG
Königsberger Straße 6
32339 Espelkamp
T: +49-5772-293-100
F: +49-5772-293-333
https://www.mittwald.de
Geschäftsführer: Robert Meyer
St.Nr.: 331/5721/1033, USt-IdNr.: DE814773217, HRA 6640, AG Bad Oeynhausen
Komplementärin: Robert Meyer Verwaltungs GmbH, HRB 13260, AG Bad Oeynhausen
___
Users mailing list
Users@ovirt.org
http://lists.ovirt.org/mailman/listinfo/users


Re: [Users] VSDM?s logrotate makes Hosts fill up var, eventually

2014-01-09 Thread Juan Pablo Lorier
Hi Dan,

If my opinion is worth, I use logs all the time as my setup is evolving
all the time and have issues quite often, so I rather use space in
logging too much than loose information I need in regular bases.
Regards,
___
Users mailing list
Users@ovirt.org
http://lists.ovirt.org/mailman/listinfo/users


Re: [Users] [Gluster-users] Creation of preallocated disk with Gluster replication

2014-01-09 Thread gregoire . leroy

Hello Darell,

Le 2014-01-08 18:47, Darrell Budic a écrit :

Grégoire-

I think this is expected behavior. Well, at least the high glusterfsd
CPU use during disk creation, anyway. I tried creating a 10 G disk on
my test environment and observed similar high CPU usage by glusterfsd.
Did the creation on the i5 system, it showed 95%-105% cpu for
glusterfsd during creation, with the core2 system running ~35-65%
glusterfsd utilization during the creation. Minor disk wait was
observed on both systems,  10% peak and generally  5%. I imagine my
ZFS cached backends helped a lot here. Took about 3 minutes, roughly
what I’d expect for the i5’s disk system.


Does that mean that glusterfs + ovirt absolutely need to be separated so 
that changes on glusterfs have no negative impact on VM in production ? 
Here I got the problem with the creation of a preallocated disk but if 
tomorrow I want to change the way I replicate glusterfs bricks, I guess 
I'll have the same issue.



Network usage was about 45%
of the 1G link. No errors or messages logged to /var/log/messages.


If checked with iftop to be more accurate, and I can see it uses more 
than 95% with my setup.



Depending on what your test setup looks like, I’d check my network for
packet loss or errors first.


I did, I have 0 network error and 0% packet loss (for this latter, I 
just used ping with the ovirtmgmt interface, which showed 0% packet lost 
while my server was considered as down by Ovirt).



Then look at my storage setup and test
pure throughput on the disks to see what you’ve got, maybe see what
else is running. Did you use an NFS cluster or a PosixFS cluster for
this?


I use PosixFS cluster for this.
My detailed setup is :

Intel(R) Xeon(R) CPU E5-2420 0 @ 1.90GHz (*12), 65GB Ram
Disk (both boot and storage) : Perc H710 2To, hardware RAID 1
2 1G ethernet in bonding (failover)

Intel(R) Xeon(R) CPU E5-2609 0 @ 2.40GHz (*8), 64GB Ram
Disk (boot + storage) : Perc H310
1G ethernet

I'm pretty sure there isn't any problem with the switch between them.

To conclude :
1) About the network issue, I think it could be possible to use iptables 
with QoS rules on specific ports to limit GlusterFS throughput.
2) However, the CPU issue seems to be more difficult to avoid. I guess I 
just have to review my architecture...


Thank you,
Regards,
Grégoire Leroy
___
Users mailing list
Users@ovirt.org
http://lists.ovirt.org/mailman/listinfo/users


Re: [Users] VSDM´s logrotate makes Hosts fill up var eventually

2014-01-09 Thread Karli Sjöberg
Hi Sven

Skickat från min iPhone

 9 jan 2014 kl. 18:23 skrev Sven Kieske s.kie...@mittwald.de:
 
 Hi Karli,
 
 no offense, but, please do use proper quoting (well, any
 quoting at all :-) ), I can not see what yoou did write
 in your second mail and what's quoted from Dan.

I know, I know, it's that stupid M$ exchange webmail that refuses to indent 
anything:( Only using it from home when I absolutely have to.

/K

 
 Thank you!
 -- 
 Mit freundlichen Grüßen / Regards
 
 Sven Kieske
 
 Systemadministrator
 Mittwald CM Service GmbH  Co. KG
 Königsberger Straße 6
 32339 Espelkamp
 T: +49-5772-293-100
 F: +49-5772-293-333
 https://www.mittwald.de
 Geschäftsführer: Robert Meyer
 St.Nr.: 331/5721/1033, USt-IdNr.: DE814773217, HRA 6640, AG Bad Oeynhausen
 Komplementärin: Robert Meyer Verwaltungs GmbH, HRB 13260, AG Bad Oeynhausen
 ___
 Users mailing list
 Users@ovirt.org
 http://lists.ovirt.org/mailman/listinfo/users
___
Users mailing list
Users@ovirt.org
http://lists.ovirt.org/mailman/listinfo/users


Re: [Users] VSDM´s logrotate makes Hosts fill up var eventually

2014-01-09 Thread Darrell Budic

On Jan 9, 2014, at 10:33 AM, Dan Kenigsberg dan...@redhat.com wrote:

 The question of how much logging we should keep is a tough one. I, as a
 developer, would like to have as much as possible. For long-running busy
 systems, it has happened to me that the core bug was spotted in
 vdsm.log.67 or so.
 
 However, I understand that verbosity has its price. To understand
 whether we are stable enough to change the defaults, I need volunteers:
 people who are willing to change their log level to INFO or WARNING, and
 see if they miss useful information from their logs.
 
 When you make you log level higher, you can lower the number of kept
 log files, as they would not be filled as quick.
 
 Would you, users@, help me with hard data?

I played with turning the verbosity down and keeping fewer logs, but in the end 
I wound up adjusting the drive layout on my nodes (running centos with vdsdm 
added, not “pure” ovirt nodes). If a VM crashes and leaves cores, I can run 
into problem, but monitoring alerts me and I can take action.

It does seem a bit much though, maybe an easy switch in the GUI to allow 
setting it to DEBUG when needed, and start off at WARNING for my production 
nodes? I think this feeling is in part because it takes a bit of work me, an 
experienced power admin but not developer, to dig stuff out of the logs myself, 
and most of it is not useful to me. So the volume is a bit much. Of course, 
like all logs, they’re invaluable sometimes, and you never know when you’ll 
need them, so…

  -Darrell
___
Users mailing list
Users@ovirt.org
http://lists.ovirt.org/mailman/listinfo/users


Re: [Users] Network not sync and problems reconfiguring

2014-01-09 Thread Lior Vernia
Hi Juan,

I'm not sure I understand a couple of things, could you elaborate?

0. What version engine are you running?

1. Out of the blue - no trigger that you can think of, that would help
retrace the cause?

2. From your other e-mail, I understand that somehow the management
network lost its VLAN tagging, and that it shows as out-of-sync in the
Setup Host Networks dialog. Correct?

3. Do I understand correctly that even though it's marked as
out-of-sync, you don't see the synchronize checkbox when editing the
network on the host (little pencil icon)?

Yours, Lior.

On 09/01/14 17:44, Juan Pablo Lorier wrote:
 Hi,
 
 Out of the blue some of the hosts got some LNs out of sync (not the same
 in all of them). If I try to resync the LN, it does not show a resync
 option, so I took one host and detached the lns and reconfigured them.
 After that, ovirtmgmt is not created correctly, it does not create the
 vlan interface on top of the bond and also, it's adding the bond to the
 bridge instead of the vlan interface.
 I got it partially running but it's still non operational as the engine
 complains the host can't mount the gluster domain (it can reach the
 network of the other brick):
 
 [root@ovirt4 network-scripts]# gluster volume status
 Status of volume: glusterfs
 Gluster processPortOnlinePid
 --
 Brick 192.168.128.82:/glusterfs49154Y13288
 Brick 192.168.128.83:/glusterfs49154Y5961
 NFS Server on localhost2049Y4557
 Self-heal Daemon on localhostN/AY4558
 NFS Server on 192.168.128.822049Y15815
 Self-heal Daemon on 192.168.128.82N/AY15819
 
 
 I'm not synchronizing any other host just in case this happens to the
 other host too.
 Regards,
 ___
 Users mailing list
 Users@ovirt.org
 http://lists.ovirt.org/mailman/listinfo/users
 
___
Users mailing list
Users@ovirt.org
http://lists.ovirt.org/mailman/listinfo/users


Re: [Users] Network unsynchronised

2014-01-09 Thread Lior Vernia
Hi Alan,

On 09/01/14 10:13, Alan Murrell wrote:
 Hi All.
 
 I have a brand new, fresh all-in-one installation that I am using to
 evaluate oVirt.
 
 I have removed the VM network role from the ovirtmgmt bridge, as I
 want to use it for management only, and no VMs (I plan on using other
 networks I am creating with VLAN IDs for handling the VM network).  I
 can remove the role alright, but when I go in to Setup Host Network,
 the ovirtmgmt network is showing as being unsynchronised.  When I
 click on the pencil icon on the network to edit it, I put a check in
 Sync Network and clik OK but it never seems to sync.

Click OK in which dialog? The inner one editing the network on the
host, or the whole Setup Host Networks dialog? Nothing is sent to the
host until the whole Setup Networks dialog is approved.

Yours, Lior.

 
 Any idea why it will not?
 
 Thanks! :-)
 
 -Alan
 
 
 
 ___
 Users mailing list
 Users@ovirt.org
 http://lists.ovirt.org/mailman/listinfo/users
 
___
Users mailing list
Users@ovirt.org
http://lists.ovirt.org/mailman/listinfo/users


Re: [Users] Networking questions (LONG)

2014-01-09 Thread Lior Vernia
Hello Alan,

On 09/01/14 10:07, Alan Murrell wrote:
 Hello,
 
 I am evaluating oVirt as a replacement/alternative to VMware deployments
 we typically do.  I have installed and all-in-one setup on a test box
 (which itself used to be an ESXi server), but it only has one NIC.  I
 trying to duplicate our typical configuration we do in VMware, which is
 this:
 
   1.) we create several port groups on the vSwitch, each assigned a
 VLAN ID, such as:
 
   - VLAN001 (VLAN ID: 1)
   - VLAN002 (VLAN ID: 2)
   - VLAN009 (VLAN ID: 9)
   - VLAN010 (VLAN ID: 10)
   - VLAN200 (VLAN ID: 200)
   - TRUNK (VLAN ID: 4095 - in VMware-world, VLAN ID 4095 is all
 VLANS and basically just passes the VLANs through to whatever is
 attached to the port group for the VM to handle)
 
   2.) We assign VMs to port groups appropriate for the VLAN they are
 part of.
   3.) The only VM that has a NIC assigned to the TRUNK port group is
 the firewall (which is Linux), and we create VLAN interfaces on it
 (i.e., eth1.1, eth1.2, eth1.10, eth1.200).  The firewall VM acts
 as the router between the various VLANs.
 
 To replicate the above in oVirt, I created logical networks for each
 VLAN, and assigned the appropriate VLAN ID.  It seems oVirt/KVM does not
 have an equivalent for VMware's VLAN ID of 4095, so after some
 searching around, so for the TRUNK network, I left it with no VLAN
 assigned.  Because i cannot add VLAN and non-VLAN networks to the same
 physical NIC, after some searching around, it looks like I may have to
 utilise two NICS: one for the VLAN networks and one for the TRUNK network.

That is true. One non-VLAN network can in fact sit on the same NIC with
VLAN networks, but it has to be non-VM.

However, I'm not sure that you in fact need a TRUNK VM network in
oVirt. If you want your firewall VM to get all traffic from the VLANs,
you could create a vNIC for each network, to which you'll attach a
profile (oVirt's equivalent of port group if I'm not mistaken) of the
corresponding network. The host can remain with just the VLAN networks
attached to its NICs, without a designated TRUNK.

This way the firewall VM will get something like eth1 for VLAN 1,
eth2 for VLAN 200 and so forth, which might be close enough to what
you described on your previous setup (oVirt currently doesn't allow
creating VLANs inside VMs). And if I correctly understood your needs it
will save you the trouble you described below (well, you would need the
one dummy interface).

 
 Because, at this point, I am not yet concerned with making the test VMs
 I will be setting up be accessible from outside the virtual lab
 environment (i.e., everything will communicate within my oVirt
 server/network for now), I am trying to make use of dummy interfaces,
 but I am not sure the best way to make use of this.  I am able to create
 the dummy* interfaces and have them show up in oVirt, but I am not sure
 of how they should be setup.  Here is what I am *thinking* should be
 done, but want to make sure it is correct before getting too deep:
 
   - I will use the physical NIC for management, therefore the
 ovirtmgmt bridge with eth0 assigned to it will remain as-is
   - Create two dummy interfaces: dummy0 and dummy1
   - Create a new bridge, ovirtvm and assign dummy0 and dummy1 to it

This is something that currently can't be done from within the oVirt
engine, but if my above suggestion works for you then it won't be needed.

   - Attach the VLAN-enabled networks to dummy0
   - Attach the TRUNK network to dummy1
 
 Would the above be the way to go about this?  The one thing I am not
 sure of is whether or not having no VLAN assigned (on the TRUNK
 network) accomplishes the same this as the VLAN ID 4095 in VMware:
 will oVirt/KVM just pass the traffic through for the VM attached to it
 to deal with?
 
 Thanks for reading this far, and I appreciate any help you might be able
 to lend in the above.
 
 -Alan
 
 
 
 ___
 Users mailing list
 Users@ovirt.org
 http://lists.ovirt.org/mailman/listinfo/users
 
___
Users mailing list
Users@ovirt.org
http://lists.ovirt.org/mailman/listinfo/users


[Users] VM Status Unknown

2014-01-09 Thread Ryan Womer
During a migration, the destination host lost connectivity to the san and 
crashed.

Once the server came back up, 3 VMs that didn't finish migrating have been 
stuck in status Unknown.   Vdsclient doesn't list any of the vms on either 
host.   Qemu doesn't have them listed as mounted on either host.  Action vm 
start and stop result in Status: 409.

The disks for all 3 VMs are listed as green in the WebAdmin.  I've tried 
action vm name start  action vm name stop update vm name 
--status-state down  no joy.  They remain in unknown.

___
Users mailing list
Users@ovirt.org
http://lists.ovirt.org/mailman/listinfo/users


Re: [Users] [libvirt] libvirt migration port configuration and virPortAllocator

2014-01-09 Thread Ján Tomko
On 01/08/2014 05:48 PM, Eric Blake wrote:
 On 01/08/2014 02:45 AM, Dan Kenigsberg wrote:
 On Wed, Jan 08, 2014 at 01:26:23AM +0100, Gianluca Cecchi wrote:
 Hello,
 following the bugzilla here:
 https://bugzilla.redhat.com/show_bug.cgi?id=1019053
 
 This bug was tagged against upstream libvirt.  If you need it backported
 to specific Fedora releases, it might be worth cloning the BZ and making
 sure the clone is against Fedora instead of Virtualization Tools.
 

 we have
 
 This is now fixed by v1.1.3-188-g0196845 and v1.1.3-189-ge3ef20d
 

 Does this mean that f19 that has
 libvirt-1.0.5.8-1.fc19.x86_64
 is out?
 
 We can backport the patch to v1.0.5-maint if there is a compelling
 reason (such as a BZ).
 

I found the BZ and backported the patches to v1.0.5-maint:
https://bugzilla.redhat.com/show_bug.cgi?id=1018530

I will do v1.1.3-maint as well.

Jan



signature.asc
Description: OpenPGP digital signature
___
Users mailing list
Users@ovirt.org
http://lists.ovirt.org/mailman/listinfo/users


[Users] VM Status Unknown

2014-01-09 Thread Ryan Womer
During a migration, the destination host lost connectivity to the san and 
crashed.

Once the server came back up, 3 VMs that didn't finish migrating have been 
stuck in status Unknown.   Vdsclient doesn't list any of the vms on either 
host.   Qemu doesn't have them listed as mounted on either host.  Action vm 
start and stop result in Status: 409.

The disks for all 3 VMs are listed as green in the WebAdmin.  I've tried 
action vm name start  action vm name stop update vm name 
--status-state down  no joy.  They remain in unknown.


___
Users mailing list
Users@ovirt.org
http://lists.ovirt.org/mailman/listinfo/users


Re: [Users] no VM network connection

2014-01-09 Thread William Kwan
Thanks for the tips. Yes, after tcpdump left and right, we found an issue.  It 
is definitely an user error.

BTW, thanks for all the assistance.  We have a promising setup working so far.  
We are running tests and putting more stress to test it.

Thanks
Will




On Thursday, January 9, 2014 11:53 AM, Dan Kenigsberg dan...@redhat.com wrote:
 
On Thu, Jan 09, 2014 at 09:18:15AM -0500, Assaf Muller wrote:
 Hi Will,
 
 Do these new faulty VMs get IP from the DHCP server on subnet1? If so, can 
 they ping their default gateway?
 
 If you SSH into the hypervisor that hosts the new VM, do you see a new 
 'vnetX' device for it? If you type brctl showmacs name of VM bridge, do you 
 see the MAC of the NIC of the VM that is connected to the VM network?
 
 If you tcpdump bond1, do you see any outgoing VM traffic?

Also, if you set an explicit IP address within the guest and try to ping
outside of it - cun you see packets travelling out of the vnetX and into
the connected bridge?


 
 Assaf Muller, Cloud Networking Engineer 
 Red Hat 
 
 
 - Original Message -
 From: William Kwan pota...@yahoo.com
 To: users@ovirt.org
 Sent: Wednesday, January 8, 2014 8:47:51 PM
 Subject: [Users] no VM network connection
 
 Hi all, 
 
 Need some pointers here. I created one VM successfully with network 
 connection. New VMs and clone can't seem to get network connections. 
 
 I have ovirt 3.3.2-1.el6 on CentOS6.5. Two virtualization nodes are on 6.5 
 with GlusterFS. 
 Both nodes have bond0 on management subnet and bond1 on subnet1. 
 bond0 has an IP assigned and bond1 has no IP assigned (just link up) 
 
 I created a VM with two NICs attached to two the logical networks. This VM1 
 works fine with both network connections. This VM can be started on either 
 node fine with network connections. 
 
 When I tried to build a new VM or build one from the template of VM1, I can't 
 seem to get another network connection working on these new VMs. Yes, they 
 have logical network attached to them. ___
Users mailing list
Users@ovirt.org
http://lists.ovirt.org/mailman/listinfo/users


Re: [Users] Replacing ISO domain

2014-01-09 Thread Itamar Heim

On 01/09/2014 04:08 PM, Ernest Beinrohr wrote:

Dňa 09.01.2014 12:06, Eli Mesika wrote / napísal(a):

 From webadmin UI

1) Go to Data Center TAB
2) select the DC
3) From the Storage TAB in the bottom select the old ISO
4) Press the Maintenance button
5) Press the Detach button

Now you can attach a new ISO

This (detach) does not work if the old ISO domain is unavailable, like
mine :(


--
Ernest Beinrohr, AXON PRO
DevOps, Ing http://www.beinrohr.sk/ing.php, RHCE
http://www.beinrohr.sk/rhce.php, RHCVA
http://www.beinrohr.sk/rhce.php, LPIC
http://www.beinrohr.sk/lpic.php, VCA http://www.beinrohr.sk/vca.php,
+421-2--6241-0360 callto://+421-2--6241-0360, +421-903--482-603
callto://+421-903--482-603
icq:28153343, skype:oernii-work callto://oernii-work,
jabber:oer...@jabber.org

“For a successful technology, reality must take precedence over public
relations, for Nature cannot be fooled.” Richard Feynman


___
Users mailing list
Users@ovirt.org
http://lists.ovirt.org/mailman/listinfo/users



allon - how does one remove an unavailable iso domain?
___
Users mailing list
Users@ovirt.org
http://lists.ovirt.org/mailman/listinfo/users


[Users] ovirt-engine on the virtualization node?

2014-01-09 Thread William Kwan
Hi

Is it possible to have oVirt engine installed on node1, while having both node1 
and node2 as the virtualization nodes?

Yes, it doesn't sound right at all for redundancy and etc.  However, I have a 
situation where I have two nodes in a small remote location where I can turn 
them into virtualization nodes.  I don't have another system I can leverage for 
ovirt engine.    Another option is to use the oVirt engine at the main site to 
access these two remote systems over a dedicated line.

Thanks
W___
Users mailing list
Users@ovirt.org
http://lists.ovirt.org/mailman/listinfo/users


[Users] Ovirt Engine single point of failure

2014-01-09 Thread Hans Emmanuel
Hi all ,

I am planning to setup an ovirt cluster with two hosts + 1 ovirt engine .
But this setup have a draw back of single point of failure chance for
ovirt engine. So what happens if ovirt engine goes down ? All VMs will be
down ? Or it wont affect  the ovirt nodes and VMs ?  Please advice /

-- 
*Hans Emmanuel*

*NOthing to FEAR but something to FEEL..*
___
Users mailing list
Users@ovirt.org
http://lists.ovirt.org/mailman/listinfo/users


[Users] Management server

2014-01-09 Thread Koen Vanoppen
Dear All,

Our setup at work now is:
1 management server and 7 hyper visors.  All the systems have centos 6.4 on
it.
Now my question is: Because of the fact that all the systems have centos on
it, we can't use the reports portal and the dwh-portal.
Would it be possible to add a second management server to our already
existing setup (fedora 19), without !*breaking*! our existing setup, so
this one can provide us with the reports and dwh-portal and can also serve
as a Back-Up management server. If so, how do we handle this?

Kind regards,

Koen
___
Users mailing list
Users@ovirt.org
http://lists.ovirt.org/mailman/listinfo/users


Re: [Users] Ovirt Engine single point of failure

2014-01-09 Thread Yair Zaslavsky


- Original Message -
 From: Hans Emmanuel hansemman...@gmail.com
 To: users@ovirt.org
 Sent: Friday, January 10, 2014 7:40:23 AM
 Subject: [Users] Ovirt Engine single point of failure
 
 Hi all ,
 
 I am planning to setup an ovirt cluster with two hosts + 1 ovirt engine .
 But this setup have a draw back of single point of failure chance for
 ovirt engine. So what happens if ovirt engine goes down ? All VMs will be
 down ? Or it wont affect  the ovirt nodes and VMs ?  Please advice /

Hi,
If ovirt engine crashes, your VMs will not go down.

 
 --
 *Hans Emmanuel*
 
 *NOthing to FEAR but something to FEEL..*
 
 ___
 Users mailing list
 Users@ovirt.org
 http://lists.ovirt.org/mailman/listinfo/users
 
___
Users mailing list
Users@ovirt.org
http://lists.ovirt.org/mailman/listinfo/users


Re: [Users] Ovirt Engine single point of failure

2014-01-09 Thread Hans Emmanuel
Thanks for the reply .

So I can just start the ovirt engine again resume the operations through
ovirt engine , right ?


On Fri, Jan 10, 2014 at 11:17 AM, Yair Zaslavsky yzasl...@redhat.comwrote:



 - Original Message -
  From: Hans Emmanuel hansemman...@gmail.com
  To: users@ovirt.org
  Sent: Friday, January 10, 2014 7:40:23 AM
  Subject: [Users] Ovirt Engine single point of failure
 
  Hi all ,
 
  I am planning to setup an ovirt cluster with two hosts + 1 ovirt engine .
  But this setup have a draw back of single point of failure chance for
  ovirt engine. So what happens if ovirt engine goes down ? All VMs will be
  down ? Or it wont affect  the ovirt nodes and VMs ?  Please advice /

 Hi,
 If ovirt engine crashes, your VMs will not go down.

 
  --
  *Hans Emmanuel*
 
  *NOthing to FEAR but something to FEEL..*
 
  ___
  Users mailing list
  Users@ovirt.org
  http://lists.ovirt.org/mailman/listinfo/users
 




-- 
*Hans Emmanuel*

*NOthing to FEAR but something to FEEL..*
___
Users mailing list
Users@ovirt.org
http://lists.ovirt.org/mailman/listinfo/users


Re: [Users] Migration Failed

2014-01-09 Thread Neil
Hi Dafna,

Apologies for the late reply, I was out of my office yesterday.

Just to get back to you on your questions.

can you look at the vm dialogue and see what boot devices the vm has?
Sorry I'm not sure where you want me to get this info from? Inside the
ovirt GUI or on the VM itself.
The VM has one 2TB LUN assigned. Then inside the VM this is the fstab
parameters..

[root@tux ~]# cat /etc/fstab
/dev/VolGroup00/LogVol00 /   ext3defaults1 0
/dev/vda1 /boot   ext3defaults1 0
tmpfs   /dev/shmtmpfs   defaults0 0
devpts  /dev/ptsdevpts  gid=5,mode=620  0 0
sysfs   /syssysfs   defaults0 0
proc/proc   procdefaults0 0
/dev/VolGroup00/LogVol01 swapswapdefaults0 0
/dev/VolGroup00/LogVol02 /homes  xfs
defaults,usrquota,grpquota1 0


can you write to the vm?
Yes the machine is fully functioning, it's their main PDC and hosts
all of their files.


can you please dump the vm xml from libvirt? (it's one of the commands
that you have in virsh)

Below is the xml

domain type='kvm' id='7'
  nametux/name
  uuid2736197b-6dc3-4155-9a29-9306ca64881d/uuid
  memory unit='KiB'8388608/memory
  currentMemory unit='KiB'8388608/currentMemory
  vcpu placement='static'4/vcpu
  cputune
shares1020/shares
  /cputune
  sysinfo type='smbios'
system
  entry name='manufacturer'oVirt/entry
  entry name='product'oVirt Node/entry
  entry name='version'6-4.el6.centos.10/entry
  entry name='serial'4C4C4544-0038-5310-8050-C6C04F34354A/entry
  entry name='uuid'2736197b-6dc3-4155-9a29-9306ca64881d/entry
/system
  /sysinfo
  os
type arch='x86_64' machine='rhel6.4.0'hvm/type
smbios mode='sysinfo'/
  /os
  features
acpi/
  /features
  cpu mode='custom' match='exact'
model fallback='allow'Westmere/model
topology sockets='1' cores='4' threads='1'/
  /cpu
  clock offset='variable' adjustment='0' basis='utc'
timer name='rtc' tickpolicy='catchup'/
  /clock
  on_poweroffdestroy/on_poweroff
  on_rebootrestart/on_reboot
  on_crashdestroy/on_crash
  devices
emulator/usr/libexec/qemu-kvm/emulator
disk type='file' device='cdrom'
  driver name='qemu' type='raw'/
  source startupPolicy='optional'/
  target dev='hdc' bus='ide'/
  readonly/
  serial/serial
  alias name='ide0-1-0'/
  address type='drive' controller='0' bus='1' target='0' unit='0'/
/disk
disk type='block' device='disk' snapshot='no'
  driver name='qemu' type='raw' cache='none' error_policy='stop'
io='native'/
  source 
dev='/rhev/data-center/28adaf38-a4f6-11e1-a859-cb68949043e4/0e6991ae-6238-4c61-96d2-ca8fed35161e/images/fd1a562a-3ba5-4ddb-a643-37912a6ae86f/f747ba2b-98e1-47f5-805b-6bb173bfd6ff'/
  target dev='vda' bus='virtio'/
  serialfd1a562a-3ba5-4ddb-a643-37912a6ae86f/serial
  boot order='1'/
  alias name='virtio-disk0'/
  address type='pci' domain='0x' bus='0x00' slot='0x05'
function='0x0'/
/disk
controller type='ide' index='0'
  alias name='ide0'/
  address type='pci' domain='0x' bus='0x00' slot='0x01'
function='0x1'/
/controller
controller type='virtio-serial' index='0'
  alias name='virtio-serial0'/
  address type='pci' domain='0x' bus='0x00' slot='0x04'
function='0x0'/
/controller
controller type='usb' index='0'
  alias name='usb0'/
  address type='pci' domain='0x' bus='0x00' slot='0x01'
function='0x2'/
/controller
interface type='bridge'
  mac address='00:1a:4a:a8:7a:00'/
  source bridge='ovirtmgmt'/
  target dev='vnet5'/
  model type='virtio'/
  filterref filter='vdsm-no-mac-spoofing'/
  link state='up'/
  alias name='net0'/
  address type='pci' domain='0x' bus='0x00' slot='0x03'
function='0x0'/
/interface
channel type='unix'
  source mode='bind'
path='/var/lib/libvirt/qemu/channels/tux.com.redhat.rhevm.vdsm'/
  target type='virtio' name='com.redhat.rhevm.vdsm'/
  alias name='channel0'/
  address type='virtio-serial' controller='0' bus='0' port='1'/
/channel
channel type='unix'
  source mode='bind'
path='/var/lib/libvirt/qemu/channels/tux.org.qemu.guest_agent.0'/
  target type='virtio' name='org.qemu.guest_agent.0'/
  alias name='channel1'/
  address type='virtio-serial' controller='0' bus='0' port='2'/
/channel
channel type='spicevmc'
  target type='virtio' name='com.redhat.spice.0'/
  alias name='channel2'/
  address type='virtio-serial' controller='0' bus='0' port='3'/
/channel
input type='mouse' bus='ps2'/
graphics type='spice' port='5912' tlsPort='5913' autoport='yes'
listen='0' keymap='en-us' passwdValidTo='2013-09-20T07:56:54'
connected='disconnect'
  listen type='address' 

[Users] Hypervisor info

2014-01-09 Thread Koen Vanoppen
Dear all,

Because of our puppet integration at work, it would like to know if there
is a way in ovirt to know, from WITHIN a virtual machine, the hypervisor on
wich the vm is running?

Kind regards,

Koen
___
Users mailing list
Users@ovirt.org
http://lists.ovirt.org/mailman/listinfo/users


Re: [Users] Ovirt Engine single point of failure

2014-01-09 Thread Alan Murrell
OK, so just so I understand this, in the described scenario of three
servers: one management server/engine and two nodes, let's say the
management server suffers catastrophic hard disk failure where no data
can be recovered from it, nor were any backups made.

Is it possible to perform a new installation of ovirt-engine, add the
two existing nodes, and everything just works?  Or would you at least
need to do some reconfiguring (e.g., re-add the logical networks etc.)

Basically, even though the nodes were part of the now-dead ovirt-engine,
there would be no problem in getting them added in to the
newly-installed ovirt-engine?

-Alan


___
Users mailing list
Users@ovirt.org
http://lists.ovirt.org/mailman/listinfo/users


Re: [Users] Ovirt Engine single point of failure

2014-01-09 Thread Yair Zaslavsky
Alan,
IMHO this is not the scenario described in the original question - or maybe I 
did not understand well the original question?
I assume the original question is about a scenario where engine restarts, and 
not about a catastrophic failure as you describe here.


- Original Message -
 From: Alan Murrell li...@murrell.ca
 To: users@ovirt.org
 Sent: Friday, January 10, 2014 9:01:14 AM
 Subject: Re: [Users] Ovirt Engine single point of failure
 
 OK, so just so I understand this, in the described scenario of three
 servers: one management server/engine and two nodes, let's say the
 management server suffers catastrophic hard disk failure where no data
 can be recovered from it, nor were any backups made.
 
 Is it possible to perform a new installation of ovirt-engine, add the
 two existing nodes, and everything just works?  Or would you at least
 need to do some reconfiguring (e.g., re-add the logical networks etc.)
 
 Basically, even though the nodes were part of the now-dead ovirt-engine,
 there would be no problem in getting them added in to the
 newly-installed ovirt-engine?
 
 -Alan
 
 
 ___
 Users mailing list
 Users@ovirt.org
 http://lists.ovirt.org/mailman/listinfo/users
 
___
Users mailing list
Users@ovirt.org
http://lists.ovirt.org/mailman/listinfo/users


Re: [Users] virtualized engine / port to self-hosted engine

2014-01-09 Thread Andrew Lau
Awesome!

Is it worth while trying it now, or should I wait for 3.4 beta?

On Fri, Jan 10, 2014 at 8:47 AM, Itamar Heim ih...@redhat.com wrote:

 On 01/08/2014 02:49 PM, Doron Fediuck wrote:



 - Original Message -

 From: Doron Fediuck dfedi...@redhat.com
 To: Andrew Lau and...@andrewklau.com
 Cc: users users@ovirt.org
 Sent: Wednesday, January 8, 2014 2:48:20 PM
 Subject: Re: [Users] virtualized engine / port to self-hosted engine



 - Original Message -

 From: Andrew Lau and...@andrewklau.com
 To: Yedidyah Bar David d...@redhat.com
 Cc: users users@ovirt.org
 Sent: Wednesday, January 8, 2014 11:15:21 AM
 Subject: Re: [Users] virtualized engine / port to self-hosted engine

 On Tue, Jan 7, 2014 at 2:43 AM, Yedidyah Bar David  d...@redhat.com 
 wrote:



 - Original Message -

 From: Blaster  blas...@556nato.com 
 To: Yedidyah Bar David  d...@redhat.com 
 Cc: users@ovirt.org
 Sent: Monday, January 6, 2014 5:20:00 PM
 Subject: Re: [Users] virtualized engine / port to self-hosted engine

 On 1/6/2014 7:12 AM, Yedidyah Bar David wrote:

 Did you have problems with engine-backup? Or had other reasons to not
 use it? Thanks!


 Can engine-backup be used to move an AIO configuration from one host to
 another?


 I didn't try that. In principle it can. Note that it will only
 backup/restore
 the engine - not local storage domains (ISO or data), VM images, etc.

 If you try that, please report back. Thanks!


 I currently need to move an AIO configuration from AMD hardware to
 Intel
 I7 hardware. The engine-backup WIKI discusses backups, but not
 restores. I am a bit concerned about using engine-backup to restore an
 AIO configuration to a different system as another WIKI page with
 step-by-step instructions to do what engine-backup does for you,
 mentions you have to do some extra steps if you are changing hostnames
 as the hostname of the ovirt-engine is embedded in the database.


 Changing the hostname is specifically not in the scope of engine-backup.

 Note that you do not need to have the hostname equal to the fqdn input
 during engine-setup - this last one just needs to be dns-resolvable and
 point to the machine intended.

 Also, there is another utility to do that, called ovirt-engine-rename -
 see this for details and implications:

 http://www.ovirt.org/Changing_Engine_Hostname


 There really needs to be some work done in Ovirt on making it easier to
 import existing disk images and just generally moving things around
 without having to bounce off an NFS server.

 Should I do a BZ on that?


 Not sure what you mean exactly, but you are always welcome to open BZs
 on
 bugs/RFEs...

 Best regards,
 --
 Didi

 Sorry for going slightly off topic, but how is everyone's hosted engine
 deployment going? Are you restricted to NFS?

  Andrew, in general I get positive feedbacks from RHEL users. For Fedora
 and other distros, this should be in a better situation in the following
 1-2 weeks when we'll have 3.4 beta available.
 I'd love to get your feedback on it.

  I missed your NFS question, sorry;
 Yes. Currently we have NFS limitation and we will do our best to see
 if SAN can be added. Note that time is not on our side for 3.4.


 worth mentioning you can use hosted engine on an iscsi/FC cluster - just
 the hosted engine VM needs to be on NFS



  I tried the migration procedure last month and it worked.. but had quite
 a
 lot of issues so I ended up reverting back. I didn't open any bugs in
 the
 assumption it was in super alpha stage.

  Next time please open bugs... That's the best way to improve the
 project,
 regardless of the version state. If unsure, you can always try irc / this
 list
 first to see if this is a known issue and if there are workarounds.


 ___
 Users mailing list
 Users@ovirt.org
 http://lists.ovirt.org/mailman/listinfo/users

  ___
 Users mailing list
 Users@ovirt.org
 http://lists.ovirt.org/mailman/listinfo/users

  ___
 Users mailing list
 Users@ovirt.org
 http://lists.ovirt.org/mailman/listinfo/users



___
Users mailing list
Users@ovirt.org
http://lists.ovirt.org/mailman/listinfo/users


Re: [Users] virtualized engine / port to self-hosted engine

2014-01-09 Thread Itamar Heim

On 01/10/2014 09:45 AM, Andrew Lau wrote:

Awesome!

Is it worth while trying it now, or should I wait for 3.4 beta?


well, we'd love input as early as possible - maybe with the 3.4 alpha 
which should be out any day now.




On Fri, Jan 10, 2014 at 8:47 AM, Itamar Heim ih...@redhat.com
mailto:ih...@redhat.com wrote:

On 01/08/2014 02:49 PM, Doron Fediuck wrote:



- Original Message -

From: Doron Fediuck dfedi...@redhat.com
mailto:dfedi...@redhat.com
To: Andrew Lau and...@andrewklau.com
mailto:and...@andrewklau.com
Cc: users users@ovirt.org mailto:users@ovirt.org
Sent: Wednesday, January 8, 2014 2:48:20 PM
Subject: Re: [Users] virtualized engine / port to
self-hosted engine



- Original Message -

From: Andrew Lau and...@andrewklau.com
mailto:and...@andrewklau.com
To: Yedidyah Bar David d...@redhat.com
mailto:d...@redhat.com
Cc: users users@ovirt.org mailto:users@ovirt.org
Sent: Wednesday, January 8, 2014 11:15:21 AM
Subject: Re: [Users] virtualized engine / port to
self-hosted engine

On Tue, Jan 7, 2014 at 2:43 AM, Yedidyah Bar David 
d...@redhat.com mailto:d...@redhat.com 
wrote:



- Original Message -

From: Blaster  blas...@556nato.com
mailto:blas...@556nato.com 
To: Yedidyah Bar David  d...@redhat.com
mailto:d...@redhat.com 
Cc: users@ovirt.org mailto:users@ovirt.org
Sent: Monday, January 6, 2014 5:20:00 PM
Subject: Re: [Users] virtualized engine / port to
self-hosted engine

On 1/6/2014 7:12 AM, Yedidyah Bar David wrote:

Did you have problems with engine-backup? Or had
other reasons to not
use it? Thanks!


Can engine-backup be used to move an AIO
configuration from one host to
another?


I didn't try that. In principle it can. Note that it
will only
backup/restore
the engine - not local storage domains (ISO or data), VM
images, etc.

If you try that, please report back. Thanks!


I currently need to move an AIO configuration from
AMD hardware to Intel
I7 hardware. The engine-backup WIKI discusses
backups, but not
restores. I am a bit concerned about using
engine-backup to restore an
AIO configuration to a different system as another
WIKI page with
step-by-step instructions to do what engine-backup
does for you,
mentions you have to do some extra steps if you are
changing hostnames
as the hostname of the ovirt-engine is embedded in
the database.


Changing the hostname is specifically not in the scope
of engine-backup.

Note that you do not need to have the hostname equal to
the fqdn input
during engine-setup - this last one just needs to be
dns-resolvable and
point to the machine intended.

Also, there is another utility to do that, called
ovirt-engine-rename -
see this for details and implications:

http://www.ovirt.org/Changing___Engine_Hostname
http://www.ovirt.org/Changing_Engine_Hostname


There really needs to be some work done in Ovirt on
making it easier to
import existing disk images and just generally
moving things around
without having to bounce off an NFS server.

Should I do a BZ on that?


Not sure what you mean exactly, but you are always
welcome to open BZs on
bugs/RFEs...

Best regards,
--
Didi

Sorry for going slightly off topic, but how is
everyone's hosted engine
deployment going? Are you restricted to NFS?

Andrew, in general I get positive feedbacks from RHEL users.
For Fedora
and other distros, this should be in a better situation in
the following
1-2 weeks when we'll have 3.4 beta available.
I'd love to get your feedback on it.

I missed