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

2015-01-07 Thread Oved Ourfali
Hi

Was the installation of the engine successful?
It is a bit weird that it doesn't find this class, so perhaps it is some 
packaging issue?
Can you attach the complete engine.log and server.log?

What's the operating system of your engine server?

Thanks,
Oved

- Original Message -
 From: Staffan Öhrberg sohrb...@gmail.com
 To: users@ovirt.org
 Sent: Monday, January 5, 2015 6:03:46 PM
 Subject: [ovirt-users] oVirt 3.5 ovirt-image-repository (Glance)
 
 Hi,
 Short background, I own a startup company that have been used VMware ESXi for
 a year and are trying oVirt to see if that can be a replacement for us.
 I have just installed oVirt 3.5, but have trouble accessing
 ovirt-image-repository,Glance ( http://glance.ovirt.org:9292 ).
 In the admin console it just says: ”Error while executing action: A Request
 to the server failed with the following Status Code: 500”
 
 In the server.log I got a lot of errors:
 2015-01-05 16:57:01,881 ERROR
 [org.apache.catalina.core.ContainerBase.[jboss.web].[default-host].[/ovirt-engine/webadmin]]
 (ajp--127.0.0.1-8702-7) Exception while dispatching incoming RPC call:
 com.google.gwt.user.server.rpc.UnexpectedException: Service method 'public
 abstract org.ovirt.engine.core.common.action.VdcReturnValueBase
 org.ovirt.engine.ui.frontend.gwtservices.GenericApiGWTService.runAction(org.ovirt.engine.core.common.action.VdcActionType,org.ovirt.engine.core.common.action.VdcActionParametersBase)'
 threw an unexpected exception: javax.ejb.EJBException:
 java.lang.RuntimeException: java.lang.NoClassDefFoundError: Could not
 initialize class com.woorea.openstack.glance.Glance
 
 ….
 
 I have search for an answer, but have not found one.
 Anyone in this forum have any idea of whats wrong?
 
 Regards,
 Staffan Öhrberg
 
 ___
 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] [QE][ACTION REQUIRED] oVirt 3.6.0 status

2015-01-07 Thread Sandro Bonazzola
Hi,
I haven't many news for 3.6 this week:

ACTION: Feature proposed for 3.6.0 must now be collected in the 3.6 Google doc 
[1] and reviewed by maintainers.
Finished the review process, the remaining key milestones for this release will 
be scheduled.

For reference, external project schedules we're tracking are:
Fedora 21: 2014-12-09 (RELEASED)
Fedora 22: no earlier than 2015-05-19
Foreman 1.8.0: 2015-03-01
GlusterFS 3.7: 2015-04-29
OpenStack Kilo: 2015-04-30
QEMU 2.1.3: 2014-12-29 (DELAYED)
QEMU 2.2.0: 2014-12-09 (RELEASED)

The tracker bug for 3.6.0 [2] currently shows no blockers.

There are 466 bugs [3] targeted to 3.6.0.
Excluding node and documentation bugs we have 440 bugs [4] targeted to 3.6.0.


[1] http://goo.gl/9X3G49
[2] https://bugzilla.redhat.com/show_bug.cgi?id=1155425
[3] http://goo.gl/zwkF3r
[4] http://goo.gl/ZbUiMc

-- 
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: [ovirt-users] hosted-engine --deploy fails

2015-01-07 Thread Andreas Mather
Hi!

 I believe that this was fixed by http://gerrit.ovirt.org/35317
 which would be in the long-delayed ovirt-3.5.1.

 I'd apreciate if you try it out!

I can't really try it out, since I had to move forward and can't do the
tests now :-/ But according to the diff, this should do the same as what I
did (prefix seems to be ignored in this function anyway).

Nevertheless, people shouldn't use a SCOPE=peer ... configuration (as
mine was before), but should stick to a regular addr/subnet/gateway config.
At least this fixed my issues

Regards,

Andreas

On Fri, Jan 2, 2015 at 7:08 PM, Dan Kenigsberg dan...@redhat.com wrote:

 On Wed, Dec 31, 2014 at 05:40:29AM -0500, Yedidyah Bar David wrote:
  - Original Message -
   From: Andreas Mather andr...@allaboutapps.at
   To: users@ovirt.org
   Sent: Wednesday, December 24, 2014 11:29:58 PM
   Subject: Re: [ovirt-users] hosted-engine --deploy fails
  
   Hi All!
  
   Just did more research on this and it seems as if the reason was
 related to
   my interface configuration. Disclaimer upfront: I've a public IP
 configured
   on this server (since it's a hosted root server), but changed the IP
 addr
   here to 192.168.0.99
  
   I started with the output from ´vdsm-tool restore-nets':
   ipv4addr, prefix = addr['address'].split('/')
   ValueError: need more than 1 value to unpack

 Thanks for this report.

 I believe that this was fixed by http://gerrit.ovirt.org/35317
 which would be in the long-delayed ovirt-3.5.1.

 Unfortunately, the official build of vdsm-4.16.10 for el6 is being
 delayed
 http://lists.ovirt.org/pipermail/devel/2014-December/009566.html
 but for other platforms it is already testable.

 I'd apreciate if you try it out!

  
   So I dumped the addr dictionary:
   {'address': '192.168.0.99',
   'family': 'inet',
   'flags': frozenset(['permanent']),
   'index': 2,
   'label': 'eth0',
   'prefixlen': 32,
   'scope': 'universe'}
  
   I've no clue why there's no /32 at the end, but that's what my
 netmask
   actually is due to the special configuration I got from my hosting
 provider:
  
   [root@vhost1 ~]# cat /etc/sysconfig/network-scripts/ifcfg-eth0
   DEVICE=eth0
   BOOTPROTO=none
   ONBOOT=yes
   HWADDR=00:52:9F:A8:AA:BB
   IPADDR=192.168.0.99
   NETMASK=255.255.255.255
   SCOPE=peer 192.168.0.1
  
   (again, public IPs changed to private one, if that matters. And I
 skipped the
   IPv6 config above...)
  
   So what I did next, was to patch the netinfo.py:
   [root@vhost1 vdsm]# diff -u netinfo_orig.py netinfo.py
   --- netinfo_orig.py 2014-12-24 22:16:23.362198715 +0100
   +++ netinfo.py 2014-12-24 22:16:02.567625247 +0100
   @@ -368,7 +368,12 @@
   if addr['family'] == 'inet':
   ipv4addrs.append(addr['address'])
   if 'secondary' not in addr['flags']:
   - ipv4addr, prefix = addr['address'].split('/')
   + Assume /32 if no prefix was found
   + if addr['address'].find('/') == -1:
   + ipv4addr = addr['address']
   + prefix = 32
   + else:
   + ipv4addr, prefix = addr['address'].split('/')
   ipv4netmask = prefix2netmask(addr['prefixlen'])
   else:
   ipv6addrs.append(addr['address'])
  
  
   and recompiled it:
   [root@vhost1 vdsm]# python -m py_compile netinfo.py
  
  
  
   Et voilà:
   vdsm-tool ran fine:
   `hosted-engine --deploy' passed the previous failing stage!
 
  Thanks for great analysis, report and patch!
  Would you like to push it to gerrit? See [1] and [2]
 
  Adding Dan in case you do not want to, so that your patch isn't lost...
 
  
   Hope this helps to find the root cause
 
  Not sure what you mean - did you have any other problem after
  applying your patch? Seems to me that the root cause is some
  code (the part you patched or something earlier) did not expect
  a prefix of /32, which is indeed quite rare. Not even certain
  how it works - did you also get a default gateway? How can you
  access it, if it's not in your subnet?
 
  [1] http://www.ovirt.org/Develop
  [2] http://www.ovirt.org/Working_with_oVirt_Gerrit
 
  Best regards,
  --
  Didi

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


[ovirt-users] MooseFS cluster as storage domain

2015-01-07 Thread shimano
Hi everyone,

I would like to create storage domain based on MooseFS cluster. The first
idea was to do it by mount Posix compliant FS, but it doesn't like to mount
(or i don't know how to do it). The next idea was to use NFS, but even that
won't work. NFS causing Kernel crash and rebooting a Host when trying to
create storage domain.

I've checked everything I found on Google and all my NFS settings seems to
be OK but it's still crashing.

I know that MFS's issue have been taken here and it may be supported in
future, but does anybody know how to get it working in oVirt 3.4 or 3.5?

Or maybe somebody known problem with NFS and kernel panics on storage
domain creating?
___
Users mailing list
Users@ovirt.org
http://lists.ovirt.org/mailman/listinfo/users


Re: [ovirt-users] HostedEngine Deployment Woes

2015-01-07 Thread Yedidyah Bar David
- Original Message -
 From: Mikola Rose mr...@power-soft.com
 To: Yedidyah Bar David d...@redhat.com
 Cc: users@ovirt.org
 Sent: Wednesday, January 7, 2015 3:29:24 AM
 Subject: Re: [ovirt-users] HostedEngine Deployment Woes
 
 Thanks for the tip.   That seemed to work and after fixing my nfs issues and
 removing that config the hosted setup completed to the point of creating the
 vm and waiting for the os to be installed on it, however...

Thanks for the report!

 
 I try to connect to the vm via vnc and it just flashes and closes vnc.  Vnc
 log indicated an unexpected close.
 
 We're are the logs for the vnc server end of things so I can see why it's
 closing the session?

The vnc server here is qemu. You should find its logs on the host in
/var/log/libvirt/qemu/HostedEngine.log or something like that.

What vnc client do you use?

I managed to connect using merely vncclient over an ssh tunnel, in case
more complicated tools (remote-viewer etc) fail.

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


Re: [ovirt-users] Can't migrate/remove VM

2015-01-07 Thread Johan Kooijman
All,

I was able to reproduce this every time I did an install of ovirt 3.5 on
CentOS 6. The issue does not occur when I move to the snapshot version of
3.5

On Tue, Jan 6, 2015 at 2:20 PM, Johan Kooijman m...@johankooijman.com
wrote:

 Hi all,

 Been playing with an ovirt test setup for the last couple of days.
 Created some vm's, started to throw them around on the cluster, but now
 I'm stuck. The VM's are running, but when I try to stop them, I get errors
 like this:

 https://plakbord.cloud.nl/p/zvAEVPFeBBJSBeGspKNxJsqF


 When trying to migrate a VM, the node throws this error:

 https://plakbord.cloud.nl/p/4Syi9A7tEd8L3A2pQg6boVB6

 Any clue on what's happening?

 --
 Met vriendelijke groeten / With kind regards,
 Johan Kooijman




-- 
Met vriendelijke groeten / With kind regards,
Johan Kooijman
___
Users mailing list
Users@ovirt.org
http://lists.ovirt.org/mailman/listinfo/users


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

2015-01-07 Thread Oved Ourfali


- Original Message -
 From: Sven Kieske svenkie...@gmail.com
 To: users@ovirt.org
 Sent: Wednesday, January 7, 2015 3:04:14 PM
 Subject: Re: [ovirt-users] oVirt 3.5 ovirt-image-repository (Glance)
 
 -BEGIN PGP SIGNED MESSAGE-
 Hash: SHA1
 
 On 07.01.2015 09:06, Oved Ourfali wrote:
  It is a bit weird that it doesn't find this class, so perhaps it is
  some packaging issue?
 afaik this is not about a class but about the ovirt image repo
 (glance) at the mentioned URL:
 http://glance.ovirt.org:9292
 
 which was unavailable/not configured correctly
 at the time of installation
 resulting in http 500 error.
 

The error was NoClassDefFound.
The glance repo is available now, and should work, so I don't think it was 
caused by short-term unavailability. 

 HTH
 
 Sven
 -BEGIN PGP SIGNATURE-
 Version: GnuPG v2
 
 iQGcBAEBAgAGBQJUrS7OAAoJEAq0kGAWDrql0IwL+wZEcIvXoY0dvCgkLPbFkXuM
 gWMS9sHcMVvpv1Tf+OkVbiVKqjfMAqwNk7pkHK2G8G/giEzY2NsYJ7dIsfWgMzfB
 0hp8CjLoV/O6EiPEvYNrLytThAzP/umrPvk4OiEczRB/AX+83A0V6jHcZLQKzQrE
 Q4RXxWIPey7MW4wxwomuX+gUAq6b4Oopu7SZGPc1qvKDDgfdms85WGqlObo5B4Ff
 NMfCe0jntjhRX/LFAjXycWJXxLfrGHfFOHl3ndWszEqT0Wy3POpXb+bLoKQ6bDD5
 TG1+IABLEMGGyTgOL5LRu5VZKyS+cw7zNAHM3SaG3blPhQL3cRwhScoBFGzxWILs
 ULmryOBQYiDuqyzryQBA/BzAqhxG7XHO1Gr+qAd/XKby9hLw+Yxmdufco86TSLZI
 WeTg44ZPj7Ie5jz1yUPAmh+QQmVeRtDE85RBwe6EoS3POc1qREP9NOOAmbkfhOcd
 xLZ+jRAe+/DrzUDKCy3huDO7swoP3qoZRjENPfrBBw==
 =LWU8
 -END PGP SIGNATURE-
 ___
 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] Alerts

2015-01-07 Thread Juan Hernández
On 01/07/2015 02:05 PM, Koen Vanoppen wrote:
 Thanks. But, is there no other way, besides screwing around in the database?
 

You can use the Python SDK:

#!/usr/bin/python

import ovirtsdk.api
import ovirtsdk.xml

api = ovirtsdk.api.API(
  url=https://engine.example.com/ovirt-engine/api;,
  username=admin@internal,
  password=**,
  ca_file=/etc/pki/ovirt-engine/ca.pem
)

alerts = api.events.list(query=severity=alert)
for alert in alerts:
alert.delete()

api.disconnect()


 2015-01-07 13:07 GMT+01:00 Eli Mesika emes...@redhat.com
 mailto:emes...@redhat.com:
 
 
 
 - Original Message -
  From: Koen Vanoppen vanoppen.k...@gmail.com
 mailto:vanoppen.k...@gmail.com
  To: users@ovirt.org mailto:users@ovirt.org
  Sent: Wednesday, January 7, 2015 7:42:25 AM
  Subject: [ovirt-users] Alerts
 
  Hi All,
 
  We recently had a major crash on our ovirt environment due a
 strange bug (has
  been reported in the meanwhile).
 
  But now we are left we a bunch of aerts (+100) that are still standing
  there... Is there a way I can flush them manually from command
 line or so?
  Because the right click+clear all, doesn't seem to work that
 good... :-).
 
 If you want to remove ALL alerts run from command line
 
 psql -U engine -c delete from audit_log where severity = 10; engine
 
 NOTE:
 Keep in mind that before any manual operation on your database you
 should backup it first.
 
 
  Kind regards,
 
  Koen
 
  ___
  Users mailing list
  Users@ovirt.org mailto:Users@ovirt.org
  http://lists.ovirt.org/mailman/listinfo/users
 
 
 
 
 
 ___
 Users mailing list
 Users@ovirt.org
 http://lists.ovirt.org/mailman/listinfo/users
 


-- 
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: [ovirt-users] oVirt 3.5 ovirt-image-repository (Glance)

2015-01-07 Thread Staffan Öhrberg
Hi,
I will do the installation again, and send you the log files.

Thanks for responding,
Staffan Öhrberg

 7 jan 2015 kl. 09:06 skrev Oved Ourfali ov...@redhat.com:
 
 Hi
 
 Was the installation of the engine successful?
 It is a bit weird that it doesn't find this class, so perhaps it is some 
 packaging issue?
 Can you attach the complete engine.log and server.log?
 
 What's the operating system of your engine server?
 
 Thanks,
 Oved
 
 - Original Message -
 From: Staffan Öhrberg sohrb...@gmail.com
 To: users@ovirt.org
 Sent: Monday, January 5, 2015 6:03:46 PM
 Subject: [ovirt-users] oVirt 3.5 ovirt-image-repository (Glance)
 
 Hi,
 Short background, I own a startup company that have been used VMware ESXi for
 a year and are trying oVirt to see if that can be a replacement for us.
 I have just installed oVirt 3.5, but have trouble accessing
 ovirt-image-repository,Glance ( http://glance.ovirt.org:9292 ).
 In the admin console it just says: ”Error while executing action: A Request
 to the server failed with the following Status Code: 500”
 
 In the server.log I got a lot of errors:
 2015-01-05 16:57:01,881 ERROR
 [org.apache.catalina.core.ContainerBase.[jboss.web].[default-host].[/ovirt-engine/webadmin]]
 (ajp--127.0.0.1-8702-7) Exception while dispatching incoming RPC call:
 com.google.gwt.user.server.rpc.UnexpectedException: Service method 'public
 abstract org.ovirt.engine.core.common.action.VdcReturnValueBase
 org.ovirt.engine.ui.frontend.gwtservices.GenericApiGWTService.runAction(org.ovirt.engine.core.common.action.VdcActionType,org.ovirt.engine.core.common.action.VdcActionParametersBase)'
 threw an unexpected exception: javax.ejb.EJBException:
 java.lang.RuntimeException: java.lang.NoClassDefFoundError: Could not
 initialize class com.woorea.openstack.glance.Glance
 
 ….
 
 I have search for an answer, but have not found one.
 Anyone in this forum have any idea of whats wrong?
 
 Regards,
 Staffan Öhrberg
 
 ___
 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] oVirt 3.5 ovirt-image-repository (Glance)

2015-01-07 Thread Sven Kieske
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

On 07.01.2015 09:06, Oved Ourfali wrote:
 It is a bit weird that it doesn't find this class, so perhaps it is
 some packaging issue?
afaik this is not about a class but about the ovirt image repo
(glance) at the mentioned URL:
http://glance.ovirt.org:9292

which was unavailable/not configured correctly
at the time of installation
resulting in http 500 error.

HTH

Sven
-BEGIN PGP SIGNATURE-
Version: GnuPG v2

iQGcBAEBAgAGBQJUrS7OAAoJEAq0kGAWDrql0IwL+wZEcIvXoY0dvCgkLPbFkXuM
gWMS9sHcMVvpv1Tf+OkVbiVKqjfMAqwNk7pkHK2G8G/giEzY2NsYJ7dIsfWgMzfB
0hp8CjLoV/O6EiPEvYNrLytThAzP/umrPvk4OiEczRB/AX+83A0V6jHcZLQKzQrE
Q4RXxWIPey7MW4wxwomuX+gUAq6b4Oopu7SZGPc1qvKDDgfdms85WGqlObo5B4Ff
NMfCe0jntjhRX/LFAjXycWJXxLfrGHfFOHl3ndWszEqT0Wy3POpXb+bLoKQ6bDD5
TG1+IABLEMGGyTgOL5LRu5VZKyS+cw7zNAHM3SaG3blPhQL3cRwhScoBFGzxWILs
ULmryOBQYiDuqyzryQBA/BzAqhxG7XHO1Gr+qAd/XKby9hLw+Yxmdufco86TSLZI
WeTg44ZPj7Ie5jz1yUPAmh+QQmVeRtDE85RBwe6EoS3POc1qREP9NOOAmbkfhOcd
xLZ+jRAe+/DrzUDKCy3huDO7swoP3qoZRjENPfrBBw==
=LWU8
-END PGP SIGNATURE-
___
Users mailing list
Users@ovirt.org
http://lists.ovirt.org/mailman/listinfo/users


Re: [ovirt-users] [STORAGE] Adding posix compliant FS

2015-01-07 Thread Julian De Marchi

Sorry for belated reply... Holidays etc...

On 12/18/14 16:12, Vered Volansky wrote:

Hi Julian,


Hi Vared,


Please see my questions inline.


Answered inline, not trimmed to keep context for all.


Vered

- Original Message -

From: Julian De Marchi jul...@jdcomputers.com.au
To: Vered Volansky ve...@redhat.com
Cc: users@ovirt.org
Sent: Wednesday, December 17, 2014 4:29:36 PM
Subject: Re: [ovirt-users] [STORAGE] Adding posix compliant FS

On 17/12/14 21:38, Vered Volansky wrote:

Hi Julian,


Hey Vered,


IIUC the you have a self-created lvm, to which you're trying to connect as
posix using ovirt.
If that's the case please try to manually change the device's permissions
to 36:36 under /dev/your_VG.
If that doesn't work try the actual device it's mapped to (which is what
vdsm actually tries to mount).
If that also doesn't work please send us the output of:

ls -lh /dev/your_VG .


Still failed mate after a chmod 36:36. The thing is though, it _does_
mount the device for a moment before failing and unmounting it...

Is this the same behaviour as before?



[root@blade01 ~]# ls /dev/VolGroup/lv_images -lh
lrwxrwxrwx 1 root root 7 Dec 15 16:52 /dev/VolGroup/lv_images - ../dm-2


I see /dev/VolGroup/lv_images are still root:root.
Please chown 36:36 as well.

Please state the all the chown you tried.


This is the symlink so you can never chown that part, only the source. I 
did a chown foo:bar





[root@blade01 ~]# ls /dev/dm-2 -lh
brw-rw 1 vdsm kvm 253, 2 Dec 15 16:52 /dev/dm-2



Regards,
Vered

- Original Message -

From: Julian De Marchi jul...@jdcomputers.com.au
To: users@ovirt.org
Sent: Wednesday, December 17, 2014 3:35:34 AM
Subject: Re: [ovirt-users] [STORAGE] Adding posix compliant FS

Think I found some more clues.

Thread-21910::DEBUG::2014-12-17
11:26:07,277::lvm::288::Storage.Misc.excCmd::(cmd) /usr/bin/sudo -n
/sbin/lvm vgs --config ' devices { preferred_names = [^/dev/mapper/]
ignore_suspended_devices=1 write_cache_state=0
disable_after_error_count=3 obtain_device_list_from_udev=0 filter = [
'\''r|.*|'\'' ] }  global {  locking_type=1  prioritise_write_locks=1
wait_for_locks=1  use_lvmetad=0 }  backup {  retain_min = 50
retain_days = 0 } ' --noheadings --units b --nosuffix --separator '|'
--ignoreskippedcluster -o
uuid,name,attr,size,free,extent_size,extent_count,free_count,tags,vg_mda_size,vg_mda_free,lv_count,pv_count,pv_name
3ba06bee-861e-4868-8e89-f29f785bab65 (cwd None)
Thread-21910::DEBUG::2014-12-17
11:26:07,348::lvm::288::Storage.Misc.excCmd::(cmd) FAILED: err = '
Volume group 3ba06bee-861e-4868-8e89-f29f785bab65 not found\n
Skipping volume group 3ba06bee-861e-4868-8e89-f29f785bab65\n'; rc = 5
Thread-21910::WARNING::2014-12-17
11:26:07,350::lvm::370::Storage.LVM::(_reloadvgs) lvm vgs failed: 5 []
['  Volume group 3ba06bee-861e-4868-8e89-f29f785bab65 not found', '
Skipping volume group 3ba06bee-861e-4868-8e89-f29f785bab65']
Thread-21910::DEBUG::2014-12-17
11:26:07,351::lvm::407::Storage.OperationMutex::(_reloadvgs) Operation
'lvm reload operation' released the operation mutex

But I still don't understand what it's trying to do. Just to recap, I do
see it create the dir and mount the device. But when it fails it umounts
everything.

I tried to manually create the DIR it is expecting, but ovirt seems to
remove it and re-create it which then ends up with root:root. I can see
this as when I add the storage I run watch ls -lh and can see it all
occur.

Any help would still be greatly appreciated!

On 12/16/14 19:46, Julian De Marchi wrote:

On 16/12/14 17:20, Aharon Canan wrote:

Did you chown 36:36 the folder to get the right permissions for
adding to ovirt?


That's the thing. Ovirt actually creates that dir when I go and try to
add the storage. It mounts the LVM device to that dir then fails. In the
logs I posted at http://pastebin.com/fzN9ktAX you can see it is failing
with a permission denied error. The command that is above the error is
touch. I think it is trying to touch a file to ensure all is well and
when that fails it gives the error.

If I knew where in the code to prefix the touch command with sudo and
add a line to the sudoers entry I can test this idea.

[...]


- Original Message -

From: Julian De Marchi jul...@jdcomputers.com.au
To: users@ovirt.org
Sent: Tuesday, December 16, 2014 4:40:04 AM
Subject: Re: [ovirt-users] [STORAGE] Adding posix compliant FS

On 12/16/14 08:57, Julian De Marchi wrote:

Heya--

I'm using ovirt 3.5 and trying to add a posix compliant FS to a node in
my cluster.

The storage I'm trying to add is contained within LVM. Below is a link
to my log files on the node where I'm trying to attach the storage.

http://pastebin.com/fzN9ktAX

I've read the ovirt manual for adding posix compliant storage and
believe I'm doing everything correct.

Any help to get this storage added would be great thanks and if I
forgot
to include any info please ask.


More info to add. I was doing an ls on the dir it does the mount in
and saw the 

Re: [ovirt-users] [STORAGE] Adding posix compliant FS

2015-01-07 Thread Julian De Marchi

On 12/18/14 18:23, Gianluca Cecchi wrote:

On Thu, Dec 18, 2014 at 7:12 AM, Vered Volansky ve...@redhat.com wrote:





Hey Vered,


IIUC the you have a self-created lvm, to which you're trying to

connect as

posix using ovirt.
If that's the case please try to manually change the device's

permissions

to 36:36 under /dev/your_VG.
If that doesn't work try the actual device it's mapped to (which is

what

vdsm actually tries to mount).
If that also doesn't work please send us the output of:

ls -lh /dev/your_VG .


Still failed mate after a chmod 36:36. The thing is though, it _does_
mount the device for a moment before failing and unmounting it...

Is this the same behaviour as before?



[root@blade01 ~]# ls /dev/VolGroup/lv_images -lh
lrwxrwxrwx 1 root root 7 Dec 15 16:52 /dev/VolGroup/lv_images - ../dm-2


I see /dev/VolGroup/lv_images are still root:root.
Please chown 36:36 as well.

Please state the all the chown you tried.





Possibly a starting point for automating LVM device permissions setting is

https://access.redhat.com/documentation/en-US/Red_Hat_Enterprise_Linux/6/html/Logical_Volume_Manager_Administration/udev_device_manager.html

and in particular the possibility to add, under /lib/udev/rules, a
customized file based on the one found in
/usr/share/doc/device-mapper/12-dm-permissions.rules

Not tried myself though...


I don't think permissions for the device are the root cause of the 
issue. The way I see it behave when I try and mount it is:


  vdsm will mount the device(If I'm quick I can see this with a LS). It 
then tries to write some kind of test file(I'm guessing) and as the 
mount point is still owned by root when vdsm tries to do the touch to 
test it fails. Then vdsm backs out and I get the failed to add storage 
error.


--julian

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


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

2015-01-07 Thread Martin Pavlík
Hi Punit,

can you please provide also errors from /var/log/vdsm/vdsm.log and 
/var/log/vdsm/vdsmd.log

it would be really helpful if you provided exact steps how to reproduce the 
problem.

regards 

Martin Pavlik - rhev QE
 On 08 Jan 2015, at 03:06, Punit Dambiwal hypu...@gmail.com wrote:
 
 Hi,
 
 I try to add gluster volume but it failed...
 
 Ovirt :- 3.5
 VDSM :- vdsm-4.16.7-1.gitdb83943.el7
 KVM :- 1.5.3 - 60.el7_0.2
 libvirt-1.1.1-29.el7_0.4
 Glusterfs :- glusterfs-3.5.3-1.el7
 
 Engine Logs :- 
 
 2015-01-08 09:57:52,569 INFO  
 [org.ovirt.engine.core.bll.lock.InMemoryLockManager] 
 (DefaultQuartzScheduler_Worker-16) Failed to acquire lock and wait lock 
 EngineLock [exclusiveLocks= key: 0001-0001-0001-0001-0300 value: 
 GLUSTER
 , sharedLocks= ]
 2015-01-08 09:57:52,609 INFO  
 [org.ovirt.engine.core.bll.lock.InMemoryLockManager] 
 (DefaultQuartzScheduler_Worker-16) Failed to acquire lock and wait lock 
 EngineLock [exclusiveLocks= key: 0001-0001-0001-0001-0300 value: 
 GLUSTER
 , sharedLocks= ]
 2015-01-08 09:57:55,582 INFO  
 [org.ovirt.engine.core.bll.lock.InMemoryLockManager] 
 (DefaultQuartzScheduler_Worker-16) Failed to acquire lock and wait lock 
 EngineLock [exclusiveLocks= key: 0001-0001-0001-0001-0300 value: 
 GLUSTER
 , sharedLocks= ]
 2015-01-08 09:57:55,591 INFO  
 [org.ovirt.engine.core.bll.lock.InMemoryLockManager] 
 (DefaultQuartzScheduler_Worker-16) Failed to acquire lock and wait lock 
 EngineLock [exclusiveLocks= key: 0001-0001-0001-0001-0300 value: 
 GLUSTER
 , sharedLocks= ]
 2015-01-08 09:57:55,596 INFO  
 [org.ovirt.engine.core.bll.lock.InMemoryLockManager] 
 (DefaultQuartzScheduler_Worker-16) Failed to acquire lock and wait lock 
 EngineLock [exclusiveLocks= key: 0001-0001-0001-0001-0300 value: 
 GLUSTER
 , sharedLocks= ]
 2015-01-08 09:57:55,633 INFO  
 [org.ovirt.engine.core.bll.lock.InMemoryLockManager] 
 (DefaultQuartzScheduler_Worker-16) Failed to acquire lock and wait lock 
 EngineLock [exclusiveLocks= key: 0001-0001-0001-0001-0300 value: 
 GLUSTER
 , sharedLocks= ]
 ^C
 
 

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


Re: [ovirt-users] [STORAGE] Adding posix compliant FS

2015-01-07 Thread Julian De Marchi

On 12/21/14 06:59, Nir Soffer wrote:

- Original Message -

From: Julian De Marchi jul...@jdcomputers.com.au
To: Vered Volansky ve...@redhat.com
Cc: users@ovirt.org
Sent: Wednesday, December 17, 2014 4:29:36 PM
Subject: Re: [ovirt-users] [STORAGE] Adding posix compliant FS

On 17/12/14 21:38, Vered Volansky wrote:

Hi Julian,


Hey Vered,


IIUC the you have a self-created lvm, to which you're trying to connect as
posix using ovirt.
If that's the case please try to manually change the device's permissions
to 36:36 under /dev/your_VG.
If that doesn't work try the actual device it's mapped to (which is what
vdsm actually tries to mount).
If that also doesn't work please send us the output of:

ls -lh /dev/your_VG .


Still failed mate after a chmod 36:36. The thing is though, it _does_
mount the device for a moment before failing and unmounting it...

[root@blade01 ~]# ls /dev/VolGroup/lv_images -lh
lrwxrwxrwx 1 root root 7 Dec 15 16:52 /dev/VolGroup/lv_images - ../dm-2
[root@blade01 ~]# ls /dev/dm-2 -lh
brw-rw 1 vdsm kvm 253, 2 Dec 15 16:52 /dev/dm-2


Hi Julian,


Hey Nir,


It is not clear what are you trying to do - is this lv on shared storage, and 
accessed
by multiple hosts or use only one host?


It's a local LVM mount.


If the lv is shared, you cannot create a file system and mount it on multiple 
hosts (unless you
are using cluster file system).

If this local storage for one host, you should create a file system and mount 
it, and then
you can use the mountpoint as local storage.


If I proceed this way then the ovirt node needs to be in it's own local 
cluster, correct?



Please describe in details what are you trying to do and how did you create the 
storage
domain in the engine side.


I first did a default centos install which created the LVM stuff. I then 
lvrename the home LV to images LV.


My end goal is to use the posix compliant mount option to have each of 
my ovirt nodes the option to use local storage for VMs for which I'm not 
fussed if they can migrate between the cluster or not.


Does this make more sense?

--julian

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


Re: [ovirt-users] HostedEngine Deployment Woes

2015-01-07 Thread Mikola Rose

I am also Seeing this in the messages.log

Jan  7 13:55:39 pws-hv15 vdsm vds ERROR unexpected error#012Traceback (most 
recent call last):#012  File /usr/share/vdsm/BindingXMLRPC.py, line 1070, in 
wrapper#012res = f(*args, **kwargs)#012  File 
/usr/share/vdsm/BindingXMLRPC.py, line 314, in vmSetTicket#012return 
vm.setTicket(password, ttl, existingConnAction, params)#012  File 
/usr/share/vdsm/API.py, line 610, in setTicket#012return 
v.setTicket(password, ttl, existingConnAction, params)#012  File 
/usr/share/vdsm/vm.py, line 4560, in setTicket#012graphics = 
_domParseStr(self._dom.XMLDesc(0)).childNodes[0]. \#012AttributeError: 
'NoneType' object has no attribute 'XMLDesc'
Jan  7 13:55:39 pws-hv15 sanlock[2152]: 2015-01-07 13:55:39-0800 6412 [2152]: 
cmd 9 target pid 7899 not found
Jan  7 13:55:40 pws-hv15 vdsm vm.Vm WARNING 
vmId=`edc69fdd-6188-4dce-b1dc-d5ed03f914e5`::_readPauseCode unsupported by 
libvirt vm


On Jan 7, 2015, at 1:58 PM, Mikola Rose 
mr...@power-soft.commailto:mr...@power-soft.com wrote:

Also tried;
[root@pws-hv15 ~]# virsh -c qemu+tls://pws-hv15.power-soft.net/system console 
HostedEngine
Connected to domain HostedEngine
Escape character is ^]


no prompts or interaction after the Escape character line


On Jan 7, 2015, at 1:42 PM, Mikola Rose 
mr...@power-soft.commailto:mr...@power-soft.com wrote:

I tried realvnc

The log file doesn’t really tell me whats going on that I can see

2015-01-07 21:35:15.381+: starting up
LC_ALL=C PATH=/usr/local/sbin:/usr/local/bin:/usr/bin:/usr/sbin:/sbin:/bin 
QEMU_AUDIO_DRV=none /usr/libexec/qemu-kvm -name HostedEngine -S -M rhel6.5.0 
-cpu Westmere -enable-kvm -m 4096 -realtime mlock=off -smp 
2,sockets=2,cores=1,threads=1 -uuid edc69fdd-6188-4dce-b1dc-d5ed03f914e5 
-smbios type=1,manufacturer=Red Hat,product=RHEV 
Hypervisor,version=6Server-6.6.0.2.el6,serial=4C4C4544-0036-5210-8036-B1C04F4A3032_d4:ae:52:d1:91:7a,uuid=edc69fdd-6188-4dce-b1dc-d5ed03f914e5
 -nodefconfig -nodefaults -chardev 
socket,id=charmonitor,path=/var/lib/libvirt/qemu/HostedEngine.monitor,server,nowait
 -mon chardev=charmonitor,id=monitor,mode=control -rtc 
base=2015-01-07T21:35:15,driftfix=slew -no-reboot -no-shutdown -device 
piix3-usb-uhci,id=usb,bus=pci.0,addr=0x1.0x2 -device 
virtio-scsi-pci,id=scsi0,bus=pci.0,addr=0x4 -device 
virtio-serial-pci,id=virtio-serial0,bus=pci.0,addr=0x5 -drive 
file=/rhel-server-6.6-x86_64-dvd.iso,if=none,media=cdrom,id=drive-ide0-1-0,readonly=on,format=raw,serial=
 -device 
ide-drive,bus=ide.1,unit=0,drive=drive-ide0-1-0,id=ide0-1-0,bootindex=1 -drive 
file=/var/run/vdsm/storage/9b103e2f-d35b-4b56-a380-a374c21219d1/bdfd32e0-8116-4d29-baa2-6f6a98d981c6/9d2b9c8d-9005-4cb9-836b-a3848a24b4c4,if=none,id=drive-virtio-disk0,format=raw,serial=bdfd32e0-8116-4d29-baa2-6f6a98d981c6,cache=none,werror=stop,rerror=stop,aio=threads
 -device 
virtio-blk-pci,scsi=off,bus=pci.0,addr=0x6,drive=drive-virtio-disk0,id=virtio-disk0
 -netdev tap,fd=26,id=hostnet0,vhost=on,vhostfd=27 -device 
virtio-net-pci,netdev=hostnet0,id=net0,mac=00:16:3e:64:dd:63,bus=pci.0,addr=0x3 
-chardev 
socket,id=charchannel0,path=/var/lib/libvirt/qemu/channels/edc69fdd-6188-4dce-b1dc-d5ed03f914e5.com.redhat.rhevm.vdsm,server,nowait
 -device 
virtserialport,bus=virtio-serial0.0,nr=1,chardev=charchannel0,id=channel0,name=com.redhat.rhevm.vdsm
 -chardev 
socket,id=charchannel1,path=/var/lib/libvirt/qemu/channels/edc69fdd-6188-4dce-b1dc-d5ed03f914e5.org.qemu.guest_agent.0,server,nowait
 -device 
virtserialport,bus=virtio-serial0.0,nr=2,chardev=charchannel1,id=channel1,name=org.qemu.guest_agent.0
 -chardev pty,id=charconsole0 -device 
virtconsole,chardev=charconsole0,id=console0 -vnc 0:0,password -vga cirrus -msg 
timestamp=on
char device redirected to /dev/pts/1

On Jan 7, 2015, at 12:18 AM, Yedidyah Bar David 
d...@redhat.commailto:d...@redhat.com wrote:

- Original Message -
From: Mikola Rose mr...@power-soft.commailto:mr...@power-soft.com
To: Yedidyah Bar David d...@redhat.commailto:d...@redhat.com
Cc: users@ovirt.orgmailto:users@ovirt.org
Sent: Wednesday, January 7, 2015 3:29:24 AM
Subject: Re: [ovirt-users] HostedEngine Deployment Woes

Thanks for the tip.   That seemed to work and after fixing my nfs issues and
removing that config the hosted setup completed to the point of creating the
vm and waiting for the os to be installed on it, however...

Thanks for the report!


I try to connect to the vm via vnc and it just flashes and closes vnc.  Vnc
log indicated an unexpected close.

We're are the logs for the vnc server end of things so I can see why it's
closing the session?

The vnc server here is qemu. You should find its logs on the host in
/var/log/libvirt/qemu/HostedEngine.log or something like that.

What vnc client do you use?

I managed to connect using merely vncclient over an ssh tunnel, in case
more complicated tools (remote-viewer etc) fail.

Best,
--
Didi

Mik Rose | Manager, IT - Support Services | PowerSoft Development Corp
1 (250) 642-0295 

Re: [ovirt-users] Alerts

2015-01-07 Thread Eli Mesika


- Original Message -
 From: Koen Vanoppen vanoppen.k...@gmail.com
 To: users@ovirt.org
 Sent: Wednesday, January 7, 2015 7:42:25 AM
 Subject: [ovirt-users] Alerts
 
 Hi All,
 
 We recently had a major crash on our ovirt environment due a strange bug (has
 been reported in the meanwhile).
 
 But now we are left we a bunch of aerts (+100) that are still standing
 there... Is there a way I can flush them manually from command line or so?
 Because the right click+clear all, doesn't seem to work that good... :-).

If you want to remove ALL alerts run from command line 

psql -U engine -c delete from audit_log where severity = 10; engine 

NOTE:
Keep in mind that before any manual operation on your database you should 
backup it first.

 
 Kind regards,
 
 Koen
 
 ___
 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] Failed to find host Host in gluster peer list from Host

2015-01-07 Thread Punit Dambiwal
Hi,

I am facing one strange issue in the ovirt with glusterfs ..i want to
reactivate onw of my host nodebut it's failed with the following error
:-

Gluster command [gluster peer status cpu04.zne01.hkg1.ovt.com] failed on
server cpu04.

Engine Logs :- http://ur1.ca/jczdp
___
Users mailing list
Users@ovirt.org
http://lists.ovirt.org/mailman/listinfo/users


Re: [ovirt-users] HostedEngine Deployment Woes

2015-01-07 Thread Mikola Rose
I tried realvnc

The log file doesn’t really tell me whats going on that I can see

2015-01-07 21:35:15.381+: starting up
LC_ALL=C PATH=/usr/local/sbin:/usr/local/bin:/usr/bin:/usr/sbin:/sbin:/bin 
QEMU_AUDIO_DRV=none /usr/libexec/qemu-kvm -name HostedEngine -S -M rhel6.5.0 
-cpu Westmere -enable-kvm -m 4096 -realtime mlock=off -smp 
2,sockets=2,cores=1,threads=1 -uuid edc69fdd-6188-4dce-b1dc-d5ed03f914e5 
-smbios type=1,manufacturer=Red Hat,product=RHEV 
Hypervisor,version=6Server-6.6.0.2.el6,serial=4C4C4544-0036-5210-8036-B1C04F4A3032_d4:ae:52:d1:91:7a,uuid=edc69fdd-6188-4dce-b1dc-d5ed03f914e5
 -nodefconfig -nodefaults -chardev 
socket,id=charmonitor,path=/var/lib/libvirt/qemu/HostedEngine.monitor,server,nowait
 -mon chardev=charmonitor,id=monitor,mode=control -rtc 
base=2015-01-07T21:35:15,driftfix=slew -no-reboot -no-shutdown -device 
piix3-usb-uhci,id=usb,bus=pci.0,addr=0x1.0x2 -device 
virtio-scsi-pci,id=scsi0,bus=pci.0,addr=0x4 -device 
virtio-serial-pci,id=virtio-serial0,bus=pci.0,addr=0x5 -drive 
file=/rhel-server-6.6-x86_64-dvd.iso,if=none,media=cdrom,id=drive-ide0-1-0,readonly=on,format=raw,serial=
 -device 
ide-drive,bus=ide.1,unit=0,drive=drive-ide0-1-0,id=ide0-1-0,bootindex=1 -drive 
file=/var/run/vdsm/storage/9b103e2f-d35b-4b56-a380-a374c21219d1/bdfd32e0-8116-4d29-baa2-6f6a98d981c6/9d2b9c8d-9005-4cb9-836b-a3848a24b4c4,if=none,id=drive-virtio-disk0,format=raw,serial=bdfd32e0-8116-4d29-baa2-6f6a98d981c6,cache=none,werror=stop,rerror=stop,aio=threads
 -device 
virtio-blk-pci,scsi=off,bus=pci.0,addr=0x6,drive=drive-virtio-disk0,id=virtio-disk0
 -netdev tap,fd=26,id=hostnet0,vhost=on,vhostfd=27 -device 
virtio-net-pci,netdev=hostnet0,id=net0,mac=00:16:3e:64:dd:63,bus=pci.0,addr=0x3 
-chardev 
socket,id=charchannel0,path=/var/lib/libvirt/qemu/channels/edc69fdd-6188-4dce-b1dc-d5ed03f914e5.com.redhat.rhevm.vdsm,server,nowait
 -device 
virtserialport,bus=virtio-serial0.0,nr=1,chardev=charchannel0,id=channel0,name=com.redhat.rhevm.vdsm
 -chardev 
socket,id=charchannel1,path=/var/lib/libvirt/qemu/channels/edc69fdd-6188-4dce-b1dc-d5ed03f914e5.org.qemu.guest_agent.0,server,nowait
 -device 
virtserialport,bus=virtio-serial0.0,nr=2,chardev=charchannel1,id=channel1,name=org.qemu.guest_agent.0
 -chardev pty,id=charconsole0 -device 
virtconsole,chardev=charconsole0,id=console0 -vnc 0:0,password -vga cirrus -msg 
timestamp=on
char device redirected to /dev/pts/1

On Jan 7, 2015, at 12:18 AM, Yedidyah Bar David 
d...@redhat.commailto:d...@redhat.com wrote:

- Original Message -
From: Mikola Rose mr...@power-soft.commailto:mr...@power-soft.com
To: Yedidyah Bar David d...@redhat.commailto:d...@redhat.com
Cc: users@ovirt.orgmailto:users@ovirt.org
Sent: Wednesday, January 7, 2015 3:29:24 AM
Subject: Re: [ovirt-users] HostedEngine Deployment Woes

Thanks for the tip.   That seemed to work and after fixing my nfs issues and
removing that config the hosted setup completed to the point of creating the
vm and waiting for the os to be installed on it, however...

Thanks for the report!


I try to connect to the vm via vnc and it just flashes and closes vnc.  Vnc
log indicated an unexpected close.

We're are the logs for the vnc server end of things so I can see why it's
closing the session?

The vnc server here is qemu. You should find its logs on the host in
/var/log/libvirt/qemu/HostedEngine.log or something like that.

What vnc client do you use?

I managed to connect using merely vncclient over an ssh tunnel, in case
more complicated tools (remote-viewer etc) fail.

Best,
--
Didi

Mik Rose | Manager, IT - Support Services | PowerSoft Development Corp
1 (250) 642-0295 x23   http://www.power-soft.comhttp://www.power-soft.com/   
Live 
Supporthttps://secure.logmeinrescue.com/Customer/Download.aspx?EntryID=15095831

This e-mail may be privileged and/or confidential, and the sender does not waive
any related rights and obligations. Any distribution, use or copying of this 
e-mail or the information
it contains by other than an intended recipient is unauthorized.
If you received this e-mail in error, please advise me (by return e-mail or 
otherwise) immediately.







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


Re: [ovirt-users] HostedEngine Deployment Woes

2015-01-07 Thread Mikola Rose
Also tried;
[root@pws-hv15 ~]# virsh -c qemu+tls://pws-hv15.power-soft.net/system console 
HostedEngine
Connected to domain HostedEngine
Escape character is ^]


no prompts or interaction after the Escape character line


On Jan 7, 2015, at 1:42 PM, Mikola Rose 
mr...@power-soft.commailto:mr...@power-soft.com wrote:

I tried realvnc

The log file doesn’t really tell me whats going on that I can see

2015-01-07 21:35:15.381+: starting up
LC_ALL=C PATH=/usr/local/sbin:/usr/local/bin:/usr/bin:/usr/sbin:/sbin:/bin 
QEMU_AUDIO_DRV=none /usr/libexec/qemu-kvm -name HostedEngine -S -M rhel6.5.0 
-cpu Westmere -enable-kvm -m 4096 -realtime mlock=off -smp 
2,sockets=2,cores=1,threads=1 -uuid edc69fdd-6188-4dce-b1dc-d5ed03f914e5 
-smbios type=1,manufacturer=Red Hat,product=RHEV 
Hypervisor,version=6Server-6.6.0.2.el6,serial=4C4C4544-0036-5210-8036-B1C04F4A3032_d4:ae:52:d1:91:7a,uuid=edc69fdd-6188-4dce-b1dc-d5ed03f914e5
 -nodefconfig -nodefaults -chardev 
socket,id=charmonitor,path=/var/lib/libvirt/qemu/HostedEngine.monitor,server,nowait
 -mon chardev=charmonitor,id=monitor,mode=control -rtc 
base=2015-01-07T21:35:15,driftfix=slew -no-reboot -no-shutdown -device 
piix3-usb-uhci,id=usb,bus=pci.0,addr=0x1.0x2 -device 
virtio-scsi-pci,id=scsi0,bus=pci.0,addr=0x4 -device 
virtio-serial-pci,id=virtio-serial0,bus=pci.0,addr=0x5 -drive 
file=/rhel-server-6.6-x86_64-dvd.iso,if=none,media=cdrom,id=drive-ide0-1-0,readonly=on,format=raw,serial=
 -device 
ide-drive,bus=ide.1,unit=0,drive=drive-ide0-1-0,id=ide0-1-0,bootindex=1 -drive 
file=/var/run/vdsm/storage/9b103e2f-d35b-4b56-a380-a374c21219d1/bdfd32e0-8116-4d29-baa2-6f6a98d981c6/9d2b9c8d-9005-4cb9-836b-a3848a24b4c4,if=none,id=drive-virtio-disk0,format=raw,serial=bdfd32e0-8116-4d29-baa2-6f6a98d981c6,cache=none,werror=stop,rerror=stop,aio=threads
 -device 
virtio-blk-pci,scsi=off,bus=pci.0,addr=0x6,drive=drive-virtio-disk0,id=virtio-disk0
 -netdev tap,fd=26,id=hostnet0,vhost=on,vhostfd=27 -device 
virtio-net-pci,netdev=hostnet0,id=net0,mac=00:16:3e:64:dd:63,bus=pci.0,addr=0x3 
-chardev 
socket,id=charchannel0,path=/var/lib/libvirt/qemu/channels/edc69fdd-6188-4dce-b1dc-d5ed03f914e5.com.redhat.rhevm.vdsm,server,nowait
 -device 
virtserialport,bus=virtio-serial0.0,nr=1,chardev=charchannel0,id=channel0,name=com.redhat.rhevm.vdsm
 -chardev 
socket,id=charchannel1,path=/var/lib/libvirt/qemu/channels/edc69fdd-6188-4dce-b1dc-d5ed03f914e5.org.qemu.guest_agent.0,server,nowait
 -device 
virtserialport,bus=virtio-serial0.0,nr=2,chardev=charchannel1,id=channel1,name=org.qemu.guest_agent.0
 -chardev pty,id=charconsole0 -device 
virtconsole,chardev=charconsole0,id=console0 -vnc 0:0,password -vga cirrus -msg 
timestamp=on
char device redirected to /dev/pts/1

On Jan 7, 2015, at 12:18 AM, Yedidyah Bar David 
d...@redhat.commailto:d...@redhat.com wrote:

- Original Message -
From: Mikola Rose mr...@power-soft.commailto:mr...@power-soft.com
To: Yedidyah Bar David d...@redhat.commailto:d...@redhat.com
Cc: users@ovirt.orgmailto:users@ovirt.org
Sent: Wednesday, January 7, 2015 3:29:24 AM
Subject: Re: [ovirt-users] HostedEngine Deployment Woes

Thanks for the tip.   That seemed to work and after fixing my nfs issues and
removing that config the hosted setup completed to the point of creating the
vm and waiting for the os to be installed on it, however...

Thanks for the report!


I try to connect to the vm via vnc and it just flashes and closes vnc.  Vnc
log indicated an unexpected close.

We're are the logs for the vnc server end of things so I can see why it's
closing the session?

The vnc server here is qemu. You should find its logs on the host in
/var/log/libvirt/qemu/HostedEngine.log or something like that.

What vnc client do you use?

I managed to connect using merely vncclient over an ssh tunnel, in case
more complicated tools (remote-viewer etc) fail.

Best,
--
Didi

Mik Rose | Manager, IT - Support Services | PowerSoft Development Corp
1 (250) 642-0295 x23   http://www.power-soft.comhttp://www.power-soft.com/   
Live 
Supporthttps://secure.logmeinrescue.com/Customer/Download.aspx?EntryID=15095831

This e-mail may be privileged and/or confidential, and the sender does not waive
any related rights and obligations. Any distribution, use or copying of this 
e-mail or the information
it contains by other than an intended recipient is unauthorized.
If you received this e-mail in error, please advise me (by return e-mail or 
otherwise) immediately.







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

Mik Rose | Manager, IT - Support Services | PowerSoft Development Corp
1 (250) 642-0295 x23   http://www.power-soft.comhttp://www.power-soft.com/   
Live 
Supporthttps://secure.logmeinrescue.com/Customer/Download.aspx?EntryID=15095831

This e-mail may be privileged and/or confidential, and the sender does not waive
any related rights and obligations. Any distribution, use or copying 

Re: [ovirt-users] Failed to find host Host in gluster peer list from Host

2015-01-07 Thread Punit Dambiwal
Yes...Gluster service running on the host...disable the selinux and
reinstall the host work for me..

On Thu, Jan 8, 2015 at 1:20 AM, Kanagaraj Mayilsamy kmayi...@redhat.com
wrote:

 Can you check if glusterd service is running on the host?

 Regards,
 Kanagaraj

 - Original Message -
  From: Martin Pavlík mpav...@redhat.com
  To: Punit Dambiwal hypu...@gmail.com
  Cc: gluster-us...@gluster.org, Kaushal M kshlms...@gmail.com,
 users@ovirt.org
  Sent: Wednesday, January 7, 2015 9:36:24 PM
  Subject: Re: [ovirt-users] Failed to find host Host in gluster peer
 list  from Host
 
  Hi Punit,
 
  could you describe steps which led to this result?
 
  regards
 
  Matin Pavlik - RHEV QE
 
 
 
  On 07 Jan 2015, at 14:27, Punit Dambiwal  hypu...@gmail.com  wrote:
 
  Hi,
 
  I am facing one strange issue in the ovirt with glusterfs ..i want to
  reactivate onw of my host nodebut it's failed with the following
 error
  :-
 
  Gluster command [gluster peer status cpu04.zne01.hkg1.ovt.com ] failed
 on
  server cpu04.
 
  Engine Logs :- http://ur1.ca/jczdp
 
 
  ___
  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


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

2015-01-07 Thread Punit Dambiwal
Hi,

I try to add gluster volume but it failed...

Ovirt :- 3.5
VDSM :- vdsm-4.16.7-1.gitdb83943.el7
KVM :- 1.5.3 - 60.el7_0.2
libvirt-1.1.1-29.el7_0.4
Glusterfs :- glusterfs-3.5.3-1.el7

Engine Logs :-

2015-01-08 09:57:52,569 INFO
 [org.ovirt.engine.core.bll.lock.InMemoryLockManager]
(DefaultQuartzScheduler_Worker-16) Failed to acquire lock and wait lock
EngineLock [exclusiveLocks= key: 0001-0001-0001-0001-0300
value: GLUSTER
, sharedLocks= ]
2015-01-08 09:57:52,609 INFO
 [org.ovirt.engine.core.bll.lock.InMemoryLockManager]
(DefaultQuartzScheduler_Worker-16) Failed to acquire lock and wait lock
EngineLock [exclusiveLocks= key: 0001-0001-0001-0001-0300
value: GLUSTER
, sharedLocks= ]
2015-01-08 09:57:55,582 INFO
 [org.ovirt.engine.core.bll.lock.InMemoryLockManager]
(DefaultQuartzScheduler_Worker-16) Failed to acquire lock and wait lock
EngineLock [exclusiveLocks= key: 0001-0001-0001-0001-0300
value: GLUSTER
, sharedLocks= ]
2015-01-08 09:57:55,591 INFO
 [org.ovirt.engine.core.bll.lock.InMemoryLockManager]
(DefaultQuartzScheduler_Worker-16) Failed to acquire lock and wait lock
EngineLock [exclusiveLocks= key: 0001-0001-0001-0001-0300
value: GLUSTER
, sharedLocks= ]
2015-01-08 09:57:55,596 INFO
 [org.ovirt.engine.core.bll.lock.InMemoryLockManager]
(DefaultQuartzScheduler_Worker-16) Failed to acquire lock and wait lock
EngineLock [exclusiveLocks= key: 0001-0001-0001-0001-0300
value: GLUSTER
, sharedLocks= ]
2015-01-08 09:57:55,633 INFO
 [org.ovirt.engine.core.bll.lock.InMemoryLockManager]
(DefaultQuartzScheduler_Worker-16) Failed to acquire lock and wait lock
EngineLock [exclusiveLocks= key: 0001-0001-0001-0001-0300
value: GLUSTER
, sharedLocks= ]
^C
___
Users mailing list
Users@ovirt.org
http://lists.ovirt.org/mailman/listinfo/users


[ovirt-users] oVirt Monthly Newsletter: December 2014

2015-01-07 Thread Brian Proffitt
The close of the old year was a little more of a downbeat, but the news and 
views about oVirt were still happening!

News and Community

oVirt is now officially part of the CentOS Virt SIG! 
(http://lists.centos.org/pipermail/centos-virt/2014-December/004187.html)

Meanwhile, CentOS 7 gets reviewed using oVirt 
(http://www.networkworld.com/article/2861458/linux/centos-7-the-perfect-gift-for-the-linux-do-it-yourselfer.html)

CloudSpin is a great new *free* (as in everything) machine-hosting service that 
uses oVirt. Learn more at https://cloudspin.me/

Better performance than VMware? Here's how to set up oVirt and Gluster to 
achieve better benchmarks [Spanish] 
http://blog.sotoca.es/2014/08/agilizando-la-infraestructura-iii-ovirt.html

Find out how the University of Sevilla used oVirt and tools from UDS Enterprise 
to build a better virtual desktop solution for their campus: 
http://www.slideshare.net/UDSenterprise/virtual-desktops-in-educational-environments
 
(http://www.slideshare.net/UDSenterpriseSpain/escritorios-virtuales-en-entornos-educativos
 [Spanish])

Allon Murenik opines on The Helpful Stranger and Meaning of Open Source 
(http://opensource.com/life/14/12/the-meaning-of-open-source)

Open Source Is Just Another Way of Doing Good Business, and everyone knows it: 
http://community.redhat.com/blog/2014/12/open-source-is-just-another-way-of-doing-good-business/

ManageIQ partner VMTurbo asks: Does a Monitoring Tool Provide Automated 
Decisions? Especially using technologies like oVirt and RHEV? 
http://vmturbo.com/blog/monitoring-tool-automated-decisions/

Deploying and Managing Gluster using oVirt Webadmin Portal 
http://blogs-ramesh.blogspot.in/2014/12/deploying-gluster-using-ovirt.html

oVirt's China community just posted the oVirt 3.5 release notes 
(http://ovirt-china.org/mediawiki/index.php/OVirt_3.5_Release_Notes)

Discover more about open source virtualization options 
(http://computerworld.cz/software/virtualizace-ve-viru-open-source-51667) 
[Czech]

Software

Check out rbovirt, a Ruby client for the oVirt REST API 
(http://rubygems.org/gems/rbovirt)

Learn more about the new UI plugin for oVirt, iso-uploader-plugin: 
https://github.com/ovirt-china/iso-uploader-plugin/wiki/Specifications

Videos

oVirt is featured software on the popular Hak5 video podcast 
http://youtu.be/6w8F5k41_9E

Learn more about another successful VMware to oVirt migrtation: 
http://tv.rediris.es/es/jt2014/400.html [Spanish]

Introduction to oVirt as CISL: http://youtu.be/EuxRrlsGO3k [Portuguese]

Manage oVirt Open Source Project Infrastructure with Jenkins: 
http://youtu.be/WIRxw3noMmA [Hebrew]

Take a video tour of oVirt http://youtu.be/cgH20bYt2z8 [Russian]

-- 
Brian Proffitt

Community Liaison
oVirt
Open Source and Standards, Red Hat - http://community.redhat.com
Phone: +1 574 383 9BKP
IRC: bkp @ OFTC
___
Users mailing list
Users@ovirt.org
http://lists.ovirt.org/mailman/listinfo/users


[ovirt-users] oVirt Weekly Sync Meeting: Jan. 7, 2015

2015-01-07 Thread Brian Proffitt
=
#ovirt: oVirt Weekly Sync
=


Meeting started by bkp at 15:03:23 UTC.

Minutes: http://ovirt.org/meetings/ovirt/2015/ovirt.2015-01-07-15.03.html
Minutes (text): http://ovirt.org/meetings/ovirt/2015/ovirt.2015-01-07-15.03.txt
Log: http://ovirt.org/meetings/ovirt/2015/ovirt.2015-01-07-15.03.log.html 



Meeting summary
---
* Agenda and Roll Call  (bkp, 15:03:35)
  * infra update  (bkp, 15:03:35)
  * 3.5.z updates  (bkp, 15:03:35)
  * 3.6.0 status  (bkp, 15:03:35)
  * conferences and workshops  (bkp, 15:03:35)
  * other topics  (bkp, 15:03:38)

* infra update  (bkp, 15:05:39)
  * infra update The ILO issue was fixed on the PHX lab, and we're
waiting now for dcaro to return to start phase II  (bkp, 15:13:45)
  * infra update Phase II includes assining more IPs to the lab,
migrating linode services, etc. Expected start: newxt week.  (bkp,
15:13:48)
  * infra update A new unstable view was added to show productions jobs
to better focus on fixing critical jobs first, and leave jobs that
are work-in-progress for another view  (bkp, 15:13:51)

* 3.5.z updates  (bkp, 15:14:29)
  * 3.5.z updates 3.5.1 RC is postponed due to two known blockers:
1160846 (which SLA is still working on) and 1177290 (ovirt-engine
not installable on CentOS 6: broken dependency novnc)  (bkp,
15:34:35)
  * 3.5.z updates Status of 1177290 fix: Not sure of status, but may be
able to have a workaround by the end of this week, according to
sbonazzo  (bkp, 15:34:39)
  * 3.5.z updates According to didi, there is already a workaround
mentioned in the 1177290 - we took downstream rhel sources and built
on upstream jenkins, eedri signed them and they are available in the
3.5 repo. So not sure it's a blocker for 3.5.1, although we do need
a longer-term solution  (bkp, 15:34:42)
  * 3.5.z updates 1177290 dropped as a blocker, retargeted to 3.6 for
proper handling  (bkp, 15:34:47)
  * 3.5.z updates Status of 1160846 fix: Hopefully Monday, according to
gchaplik  (bkp, 15:34:50)
  * 3.5.z updates danken reported another potential blocker with vdsm.
No bug assigned/tracked yet. sbonazzo asked to assist.  (bkp,
15:34:53)
  * 3.5.z updates There are still 57 bugs targeted to 3.5.1. Excluding
node and documentation bugs we still have 37 bugs targeted to 3.5.1
(bkp, 15:34:56)
  * 3.5.z updates 3.5.1 RC tentatively scheduled for Jan. 14, 2015.
(bkp, 15:34:59)

* 3.6 status  (bkp, 15:35:07)
  * ACTION: 3.6.0 status Feature proposed for 3.6.0 must now be
collected in the 3.6 Google doc (http://goo.gl/9X3G49) and reviewed
by maintainers  (bkp, 15:47:28)
  * 3.6.0 status Finished the review process, the remaining key
milestones for this release will be scheduled.  (bkp, 15:47:31)
  * 3.6.0 status Will now need to think about what to do with novnc in
this release.  (bkp, 15:47:34)
  * 3.6.0 status Jenkins build for 3.6 currently failing, but once back
to nomral, 3.6 should be able to run on F21 (thanks emesika)  (bkp,
15:47:37)
  * 3.6.0 status There are 466 bugs targeted to 3.6.0. Excluding node
and documentation bugs we have 440 bugs targeted to 3.6.0.  (bkp,
15:47:40)
  * 3.6.0 status Host Network QoS is all merged, at long last.  (bkp,
15:47:43)
  * 3.6.0 status emesika's patch to introduce 3.6 clusters into oVirt
was merged today, now this feature (and any other that's already
merged) will be available for users to use.  (bkp, 15:47:45)
  * 3.6.0 status Networking is also making decent progress on a bunch of
other features, updating on the spreadsheet. More should be merged
in the coming weeks.  (bkp, 15:47:48)
  * 3.6.0 status UX has completed a feature for 3.6 that a lot of people
have apparently wanted returned since 3.0. When switching main tabs
the search now remembers the query you entered.  (bkp, 15:47:51)

* conferences and workshops  (bkp, 15:47:58)
  * conferences and workshops FOSDEM is fast approaching. If you plan to
attend this event on Jan. 31-Feb. 1, stop by the oVirt booth as well
as the Virt and IaaS devrooms to hear more about oVirt!  (bkp,
15:48:22)
  * conferences and workshops Stay tuned for more info on a FOSDEM
social gathering for oVirt during the event, too!  (bkp, 15:48:26)
  * conferences and workshops We are currently planning a one-day oVirt
Workshop to coincide with FOSSAsia in Singapore, Feb. 13-15.
Asia-Pac, Australia, and West Asia users are invited to attend.
Details and registration to follow soon!  (bkp, 15:48:29)
  * conferences and workshops jbrooks will be speaking on the new Smart
VM Scheduler at SCALE 13X, as well as bkp, who will be discussing
data centers vs. cloud VM management. A shared booth will be present
as well.  (bkp, 15:48:33)
  * conferences and workshops bkp will be speaking at the Linux Collab
Summit on VM and container management  (bkp, 15:48:37)
  * 

Re: [ovirt-users] Failed to find host Host in gluster peer list from Host

2015-01-07 Thread Martin Pavlík
Hi Punit,

could you describe steps which led to this result?

regards

Matin Pavlik - RHEV QE
 On 07 Jan 2015, at 14:27, Punit Dambiwal hypu...@gmail.com wrote:
 
 Hi,
 
 I am facing one strange issue in the ovirt with glusterfs ..i want to 
 reactivate onw of my host nodebut it's failed with the following error :- 
 
 Gluster command [gluster peer status cpu04.zne01.hkg1.ovt.com 
 http://cpu04.zne01.hkg1.ovt.com/] failed on server cpu04.
 
 Engine Logs :- http://ur1.ca/jczdp http://ur1.ca/jczdp
 
 
 ___
 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] MooseFS cluster as storage domain

2015-01-07 Thread Andrzej Suś
Hi everyone,

I would like to create storage domain based on MooseFS cluster. The first
idea was to do it by mount Posix compliant FS, but it doesn't like to mount
(or i don't know how to do it). The next idea was to use NFS, but even that
won't work. NFS causing Kernel crash and rebooting a Host when trying to
create storage domain.

I've checked everything I found on Google and all my NFS settings seems to
be OK but it's still crashing.

I know that MFS's issue have been taken here and it may be supported in
future, but does anybody know how to get it working in oVirt 3.4 or 3.5?

Or maybe somebody known problem with NFS and kernel panics on storage
domain creating?
___
Users mailing list
Users@ovirt.org
http://lists.ovirt.org/mailman/listinfo/users


[ovirt-users] Using gluster on other hosts?

2015-01-07 Thread Will K
Hi
I would like to see if anyone has good suggestion.
I have two physical hosts with 1GB connections to switched networks. The hosts 
also have 10GB interface connected directly using Twinax cable like copper 
crossover cable.  The idea was to use the 10GB as a private network for 
GlusterFS till the day we want to grow out of this 2 node setup.

GlusterFS was setup with the 10GB ports using non-routable IPs and hostnames in 
/etc/hosts, for example, gfs1 192.168.1.1 and gfs2 192.168.1.2.  I'm following 
example from community.redhat.com/blog/2014/10/up-and-running-with-ovirt-3-5/ , 
Currently I'm only using Gluster volume on node1, but `gluster probe peer` test 
worked fine with node2 through the 10GB connection.

oVirt engine was setup on physical host1 with hosted engine.  Now, when I try 
to create new Gluster storage domain, I can only see the host node1 
available. 

Is there anyway I can setup oVirt on node1 and node2, while using gfs1 and 
gfs2 for GlusterFS? or some way to take advantage of the 10GB connection?

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


Re: [ovirt-users] Alerts

2015-01-07 Thread Koen Vanoppen
Thanks. But, is there no other way, besides screwing around in the database?

2015-01-07 13:07 GMT+01:00 Eli Mesika emes...@redhat.com:



 - Original Message -
  From: Koen Vanoppen vanoppen.k...@gmail.com
  To: users@ovirt.org
  Sent: Wednesday, January 7, 2015 7:42:25 AM
  Subject: [ovirt-users] Alerts
 
  Hi All,
 
  We recently had a major crash on our ovirt environment due a strange bug
 (has
  been reported in the meanwhile).
 
  But now we are left we a bunch of aerts (+100) that are still standing
  there... Is there a way I can flush them manually from command line or
 so?
  Because the right click+clear all, doesn't seem to work that good... :-).

 If you want to remove ALL alerts run from command line

 psql -U engine -c delete from audit_log where severity = 10; engine

 NOTE:
 Keep in mind that before any manual operation on your database you should
 backup it first.

 
  Kind regards,
 
  Koen
 
  ___
  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] Failed to find host Host in gluster peer list from Host

2015-01-07 Thread Kanagaraj Mayilsamy
Can you check if glusterd service is running on the host?

Regards,
Kanagaraj

- Original Message -
 From: Martin Pavlík mpav...@redhat.com
 To: Punit Dambiwal hypu...@gmail.com
 Cc: gluster-us...@gluster.org, Kaushal M kshlms...@gmail.com, 
 users@ovirt.org
 Sent: Wednesday, January 7, 2015 9:36:24 PM
 Subject: Re: [ovirt-users] Failed to find host Host in gluster peer list  
 from Host
 
 Hi Punit,
 
 could you describe steps which led to this result?
 
 regards
 
 Matin Pavlik - RHEV QE
 
 
 
 On 07 Jan 2015, at 14:27, Punit Dambiwal  hypu...@gmail.com  wrote:
 
 Hi,
 
 I am facing one strange issue in the ovirt with glusterfs ..i want to
 reactivate onw of my host nodebut it's failed with the following error
 :-
 
 Gluster command [gluster peer status cpu04.zne01.hkg1.ovt.com ] failed on
 server cpu04.
 
 Engine Logs :- http://ur1.ca/jczdp
 
 
 ___
 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