Re: [ovirt-users] Updating nodes

2014-05-11 Thread Gabi C
Hello!

>From my experience, updating my setup - 3 nodes + 1 engine ESXi VM; all F19
ovirt 3.2 -> 3.3 -.3.4 and now 3.4.1 with all 3 nodes acting also as
gluster replicated nodes - you may also run into gluster issues -
compatibility between different gluster version, slit-brain etc.  -
client&server when you apply gluster updates


On Mon, May 12, 2014 at 9:47 AM, Itamar Heim  wrote:

> On 05/12/2014 12:43 AM, Paul Heinlein wrote:
>
>> On Sun, 11 May 2014, Itamar Heim wrote:
>>
>>   I just inherited an oVirt cluster at work that's running 3.2 on
  Fedora 18 and would dearly love some direction about updating
  things without a system-wide downtime.

>>>
>>> 1. no downtime should happen, as you can upgrade hosts by moving
>>>them to maintenance, which will live migrate VMs running on them.
>>>
>>> 2. fedora 18 is EOL, so 'yum update' isn't going to help here.
>>>
>>> 3. re-install host should refresh vdsm and its dependent packages if
>>>the repo's configured have newer versions. when the host is in
>>>maint, you can simply run 'yum update' on the host, then
>>>re-activate it (of course reboot if kernel got updated, etc.)
>>>
>>
>> I've followed those steps, and I can get VMs migrated *to* the updated
>> nodes. I have two worries:
>>
>>   1. VMs migrated to the updated nodes cannot be migrated back to the
>>  old nodes. So once I start, it's all-in or nothing. Is that to be
>>  expected?
>>
>
> on fedora hosts this can happen, since there is no live migration
> compatibility between fedora versions.
> on .el6 hosts this shouldn't happen[1]
>
>
>
>>   2. Once all the nodes are backed up, is there a fairly sure-fire way
>>  to update the master engine? Is that documented somewhere?
>>
>
> a. you should be able to upgrade engine or hosts regardless of each
>other.
> b. the setup (upgrade) script takes a db backup just in case. if you
>happen to run it in a VM, snapshot/backing it up doesn't hurt as
>well.
> c. if upgrading to a new minor version, note to change in the upgraded
>engine the cluster and DC level to benefit from new features.
>
>
>
>> Thanks!
>>
>>
> [1] there is a known caveat is you have selinux disabled on some machines
> and enabled on others.
>
___
Users mailing list
Users@ovirt.org
http://lists.ovirt.org/mailman/listinfo/users


Re: [ovirt-users] Updating nodes

2014-05-11 Thread Itamar Heim

On 05/12/2014 12:43 AM, Paul Heinlein wrote:

On Sun, 11 May 2014, Itamar Heim wrote:


 I just inherited an oVirt cluster at work that's running 3.2 on
 Fedora 18 and would dearly love some direction about updating
 things without a system-wide downtime.


1. no downtime should happen, as you can upgrade hosts by moving
   them to maintenance, which will live migrate VMs running on them.

2. fedora 18 is EOL, so 'yum update' isn't going to help here.

3. re-install host should refresh vdsm and its dependent packages if
   the repo's configured have newer versions. when the host is in
   maint, you can simply run 'yum update' on the host, then
   re-activate it (of course reboot if kernel got updated, etc.)


I've followed those steps, and I can get VMs migrated *to* the updated
nodes. I have two worries:

  1. VMs migrated to the updated nodes cannot be migrated back to the
 old nodes. So once I start, it's all-in or nothing. Is that to be
 expected?


on fedora hosts this can happen, since there is no live migration 
compatibility between fedora versions.

on .el6 hosts this shouldn't happen[1]



  2. Once all the nodes are backed up, is there a fairly sure-fire way
 to update the master engine? Is that documented somewhere?


a. you should be able to upgrade engine or hosts regardless of each
   other.
b. the setup (upgrade) script takes a db backup just in case. if you
   happen to run it in a VM, snapshot/backing it up doesn't hurt as
   well.
c. if upgrading to a new minor version, note to change in the upgraded
   engine the cluster and DC level to benefit from new features.




Thanks!



[1] there is a known caveat is you have selinux disabled on some 
machines and enabled on others.

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


Re: [ovirt-users] getVdsCapabilites unexpected exception [was: Re: AIO 3.4 on fedora 19 initial errors before coming up]

2014-05-11 Thread Francesco Romani
Hi,

- Original Message -
> From: "Gianluca Cecchi" 
> To: "Roy Golan" 
> Cc: "users" 
> Sent: Sunday, May 11, 2014 11:49:06 PM
> Subject: Re: [ovirt-users] getVdsCapabilites unexpected exception [was: Re: 
> AIO 3.4 on fedora 19 initial errors
> before coming up]
[...]
> it seems the error in vdsm.log when I run the command above is of this type:
> 
> Thread-25::ERROR::2014-05-11
> 20:18:02,202::BindingXMLRPC::1086::vds::(wrapper) unexpected error
> Traceback (most recent call last):
> File "/usr/share/vdsm/BindingXMLRPC.py", line 1070, in wrapper
> res = f(*args, **kwargs)
> File "/usr/share/vdsm/BindingXMLRPC.py", line 393, in getCapabilities
> ret = api.getCapabilities()
> File "/usr/share/vdsm/API.py", line 1185, in getCapabilities
> c = caps.get()
> File "/usr/share/vdsm/caps.py", line 369, in get
> caps.update(netinfo.get())
> File "/usr/lib64/python2.7/site-packages/vdsm/netinfo.py", line 557, in get
> netAttr.get('qosOutbound'))
> File "/usr/lib64/python2.7/site-packages/vdsm/netinfo.py", line 487, in
> _getNetInfo
> ipv4addr, ipv4netmask, ipv6addrs = getIpInfo(iface)
> File "/usr/lib64/python2.7/site-packages/vdsm/netinfo.py", line 317, in
> getIpInfo
> ipv6addrs = devInfo.get_ipv6_addresses()
> SystemError: error return without exception set
> 
> 
> Based on above errors, I think that for some reason these two python related
> packages that were updated yesterday are causing some problems with vdsm.
> Can you confirm that you can run ok the 3.4 vdsm with those?
> 
> vdsm-4.14.6-0.fc19.x86_64
> 
> 
> May 10 21:24:23 Updated: python-ethtool-0.9-2.fc19.x86_64
> May 10 21:24:23 Updated: python-lxml-3.3.5-1.fc19.x86_64
> 
> I can also try to rollback and see...
> 
> 
> I was right.
> Against what to bugzilla?
> This is a show stopper for fedora 19 ovirt users...

Unfortunately, you are been hit by 
https://bugzilla.redhat.com/show_bug.cgi?id=1078312

It is fixed on gerrit, but you'll need VDSM >= 4.14.8.1

Bests,

-- 
Francesco Romani
RedHat Engineering Virtualization R & D
Phone: 8261328
IRC: fromani
___
Users mailing list
Users@ovirt.org
http://lists.ovirt.org/mailman/listinfo/users


Re: [ovirt-users] gluster performance oVirt 3.4

2014-05-11 Thread Vadims Korsaks
Underlying FS is XFS
GlusterFS - glusterfs-3.5.0-2.el6
I'm using CentOS, if this is problem could RHEL
packages be used? why CentOS packages are compiled
without native glusterfs support?

Citējot Paul Robert Marino  :
>  What's the underlying filesystem for gluster is
it XFS?
>  What version of gluster are you using?
>  What distro are you using and if its not RHEL
or Fedora are you using a version of QEMU with
gluster support compiled in keep in mind the
versions with CentOS and Scientific Linux do not
include Gluster native support compiled in.
>  
>  
>  
>  -- Sent from my HP Pre3
>  
>   On May 11, 2014 5:40, Vadims Korsaks
 wrote:
>  
>  Citējot Vijay Bellur  :
>  > On 05/11/2014 02:04 AM, Vadims Korsaks wrote:
>  > > HI!
>  > >
>  > > Created 2 node setup with oVirt 3.4 and
>  CentOS 6.5, for storage created
>  > > 2 node replicated gluster (3.5) fs on same
>  hosts with oVirt.
>  > > mount looks like this:
>  > > 127.0.0.1:/gluster01 on
>  > >
> 
/rhev/data-center/mnt/glusterSD/127.0.0.1:_gluster01
>  type fuse.glusterfs
>  > >
> 
(rw,default_permissions,allow_other,max_read=131072)
>  > >
>  > > when i making gluster test with dd, something
>  like
>  > > dd if=/dev/zero bs=1M count=2
>  > >
> 
of=/rhev/data-center/mnt/glusterSD/127.0.0.1\:_gluster01/kaka
>  > > i'm gettting speed ~ 110 MB/s, so this is
>  1Gbps speed of ethernet adapter
>  > >
>  > > but with in VM created in oVirt speed is
>  lower than 20 MB/s
>  > >
>  > > why there is so huge difference?
>  > > how can improve VMs disks speed?
>  > >
>  >
>  > What are your gluster volume settings? Have you
>  applied the following
>  > performance tunables in gluster's virt profile:
>  >
>  > eager-lock=enable
>  > remote-dio=enable
>  >
>  > Regards,
>  > Vijay
>  >
>  setting were:
>  [root@centos155 ~]# gluster volume info gluster01
>  
>  Volume Name: gluster01
>  Type: Replicate
>  Volume ID: 436edaa3-ac8b-421f-aa35-68b5bd7064b6
>  Status: Started
>  Number of Bricks: 1 x 2 = 2
>  Transport-type: tcp
>  Bricks:
>  Brick1: 10.2.75.152:/mnt/gluster01/brick
>  Brick2: 10.2.75.155:/mnt/gluster01/brick
>  Options Reconfigured:
>  storage.owner-gid: 36
>  storage.owner-uid: 36
>  
>  
>  add your settings settings now it looks
>  
>  [root@centos155 ~]# gluster volume info gluster01
>  
>  Volume Name: gluster01
>  Type: Replicate
>  Volume ID: 436edaa3-ac8b-421f-aa35-68b5bd7064b6
>  Status: Started
>  Number of Bricks: 1 x 2 = 2
>  Transport-type: tcp
>  Bricks:
>  Brick1: 10.2.75.152:/mnt/gluster01/brick
>  Brick2: 10.2.75.155:/mnt/gluster01/brick
>  Options Reconfigured:
>  network.remote-dio: enable
>  cluster.eager-lock: enable
>  storage.owner-gid: 36
>  storage.owner-uid: 36
>  
>  
>  but this didn't affected performace in any big way
>  should hosts to be restarted?
>  
>  ___
>  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: [ovirt-users] Updating nodes

2014-05-11 Thread Paul Heinlein

On Sun, 11 May 2014, Itamar Heim wrote:


 I just inherited an oVirt cluster at work that's running 3.2 on
 Fedora 18 and would dearly love some direction about updating
 things without a system-wide downtime.


1. no downtime should happen, as you can upgrade hosts by moving
   them to maintenance, which will live migrate VMs running on them.

2. fedora 18 is EOL, so 'yum update' isn't going to help here.

3. re-install host should refresh vdsm and its dependent packages if
   the repo's configured have newer versions. when the host is in
   maint, you can simply run 'yum update' on the host, then
   re-activate it (of course reboot if kernel got updated, etc.)


I've followed those steps, and I can get VMs migrated *to* the updated 
nodes. I have two worries:


 1. VMs migrated to the updated nodes cannot be migrated back to the
old nodes. So once I start, it's all-in or nothing. Is that to be
expected?

 2. Once all the nodes are backed up, is there a fairly sure-fire way
to update the master engine? Is that documented somewhere?

Thanks!

--
Paul Heinlein
heinl...@madboa.com
45°38' N, 122°6' W___
Users mailing list
Users@ovirt.org
http://lists.ovirt.org/mailman/listinfo/users


Re: [ovirt-users] Welcome to the "Users" mailing list

2014-05-11 Thread rino
Hi, Im from Argentine and i want to know if are other people from Ovirt
here, i want to form group here if it is possible.


Regards


On Sun, May 11, 2014 at 9:56 PM,  wrote:

> Welcome to the Users@ovirt.org mailing list!
>
> To post to this list, send your email to:
>
>   users@ovirt.org
>
> General information about the mailing list is at:
>
>   http://lists.ovirt.org/mailman/listinfo/users
>
> If you ever want to unsubscribe or change your options (eg, switch to
> or from digest mode, change your password, etc.), visit your
> subscription page at:
>
>   http://lists.ovirt.org/mailman/options/users/villadalmine%40gmail.com
>
>
> You can also make such adjustments via email by sending a message to:
>
>   users-requ...@ovirt.org
>
> with the word `help' in the subject or body (don't include the
> quotes), and you will get back a message with instructions.
>
> You must know your password to change your options (including changing
> the password, itself) or to unsubscribe.  It is:
>
>   elendil123
>
> Normally, Mailman will remind you of your ovirt.org mailing list
> passwords once every month, although you can disable this if you
> prefer.  This reminder will also include instructions on how to
> unsubscribe or change your account options.  There is also a button on
> your options page that will email your current password to you.
>



-- 
---
Rondan Rino
Certificado en LPIC-2  
LPI ID:LPI000209832
Verification Code:gbblvwyfxu
Red Hat Certified Engineer -- RHCE --
RHCVA


Blog:http://www.itrestauracion.com.ar
Cv: http://cv.rinorondan.com.ar 
http://counter.li.org  Linux User -> #517918
Viva La Santa Federacion!!
Mueran Los Salvages Unitarios!!
^^^Transcripcion de la epoca ^^^
___
Users mailing list
Users@ovirt.org
http://lists.ovirt.org/mailman/listinfo/users


Re: [ovirt-users] gluster performance oVirt 3.4

2014-05-11 Thread Paul Robert Marino
What's the underlying filesystem for gluster is it XFS?What version of gluster are you using?What distro are you using and if its not RHEL or Fedora are you using a version of QEMU with gluster support compiled in keep in mind the versions with CentOS and Scientific Linux do not include Gluster native support compiled in.-- Sent from my HP Pre3On May 11, 2014 5:40, Vadims Korsaks  wrote: Citējot Vijay Bellur  :>  On 05/11/2014 02:04 AM, Vadims Korsaks wrote:>  > HI!>  >>  > Created 2 node setup with oVirt 3.4 andCentOS 6.5, for storage created>  > 2 node replicated gluster (3.5) fs on samehosts with oVirt.>  > mount looks like this:>  > 127.0.0.1:/gluster01 on>  >/rhev/data-center/mnt/glusterSD/127.0.0.1:_gluster01type fuse.glusterfs>  >(rw,default_permissions,allow_other,max_read=131072)>  >>  > when i making gluster test with dd, somethinglike>  > dd if=/dev/zero bs=1M count=2>  >of=/rhev/data-center/mnt/glusterSD/127.0.0.1\:_gluster01/kaka>  > i'm gettting speed ~ 110 MB/s, so this is1Gbps speed of ethernet adapter>  >>  > but with in VM created in oVirt speed islower than 20 MB/s>  >>  > why there is so huge difference?>  > how can improve VMs disks speed?>  >>  >  What are your gluster volume settings? Have youapplied the following>  performance tunables in gluster's virt profile:>  >  eager-lock=enable>  remote-dio=enable>  >  Regards,>  Vijay>setting were:[root@centos155 ~]# gluster volume info gluster01Volume Name: gluster01Type: ReplicateVolume ID: 436edaa3-ac8b-421f-aa35-68b5bd7064b6Status: StartedNumber of Bricks: 1 x 2 = 2Transport-type: tcpBricks:Brick1: 10.2.75.152:/mnt/gluster01/brickBrick2: 10.2.75.155:/mnt/gluster01/brickOptions Reconfigured:storage.owner-gid: 36storage.owner-uid: 36add your settings settings now it looks[root@centos155 ~]# gluster volume info gluster01Volume Name: gluster01Type: ReplicateVolume ID: 436edaa3-ac8b-421f-aa35-68b5bd7064b6Status: StartedNumber of Bricks: 1 x 2 = 2Transport-type: tcpBricks:Brick1: 10.2.75.152:/mnt/gluster01/brickBrick2: 10.2.75.155:/mnt/gluster01/brickOptions Reconfigured:network.remote-dio: enablecluster.eager-lock: enablestorage.owner-gid: 36storage.owner-uid: 36but this didn't affected performace in any big wayshould hosts to be restarted?___Users mailing listUsers@ovirt.orghttp://lists.ovirt.org/mailman/listinfo/users___
Users mailing list
Users@ovirt.org
http://lists.ovirt.org/mailman/listinfo/users


Re: [ovirt-users] usb and serial port redirection

2014-05-11 Thread Itamar Heim

On 05/07/2014 03:14 AM, Demeter Tibor wrote:

Hi,

Can I redirect the vm host's usb and serial ports to the guests?
It is very important me, because we need to virtualize a physical host
that use hardware tokens (usb hw key).
I didn't find any option for this.


http://www.ovirt.org/VDSM-Hooks/hostusb



Thanks in advance

Best regards,

Tibor


___
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: [ovirt-users] Unable to make Single Sign on working on Windows 7 Guest

2014-05-11 Thread Felipe Herrera Martinez
I haven't seen any fix on this. I would be more than interested to know the fix 
if any.

Thanks in advance,
   Felipe

On May 11, 2014, at 11:15 PM, Itamar Heim wrote:

> On 04/29/2014 07:40 PM, Felipe Herrera Martinez wrote:
>> 
>> 
>>> On the case I'll be able to create an installer, what is the name of the 
>>> Application need to be there, in order to ovirt detects that Ovirt Guest 
>>> agent is installed?
>>> 
>>> I have created an installer adding OvirtGuestService files and the Product 
>>> Name to be shown, a part of the command line post installs..
>>> 
>>> I have tried with "ovirt-guest-agent" and "Ovirt guest agent" Names for the 
>>> application installed on Windows 7 guest and even both are presented on 
>>> ovirt VM Applications tab,
>>> on any case LogonVDScommand appears.
>>> 
>>> There is other option to make it work now?
>>> 
>>> Thanks in advance,
>>>   Felipe
>>> 
>>> 
>>> 
>>> 
>> 
>> ___
>> Users mailing list
>> Users@ovirt.org
>> http://lists.ovirt.org/mailman/listinfo/users
>> 
> 
> i didn't see a reply to this. I think the validation for guest agent to be 
> installed was removed recently though.


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


Re: [ovirt-users] user portal and pool views

2014-05-11 Thread Itamar Heim

On 05/07/2014 11:23 AM, Jeff Clay wrote:

Is there a way to get the user portal to show the pool tag or pool name
and assign an unused vm from within the pool instead of showing all vm's
in the pool for them to choose from?

Thanks


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



you are supposed to see only one "VM" representing the pool. which 
permission did you give to the user on the pool?

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


Re: [ovirt-users] getVdsCapabilites unexpected exception [was: Re: AIO 3.4 on fedora 19 initial errors before coming up]

2014-05-11 Thread Gianluca Cecchi
On Sun, May 11, 2014 at 8:41 PM, Gianluca Cecchi
wrote:

>
> On Sun, May 11, 2014 at 8:18 PM, Gianluca Cecchi <
> gianluca.cec...@gmail.com> wrote:
>
>> On Sun, May 11, 2014 at 4:10 PM, Roy Golan  wrote:
>>
>>>
>>> The vm will stay in "Waiting.." as the getVdsCaps is failing and the
>>> monitoring of Vms will not take place.
>>> need to fix this "Unexpected error" first. is it a matter of ssl enabled
>>> configuration for host communication? i.e. can you try vdsClient -s 0
>>> getVdsCaps ?
>>>
>>>
>>> ___
>>> Users mailing list
>>> Users@ovirt.org
>>> http://lists.ovirt.org/mailman/listinfo/users
>>>
>>>
>>
>> I didn't change anything on this server.
>> It is an all-in-one config so both engine and vdsm host are on it.
>> Yesterday and every previous day I was able to start the system and start
>> the VM; I only applied the yum update command yeseterday
>> (with --exclude=sos due to the opened bug) and then I made shutdown of
>> the system.
>> Today after startup I got this problem.
>>
>> [root@tekkaman vdsm]# vdsClient -s 0 getVdsCaps
>> Unexpected exception
>>
>> it seems the error in vdsm.log when I run the command above is of this
>> type:
>>
>> Thread-25::ERROR::2014-05-11
>> 20:18:02,202::BindingXMLRPC::1086::vds::(wrapper) unexpected error
>> Traceback (most recent call last):
>>   File "/usr/share/vdsm/BindingXMLRPC.py", line 1070, in wrapper
>> res = f(*args, **kwargs)
>>   File "/usr/share/vdsm/BindingXMLRPC.py", line 393, in getCapabilities
>> ret = api.getCapabilities()
>>   File "/usr/share/vdsm/API.py", line 1185, in getCapabilities
>> c = caps.get()
>>   File "/usr/share/vdsm/caps.py", line 369, in get
>> caps.update(netinfo.get())
>>   File "/usr/lib64/python2.7/site-packages/vdsm/netinfo.py", line 557, in
>> get
>> netAttr.get('qosOutbound'))
>>   File "/usr/lib64/python2.7/site-packages/vdsm/netinfo.py", line 487, in
>> _getNetInfo
>> ipv4addr, ipv4netmask, ipv6addrs = getIpInfo(iface)
>>   File "/usr/lib64/python2.7/site-packages/vdsm/netinfo.py", line 317, in
>> getIpInfo
>> ipv6addrs = devInfo.get_ipv6_addresses()
>> SystemError: error return without exception set
>>
>>
> Based on above errors, I think that for some reason these two python
> related packages that were updated yesterday are causing some problems with
> vdsm.
> Can you confirm that you can run ok the 3.4 vdsm with those?
>
> vdsm-4.14.6-0.fc19.x86_64
>
>
> May 10 21:24:23 Updated: python-ethtool-0.9-2.fc19.x86_64
> May 10 21:24:23 Updated: python-lxml-3.3.5-1.fc19.x86_64
>
> I can also try to rollback and see...
>
>
I was right.
Against what to bugzilla?
This is a show stopper for fedora 19 ovirt users...


[root@tekkaman log]# vdsClient -s 0 getVdsCaps
Unexpected exception

[root@tekkaman log]# yum downgrade python-lxml python-ethtool
Loaded plugins: fastestmirror, langpacks, refresh-packagekit, versionlock
Dropbox
|  951 B  00:00:00
adobe-linux-x86_64
|  951 B  00:00:00
fedora-virt-preview
| 2.9 kB  00:00:00
google-chrome
|  951 B  00:00:00
livna
| 1.3 kB  00:00:00
ovirt-3.3.3
| 2.9 kB  00:00:00
ovirt-stable
| 2.9 kB  00:00:00
rpmfusion-free-updates
| 3.3 kB  00:00:00
rpmfusion-nonfree-updates
| 3.3 kB  00:00:00
updates/19/x86_64/metalink
|  28 kB  00:00:00
Loading mirror speeds from cached hostfile
 * fedora: mirror.netcologne.de
 * livna: rpm.livna.org
 * rpmfusion-free: mirror.switch.ch
 * rpmfusion-free-updates: mirror.switch.ch
 * rpmfusion-nonfree: mirror.switch.ch
 * rpmfusion-nonfree-updates: mirror.switch.ch
 * updates: mirror.netcologne.de
Resolving Dependencies
--> Running transaction check
---> Package python-ethtool.x86_64 0:0.8-1.fc19 will be a downgrade
---> Package python-ethtool.x86_64 0:0.9-2.fc19 will be erased
---> Package python-lxml.x86_64 0:3.2.1-1.fc19 will be a downgrade
---> Package python-lxml.x86_64 0:3.3.5-1.fc19 will be erased
--> Finished Dependency Resolution

Dependencies Resolved

==
 Package Arch
VersionRepository   Size
==
Downgrading:
 python-ethtool  x86_64
0.8-1.fc19 fedora   32 k
 python-lxml x86_64
3.2.1-1.fc19   fedora  752 k

Transaction Summary
==
Downgrade  2 Packages

Total download size: 785 k
Is this ok [y/d/N]:
Downloading packages:
(1/2):
python-ethtool-0.8-1.fc19.x86_64.rpm
|  32 kB  00:00:00
(2/2):
python-lxml-3.2.1-1.fc19.x86_64.

Re: [ovirt-users] Updating nodes

2014-05-11 Thread Itamar Heim

On 05/08/2014 12:06 PM, Paul Heinlein wrote:

On Thu, 8 May 2014, Gabi C wrote:


Which is the proper way of keeping nodes up to date?

I tried from WebUI, after putting node on mainetnance
"[clear.cache.gif] Host is in maintenance mode, you can Activate it by
pressing the Activate button. If you wish to upgrade or reinstall it
click here ."

but no effect, so I guess that installing ovirt repo and
fedora-ovirt-preview repo is the proper way, right?


I'll add that I'm also interested in a discussion of this question.

I just inherited an oVirt cluster at work that's running 3.2 on Fedora
18 and would dearly love some direction about updating things without a
system-wide downtime.


1. no downtime should happen, as you can upgrade hosts by moving them to 
maintenance, which will live migrate VMs running on them.


2. fedora 18 is EOL, so 'yum update' isn't going to help here.

3. re-install host should refresh vdsm and its dependent packages if the 
repo's configured have newer versions. when the host is in maint, you 
can simply run 'yum update' on the host, then re-activate it (of course 
reboot if kernel got updated, etc.)

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


Re: [ovirt-users] help with sriov vdsm hook?

2014-05-11 Thread Itamar Heim

On 05/08/2014 02:54 PM, Darrell Budic wrote:

Anyone gotten the SRIOV hook to work with Solar Flare 10g cards? Any advice?

I've gotten the hooks installed on my host nodes, and added a string to my engine. The 
card is up in SRIOV "mode" on the host and virtual instances are available. I 
can see the hooks running in the vdsm logs, but can't tell what they are doing from 
there. They are not attaching the sriov card instance to my VM though, so I'm at a loss.


you can compare the generated livirt xml send to qemu by vdsm and 
compare to what you expected to happen by the hook.




As an aside, it'd be really nice to have hooks register with the engine and add 
proper custom strings to the setup. Failing that, some explicit documentation 
on EXACTLY what string should be used for the hook would be nice. My first pass 
at it resulted in an improper string that caused my host to crash/hang and 
reboot when I attempted to start a VM with it the first time.


each hook has a README - maybe send a patch to elaborate more on the one 
not clear enough to you?




Speaking of which, I added my custom string to UserDefinedVMProperties, not 
CustomDeviceProperties. Was that correct?


yes. it was correct.



Thanks,

   -Darrell
___
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: [ovirt-users] newbee questions

2014-05-11 Thread Itamar Heim

On 05/04/2014 05:54 AM, John Smith wrote:

Hi,


Im very new to virtualization on Linux, wanting to kick the tires
some, and am wondering where best to go next.

Right now, ive done the 'all in one install' of ovirt 3.4 on a single
fedora 19 machine. Its a desktop with a wifi network interface, and im
trying to set up the kvm hypervisor in combination with macvtap. Any
pointers to docs on what best to do next is appreciated. Im currently
trying to make sense of this:
http://www.ovirt.org/Quick_Start_Guide

Also, as far as I can tell, there seems to be an issue with the
detection of my wireless wifi network interface 'wlp2s0' as it doesnt
seem to show up anywhere in the interface. I can attach the
'ovirtmgmt' network to my standard wired ethernet interface 'p2p2',
but that device is not in use on the machine and it is disconnected
from the network.

Reading about linux virt and issues with bridging with wifi NIC's on
the web made me, perhaps incorrectly here, assume that a wifi nic
might be an issue, so thats where the idea to use macvtap came from.

Manual setup of macvtap seems to work, as i can do this without issues
on a root prompt on the same machine:

ip link add link wlp2s0 name macvtap0 type macvtap
ip link set macvtap0 address 1a:46:0b:ca:bc:7b up
ip link show macvtap0

But the wifi interface 'wlp2s0' does not seem to show up in the ovirt
web gui interface.

Im sorry if I sound confusing here, but that may be just because im
really still confused about ovirt.
;)

So any pointers on what to read up on or do next is appreciated,


Thanks,


Regards,


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



ovirt is meant to manage your datacenter, so not the best match for 
running with a wireless nic i guess.

vdsm may even be filtering it (danken?)
___
Users mailing list
Users@ovirt.org
http://lists.ovirt.org/mailman/listinfo/users


[ovirt-users] oVirt April 2014 Updates

2014-05-11 Thread Itamar Heim

(a bit late this month)

Updates
- oVirt 3.4.1 GA

- oVirt 3.5 Storage overview
  http://www.slideshare.net/AllonMureinik/ovirt-2014featurereview35

- Nagios/Icinga monitoring plugin check_rhev3 1.4 released
  http://lists.ovirt.org/pipermail/users/2014-April/023617.html

-  oVirt Guest Agent Repo for SLES 11 SP3 is available
   http://lists.ovirt.org/pipermail/users/2014-April/023542.html


Conferences

- Help us spread the word about oVirt
  http://lists.ovirt.org/pipermail/users/2014-April/023929.html

- This weekend: FISL 2015

- oVirt Red Hat Summit 2014 Report
  http://alturl.com/sk5fc

- Ravi Nori presented oVirt Overview in Northeast Linux Fest
  http://northeastlinuxfest.org/?p=222

- OSDC 2013 | Rene Koch: Enterprise Open Source Virtualisierung mit
  oVirt und RHEV (German)
  https://www.youtube.com/watch?v=HVG0UrvJhUg

- Grazer Linuxtage 2014 sessions and booth by Rene Koch, Peter Stoeckl
  and Frantisek Kobzik (German)
  http://glt14-programm.linuxtage.at/events/281.de.html
  http://glt14-programm.linuxtage.at/events/282.de.html

Devel
- AngularJS UI plugin sample (Vojtech Szocs)
  http://lists.ovirt.org/pipermail/users/2014-April/023275.html
  http://lists.ovirt.org/pipermail/users/2014-April/023673.html

- oVirt JavaScript SDK (Design Proposal)
  http://lists.ovirt.org/pipermail/users/2014-April/023060.html

From the Web

- Why oVirt 3.4 Rocks! (video)
  https://www.youtube.com/watch?v=ay4V34NkvS8

- oVirt Is Planning Some Virtualization Improvements
  http://www.phoronix.com/scan.php?page=news_item&px=MTY1NjE

- Personal Projects: oVirt At Home
  http://gurucollege.net/technology/personal-projects-ovirt-at-home/

- HowTo: Reset/change admin password
  http://alturl.com/onrpd

- HowTo: Change default console to NoVNC
  http://alturl.com/3ryst

- Hosted Engine install (video, russian)
  http://alturl.com/v2iv2

- Installing oVirt 3.4
  http://www.peterfranza.com/2014/04/09/installing-ovirt-3-4/

- Internal/Isolated networks on oVirt
  http://freedominterface.org/?p=260
___
Users mailing list
Users@ovirt.org
http://lists.ovirt.org/mailman/listinfo/users


Re: [ovirt-users] "Could not connect host to Data Center" after rebooting, how to resolve?

2014-05-11 Thread Itamar Heim

On 04/30/2014 12:09 PM, Boudewijn Ector wrote:

Hi list,


I had to do some fsck-related things last week on my ovirt box (centos,
single node and NFS on localhost).
Afterwards ovirt refused to start VMs  according to the webinterface
because it can't connect host to Data Center.

On my OS it works fine (I just replaced the IP by 'IP'):

[root@server ovirt-engine]# df
Filesystem1K-blocks   Used  Available Use% Mounted on
/dev/mapper/vg_leiden-lv_root
516061406872592   42112108  15% /
tmpfs   3978120  03978120   0% /dev/shm
/dev/sdb1495844  99542 370702  22% /boot
/dev/mapper/vg_server-lv_home
629902602584272   57206196   5% /home
/dev/sda15814366992 4629615452 1184751540  80% /raid
IP:/raid/ovirt/data
  5814367232 4629615616 1184751616  80%
/rhev/data-center/mnt/IP:_raid_ovirt_data
IP:/raid/ovirt/iso
  5814367232 4629615616 1184751616  80%
/rhev/data-center/mnt/IP:_raid_ovirt_iso


in my event log in the webinterface I found correlation ID 7a735111 .
So grepping my logs for that one:

engine.log:2014-04-30 15:59:22,851 INFO
[org.ovirt.engine.core.bll.storage.ActivateStorageDomainCommand]
(ajp--127.0.0.1-8702-8) [7a735111] Lock Acquired to object EngineLock
[exclusiveLocks= key: 6bee0e2d-961c-453d-a266-e4623f91e162 value: STORAGE
engine.log:2014-04-30 15:59:22,888 INFO
[org.ovirt.engine.core.bll.storage.ActivateStorageDomainCommand]
(org.ovirt.thread.pool-6-thread-49) [7a735111] Running command:
ActivateStorageDomainCommand internal: false. Entities affected :  ID:
6bee0e2d-961c-453d-a266-e4623f91e162 Type: Storage
engine.log:2014-04-30 15:59:22,894 INFO
[org.ovirt.engine.core.bll.storage.ActivateStorageDomainCommand]
(org.ovirt.thread.pool-6-thread-49) [7a735111] Lock freed to object
EngineLock [exclusiveLocks= key: 6bee0e2d-961c-453d-a266-e4623f91e162
value: STORAGE
engine.log:2014-04-30 15:59:22,895 INFO
[org.ovirt.engine.core.bll.storage.ActivateStorageDomainCommand]
(org.ovirt.thread.pool-6-thread-49) [7a735111] ActivateStorage Domain.
Before Connect all hosts to pool. Time:4/30/14 3:59 PM
engine.log:2014-04-30 15:59:22,945 INFO
[org.ovirt.engine.core.vdsbroker.irsbroker.ActivateStorageDomainVDSCommand]
(org.ovirt.thread.pool-6-thread-49) [7a735111] START,
ActivateStorageDomainVDSCommand( storagePoolId =
0002-0002-0002-0002-00ec, ignoreFailoverLimit = false,
storageDomainId = 6bee0e2d-961c-453d-a266-e4623f91e162), log id: 5fecb439
engine.log:2014-04-30 15:59:23,011 INFO
[org.ovirt.engine.core.vdsbroker.irsbroker.IrsBrokerCommand]
(org.ovirt.thread.pool-6-thread-49) [7a735111] hostFromVds::selectedVds
- server, spmStatus Unknown_Pool, storage pool Default
engine.log:2014-04-30 15:59:23,015 INFO
[org.ovirt.engine.core.vdsbroker.vdsbroker.ConnectStoragePoolVDSCommand]
(org.ovirt.thread.pool-6-thread-49) [7a735111] START,
ConnectStoragePoolVDSCommand(HostName = server, HostId =
ff23de79-f17c-439d-939e-d8f3d9672367, storagePoolId =
0002-0002-0002-0002-00ec, vds_spm_id = 1, masterDomainId =
6bee0e2d-961c-453d-a266-e4623f91e162, masterVersion = 1), log id: 15866a95
engine.log:2014-04-30 15:59:23,151 INFO
[org.ovirt.engine.core.vdsbroker.vdsbroker.ConnectStoragePoolVDSCommand]
(org.ovirt.thread.pool-6-thread-49) [7a735111] FINISH,
ConnectStoragePoolVDSCommand, log id: 15866a95
engine.log:2014-04-30 15:59:23,152 ERROR
[org.ovirt.engine.core.vdsbroker.irsbroker.IrsBrokerCommand]
(org.ovirt.thread.pool-6-thread-49) [7a735111]
IrsBroker::Failed::ActivateStorageDomainVDS due to:
IRSNonOperationalException: IRSGenericException: IRSErrorException:
IRSNonOperationalException: Could not connect host to Data
Center(Storage issue)
engine.log:2014-04-30 15:59:23,156 INFO
[org.ovirt.engine.core.vdsbroker.irsbroker.ActivateStorageDomainVDSCommand]
(org.ovirt.thread.pool-6-thread-49) [7a735111] FINISH,
ActivateStorageDomainVDSCommand, log id: 5fecb439
engine.log:2014-04-30 15:59:23,157 ERROR
[org.ovirt.engine.core.bll.storage.ActivateStorageDomainCommand]
(org.ovirt.thread.pool-6-thread-49) [7a735111] Command
org.ovirt.engine.core.bll.storage.ActivateStorageDomainCommand throw Vdc
Bll exception. With error message VdcBLLException:
org.ovirt.engine.core.vdsbroker.irsbroker.IRSNonOperationalException:
IRSGenericException: IRSErrorException: IRSNonOperationalException:
Could not connect host to Data Center(Storage issue) (Failed with error
ENGINE and code 5001)
engine.log:2014-04-30 15:59:23,162 INFO
[org.ovirt.engine.core.bll.storage.ActivateStorageDomainCommand]
(org.ovirt.thread.pool-6-thread-49) [7a735111] Command
[id=c2d8b433-f203-4d9e-b241-222eebf3dbae]: Compensating
CHANGED_STATUS_ONLY of
org.ovirt.engine.core.common.businessentities.StoragePoolIsoMap;
snapshot: EntityStatusSnapshot [id=storagePoolId =
0002-0002-0002-0002-00ec, storageId =
6bee0e2d-961c-453d-a266-e4623f91e162, status=InActive].
engine.log:2014-0

Re: [ovirt-users] Unable to make Single Sign on working on Windows 7 Guest

2014-05-11 Thread Itamar Heim

On 04/29/2014 07:40 PM, Felipe Herrera Martinez wrote:




On the case I'll be able to create an installer, what is the name of the 
Application need to be there, in order to ovirt detects that Ovirt Guest agent 
is installed?

I have created an installer adding OvirtGuestService files and the Product Name 
to be shown, a part of the command line post installs..

I have tried with "ovirt-guest-agent" and "Ovirt guest agent" Names for the 
application installed on Windows 7 guest and even both are presented on ovirt VM Applications tab,
on any case LogonVDScommand appears.

There is other option to make it work now?

Thanks in advance,
   Felipe






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



i didn't see a reply to this. I think the validation for guest agent to 
be installed was removed recently though.

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


Re: [ovirt-users] AllInOne Host wont start

2014-05-11 Thread Itamar Heim

On 04/20/2014 04:20 PM, Bert wrote:

Centos 6.5

Basic Desktop Build

Yum updated

Yum repo type installation with yum install
ovirt-engine-setup-plugin-allinone -y

Configured VDSM as Yes and took defaults everywhere else. After install
I logged into management and tried to activate host and reinstall host
but all I get is " Host local_host installation failed. Please refer to
engine.log and log files under /var/log/ovirt-engine/host-deploy/ on the
engine for further details".

First timer so not sure where to look next. It appears that everything
is configured I just can't turn any of it on.


--
This message has been scanned for viruses and dangerous content by
*E.F.A. Project* , and is believed to be clean.


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



was this resolved?
___
Users mailing list
Users@ovirt.org
http://lists.ovirt.org/mailman/listinfo/users


Re: [ovirt-users] is spice html5 console actually working

2014-05-11 Thread Itamar Heim

On 04/17/2014 09:56 AM, Jeremiah Jahn wrote:

Has anyone gotten the html5 spice console to work, and did you have to
do anything special other than enable it?  I've tried every browser
except opera and ie on linux and mac
___
Users mailing list
Users@ovirt.org
http://lists.ovirt.org/mailman/listinfo/users



was this resolved?
___
Users mailing list
Users@ovirt.org
http://lists.ovirt.org/mailman/listinfo/users


Re: [ovirt-users] Connection hickups with Pfsense and Carp

2014-05-11 Thread Itamar Heim

On 04/17/2014 04:08 AM, Matt . wrote:

Hi Guys,

I'm not able to write a howto yet as we need to check how this is
running on high traffic and we are going soon. Than, we need to test
some other functions before I can actually write something down.

Because this is not all documented well indeed I'm in testmode and doing
some @ life system as reallife environments are always coming with other
things than your prefec test.

I cannot say I needed promiscuouity, I did some things you would
normally do on pfsense which fixed that part. Some old message you
really need to discard instead of clicking it away was confusing this test.




you are not supposed to need the promiscious hook for sniffing/mirroring 
- that's by now part of engine/vdsm (at vnic level in earlier versions, 
and at network profile in later versions iirc)





2014-04-17 9:08 GMT+02:00 Dan Kenigsberg mailto:dan...@redhat.com>>:

On Thu, Apr 17, 2014 at 01:11:13AM +0200, Matt . wrote:
 > OK, also this is finetuned, but it would be nice to have some
more info
 > about the hooks in these cases... it's interesting as oVirt has
the right
 > settings to start with but we need to know what we need to set
when we have
 > a setup like this for an example.

Could you explain what you have done, and what do you need promiscuouity
for? oVirt has "port mirroring" that allows to mirror ip traffic from
one vm network to another.

 >
 >
 > 2014-04-17 0:35 GMT+02:00 Matt . mailto:yamakasi@gmail.com>>:
 >
 > > Traffic issues are solved, but the advertising in not that well.
 > >
 > > I see on ESXi (vSphere) that you need to enable "Promiscuous
Mode", but
 > > how on oVirt ?
 > >
 > >
http://www.blissfulidiot.com/2013/11/using-carp-with-vmware-esxi.html
 > >
 > > Do I need the vdsm-hook-promisc for it ? as I need to make real
settings
 > > on a VM there I think the vswitch only needs the mode.
 > >
 > > Information is welcome!




___
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: [ovirt-users] Bugzilla to migrate from f19 to f20 and newer release of oVirt possible?

2014-05-11 Thread Alon Bar-Lev


- Original Message -
> From: "Itamar Heim" 
> To: "Sandro Bonazzola" , "Gianluca Cecchi" 
> , "users"
> 
> Sent: Sunday, May 11, 2014 11:22:12 PM
> Subject: Re: [ovirt-users] Bugzilla to migrate from f19 to f20 and newer 
> release of oVirt possible?
> 
> On 04/14/2014 05:29 AM, Sandro Bonazzola wrote:
> > Il 14/04/2014 10:58, Gianluca Cecchi ha scritto:
> >> Hello,
> >> are there any plans to make something similar to this one that was for
> >> f18 --> f19 and ovirt 3.2 --> 3.3
> >> https://bugzilla.redhat.com/show_bug.cgi?id=1009335
> >
> > We'll prepare that once we're able to support a clean install on F20.
> >
> >> More in general, are there right now particular bugzilla opened and
> >> addressed to enable f20? Or particular blockers that I don't see in
> >> general (perhaps JBoss version?)
> >
> > Sure: Bug 1060198 - [RFE] add support for Fedora 20
> >
> >>   Or do we have to retain that for the future only RHEL/CentOS OS will
> >> be addressed (together with the node isos)?
> >
> > Fedora 20 is quite different from Fedora 19. I guess that once we'll be
> > able to support it as clean install the safest path will be backup /
> > export
> > from F19; clean F20 install, restore / import into F20.
> 
> TBH, maybe we should focus on F21 and skip F20 since its 6 months since
> F20 GA'd.
> wait, F21 is only due october - seems they changed their life cycle from
> the previous 6 months cycle.
> hmmm, we should consider which target makes more sense considering the
> effort each version takes us.

The only real issue is jboss, as the log collector is not actually used and 
should be made completely optional.

The fact that fedora's jboss is incompatible with us should not make us not 
provide users service if they like by downloading and extracting upstream jboss 
to /opt or similar.

I do not see any reason to force users into fedora-19 only because something 
that is easy to workaround.

> 
> >
> >>
> >> Thaks,
> >> Gianluca
> >> ___
> >> 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: [ovirt-users] Bugzilla to migrate from f19 to f20 and newer release of oVirt possible?

2014-05-11 Thread Itamar Heim

On 04/14/2014 05:29 AM, Sandro Bonazzola wrote:

Il 14/04/2014 10:58, Gianluca Cecchi ha scritto:

Hello,
are there any plans to make something similar to this one that was for
f18 --> f19 and ovirt 3.2 --> 3.3
https://bugzilla.redhat.com/show_bug.cgi?id=1009335


We'll prepare that once we're able to support a clean install on F20.


More in general, are there right now particular bugzilla opened and
addressed to enable f20? Or particular blockers that I don't see in
general (perhaps JBoss version?)


Sure: Bug 1060198 - [RFE] add support for Fedora 20


  Or do we have to retain that for the future only RHEL/CentOS OS will
be addressed (together with the node isos)?


Fedora 20 is quite different from Fedora 19. I guess that once we'll be able to 
support it as clean install the safest path will be backup / export
from F19; clean F20 install, restore / import into F20.


TBH, maybe we should focus on F21 and skip F20 since its 6 months since 
F20 GA'd.
wait, F21 is only due october - seems they changed their life cycle from 
the previous 6 months cycle.
hmmm, we should consider which target makes more sense considering the 
effort each version takes us.






Thaks,
Gianluca
___
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: [ovirt-users] NFS service not starting after reboot

2014-05-11 Thread Itamar Heim

On 04/14/2014 02:44 AM, Nauman Abbas wrote:

Hello all

Need some quick help on this. I restarted one of my oVirt nodes and it
doesn't seem to go up after that. I have done some troubleshooting and
found out that the nfs-server service is not going up. Here's the error.



[root@ovirtnode2 /]# systemctl start nfs-server.service
Job for nfs-server.service failed. See 'systemctl status
nfs-server.service' and 'journalctl -xn' for details.

[root@ovirtnode2 /]# systemctl status nfs-server.service
nfs-server.service - NFS Server
Loaded: loaded (/usr/lib/systemd/system/nfs-server.service; disabled)
Active: failed (Result: exit-code) since Mon 2014-04-14 06:43:15
UTC; 18s ago
   Process: 2751 ExecStart=/usr/sbin/rpc.nfsd $RPCNFSDARGS $RPCNFSDCOUNT
(code=exited, status=203/EXEC)
   Process: 2749 ExecStartPre=/usr/sbin/exportfs -r (code=exited,
status=0/SUCCESS)
   Process: 2747
ExecStartPre=/usr/libexec/nfs-utils/scripts/nfs-server.preconfig
(code=exited, status=0/SUCCESS)

Apr 14 06:43:15 ovirtnode2 exportfs[2749]: exportfs: can't open
/var/lib/nfs/rmtab for reading
Apr 14 06:43:15 ovirtnode2 systemd[2751]: Failed at step EXEC spawning
/usr/sbin/rpc.nfsd: No such file or directory
Apr 14 06:43:15 ovirtnode2 systemd[1]: nfs-server.service: main process
exited, code=exited, status=203/EXEC
Apr 14 06:43:15 ovirtnode2 systemd[1]: Failed to start NFS Server.
Apr 14 06:43:15 ovirtnode2 systemd[1]: Unit nfs-server.service entered
failed state.


Would be great if anyone can help sorting this out.

Regards

Nauman Abbas
Assistant System Administrator (LMS),
Room No. A-207, SEECS,
National University of Sciences & Technology,
+ 92 321 5359946


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



was this resolved?
___
Users mailing list
Users@ovirt.org
http://lists.ovirt.org/mailman/listinfo/users


Re: [ovirt-users] oVirt 3.2 - iSCSI offload (broadcom - bnx2i)

2014-05-11 Thread Itamar Heim

On 04/10/2014 07:07 PM, Ricardo Esteves wrote:

Hi,

I've put my host on maintenance, then i configured iscsi offload for my
broadcom cards changing target's file's (192.168.12.2,3260 and
192.168.12.4,3260) in my node
iqn.1986-03.com.hp:storage.msa2324i.1226151a6 to use interface
bnx2i.d8:d3:85:67:e3:bb, but after activating the host, configurations
are back to default.

[root@blade6 iscsi]# ll ifaces/
total 16
-rw---. 1 root root 248 Mai 13  2013 bnx2i.d8:d3:85:67:e3:b9
-rw---. 1 root root 282 Abr 10 22:10 bnx2i.d8:d3:85:67:e3:bb
-rw---. 1 root root 247 Ago 15  2012 bnx2i.d8:d3:85:bf:e9:b1
-rw---. 1 root root 247 Ago 15  2012 bnx2i.d8:d3:85:bf:e9:b5

[root@blade6 iscsi]# ll
nodes/iqn.1986-03.com.hp\:storage.msa2324i.1226151a60/
total 16
-rw---. 1 root root 1782 Abr 10 22:34 192.168.11.1,3260
-rw---. 1 root root 1782 Abr 10 22:34 192.168.11.3,3260
-rw---. 1 root root 1782 Abr 10 22:34 192.168.12.2,3260
-rw---. 1 root root 1782 Abr 10 22:34 192.168.12.4,3260

Anyone know how to configure iscsi offload for ovirt?


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


was this resolved?
(also, is this an ovirt-node, or a plain fedora/centos?)
___
Users mailing list
Users@ovirt.org
http://lists.ovirt.org/mailman/listinfo/users


Re: [ovirt-users] creating a new host

2014-05-11 Thread Alon Bar-Lev


- Original Message -
> From: "JvR O" 
> To: users@ovirt.org
> Sent: Saturday, May 10, 2014 8:17:52 PM
> Subject: [ovirt-users] creating a new host
> 
> Hi,
> When I create a new host the installation is failed.
> I receiving this error:
> Host host_centos65 installation failed. Command returned failure code 1
> during SSH session ' r...@domain.com '.
> 
> At log file:
> var/log/ovirt-engine/host-deploy/ovirt-20140510123905-domain.com-3fd2d93.log
> java.io.IOException: Command returned failure code 1 during SSH session

Hi,
You probably have a more detailed event at the event log within the user 
interface, please try to deploy host again, go to the right lower tab and 
follow the progress.
If you send the 
/var/log/ovirt-engine/host-deploy/ovirt-20140510123905-domain.com-3fd2d93.log I 
will be able to see what went wrong.

Regards,
Alon

> 
> I have seen this error
> 
> Thank you
> 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


[ovirt-users] Allinone One NIC for multiple network

2014-05-11 Thread Kevin Tibi
Hi,

i have a little problem with my ovirt allinone. I have a dedibox with one
NIC. I can't use VLAN tagging on this network. I need to create a second
network for specific VMs. So, i can't add this network on my physical NIC
because i have already the mgnt network.

Can i create a tap/virtual NIC for this network ? Ovirt see tap interface
in interface's host?

Thx.

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


Re: [ovirt-users] Live Migration Fail

2014-05-11 Thread Maor Lipchuk
Thanks

On 05/11/2014 09:24 PM, Maurice James wrote:
> Bug opened
> https://bugzilla.redhat.com/show_bug.cgi?id=1096529 
> 
> - Original Message -
> From: "Maor Lipchuk" 
> To: "Maurice James" 
> Cc: "users" 
> Sent: Sunday, May 11, 2014 5:19:27 AM
> Subject: Re: [ovirt-users] Live Migration Fail
> 
> Is there an open bug on it?
> if not, can u please file a bug on it and attach the VDSM (from both
> hosts) ,engine logs, and the output from the Host of tree command under
> /rhev/data-center and also "ls -l" to eliminate any permission issues
> under the image 21484146-1a6c-4a31-896e-da1156888dfc in /rhev/data-center.
> 
> Thanks,
> Maor
> 
> On 05/11/2014 02:37 AM, Maurice James wrote:
>> This fails for all VM disks
>>
>> - Original Message -
>> From: "Maor Lipchuk" 
>> To: "Maurice James" 
>> Cc: "users" 
>> Sent: Saturday, May 10, 2014 7:19:21 PM
>> Subject: Re: [ovirt-users] Live Migration Fail
>>
>> Seems like VDSM has encountered a problem to find the drive:
>> Thread-221::ERROR::2014-05-10 17:36:57,134::vm::3928::vm.Vm::(snapshot)
>> vmId=`7f341f92-134a-47e7-b7ed-e7df772806f3`::The base volume doesn't
>> exist: {'device': 'disk', 'domainID':
>> 'e0e65e47-52c8-41bd-8499-a3e025831215', 'volumeID':
>> 'deae7162-1eb7-423e-9115-3e7de542c89c', 'imageID':
>> '21484146-1a6c-4a31-896e-da1156888dfc'}
>>
>> Can u please run the tree command on /rhev/data-center/..
>> Also can u please run "ls -l" to eliminate any permission issues under
>> image 21484146-1a6c-4a31-896e-da1156888dfc in /rhev/data-center.
>> Does this only fails for a specific VM or is it also failing for other VMs?
>>
>> regards,
>> Maor
>>
>> On 05/11/2014 12:43 AM, Maurice James wrote:
>>> VDSM logs from the source and destination are attached
>>>
>>>
>>>
>>>
>>>
>>> - Original Message -
>>> From: "Maor Lipchuk" 
>>> To: "Maurice James" , "users" 
>>> Sent: Saturday, May 10, 2014 4:42:00 PM
>>> Subject: Re: [ovirt-users] Live Migration Fail
>>>
>>> Hi Maurice,
>>>
>>> I was looking at your engine and VDSM logs, it looks like the operation
>>> of live storage migration has been done on a Host called Staurn, but the
>>> VDSM logs seems to be from Beetlejuice host, can u check this please
>>>
>>> regards,
>>> Maor
>>>
>>> On 05/10/2014 03:33 AM, Maurice James wrote:
 Live disk migrations are still failing even after upgrade to 3.4.1 from
 3.4.0. Is this still an open issue?


 ___
 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: [ovirt-users] getVdsCapabilites unexpected exception [was: Re: AIO 3.4 on fedora 19 initial errors before coming up]

2014-05-11 Thread Gianluca Cecchi
On Sun, May 11, 2014 at 8:18 PM, Gianluca Cecchi
wrote:

> On Sun, May 11, 2014 at 4:10 PM, Roy Golan  wrote:
>
>>
>> The vm will stay in "Waiting.." as the getVdsCaps is failing and the
>> monitoring of Vms will not take place.
>> need to fix this "Unexpected error" first. is it a matter of ssl enabled
>> configuration for host communication? i.e. can you try vdsClient -s 0
>> getVdsCaps ?
>>
>>
>> ___
>> Users mailing list
>> Users@ovirt.org
>> http://lists.ovirt.org/mailman/listinfo/users
>>
>>
>
> I didn't change anything on this server.
> It is an all-in-one config so both engine and vdsm host are on it.
> Yesterday and every previous day I was able to start the system and start
> the VM; I only applied the yum update command yeseterday
> (with --exclude=sos due to the opened bug) and then I made shutdown of the
> system.
> Today after startup I got this problem.
>
> [root@tekkaman vdsm]# vdsClient -s 0 getVdsCaps
> Unexpected exception
>
> it seems the error in vdsm.log when I run the command above is of this
> type:
>
> Thread-25::ERROR::2014-05-11
> 20:18:02,202::BindingXMLRPC::1086::vds::(wrapper) unexpected error
> Traceback (most recent call last):
>   File "/usr/share/vdsm/BindingXMLRPC.py", line 1070, in wrapper
> res = f(*args, **kwargs)
>   File "/usr/share/vdsm/BindingXMLRPC.py", line 393, in getCapabilities
> ret = api.getCapabilities()
>   File "/usr/share/vdsm/API.py", line 1185, in getCapabilities
> c = caps.get()
>   File "/usr/share/vdsm/caps.py", line 369, in get
> caps.update(netinfo.get())
>   File "/usr/lib64/python2.7/site-packages/vdsm/netinfo.py", line 557, in
> get
> netAttr.get('qosOutbound'))
>   File "/usr/lib64/python2.7/site-packages/vdsm/netinfo.py", line 487, in
> _getNetInfo
> ipv4addr, ipv4netmask, ipv6addrs = getIpInfo(iface)
>   File "/usr/lib64/python2.7/site-packages/vdsm/netinfo.py", line 317, in
> getIpInfo
> ipv6addrs = devInfo.get_ipv6_addresses()
> SystemError: error return without exception set
>
>
Based on above errors, I think that for some reason these two python
related packages that were updated yesterday are causing some problems with
vdsm.
Can you confirm that you can run ok the 3.4 vdsm with those?

vdsm-4.14.6-0.fc19.x86_64

May 10 21:24:23 Updated: python-ethtool-0.9-2.fc19.x86_64
May 10 21:24:23 Updated: python-lxml-3.3.5-1.fc19.x86_64

I can also try to rollback and see...
___
Users mailing list
Users@ovirt.org
http://lists.ovirt.org/mailman/listinfo/users


Re: [ovirt-users] Live Migration Fail

2014-05-11 Thread Maurice James
Bug opened
https://bugzilla.redhat.com/show_bug.cgi?id=1096529 

- Original Message -
From: "Maor Lipchuk" 
To: "Maurice James" 
Cc: "users" 
Sent: Sunday, May 11, 2014 5:19:27 AM
Subject: Re: [ovirt-users] Live Migration Fail

Is there an open bug on it?
if not, can u please file a bug on it and attach the VDSM (from both
hosts) ,engine logs, and the output from the Host of tree command under
/rhev/data-center and also "ls -l" to eliminate any permission issues
under the image 21484146-1a6c-4a31-896e-da1156888dfc in /rhev/data-center.

Thanks,
Maor

On 05/11/2014 02:37 AM, Maurice James wrote:
> This fails for all VM disks
> 
> - Original Message -
> From: "Maor Lipchuk" 
> To: "Maurice James" 
> Cc: "users" 
> Sent: Saturday, May 10, 2014 7:19:21 PM
> Subject: Re: [ovirt-users] Live Migration Fail
> 
> Seems like VDSM has encountered a problem to find the drive:
> Thread-221::ERROR::2014-05-10 17:36:57,134::vm::3928::vm.Vm::(snapshot)
> vmId=`7f341f92-134a-47e7-b7ed-e7df772806f3`::The base volume doesn't
> exist: {'device': 'disk', 'domainID':
> 'e0e65e47-52c8-41bd-8499-a3e025831215', 'volumeID':
> 'deae7162-1eb7-423e-9115-3e7de542c89c', 'imageID':
> '21484146-1a6c-4a31-896e-da1156888dfc'}
> 
> Can u please run the tree command on /rhev/data-center/..
> Also can u please run "ls -l" to eliminate any permission issues under
> image 21484146-1a6c-4a31-896e-da1156888dfc in /rhev/data-center.
> Does this only fails for a specific VM or is it also failing for other VMs?
> 
> regards,
> Maor
> 
> On 05/11/2014 12:43 AM, Maurice James wrote:
>> VDSM logs from the source and destination are attached
>>
>>
>>
>>
>>
>> - Original Message -
>> From: "Maor Lipchuk" 
>> To: "Maurice James" , "users" 
>> Sent: Saturday, May 10, 2014 4:42:00 PM
>> Subject: Re: [ovirt-users] Live Migration Fail
>>
>> Hi Maurice,
>>
>> I was looking at your engine and VDSM logs, it looks like the operation
>> of live storage migration has been done on a Host called Staurn, but the
>> VDSM logs seems to be from Beetlejuice host, can u check this please
>>
>> regards,
>> Maor
>>
>> On 05/10/2014 03:33 AM, Maurice James wrote:
>>> Live disk migrations are still failing even after upgrade to 3.4.1 from
>>> 3.4.0. Is this still an open issue?
>>>
>>>
>>> ___
>>> 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: [ovirt-users] getVdsCapabilites unexpected exception [was: Re: AIO 3.4 on fedora 19 initial errors before coming up]

2014-05-11 Thread Gianluca Cecchi
On Sun, May 11, 2014 at 4:10 PM, Roy Golan  wrote:

>
> The vm will stay in "Waiting.." as the getVdsCaps is failing and the
> monitoring of Vms will not take place.
> need to fix this "Unexpected error" first. is it a matter of ssl enabled
> configuration for host communication? i.e. can you try vdsClient -s 0
> getVdsCaps ?
>
>
> ___
> Users mailing list
> Users@ovirt.org
> http://lists.ovirt.org/mailman/listinfo/users
>
>

I didn't change anything on this server.
It is an all-in-one config so both engine and vdsm host are on it.
Yesterday and every previous day I was able to start the system and start
the VM; I only applied the yum update command yeseterday
(with --exclude=sos due to the opened bug) and then I made shutdown of the
system.
Today after startup I got this problem.

[root@tekkaman vdsm]# vdsClient -s 0 getVdsCaps
Unexpected exception

it seems the error in vdsm.log when I run the command above is of this type:

Thread-25::ERROR::2014-05-11
20:18:02,202::BindingXMLRPC::1086::vds::(wrapper) unexpected error
Traceback (most recent call last):
  File "/usr/share/vdsm/BindingXMLRPC.py", line 1070, in wrapper
res = f(*args, **kwargs)
  File "/usr/share/vdsm/BindingXMLRPC.py", line 393, in getCapabilities
ret = api.getCapabilities()
  File "/usr/share/vdsm/API.py", line 1185, in getCapabilities
c = caps.get()
  File "/usr/share/vdsm/caps.py", line 369, in get
caps.update(netinfo.get())
  File "/usr/lib64/python2.7/site-packages/vdsm/netinfo.py", line 557, in
get
netAttr.get('qosOutbound'))
  File "/usr/lib64/python2.7/site-packages/vdsm/netinfo.py", line 487, in
_getNetInfo
ipv4addr, ipv4netmask, ipv6addrs = getIpInfo(iface)
  File "/usr/lib64/python2.7/site-packages/vdsm/netinfo.py", line 317, in
getIpInfo
ipv6addrs = devInfo.get_ipv6_addresses()
SystemError: error return without exception set
___
Users mailing list
Users@ovirt.org
http://lists.ovirt.org/mailman/listinfo/users


Re: [ovirt-users] getVdsCapabilites unexpected exception [was: Re: AIO 3.4 on fedora 19 initial errors before coming up]

2014-05-11 Thread Roy Golan

On 05/11/2014 11:22 AM, Gianluca Cecchi wrote:
Actually it seems that today datacenter comes up but starting a 
windows XP vm remains in "waiting for launch"


Yesterday I ran an update that impied gluster but I don't think it is 
relevant in my environment...


yum.log contains:
May 10 21:24:20 Updated: openstack-java-client-3.0.4-1.fc19.noarch
May 10 21:24:20 Updated: audit-libs-2.3.6-1.fc19.x86_64
May 10 21:24:20 Updated: libjpeg-turbo-1.3.1-2.fc19.x86_64
May 10 21:24:20 Installed: rsyslog-mmjsonparse-7.2.6-1.fc19.x86_64
May 10 21:24:21 Updated: glusterfs-libs-3.5.0-3.fc19.x86_64
May 10 21:24:21 Updated: glusterfs-3.5.0-3.fc19.x86_64
May 10 21:24:21 Updated: openstack-java-quantum-model-3.0.4-1.fc19.noarch
May 10 21:24:21 Updated: openstack-java-glance-model-3.0.4-1.fc19.noarch
May 10 21:24:21 Updated: openstack-java-keystone-model-3.0.4-1.fc19.noarch
May 10 21:24:21 Updated: 
openstack-java-keystone-client-3.0.4-1.fc19.noarch

May 10 21:24:21 Updated: openstack-java-glance-client-3.0.4-1.fc19.noarch
May 10 21:24:21 Updated: openstack-java-quantum-client-3.0.4-1.fc19.noarch
May 10 21:24:22 Updated: glusterfs-fuse-3.5.0-3.fc19.x86_64
May 10 21:24:22 Updated: glusterfs-api-3.5.0-3.fc19.x86_64
May 10 21:24:22 Updated: glusterfs-rdma-3.5.0-3.fc19.x86_64
May 10 21:24:22 Updated: glusterfs-cli-3.5.0-3.fc19.x86_64
May 10 21:24:22 Updated: libjpeg-turbo-devel-1.3.1-2.fc19.x86_64
May 10 21:24:22 Updated: audit-2.3.6-1.fc19.x86_64
May 10 21:24:22 Updated: audit-libs-python-2.3.6-1.fc19.x86_64
May 10 21:24:23 Updated: 
openstack-java-resteasy-connector-3.0.4-1.fc19.noarch

May 10 21:24:23 Updated: 2:microcode_ctl-2.0-7.fc19.x86_64
May 10 21:24:23 Updated: python-ethtool-0.9-2.fc19.x86_64
May 10 21:24:23 Updated: htop-1.0.3-1.fc19.x86_64
May 10 21:24:23 Updated: python-lxml-3.3.5-1.fc19.x86_64
May 10 21:24:28 Updated: 
kmod-nvidia-304xx-3.13.11-100.fc19.x86_64-304.119-2.fc19.11.x86_64

May 10 21:24:28 Updated: audit-libs-2.3.6-1.fc19.i686


In my engine.log I see error about getting capabilities...

2014-05-11 10:15:26,759 ERROR 
[org.ovirt.engine.core.vdsbroker.vdsbroker.GetCapabilitiesVDSCommand] 
(DefaultQuartzScheduler_W

orker-67) Failed in GetCapabilitiesVDS method
2014-05-11 10:15:26,759 INFO 
[org.ovirt.engine.core.vdsbroker.vdsbroker.GetCapabilitiesVDSCommand] 
(DefaultQuartzScheduler_W
orker-67) Command 
org.ovirt.engine.core.vdsbroker.vdsbroker.GetCapabilitiesVDSCommand 
return value

 org.ovirt.engine.core.vdsbroker.vdsbroker.VDSInfoReturnForXmlRpc@792fc59f
2014-05-11 10:15:26,760 INFO 
[org.ovirt.engine.core.vdsbroker.vdsbroker.GetCapabilitiesVDSCommand] 
(DefaultQuartzScheduler_W

orker-67) HostName = local_host
2014-05-11 10:15:26,760 ERROR 
[org.ovirt.engine.core.vdsbroker.vdsbroker.GetCapabilitiesVDSCommand] 
(DefaultQuartzScheduler_W
orker-67) Command GetCapabilitiesVDSCommand(HostName = local_host, 
HostId = aab9571f-da17-4c3c-9e6b-d0224b84c31e, vds=Host[lo
cal_host]) execution failed. Exception: VDSErrorException: 
VDSGenericException: VDSErrorException: Failed to GetCapabilitiesV

DS, error = Unexpected exception, code = 16
2014-05-11 10:15:26,771 WARN 
[org.ovirt.engine.core.vdsbroker.VdsManager] 
(DefaultQuartzScheduler_Worker-67) Failed to refre
sh VDS , vds = aab9571f-da17-4c3c-9e6b-d0224b84c31e : local_host, 
error = org.ovirt.engine.core.vdsbroker.vdsbroker.VDSErrorException: 
VDSGenericException: VDSErrorException: Failed to GetCapabilitiesVDS, 
error = Unexpected exception, code = 16, continuing.: 
org.ovirt.engine.core.vdsbroker.vdsbroker.VDSErrorException: 
VDSGenericException: VDSErrorException: Failed to GetCapabilitiesVDS, 
error = Unexpected exception, code = 16
at 
org.ovirt.engine.core.vdsbroker.vdsbroker.VdsBrokerCommand.createDefaultConcreteException(VdsBrokerCommand.java:61) 
[vdsbroker.jar:]
at 
org.ovirt.engine.core.vdsbroker.vdsbroker.BrokerCommandBase.createException(BrokerCommandBase.java:199) 
[vdsbroker.jar:]
at 
org.ovirt.engine.core.vdsbroker.vdsbroker.BrokerCommandBase.proceedProxyReturnValue(BrokerCommandBase.java:186) 
[vdsbroker.jar:]
at 
org.ovirt.engine.core.vdsbroker.vdsbroker.GetCapabilitiesVDSCommand.executeVdsBrokerCommand(GetCapabilitiesVDSCommand.java:16) 
[vdsbroker.jar:]
at 
org.ovirt.engine.core.vdsbroker.vdsbroker.VdsBrokerCommand.executeVDSCommand(VdsBrokerCommand.java:96) 
[vdsbroker.jar:]
at 
org.ovirt.engine.core.vdsbroker.VDSCommandBase.executeCommand(VDSCommandBase.java:56) 
[vdsbroker.jar:]
at 
org.ovirt.engine.core.dal.VdcCommandBase.execute(VdcCommandBase.java:31) 
[dal.jar:]
at 
org.ovirt.engine.core.vdsbroker.VdsManager.refreshCapabilities(VdsManager.java:537) 
[vdsbroker.jar:]
at 
org.ovirt.engine.core.vdsbroker.VdsUpdateRunTimeInfo.beforeFirstRefreshTreatment(VdsUpdateRunTimeInfo.java:888) 
[vdsbroker.jar:]
at 
org.ovirt.engine.core.vdsbroker.VdsUpdateRunTimeInfo.refreshVdsRunTimeInfo(VdsUpdateRunTimeInfo.java:499) 
[vdsbroker.jar:]
at 
org.ovirt.engi

Re: [ovirt-users] gluster performance oVirt 3.4

2014-05-11 Thread Vadims Korsaks
Citējot Vijay Bellur  :
>  On 05/11/2014 02:04 AM, Vadims Korsaks wrote:
>  > HI!
>  >
>  > Created 2 node setup with oVirt 3.4 and
CentOS 6.5, for storage created
>  > 2 node replicated gluster (3.5) fs on same
hosts with oVirt.
>  > mount looks like this:
>  > 127.0.0.1:/gluster01 on
>  >
/rhev/data-center/mnt/glusterSD/127.0.0.1:_gluster01
type fuse.glusterfs
>  >
(rw,default_permissions,allow_other,max_read=131072)
>  >
>  > when i making gluster test with dd, something
like
>  > dd if=/dev/zero bs=1M count=2
>  >
of=/rhev/data-center/mnt/glusterSD/127.0.0.1\:_gluster01/kaka
>  > i'm gettting speed ~ 110 MB/s, so this is
1Gbps speed of ethernet adapter
>  >
>  > but with in VM created in oVirt speed is
lower than 20 MB/s
>  >
>  > why there is so huge difference?
>  > how can improve VMs disks speed?
>  >
>  
>  What are your gluster volume settings? Have you
applied the following
>  performance tunables in gluster's virt profile:
>  
>  eager-lock=enable
>  remote-dio=enable
>  
>  Regards,
>  Vijay
>
setting were:
[root@centos155 ~]# gluster volume info gluster01

Volume Name: gluster01
Type: Replicate
Volume ID: 436edaa3-ac8b-421f-aa35-68b5bd7064b6
Status: Started
Number of Bricks: 1 x 2 = 2
Transport-type: tcp
Bricks:
Brick1: 10.2.75.152:/mnt/gluster01/brick
Brick2: 10.2.75.155:/mnt/gluster01/brick
Options Reconfigured:
storage.owner-gid: 36
storage.owner-uid: 36


add your settings settings now it looks

[root@centos155 ~]# gluster volume info gluster01

Volume Name: gluster01
Type: Replicate
Volume ID: 436edaa3-ac8b-421f-aa35-68b5bd7064b6
Status: Started
Number of Bricks: 1 x 2 = 2
Transport-type: tcp
Bricks:
Brick1: 10.2.75.152:/mnt/gluster01/brick
Brick2: 10.2.75.155:/mnt/gluster01/brick
Options Reconfigured:
network.remote-dio: enable
cluster.eager-lock: enable
storage.owner-gid: 36
storage.owner-uid: 36


but this didn't affected performace in any big way
should hosts to be restarted?

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


Re: [ovirt-users] gluster performance oVirt 3.4

2014-05-11 Thread Vadims Korsaks
   On 05/11/2014 02:04 AM, Vadims Korsaks wrote: > HI! > > Created 2 node setup with oVirt 3.4 and CentOS 6.5, for storage created > 2 node replicated gluster (3.5) fs on same hosts with oVirt. > mount looks like this: > 127.0.0.1:/gluster01 on > /rhev/data-center/mnt/glusterSD/127.0.0.1:_gluster01 type fuse.glusterfs > (rw,default_permissions,allow_other,max_read=131072) > > when i making gluster test with dd, something like > dd if=/dev/zero bs=1M count=2 > of=/rhev/data-center/mnt/glusterSD/127.0.0.1\:_gluster01/kaka > i'm gettting speed ~ 110 MB/s, so this is 1Gbps speed of ethernet adapter > > but with in VM created in oVirt speed is lower than 20 MB/s > > why there is so huge difference? > how can improve VMs disks speed? >  What are your gluster volume settings? Have you applied the following performance tunables in gluster's virt profile:  eager-lock=enable remote-dio=enable  Regards, Vijay  setting were:[root@centos155 ~]#  gluster volume info gluster01 Volume Name: gluster01Type: ReplicateVolume ID: 436edaa3-ac8b-421f-aa35-68b5bd7064b6Status: StartedNumber of Bricks: 1 x 2 = 2Transport-type: tcpBricks:Brick1: 10.2.75.152:/mnt/gluster01/brickBrick2: 10.2.75.155:/mnt/gluster01/brickOptions Reconfigured:storage.owner-gid: 36storage.owner-uid: 36 add your settings settings now it looks [root@centos155 ~]#  gluster volume info gluster01 Volume Name: gluster01Type: ReplicateVolume ID: 436edaa3-ac8b-421f-aa35-68b5bd7064b6Status: StartedNumber of Bricks: 1 x 2 = 2Transport-type: tcpBricks:Brick1: 10.2.75.152:/mnt/gluster01/brickBrick2: 10.2.75.155:/mnt/gluster01/brickOptions Reconfigured:network.remote-dio: enablecluster.eager-lock: enablestorage.owner-gid: 36storage.owner-uid: 36but this didn't affected performace in any big wayshould hosts to be restarted?

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


Re: [ovirt-users] gluster performance oVirt 3.4

2014-05-11 Thread Vijay Bellur

On 05/11/2014 02:04 AM, Vadims Korsaks wrote:

HI!

Created 2 node setup with oVirt 3.4 and CentOS 6.5, for storage created
2 node replicated gluster (3.5) fs on same hosts with oVirt.
mount looks like this:
127.0.0.1:/gluster01 on
/rhev/data-center/mnt/glusterSD/127.0.0.1:_gluster01 type fuse.glusterfs
(rw,default_permissions,allow_other,max_read=131072)

when i making gluster test with dd, something like
dd if=/dev/zero bs=1M count=2
of=/rhev/data-center/mnt/glusterSD/127.0.0.1\:_gluster01/kaka
i'm gettting speed ~ 110 MB/s, so this is 1Gbps speed of ethernet adapter

but with in VM created in oVirt speed is lower than 20 MB/s

why there is so huge difference?
how can improve VMs disks speed?



What are your gluster volume settings? Have you applied the following 
performance tunables in gluster's virt profile:


eager-lock=enable
remote-dio=enable

Regards,
Vijay

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


Re: [ovirt-users] Live Migration Fail

2014-05-11 Thread Maor Lipchuk
Is there an open bug on it?
if not, can u please file a bug on it and attach the VDSM (from both
hosts) ,engine logs, and the output from the Host of tree command under
/rhev/data-center and also "ls -l" to eliminate any permission issues
under the image 21484146-1a6c-4a31-896e-da1156888dfc in /rhev/data-center.

Thanks,
Maor

On 05/11/2014 02:37 AM, Maurice James wrote:
> This fails for all VM disks
> 
> - Original Message -
> From: "Maor Lipchuk" 
> To: "Maurice James" 
> Cc: "users" 
> Sent: Saturday, May 10, 2014 7:19:21 PM
> Subject: Re: [ovirt-users] Live Migration Fail
> 
> Seems like VDSM has encountered a problem to find the drive:
> Thread-221::ERROR::2014-05-10 17:36:57,134::vm::3928::vm.Vm::(snapshot)
> vmId=`7f341f92-134a-47e7-b7ed-e7df772806f3`::The base volume doesn't
> exist: {'device': 'disk', 'domainID':
> 'e0e65e47-52c8-41bd-8499-a3e025831215', 'volumeID':
> 'deae7162-1eb7-423e-9115-3e7de542c89c', 'imageID':
> '21484146-1a6c-4a31-896e-da1156888dfc'}
> 
> Can u please run the tree command on /rhev/data-center/..
> Also can u please run "ls -l" to eliminate any permission issues under
> image 21484146-1a6c-4a31-896e-da1156888dfc in /rhev/data-center.
> Does this only fails for a specific VM or is it also failing for other VMs?
> 
> regards,
> Maor
> 
> On 05/11/2014 12:43 AM, Maurice James wrote:
>> VDSM logs from the source and destination are attached
>>
>>
>>
>>
>>
>> - Original Message -
>> From: "Maor Lipchuk" 
>> To: "Maurice James" , "users" 
>> Sent: Saturday, May 10, 2014 4:42:00 PM
>> Subject: Re: [ovirt-users] Live Migration Fail
>>
>> Hi Maurice,
>>
>> I was looking at your engine and VDSM logs, it looks like the operation
>> of live storage migration has been done on a Host called Staurn, but the
>> VDSM logs seems to be from Beetlejuice host, can u check this please
>>
>> regards,
>> Maor
>>
>> On 05/10/2014 03:33 AM, Maurice James wrote:
>>> Live disk migrations are still failing even after upgrade to 3.4.1 from
>>> 3.4.0. Is this still an open issue?
>>>
>>>
>>> ___
>>> 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: [ovirt-users] Moving hosted engine storage

2014-05-11 Thread Gilad Chaplik
CC'ing some guys who can help...

Thanks, 
Gilad.


- Original Message -
> From: "Garry Tiedemann" 
> To: users@ovirt.org
> Sent: Thursday, May 8, 2014 2:40:45 PM
> Subject: [ovirt-users] Moving hosted engine storage
> 
> Hi guys,
> Has anyone successfully moved hosted-engine before?
> I built 3.4 hosted-engine on CentOS a couple of weeks back, over gluster NFS
> with a keepalived, per Andrew's procedure. I want to switch to kernel NFS on
> localhost:/hosted-engine, and retain gluster underneath, just for mirroring.
> Should have been simple, drop gluster NFS, mount the glusterfs locally on
> each host, alter hosted-engine.conf, fire up hosted-engine. Not so good, the
> all-zeros storage pool just wouldn't come online. I have logs, though anyone
> who recognises this would know it without.
> I have a few other vms running, isolated on one host for convenience. A
> rebuild is not out of the question.
> Would appreciate any pointers from the community.
> Regards to all,
> Garry
> 
> 
> ___
> 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


[ovirt-users] getVdsCapabilites unexpected exception [was: Re: AIO 3.4 on fedora 19 initial errors before coming up]

2014-05-11 Thread Gianluca Cecchi
Actually it seems that today datacenter comes up but starting a windows XP
vm remains in "waiting for launch"

Yesterday I ran an update that impied gluster but I don't think it is
relevant in my environment...

yum.log contains:
May 10 21:24:20 Updated: openstack-java-client-3.0.4-1.fc19.noarch
May 10 21:24:20 Updated: audit-libs-2.3.6-1.fc19.x86_64
May 10 21:24:20 Updated: libjpeg-turbo-1.3.1-2.fc19.x86_64
May 10 21:24:20 Installed: rsyslog-mmjsonparse-7.2.6-1.fc19.x86_64
May 10 21:24:21 Updated: glusterfs-libs-3.5.0-3.fc19.x86_64
May 10 21:24:21 Updated: glusterfs-3.5.0-3.fc19.x86_64
May 10 21:24:21 Updated: openstack-java-quantum-model-3.0.4-1.fc19.noarch
May 10 21:24:21 Updated: openstack-java-glance-model-3.0.4-1.fc19.noarch
May 10 21:24:21 Updated: openstack-java-keystone-model-3.0.4-1.fc19.noarch
May 10 21:24:21 Updated: openstack-java-keystone-client-3.0.4-1.fc19.noarch
May 10 21:24:21 Updated: openstack-java-glance-client-3.0.4-1.fc19.noarch
May 10 21:24:21 Updated: openstack-java-quantum-client-3.0.4-1.fc19.noarch
May 10 21:24:22 Updated: glusterfs-fuse-3.5.0-3.fc19.x86_64
May 10 21:24:22 Updated: glusterfs-api-3.5.0-3.fc19.x86_64
May 10 21:24:22 Updated: glusterfs-rdma-3.5.0-3.fc19.x86_64
May 10 21:24:22 Updated: glusterfs-cli-3.5.0-3.fc19.x86_64
May 10 21:24:22 Updated: libjpeg-turbo-devel-1.3.1-2.fc19.x86_64
May 10 21:24:22 Updated: audit-2.3.6-1.fc19.x86_64
May 10 21:24:22 Updated: audit-libs-python-2.3.6-1.fc19.x86_64
May 10 21:24:23 Updated:
openstack-java-resteasy-connector-3.0.4-1.fc19.noarch
May 10 21:24:23 Updated: 2:microcode_ctl-2.0-7.fc19.x86_64
May 10 21:24:23 Updated: python-ethtool-0.9-2.fc19.x86_64
May 10 21:24:23 Updated: htop-1.0.3-1.fc19.x86_64
May 10 21:24:23 Updated: python-lxml-3.3.5-1.fc19.x86_64
May 10 21:24:28 Updated:
kmod-nvidia-304xx-3.13.11-100.fc19.x86_64-304.119-2.fc19.11.x86_64
May 10 21:24:28 Updated: audit-libs-2.3.6-1.fc19.i686


In my engine.log I see error about getting capabilities...

2014-05-11 10:15:26,759 ERROR
[org.ovirt.engine.core.vdsbroker.vdsbroker.GetCapabilitiesVDSCommand]
(DefaultQuartzScheduler_W
orker-67) Failed in GetCapabilitiesVDS method
2014-05-11 10:15:26,759 INFO
[org.ovirt.engine.core.vdsbroker.vdsbroker.GetCapabilitiesVDSCommand]
(DefaultQuartzScheduler_W
orker-67) Command
org.ovirt.engine.core.vdsbroker.vdsbroker.GetCapabilitiesVDSCommand return
value
 org.ovirt.engine.core.vdsbroker.vdsbroker.VDSInfoReturnForXmlRpc@792fc59f
2014-05-11 10:15:26,760 INFO
[org.ovirt.engine.core.vdsbroker.vdsbroker.GetCapabilitiesVDSCommand]
(DefaultQuartzScheduler_W
orker-67) HostName = local_host
2014-05-11 10:15:26,760 ERROR
[org.ovirt.engine.core.vdsbroker.vdsbroker.GetCapabilitiesVDSCommand]
(DefaultQuartzScheduler_W
orker-67) Command GetCapabilitiesVDSCommand(HostName = local_host, HostId =
aab9571f-da17-4c3c-9e6b-d0224b84c31e, vds=Host[lo
cal_host]) execution failed. Exception: VDSErrorException:
VDSGenericException: VDSErrorException: Failed to GetCapabilitiesV
DS, error = Unexpected exception, code = 16
2014-05-11 10:15:26,771 WARN  [org.ovirt.engine.core.vdsbroker.VdsManager]
(DefaultQuartzScheduler_Worker-67) Failed to refre
sh VDS , vds = aab9571f-da17-4c3c-9e6b-d0224b84c31e : local_host, error =
org.ovirt.engine.core.vdsbroker.vdsbroker.VDSErrorException:
VDSGenericException: VDSErrorException: Failed to GetCapabilitiesVDS, error
= Unexpected exception, code = 16, continuing.:
org.ovirt.engine.core.vdsbroker.vdsbroker.VDSErrorException:
VDSGenericException: VDSErrorException: Failed to GetCapabilitiesVDS, error
= Unexpected exception, code = 16
at
org.ovirt.engine.core.vdsbroker.vdsbroker.VdsBrokerCommand.createDefaultConcreteException(VdsBrokerCommand.java:61)
[vdsbroker.jar:]
at
org.ovirt.engine.core.vdsbroker.vdsbroker.BrokerCommandBase.createException(BrokerCommandBase.java:199)
[vdsbroker.jar:]
at
org.ovirt.engine.core.vdsbroker.vdsbroker.BrokerCommandBase.proceedProxyReturnValue(BrokerCommandBase.java:186)
[vdsbroker.jar:]
at
org.ovirt.engine.core.vdsbroker.vdsbroker.GetCapabilitiesVDSCommand.executeVdsBrokerCommand(GetCapabilitiesVDSCommand.java:16)
[vdsbroker.jar:]
at
org.ovirt.engine.core.vdsbroker.vdsbroker.VdsBrokerCommand.executeVDSCommand(VdsBrokerCommand.java:96)
[vdsbroker.jar:]
at
org.ovirt.engine.core.vdsbroker.VDSCommandBase.executeCommand(VDSCommandBase.java:56)
[vdsbroker.jar:]
at
org.ovirt.engine.core.dal.VdcCommandBase.execute(VdcCommandBase.java:31)
[dal.jar:]
at
org.ovirt.engine.core.vdsbroker.VdsManager.refreshCapabilities(VdsManager.java:537)
[vdsbroker.jar:]
at
org.ovirt.engine.core.vdsbroker.VdsUpdateRunTimeInfo.beforeFirstRefreshTreatment(VdsUpdateRunTimeInfo.java:888)
[vdsbroker.jar:]
at
org.ovirt.engine.core.vdsbroker.VdsUpdateRunTimeInfo.refreshVdsRunTimeInfo(VdsUpdateRunTimeInfo.java:499)
[vdsbroker.jar:]
at
org.ovirt.engine.core.vdsbroker.VdsUpdateRunTimeInfo.refresh(VdsUpdateRunTimeInfo.java:337)
[vdsbroker.jar:]
   

[ovirt-users] AIO 3.4 on fedora 19 initial errors before coming up

2014-05-11 Thread Gianluca Cecchi
Hello,
I have an environment with All-In-One on Fedora 19.
Packages version is aligned with oVirt repos up to 3.4.0-1.fc19

I start and shutdown the system every day as it is a personal computer.
Storage is composed by two local storage domains.

Every time system boots it takes about 7 minutes to have datacenter up.
The system has 16Gb of ram and internal disk is an ssd one (one of the
storage domains is on a sata disk).
I see some errors for some minutes before the DC and storage domains come
up.
I would like to know if this is expected or if I have some correctable
problems as the system comes form several updates up to the current 3.4.0
version.
Here you can find relevant logs with latest lines during yesterday shutdown
and today lines up to DC  has been activated.

Thanks in advance,
Gianluca

engine.log
https://drive.google.com/file/d/0BwoPbcrMv8mvQWYwT0wxYXpXeFk/edit?usp=sharing

vdsm.log
https://drive.google.com/file/d/0BwoPbcrMv8mvN3BSNjRpbjFSTjQ/edit?usp=sharing

supervdsm.log
https://drive.google.com/file/d/0BwoPbcrMv8mvR01Sby1Pd1ZHNEE/edit?usp=sharing
___
Users mailing list
Users@ovirt.org
http://lists.ovirt.org/mailman/listinfo/users


Re: [ovirt-users] Delete snapshots

2014-05-11 Thread Maor Lipchuk
For now, it is not possible, but we are working on it (see
http://www.ovirt.org/Features/Live_Merge)

regards,
Maor

On 05/11/2014 05:53 AM, Yair Zaslavsky wrote:
> From what I see in the code of the remove snapshot command,
> the vm should be in DOWN state in order for the snapshot to be removed (well, 
> this is of course just one of the conditions).
> 
> 
> - Original Message -
>> From: "Maurice James" 
>> To: "users" 
>> Sent: Sunday, May 11, 2014 2:53:39 AM
>> Subject: [ovirt-users] Delete snapshots
>>
>>
>> Is it possible to delete snapshots on running VMs?
>>
>> ___
>> 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