Re: [ovirt-users] Status libgfapi support in oVirt

2014-12-02 Thread noc
Thanks to Vijay its working now. Big omission on my side for not double
checking the options on the volumes used.
So bottom line: both el6 and el7 builds pass the 'startup VM' test, now
to some more serious testing.

Thanks to all,

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


Re: [ovirt-users] how to see new iSCSI lun added

2014-12-02 Thread Sven Kieske
On 01/12/14 17:26, Chris Adams wrote:
 It is annoying that scsi-target-utils lets you do this.

Maybe file a bug to solve this?

-- 
Mit freundlichen Grüßen / Regards

Sven Kieske

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


Re: [ovirt-users] Guest Interface Speed

2014-12-02 Thread Dan Kenigsberg
On Sun, Nov 30, 2014 at 08:09:14PM +0300, Mohyedeen Nazzal wrote:
 Opened one ... https://bugzilla.redhat.com/show_bug.cgi?id=1169139

In my opinon, this is not somthing that oVirt can (or should) care
about.

The 10G number is what the Windows (or some monitoring tool) reports within the 
guest.

This is a reasonable fake number, since the vNIC is of virtio type, and it is
capable of such speeds (inside the host). Communication out of the host are
limited by the bottle neck on the way to a destination. This can be the host
vNIC, or a loaded switch on the way.

In my opinion it is not a bug. It's just a fact of life that NIC speeds
should not be taken too seriously.

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


Re: [ovirt-users] Adding domain to oVirt to 3.5 issue

2014-12-02 Thread Juan Jose
Hello Alon and everybody,

I have installed package ovirt-engine-extension-aaa-ldap and configure my
files as the documentation says. The files are:

/etc/ovirt-engine/extensions.d/siee.local-authn.properties:

ovirt.engine.extension.name = siee.local-authn
ovirt.engine.extension.bindings.method = jbossmodule
ovirt.engine.extension.binding.jbossmodule.module =
org.ovirt.engine-extensions.aaa.ldap
ovirt.engine.extension.binding.jbossmodule.class =
org.ovirt.engineextensions.aaa.ldap.AuthnExtension
ovirt.engine.extension.provides = org.ovirt.engine.api.extensions.aaa.Authn
ovirt.engine.aaa.authn.profile.name = siee.local
ovirt.engine.aaa.authn.authz.plugin = siee.local-authz
config.profile.file.1 = aaa/siee.local.properties

/etc/ovirt-engine/extensions.d/siee.local-authz.properties:

ovirt.engine.extension.name = siee.local-authz
ovirt.engine.extension.bindings.method = jbossmodule
ovirt.engine.extension.binding.jbossmodule.module =
org.ovirt.engine-extensions.aaa.ldap
ovirt.engine.extension.binding.jbossmodule.class =
org.ovirt.engineextensions.aaa.ldap.AuthzExtension
ovirt.engine.extension.provides = org.ovirt.engine.api.extensions.aaa.Authz
config.profile.file.1 = aaa/siee.local.properties

/etc/ovirt-engine/extensions.d/aaa/siee.local.properties:

include = ad.properties

#
# Active directory domain name.
#
vars.domain = siee.local

#
# Search user and its password.
#
vars.user = juanjo@${global:vars.domain}
vars.password = 

#
# Optional DNS servers, if enterprise
# DNS server cannot resolve the domain srvrecord.
#
#vars.dns = dns://dc1.${global:vars.domain} dns://dc2.${global:vars.domain}

pool.default.serverset.type = srvrecord
pool.default.serverset.srvrecord.domain = ${global:vars.domain}
pool.default.auth.simple.bindDN = ${global:vars.user}
pool.default.auth.simple.password = ${global:vars.password}

# Uncomment if using custom DNS
#pool.default.serverset.srvrecord.jndi-properties.java.naming.provider.url
= ${global:vars.dns}
#pool.default.socketfactory.resolver.uRL = ${global:vars.dns}

# Create keystore, import certificate chain and uncomment
# if using ssl/tls.
#pool.default.ssl.startTLS = true
#pool.default.ssl.truststore.file =
${local:_basedir}/${global:vars.domain}.jks
#pool.default.ssl.truststore.password = changeit

And after this configuration I restart ovirt-engine service. When I try to
login in administrator portal I can see the error The user name or
password is incorrect.. In /var/log/ovirt-engine/engine.log I have the
errors:

2014-12-02 14:02:21,983 ERROR
[org.ovirt.engine.core.dal.dbbroker.auditloghandling.AuditLogDirector]
(ajp--127.0.0.1-8702-8) Correlation ID: null, Call Stack: null, Custom
Event ID: -1, Message: User juanjo cannot login, please verify the username
and password.
2014-12-02 14:02:21,991 ERROR
[org.ovirt.engine.core.dal.dbbroker.auditloghandling.AuditLogDirector]
(ajp--127.0.0.1-8702-8) Correlation ID: null, Call Stack: null, Custom
Event ID: -1, Message: User juanjo failed to log in.

I'm using correct user and password becuase I can login in a Windows client
machine which is inside siee.local domain with this user and its correct
password.

What do you think it could be the problem?

If you need more information or I have to configure any other parameters,
please tell me.

Many thanks in advanced,

Juanjo.



On Wed, Nov 26, 2014 at 3:19 PM, Alon Bar-Lev alo...@redhat.com wrote:



 - Original Message -
  From: Juan Jose jj197...@gmail.com
  To: Alon Bar-Lev alo...@redhat.com
  Cc: Ondra Machacek omach...@redhat.com, Yair Zaslavsky 
 yzasl...@redhat.com, users@ovirt.org
  Sent: Wednesday, November 26, 2014 3:04:14 PM
  Subject: Re: [ovirt-users] Adding domain to oVirt to 3.5 issue
 
  Hello Alon and everybody,
 
  Check in my ovirt-engine machine for ovirt-engine-aaa-ldap package and it
  is not available:
 
  yum list ovirt-engine*
  Loaded plugins: fastestmirror, refresh-packagekit, security, versionlock
  Loading mirror speeds from cached hostfile
   * base: ftp.udl.es
   * epel: mirror.uv.es
   * extras: ftp.udl.es
   * ovirt-3.5: ftp.nluug.nl
   * ovirt-3.5-epel: mirror.uv.es
   * ovirt-3.5-jpackage-6.0-generic: mirror.ibcp.fr
   * ovirt-epel: mirror.uv.es
   * ovirt-jpackage-6.0-generic: mirror.ibcp.fr
   * updates: ftp.udl.es
  Installed Packages
  ovirt-engine.noarch
  3.5.0.1-1.el6 @ovirt-3.5
  ovirt-engine-backend.noarch
  3.5.0.1-1.el6 @ovirt-3.5
  ovirt-engine-cli.noarch
  3.3.0.6-1.el6 @ovirt-3.3.3
  ovirt-engine-dbscripts.noarch
  3.5.0.1-1.el6 @ovirt-3.5
  ovirt-engine-extensions-api-impl.noarch
  3.5.0.1-1.el6 @ovirt-3.5
  ovirt-engine-jboss-as.x86_64
  7.1.1-1.el6   @ovirt-3.5
  ovirt-engine-lib.noarch
  3.5.0.1-1.el6 @ovirt-3.5
  ovirt-engine-restapi.noarch
  3.5.0.1-1.el6 @ovirt-3.5
  ovirt-engine-sdk-python.noarch
  3.5.0.8-1.el6   

Re: [ovirt-users] [Gluster-users] Gluster command [UNKNOWN] failed on server...

2014-12-02 Thread Punit Dambiwal
Hi Kaushal,

Please find the logs here :- http://ur1.ca/iyhs5 and http://ur1.ca/iyhue

Thanks,
punit


On Tue, Dec 2, 2014 at 12:00 PM, Kaushal M kshlms...@gmail.com wrote:

 Hey Punit,
 Could you start Glusterd in debug mode and provide the logs here?
 To start it in debug mode, append '-LDEBUG' to the ExecStart line in
 the service file.

 ~kaushal

 On Mon, Dec 1, 2014 at 9:05 AM, Punit Dambiwal hypu...@gmail.com wrote:
  Hi,
 
  Can Any body help me on this ??
 
  On Thu, Nov 27, 2014 at 9:29 AM, Punit Dambiwal hypu...@gmail.com
 wrote:
 
  Hi Kaushal,
 
  Thanks for the detailed replylet me explain my setup first :-
 
  1. Ovirt Engine
  2. 4* host as well as storage machine (Host and gluster combined)
  3. Every host has 24 bricks...
 
  Now whenever the host machine reboot...it can come up but can not join
 the
  cluster again and through the following error Gluster command
 [UNKNOWN]
  failed on server..
 
  Please check my comment in line :-
 
  1. Use the same string for doing the peer probe and for the brick
 address
  during volume create/add-brick. Ideally, we suggest you use properly
  resolvable FQDNs everywhere. If that is not possible, then use only IP
  addresses. Try to avoid short names.
  ---
  [root@cpu05 ~]# gluster peer status
  Number of Peers: 3
 
  Hostname: cpu03.stack.com
  Uuid: 5729b8c4-e80d-4353-b456-6f467bddbdfb
  State: Peer in Cluster (Connected)
 
  Hostname: cpu04.stack.com
  Uuid: d272b790-c4b2-4bed-ba68-793656e6d7b0
  State: Peer in Cluster (Connected)
  Other names:
  10.10.0.8
 
  Hostname: cpu02.stack.com
  Uuid: 8d8a7041-950e-40d0-85f9-58d14340ca25
  State: Peer in Cluster (Connected)
  [root@cpu05 ~]#
  
  2. During boot up, make sure to launch glusterd only after the network
 is
  up. This will allow the new peer identification mechanism to do its
  job correctly.
   I think the service itself doing the same job
 
  [root@cpu05 ~]# cat /usr/lib/systemd/system/glusterd.service
  [Unit]
  Description=GlusterFS, a clustered file-system server
  After=network.target rpcbind.service
  Before=network-online.target
 
  [Service]
  Type=forking
  PIDFile=/var/run/glusterd.pid
  LimitNOFILE=65536
  ExecStart=/usr/sbin/glusterd -p /var/run/glusterd.pid
  KillMode=process
 
  [Install]
  WantedBy=multi-user.target
  [root@cpu05 ~]#
  
 
  gluster logs :-
 
  [2014-11-24 09:22:22.147471] I [MSGID: 100030] [glusterfsd.c:2018:main]
  0-/usr/sbin/glusterd: Started running /usr/sbin/glusterd version 3.6.1
  (args: /usr/sbin/glusterd -p /var/run/glusterd.pid)
  [2014-11-24 09:22:22.151565] I [glusterd.c:1214:init] 0-management:
  Maximum allowed open file descriptors set to 65536
  [2014-11-24 09:22:22.151599] I [glusterd.c:1259:init] 0-management:
 Using
  /var/lib/glusterd as working directory
  [2014-11-24 09:22:22.155216] W [rdma.c:4195:__gf_rdma_ctx_create]
  0-rpc-transport/rdma: rdma_cm event channel creation failed (No such
 device)
  [2014-11-24 09:22:22.155264] E [rdma.c:4483:init] 0-rdma.management:
  Failed to initialize IB Device
  [2014-11-24 09:22:22.155285] E [rpc-transport.c:333:rpc_transport_load]
  0-rpc-transport: 'rdma' initialization failed
  [2014-11-24 09:22:22.155354] W [rpcsvc.c:1524:rpcsvc_transport_create]
  0-rpc-service: cannot create listener, initing the transport failed
  [2014-11-24 09:22:22.156290] I
  [glusterd.c:413:glusterd_check_gsync_present] 0-glusterd:
 geo-replication
  module not installed in the system
  [2014-11-24 09:22:22.161318] I
  [glusterd-store.c:2043:glusterd_restore_op_version] 0-glusterd:
 retrieved
  op-version: 30600
  [2014-11-24 09:22:22.821800] I
  [glusterd-handler.c:3146:glusterd_friend_add_from_peerinfo]
 0-management:
  connect returned 0
  [2014-11-24 09:22:22.825810] I
  [glusterd-handler.c:3146:glusterd_friend_add_from_peerinfo]
 0-management:
  connect returned 0
  [2014-11-24 09:22:22.828705] I
  [glusterd-handler.c:3146:glusterd_friend_add_from_peerinfo]
 0-management:
  connect returned 0
  [2014-11-24 09:22:22.828771] I [rpc-clnt.c:969:rpc_clnt_connection_init]
  0-management: setting frame-timeout to 600
  [2014-11-24 09:22:22.832670] I [rpc-clnt.c:969:rpc_clnt_connection_init]
  0-management: setting frame-timeout to 600
  [2014-11-24 09:22:22.835919] I [rpc-clnt.c:969:rpc_clnt_connection_init]
  0-management: setting frame-timeout to 600
  [2014-11-24 09:22:22.840209] E
  [glusterd-store.c:4248:glusterd_resolve_all_bricks] 0-glusterd: resolve
  brick failed in restore
  [2014-11-24 09:22:22.840233] E [xlator.c:425:xlator_init] 0-management:
  Initialization of volume 'management' failed, review your volfile again
  [2014-11-24 09:22:22.840245] E [graph.c:322:glusterfs_graph_init]
  0-management: initializing translator failed
  [2014-11-24 09:22:22.840264] E [graph.c:525:glusterfs_graph_activate]
  0-graph: init failed
  [2014-11-24 09:22:22.840754] W [glusterfsd.c:1194:cleanup_and_exit] (--
  0-: received signum (0), shutting down
 
  Thanks,
  

Re: [ovirt-users] [Gluster-users] Gluster command [UNKNOWN] failed on server...

2014-12-02 Thread Kaushal M
Hey Punit,
In the logs you've provided, GlusterD appears to be running correctly.
Could you provide the logs for the time period when GlusterD attempts to
start but fails.

~kaushal
On Dec 2, 2014 8:03 PM, Punit Dambiwal hypu...@gmail.com wrote:

 Hi Kaushal,

 Please find the logs here :- http://ur1.ca/iyhs5 and http://ur1.ca/iyhue

 Thanks,
 punit


 On Tue, Dec 2, 2014 at 12:00 PM, Kaushal M kshlms...@gmail.com wrote:

 Hey Punit,
 Could you start Glusterd in debug mode and provide the logs here?
 To start it in debug mode, append '-LDEBUG' to the ExecStart line in
 the service file.

 ~kaushal

 On Mon, Dec 1, 2014 at 9:05 AM, Punit Dambiwal hypu...@gmail.com wrote:
  Hi,
 
  Can Any body help me on this ??
 
  On Thu, Nov 27, 2014 at 9:29 AM, Punit Dambiwal hypu...@gmail.com
 wrote:
 
  Hi Kaushal,
 
  Thanks for the detailed replylet me explain my setup first :-
 
  1. Ovirt Engine
  2. 4* host as well as storage machine (Host and gluster combined)
  3. Every host has 24 bricks...
 
  Now whenever the host machine reboot...it can come up but can not join
 the
  cluster again and through the following error Gluster command
 [UNKNOWN]
  failed on server..
 
  Please check my comment in line :-
 
  1. Use the same string for doing the peer probe and for the brick
 address
  during volume create/add-brick. Ideally, we suggest you use properly
  resolvable FQDNs everywhere. If that is not possible, then use only IP
  addresses. Try to avoid short names.
  ---
  [root@cpu05 ~]# gluster peer status
  Number of Peers: 3
 
  Hostname: cpu03.stack.com
  Uuid: 5729b8c4-e80d-4353-b456-6f467bddbdfb
  State: Peer in Cluster (Connected)
 
  Hostname: cpu04.stack.com
  Uuid: d272b790-c4b2-4bed-ba68-793656e6d7b0
  State: Peer in Cluster (Connected)
  Other names:
  10.10.0.8
 
  Hostname: cpu02.stack.com
  Uuid: 8d8a7041-950e-40d0-85f9-58d14340ca25
  State: Peer in Cluster (Connected)
  [root@cpu05 ~]#
  
  2. During boot up, make sure to launch glusterd only after the network
 is
  up. This will allow the new peer identification mechanism to do its
  job correctly.
   I think the service itself doing the same job
 
  [root@cpu05 ~]# cat /usr/lib/systemd/system/glusterd.service
  [Unit]
  Description=GlusterFS, a clustered file-system server
  After=network.target rpcbind.service
  Before=network-online.target
 
  [Service]
  Type=forking
  PIDFile=/var/run/glusterd.pid
  LimitNOFILE=65536
  ExecStart=/usr/sbin/glusterd -p /var/run/glusterd.pid
  KillMode=process
 
  [Install]
  WantedBy=multi-user.target
  [root@cpu05 ~]#
  
 
  gluster logs :-
 
  [2014-11-24 09:22:22.147471] I [MSGID: 100030] [glusterfsd.c:2018:main]
  0-/usr/sbin/glusterd: Started running /usr/sbin/glusterd version 3.6.1
  (args: /usr/sbin/glusterd -p /var/run/glusterd.pid)
  [2014-11-24 09:22:22.151565] I [glusterd.c:1214:init] 0-management:
  Maximum allowed open file descriptors set to 65536
  [2014-11-24 09:22:22.151599] I [glusterd.c:1259:init] 0-management:
 Using
  /var/lib/glusterd as working directory
  [2014-11-24 09:22:22.155216] W [rdma.c:4195:__gf_rdma_ctx_create]
  0-rpc-transport/rdma: rdma_cm event channel creation failed (No such
 device)
  [2014-11-24 09:22:22.155264] E [rdma.c:4483:init] 0-rdma.management:
  Failed to initialize IB Device
  [2014-11-24 09:22:22.155285] E [rpc-transport.c:333:rpc_transport_load]
  0-rpc-transport: 'rdma' initialization failed
  [2014-11-24 09:22:22.155354] W [rpcsvc.c:1524:rpcsvc_transport_create]
  0-rpc-service: cannot create listener, initing the transport failed
  [2014-11-24 09:22:22.156290] I
  [glusterd.c:413:glusterd_check_gsync_present] 0-glusterd:
 geo-replication
  module not installed in the system
  [2014-11-24 09:22:22.161318] I
  [glusterd-store.c:2043:glusterd_restore_op_version] 0-glusterd:
 retrieved
  op-version: 30600
  [2014-11-24 09:22:22.821800] I
  [glusterd-handler.c:3146:glusterd_friend_add_from_peerinfo]
 0-management:
  connect returned 0
  [2014-11-24 09:22:22.825810] I
  [glusterd-handler.c:3146:glusterd_friend_add_from_peerinfo]
 0-management:
  connect returned 0
  [2014-11-24 09:22:22.828705] I
  [glusterd-handler.c:3146:glusterd_friend_add_from_peerinfo]
 0-management:
  connect returned 0
  [2014-11-24 09:22:22.828771] I
 [rpc-clnt.c:969:rpc_clnt_connection_init]
  0-management: setting frame-timeout to 600
  [2014-11-24 09:22:22.832670] I
 [rpc-clnt.c:969:rpc_clnt_connection_init]
  0-management: setting frame-timeout to 600
  [2014-11-24 09:22:22.835919] I
 [rpc-clnt.c:969:rpc_clnt_connection_init]
  0-management: setting frame-timeout to 600
  [2014-11-24 09:22:22.840209] E
  [glusterd-store.c:4248:glusterd_resolve_all_bricks] 0-glusterd: resolve
  brick failed in restore
  [2014-11-24 09:22:22.840233] E [xlator.c:425:xlator_init] 0-management:
  Initialization of volume 'management' failed, review your volfile again
  [2014-11-24 09:22:22.840245] E [graph.c:322:glusterfs_graph_init]
  0-management: 

Re: [ovirt-users] Adding domain to oVirt to 3.5 issue

2014-12-02 Thread Alon Bar-Lev


- Original Message -
 From: Juan Jose jj197...@gmail.com
 To: Alon Bar-Lev alo...@redhat.com
 Cc: Ondra Machacek omach...@redhat.com, Yair Zaslavsky 
 yzasl...@redhat.com, users@ovirt.org
 Sent: Tuesday, December 2, 2014 3:48:54 PM
 Subject: Re: [ovirt-users] Adding domain to oVirt to 3.5 issue
 
 Hello Alon and everybody,
 
 I have installed package ovirt-engine-extension-aaa-ldap and configure my
 files as the documentation says. The files are:
 
 /etc/ovirt-engine/extensions.d/siee.local-authn.properties:
 
 ovirt.engine.extension.name = siee.local-authn
 ovirt.engine.extension.bindings.method = jbossmodule
 ovirt.engine.extension.binding.jbossmodule.module =
 org.ovirt.engine-extensions.aaa.ldap
 ovirt.engine.extension.binding.jbossmodule.class =
 org.ovirt.engineextensions.aaa.ldap.AuthnExtension
 ovirt.engine.extension.provides = org.ovirt.engine.api.extensions.aaa.Authn
 ovirt.engine.aaa.authn.profile.name = siee.local
 ovirt.engine.aaa.authn.authz.plugin = siee.local-authz
 config.profile.file.1 = aaa/siee.local.properties

please use absolute file name for 3.5.0 relative will be available in 3.5.1

 
 /etc/ovirt-engine/extensions.d/siee.local-authz.properties:
 
 ovirt.engine.extension.name = siee.local-authz
 ovirt.engine.extension.bindings.method = jbossmodule
 ovirt.engine.extension.binding.jbossmodule.module =
 org.ovirt.engine-extensions.aaa.ldap
 ovirt.engine.extension.binding.jbossmodule.class =
 org.ovirt.engineextensions.aaa.ldap.AuthzExtension
 ovirt.engine.extension.provides = org.ovirt.engine.api.extensions.aaa.Authz
 config.profile.file.1 = aaa/siee.local.properties

please use absolute file name for 3.5.0 relative will be available in 3.5.1


 
 /etc/ovirt-engine/extensions.d/aaa/siee.local.properties:
 
 include = ad.properties
 
 #
 # Active directory domain name.
 #
 vars.domain = siee.local
 
 #
 # Search user and its password.
 #
 vars.user = juanjo@${global:vars.domain}
 vars.password = 

this should be dedicate user for search not your private user.

 
 #
 # Optional DNS servers, if enterprise
 # DNS server cannot resolve the domain srvrecord.
 #
 #vars.dns = dns://dc1.${global:vars.domain} dns://dc2.${global:vars.domain}
 
 pool.default.serverset.type = srvrecord
 pool.default.serverset.srvrecord.domain = ${global:vars.domain}
 pool.default.auth.simple.bindDN = ${global:vars.user}
 pool.default.auth.simple.password = ${global:vars.password}
 
 # Uncomment if using custom DNS
 #pool.default.serverset.srvrecord.jndi-properties.java.naming.provider.url
 = ${global:vars.dns}
 #pool.default.socketfactory.resolver.uRL = ${global:vars.dns}
 
 # Create keystore, import certificate chain and uncomment
 # if using ssl/tls.
 #pool.default.ssl.startTLS = true
 #pool.default.ssl.truststore.file =
 ${local:_basedir}/${global:vars.domain}.jks
 #pool.default.ssl.truststore.password = changeit
 
 And after this configuration I restart ovirt-engine service. When I try to
 login in administrator portal I can see the error The user name or
 password is incorrect.. In /var/log/ovirt-engine/engine.log I have the
 errors:
 
 2014-12-02 14:02:21,983 ERROR
 [org.ovirt.engine.core.dal.dbbroker.auditloghandling.AuditLogDirector]
 (ajp--127.0.0.1-8702-8) Correlation ID: null, Call Stack: null, Custom
 Event ID: -1, Message: User juanjo cannot login, please verify the username
 and password.
 2014-12-02 14:02:21,991 ERROR
 [org.ovirt.engine.core.dal.dbbroker.auditloghandling.AuditLogDirector]
 (ajp--127.0.0.1-8702-8) Correlation ID: null, Call Stack: null, Custom
 Event ID: -1, Message: User juanjo failed to log in.
 
 I'm using correct user and password becuase I can login in a Windows client
 machine which is inside siee.local domain with this user and its correct
 password.
 
 What do you think it could be the problem?
 
 If you need more information or I have to configure any other parameters,
 please tell me.

please attach full engine.log, more correctly, stop engine, remove engine.log 
start engine, try to login and send log.
please make sure you select the siee.local domain in dropdown of login screen.

when I get the engine.log I will be able to understand who to progress.

thanks!


 
 Many thanks in advanced,
 
 Juanjo.
 
 
 
 On Wed, Nov 26, 2014 at 3:19 PM, Alon Bar-Lev alo...@redhat.com wrote:
 
 
 
  - Original Message -
   From: Juan Jose jj197...@gmail.com
   To: Alon Bar-Lev alo...@redhat.com
   Cc: Ondra Machacek omach...@redhat.com, Yair Zaslavsky 
  yzasl...@redhat.com, users@ovirt.org
   Sent: Wednesday, November 26, 2014 3:04:14 PM
   Subject: Re: [ovirt-users] Adding domain to oVirt to 3.5 issue
  
   Hello Alon and everybody,
  
   Check in my ovirt-engine machine for ovirt-engine-aaa-ldap package and it
   is not available:
  
   yum list ovirt-engine*
   Loaded plugins: fastestmirror, refresh-packagekit, security, versionlock
   Loading mirror speeds from cached hostfile
* base: ftp.udl.es
* epel: mirror.uv.es
* extras: ftp.udl.es
* 

[ovirt-users] node no responsive ovirt 3.5

2014-12-02 Thread Guillermo Matias Spaini F.


hello

i am matias Spaini and have this problem


when I run this command
 service vdsmd start
I get this error because

libvirt: Network Driver error : Network not found: no network with matching 
name 'vdsm-ovirtmgmt'

[root@node2 nfs]# service vdsmd start
initctl: Job is already running: libvirtd
vdsm: Running mkdirs
vdsm: Running configure_coredump
vdsm: Running configure_vdsm_logs
vdsm: Running run_init_hooks
vdsm: Running check_is_configured
libvirt is already configured for vdsm
vdsm: Running validate_configuration
SUCCESS: ssl configured to true. No conflicts
vdsm: Running prepare_transient_repository
vdsm: Running syslog_available
vdsm: Running nwfilter
vdsm: Running dummybr
vdsm: Running load_needed_modules
vdsm: Running tune_system
vdsm: Running test_space
vdsm: Running test_lo
vdsm: Running unified_network_persistence_upgrade
vdsm: Running restore_nets
libvirt: Network Driver error : Network not found: no network with matching 
name 'vdsm-ovirtmgmt'
Traceback (most recent call last):
File /usr/share/vdsm/vdsm-restore-net-config, line 137, in module
restore()
File /usr/share/vdsm/vdsm-restore-net-config, line 123, in restore
unified_restoration()
File /usr/share/vdsm/vdsm-restore-net-config, line 69, in unified_restoratio n
setupNetworks(nets, bonds, connectivityCheck=False, _inRollback=True)
File /usr/share/vdsm/network/api.py, line 682, in setupNetworks
implicitBonding=True, _netinfo=_netinfo, **d)
File /usr/share/vdsm/network/api.py, line 226, in wrapped
ret = func(**attrs)
File /usr/share/vdsm/network/api.py, line 315, in addNetwork
netEnt.configure(**options)
File /usr/share/vdsm/network/models.py, line 169, in configure
self.configurator.configureBridge(self, **opts)
File /usr/share/vdsm/network/configurators/ifcfg.py, line 88, in configureBr 
idge
ifup(bridge.name, bridge.ipConfig.async)
File /usr/share/vdsm/network/configurators/ifcfg.py, line 822, in ifup
rc, out, err = _ifup(iface)
File /usr/share/vdsm/network/configurators/ifcfg.py, line 811, in _ifup
raise ConfigNetworkError(ERR_FAILED_IFUP, out[-1] if out else '')
network.errors.ConfigNetworkError: (29, 'Determining IP information for wan... 
f ailed.')
vdsm: stopped during execute restore_nets task (task returned with error code 
1) .
vdsm start [FAILED]


Matias SPAINI
Tecnología de Información
MONALISA Internacional S.A.
Av. Boquerón 310
Ciudad del Este – PARAGUAY
Tel + 595 61 500 645
Fax + 595 61 512 695
matias.spa...@monalisa.com.py www.monalisa.com.py


---
Antes de imprimir, recuérdese de su compromiso con el Medio Ambiente
Aviso: Este mensaje es dirigido para su destinatario y contiene informaciones 
que no pueden ser usadas por otras personas que no sean su(s) destinatario(s). 
La retransmisión del contenido no está autorizada fuera del contexto de su 
envío y a quien corresponde. El uso no autorizado de la información en este 
mensaje se halla penado por las leyes vigentes en todo el mundo. Si ha recibido 
este mensaje por error, por favor bórrala y notifique al remitente en la 
brevedad posible. El contenido de este mensaje no es responsabilidad de la 
Empresa y debe ser atribuido siempre a su autor. Gracias.

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


Re: [ovirt-users] [ovirt-devel] [QE][ACTION REQUIRED] oVirt 3.5.1 RC status - postponed

2014-12-02 Thread Dan Kenigsberg
On Tue, Dec 02, 2014 at 06:44:50AM +0100, Sandro Bonazzola wrote:
 Hi,
 We were supposed to start composing oVirt 3.5.1 RC today *2014-12-02 08:00 
 UTC* from 3.5 branch.
 We have still blockers for oVirt 3.5.1 RC release so we need to postpone it 
 untill they'll be fixed.
 The new tentative date for 3.5.1 RC composition is set to *2014-12-09 08:00 
 UTC
 
 The bug tracker [1] shows 2 open blocker:
 Bug IDWhiteboard  Status  Summary
 1168689   infra   ASSIGNEDUpgrading from 3.4.4 to 3.5.1 
 snapshot the vdsm rpm throw an exception

This one actuall has two patches merged. I moved it back to ASSIGNED by
mistake, as I did not notice the section added to
http://gerrit.ovirt.org/#/c/35763/2/vdsm.spec.in

Anyway, this bloke is behind us.

 1160846   sla NEW Can't add disk to VM without 
 specifying disk profile when the storage domain has more than one disk profile
 
 In order to stabilize the release a new branch ovirt-engine-3.5.1 will be 
 created from the same git hash used for composing the RC.
 
 Maintainers:
 - Please be sure that 3.5 snapshot allow to create VMs before *2014-12-08 
 15:00 UTC*
 - Please be sure that no pending patches are going to block the release 
 before *2014-12-08 15:00 UTC*
 - If any patch must block the RC release please raise the issue as soon as 
 possible.
 
 There are still 69 bugs [2] targeted to 3.5.1.
 Excluding node and documentation bugs we still have 46 bugs [3] targeted to 
 3.5.1.
 
 Maintainers / Assignee:
 - Please add the bugs to the tracker if you think that 3.5.1 should not be 
 released without them fixed.
 - Please update the target to 3.5.2 or later for bugs that won't be in 3.5.1:
   it will ease gathering the blocking bugs for next releases.
 - Please fill release notes, the page has been created here [4]
 
 Community:
 - If you're testing oVirt 3.5 nightly snapshot, please add yourself to the 
 test page [5]
 
 
 [1] http://bugzilla.redhat.com/1155170
 [2] http://goo.gl/7G0PDV
 [3] http://goo.gl/6gUbVr
 [4] http://www.ovirt.org/OVirt_3.5.1_Release_Notes
 [5] http://www.ovirt.org/Testing/oVirt_3.5.1_Testing
 
 
 -- 
 Sandro Bonazzola
 Better technology. Faster innovation. Powered by community collaboration.
 See how it works at redhat.com
 ___
 Devel mailing list
 de...@ovirt.org
 http://lists.ovirt.org/mailman/listinfo/devel
___
Users mailing list
Users@ovirt.org
http://lists.ovirt.org/mailman/listinfo/users


[ovirt-users] [CfP] CeBIT Open Source Forum CFP closes January 25

2014-12-02 Thread Brian Proffitt
http://www.linuxpromagazine.com/Online/News/CeBIT-Open-Source-Forum-Call-for-Papers

The CeBIT 2015 Open Source Forum features a comprehensive daily program of more 
than 60 presentations, illuminating all aspects of Linux, open source, and free 
software.

From systemd to Raspberry Pi: The Call for Papers is aimed at practitioners, 
developers, and strategists from the open source, business, and government 
communities. Issues of specific interest are systems 
administration/automation, security/privacy, drivers/kernel, the future of 
Linux, open hardware/Raspberry Pi, and much more.

Application and Contact: To submit your presentation for CeBIT Open Source 
Forum, please complete the application form or send a short description of your 
proposal with your name and a telephone number (for potential questions) to 
callforpap...@linux-magazin.de. Presentations should be either 30 or 45 minutes 
long (including a short QA session) in either English or German.

Presentation slots are allocated by an international jury of open source 
experts, with a small number of slots reserved for sponsors. Please contact 
Petra Jaser if you are interested.

The adjacent joint exhibition area Open Source Park features open source-based 
IT solutions from small and medium-sized companies (contact: Bettina Koch).

CeBIT 2015 takes place in Hannover, Germany, from March 16 to 20, 2015. The 
deadline for submissions for the Open Source Forum is Sunday, January 25, 2015.

-- 
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 Monthly Newsletter: November 2014

2014-12-02 Thread Brian Proffitt
Big news this month as oVirt Engine gets EL7 support, more commercial products 
based on oVirt are discovered, and oVirt 3.5 starts impacting the community!

=== Software News ===

oVirt snapshots available for testing on EL7! 
http://lists.ovirt.org/pipermail/users/2014-November/029034.html

=== Technical News ===

Learn about smart VM scheduling in oVirt clusters from Martin Sivák: 
http://community.redhat.com/blog/2014/11/smart-vm-scheduling-in-ovirt-clusters/

Containers and virtualization can work together, writes Federico Simoncelli:
http://redhatstackblog.redhat.com/2014/11/20/co-existence-of-containers-and-virtualization-technologies/

Here's how to get Up and Running with oVirt 3.5: 
(Part 1) 
http://community.redhat.com/blog/2014/10/up-and-running-with-ovirt-3-5/ 
(Part 2) 
http://community.redhat.com/blog/2014/11/up-and-running-with-ovirt-3-5-part-two/

Docker and oVirt integration is progressing fast 
http://website-humblec.rhcloud.com/ovirt-docker-integration-2/

A good basic roundup of KVM 
http://vmiss.net/infrastructure/meet-kvm-your-linux-based-hypervisor/

Learn more about hosted engine on iSCSI in this deep dive 
https://www.youtube.com/watch?v=PU99qnKHvbk

Some deep-in-the-weeds numbers on oVirt power management 
http://kicklinux.com/supermicro-motherboard-ovirt-power-management/

Greg Sheremeta gives his intro to oVirt... 
http://www.slideshare.net/AllThingsOpen/introduction-to-ovirt

... as does Roozbeh Shafiee 
http://www.slideshare.net/RoozbehShafiee/ovirt-introduction

OpenStack *and* oVirt integration with Glance! 
http://cloudn1n3.blogspot.co.il/2014/11/openstack-series-part-5-glance-image.html

Michael Quinn shares his POV of post-oVirt 3.5 configuration issues 
http://theterminallife.com/post-ovirt-3-5-upgrade-issues/

Migrating to oVirt 3.5 (Spanish) 
http://blog.sotoca.es/2014/11/fallo-al-arrancar-maquinas-virtuales.html

VirtZine: Alternative Virtualization Platforms! 
http://www.virtzine.com/2014/11/virtzine-48-video-alternative-virtualization-platforms/

oVirt (and RHEV) Active Directory configiuration (Turkish) 
http://www.erkantugral.net/2014/11/ovirtrhev-de-active-directory.html

=== Community News ===

The GNOME Outreach Program for Women continues 
https://wiki.gnome.org/OutreachProgramForWomen/2014/DecemberMarch

Another oVirt-based product hits the market! https://cloudspin.me/

All KVM Forum slides are now uploaded to the KVM wiki. 
http://www.linux-kvm.org/page/KVM_Forum_2014

The event videos are all posted on YouTube, on the KVM Forum channel. 
https://www.youtube.com/channel/UCRCSQmAOh7yzgheq-emy1xA

FUDCon Managua included some oVirt talks http://robyduck.fedoraonline.it/?p=37

Webinar: HP OneView for Red Hat Enterprise Virtualization 
http://alturl.com/r2i5f

Symantec published a 200-page Storage Foundation and High Availability 
Virtualization Guide - Linux, with a big focus on RHEV http://alturl.com/o2xp8

BMCSoftware released a new connector for RHEV-M http://alturl.com/qouci

Ansible refreshed their oVirt/RHEV module http://alturl.com/txguk

It-novum converted 1100 VMs from VMWare to oVirt http://alturl.com/5h2gi

Tenable added RHEV Audit to their Nessus security scanner 
http://alturl.com/73b82

-- 
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


Re: [ovirt-users] node no responsive ovirt 3.5

2014-12-02 Thread Fabian Deutsch
- Original Message -
 
 
 hello
 
 i am matias Spaini and have this problem

Hey Matias,

are you using oVirt Node or CentOS or Fedora?

Thanks
fabian

 when I run this command
  service vdsmd start
 I get this error because
 
 libvirt: Network Driver error : Network not found: no network with matching
 name 'vdsm-ovirtmgmt'
 
 [root@node2 nfs]# service vdsmd start
 initctl: Job is already running: libvirtd
 vdsm: Running mkdirs
 vdsm: Running configure_coredump
 vdsm: Running configure_vdsm_logs
 vdsm: Running run_init_hooks
 vdsm: Running check_is_configured
 libvirt is already configured for vdsm
 vdsm: Running validate_configuration
 SUCCESS: ssl configured to true. No conflicts
 vdsm: Running prepare_transient_repository
 vdsm: Running syslog_available
 vdsm: Running nwfilter
 vdsm: Running dummybr
 vdsm: Running load_needed_modules
 vdsm: Running tune_system
 vdsm: Running test_space
 vdsm: Running test_lo
 vdsm: Running unified_network_persistence_upgrade
 vdsm: Running restore_nets
 libvirt: Network Driver error : Network not found: no network with matching
 name 'vdsm-ovirtmgmt'
 Traceback (most recent call last):
 File /usr/share/vdsm/vdsm-restore-net-config, line 137, in module
 restore()
 File /usr/share/vdsm/vdsm-restore-net-config, line 123, in restore
 unified_restoration()
 File /usr/share/vdsm/vdsm-restore-net-config, line 69, in
 unified_restoratio n
 setupNetworks(nets, bonds, connectivityCheck=False, _inRollback=True)
 File /usr/share/vdsm/network/api.py, line 682, in setupNetworks
 implicitBonding=True, _netinfo=_netinfo, **d)
 File /usr/share/vdsm/network/api.py, line 226, in wrapped
 ret = func(**attrs)
 File /usr/share/vdsm/network/api.py, line 315, in addNetwork
 netEnt.configure(**options)
 File /usr/share/vdsm/network/models.py, line 169, in configure
 self.configurator.configureBridge(self, **opts)
 File /usr/share/vdsm/network/configurators/ifcfg.py, line 88, in
 configureBr idge
 ifup(bridge.name, bridge.ipConfig.async)
 File /usr/share/vdsm/network/configurators/ifcfg.py, line 822, in ifup
 rc, out, err = _ifup(iface)
 File /usr/share/vdsm/network/configurators/ifcfg.py, line 811, in _ifup
 raise ConfigNetworkError(ERR_FAILED_IFUP, out[-1] if out else '')
 network.errors.ConfigNetworkError: (29, 'Determining IP information for
 wan... f ailed.')
 vdsm: stopped during execute restore_nets task (task returned with error code
 1) .
 vdsm start [FAILED]
 
 
 Matias SPAINI
 Tecnología de Información
 MONALISA Internacional S.A.
 Av. Boquerón 310
 Ciudad del Este – PARAGUAY
 Tel + 595 61 500 645
 Fax + 595 61 512 695
 matias.spa...@monalisa.com.py www.monalisa.com.py
 
 
 ---
 Antes de imprimir, recuérdese de su compromiso con el Medio Ambiente
 Aviso: Este mensaje es dirigido para su destinatario y contiene
 informaciones que no pueden ser usadas por otras personas que no sean su(s)
 destinatario(s). La retransmisión del contenido no está autorizada fuera del
 contexto de su envío y a quien corresponde. El uso no autorizado de la
 información en este mensaje se halla penado por las leyes vigentes en todo
 el mundo. Si ha recibido este mensaje por error, por favor bórrala y
 notifique al remitente en la brevedad posible. El contenido de este mensaje
 no es responsabilidad de la Empresa y debe ser atribuido siempre a su autor.
 Gracias.
 
 
 ___
 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] supervdsmServer consumes 30% of host memory

2014-12-02 Thread Demeter Tibor
Hi, 

We have a productive ovirt 3.5 cluster with 3 nodes. 

The first node has 40 gb of memory and running only one VM that use 8 gb of 
ram. 
But the supervdsmserver consumes 20% of host memory. 
On the second node has 32 GB of memory with 5 VMs. On this node the 
supervdsmserver using 30%(!) of memory! 
On the node3 there are 6 VMs with 72 GB of memory. But the supervdsm server use 
only 1.7% of memory. 

Does anyone know why? 




[root@node0 ~]# ps aux|grep supervdsmServer 
root 19549 0.2 20.8 26248348 8594352 ? Sl 06:00 1:59 /usr/bin/python 
/usr/share/vdsm/supervdsmServer --sockfile /var/run/vdsm/svdsm.sock --pidfile 
/var/run/vdsm/supervdsmd.pid 





[root@node1 ~]# ps aux|grep supervdsmServer 
root 32701 1.2 29.5 32463704 9717368 ? Sl 03:59 12:08 /usr/bin/python 
/usr/share/vdsm/supervdsmServer --sockfile /var/run/vdsm/svdsm.sock --pidfile 
/var/run/vdsm/supervdsmd.pid 




[root@node2 ~]# ps aux|grep supervdsmServer 
root 4613 0.0 1.7 6340572 1291476 ? Sl 18:26 0:04 /usr/bin/python 
/usr/share/vdsm/supervdsmServer --sockfile /var/run/vdsm/svdsm.sock --pidfile 
/var/run/vdsm/supervdsmd.pid 





Thanks in advance 




Tibor 





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


Re: [ovirt-users] supervdsmServer consumes 30% of host memory

2014-12-02 Thread Dan Kenigsberg
On Tue, Dec 02, 2014 at 08:28:55PM +0100, Demeter Tibor wrote:
 Hi, 
 
 We have a productive ovirt 3.5 cluster with 3 nodes. 
 
 The first node has 40 gb of memory and running only one VM that use 8 gb of 
 ram. 
 But the supervdsmserver consumes 20% of host memory. 
 On the second node has 32 GB of memory with 5 VMs. On this node the 
 supervdsmserver using 30%(!) of memory! 
 On the node3 there are 6 VMs with 72 GB of memory. But the supervdsm server 
 use only 1.7% of memory. 
 
 Does anyone know why? 

most probably

Bug 1142647 - supervdsm leaks memory when using glusterfs

which would be fixed in ovirt-3.5.1. Unfortunately, it won't be released
today - the released date has been postponed to Dec 9th.

Since the two glusterfs issues (memleak and segfault) repeat so often,
I've tagged vdsm-4.16.8 as a release candidate for ovirt-3.5.1.

Sandro, could you help in building it and placing it somewhere for
people to try it out? After all, it has 87 (!) patches since 3.5.0, so
testing is due.

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


Re: [ovirt-users] [Gluster-users] Gluster command [UNKNOWN] failed on server...

2014-12-02 Thread Punit Dambiwal
Hi Kaushal,

Please find the logs here :- http://ur1.ca/iyoe5 and http://ur1.ca/iyoed

On Tue, Dec 2, 2014 at 10:43 PM, Kaushal M kshlms...@gmail.com wrote:

 Hey Punit,
 In the logs you've provided, GlusterD appears to be running correctly.
 Could you provide the logs for the time period when GlusterD attempts to
 start but fails.

 ~kaushal
 On Dec 2, 2014 8:03 PM, Punit Dambiwal hypu...@gmail.com wrote:

 Hi Kaushal,

 Please find the logs here :- http://ur1.ca/iyhs5 and http://ur1.ca/iyhue

 Thanks,
 punit


 On Tue, Dec 2, 2014 at 12:00 PM, Kaushal M kshlms...@gmail.com wrote:

 Hey Punit,
 Could you start Glusterd in debug mode and provide the logs here?
 To start it in debug mode, append '-LDEBUG' to the ExecStart line in
 the service file.

 ~kaushal

 On Mon, Dec 1, 2014 at 9:05 AM, Punit Dambiwal hypu...@gmail.com
 wrote:
  Hi,
 
  Can Any body help me on this ??
 
  On Thu, Nov 27, 2014 at 9:29 AM, Punit Dambiwal hypu...@gmail.com
 wrote:
 
  Hi Kaushal,
 
  Thanks for the detailed replylet me explain my setup first :-
 
  1. Ovirt Engine
  2. 4* host as well as storage machine (Host and gluster combined)
  3. Every host has 24 bricks...
 
  Now whenever the host machine reboot...it can come up but can not
 join the
  cluster again and through the following error Gluster command
 [UNKNOWN]
  failed on server..
 
  Please check my comment in line :-
 
  1. Use the same string for doing the peer probe and for the brick
 address
  during volume create/add-brick. Ideally, we suggest you use properly
  resolvable FQDNs everywhere. If that is not possible, then use only IP
  addresses. Try to avoid short names.
  ---
  [root@cpu05 ~]# gluster peer status
  Number of Peers: 3
 
  Hostname: cpu03.stack.com
  Uuid: 5729b8c4-e80d-4353-b456-6f467bddbdfb
  State: Peer in Cluster (Connected)
 
  Hostname: cpu04.stack.com
  Uuid: d272b790-c4b2-4bed-ba68-793656e6d7b0
  State: Peer in Cluster (Connected)
  Other names:
  10.10.0.8
 
  Hostname: cpu02.stack.com
  Uuid: 8d8a7041-950e-40d0-85f9-58d14340ca25
  State: Peer in Cluster (Connected)
  [root@cpu05 ~]#
  
  2. During boot up, make sure to launch glusterd only after the
 network is
  up. This will allow the new peer identification mechanism to do its
  job correctly.
   I think the service itself doing the same job
 
  [root@cpu05 ~]# cat /usr/lib/systemd/system/glusterd.service
  [Unit]
  Description=GlusterFS, a clustered file-system server
  After=network.target rpcbind.service
  Before=network-online.target
 
  [Service]
  Type=forking
  PIDFile=/var/run/glusterd.pid
  LimitNOFILE=65536
  ExecStart=/usr/sbin/glusterd -p /var/run/glusterd.pid
  KillMode=process
 
  [Install]
  WantedBy=multi-user.target
  [root@cpu05 ~]#
  
 
  gluster logs :-
 
  [2014-11-24 09:22:22.147471] I [MSGID: 100030]
 [glusterfsd.c:2018:main]
  0-/usr/sbin/glusterd: Started running /usr/sbin/glusterd version 3.6.1
  (args: /usr/sbin/glusterd -p /var/run/glusterd.pid)
  [2014-11-24 09:22:22.151565] I [glusterd.c:1214:init] 0-management:
  Maximum allowed open file descriptors set to 65536
  [2014-11-24 09:22:22.151599] I [glusterd.c:1259:init] 0-management:
 Using
  /var/lib/glusterd as working directory
  [2014-11-24 09:22:22.155216] W [rdma.c:4195:__gf_rdma_ctx_create]
  0-rpc-transport/rdma: rdma_cm event channel creation failed (No such
 device)
  [2014-11-24 09:22:22.155264] E [rdma.c:4483:init] 0-rdma.management:
  Failed to initialize IB Device
  [2014-11-24 09:22:22.155285] E
 [rpc-transport.c:333:rpc_transport_load]
  0-rpc-transport: 'rdma' initialization failed
  [2014-11-24 09:22:22.155354] W [rpcsvc.c:1524:rpcsvc_transport_create]
  0-rpc-service: cannot create listener, initing the transport failed
  [2014-11-24 09:22:22.156290] I
  [glusterd.c:413:glusterd_check_gsync_present] 0-glusterd:
 geo-replication
  module not installed in the system
  [2014-11-24 09:22:22.161318] I
  [glusterd-store.c:2043:glusterd_restore_op_version] 0-glusterd:
 retrieved
  op-version: 30600
  [2014-11-24 09:22:22.821800] I
  [glusterd-handler.c:3146:glusterd_friend_add_from_peerinfo]
 0-management:
  connect returned 0
  [2014-11-24 09:22:22.825810] I
  [glusterd-handler.c:3146:glusterd_friend_add_from_peerinfo]
 0-management:
  connect returned 0
  [2014-11-24 09:22:22.828705] I
  [glusterd-handler.c:3146:glusterd_friend_add_from_peerinfo]
 0-management:
  connect returned 0
  [2014-11-24 09:22:22.828771] I
 [rpc-clnt.c:969:rpc_clnt_connection_init]
  0-management: setting frame-timeout to 600
  [2014-11-24 09:22:22.832670] I
 [rpc-clnt.c:969:rpc_clnt_connection_init]
  0-management: setting frame-timeout to 600
  [2014-11-24 09:22:22.835919] I
 [rpc-clnt.c:969:rpc_clnt_connection_init]
  0-management: setting frame-timeout to 600
  [2014-11-24 09:22:22.840209] E
  [glusterd-store.c:4248:glusterd_resolve_all_bricks] 0-glusterd:
 resolve
  brick failed in restore
  [2014-11-24 09:22:22.840233] E [xlator.c:425:xlator_init]
 

Re: [ovirt-users] [Gluster-users] Gluster command [UNKNOWN] failed on server...

2014-12-02 Thread Kaushal M
This peer cannot be identified.

 [2014-12-03 02:29:25.998153] D
[glusterd-peer-utils.c:121:glusterd_peerinfo_find_by_hostname]
0-management: Unable to find friend: cpu05.zne01.hkg1.ovt.36stack.com

I don't know why this address is not being resolved during boot time. If
this is a valid peer, the the only reason I can think of this that the
network is not up.

If you had previously detached the peer forcefully, the that could have
left stale entries in some volumes. In this case as well, GlusterD will
fail to identify the peer.

Do either of these reasons seem a possibility to you?
On Dec 3, 2014 8:07 AM, Punit Dambiwal hypu...@gmail.com wrote:

 Hi Kaushal,

 Please find the logs here :- http://ur1.ca/iyoe5 and http://ur1.ca/iyoed

 On Tue, Dec 2, 2014 at 10:43 PM, Kaushal M kshlms...@gmail.com wrote:

 Hey Punit,
 In the logs you've provided, GlusterD appears to be running correctly.
 Could you provide the logs for the time period when GlusterD attempts to
 start but fails.

 ~kaushal
 On Dec 2, 2014 8:03 PM, Punit Dambiwal hypu...@gmail.com wrote:

 Hi Kaushal,

 Please find the logs here :- http://ur1.ca/iyhs5 and http://ur1.ca/iyhue

 Thanks,
 punit


 On Tue, Dec 2, 2014 at 12:00 PM, Kaushal M kshlms...@gmail.com wrote:

 Hey Punit,
 Could you start Glusterd in debug mode and provide the logs here?
 To start it in debug mode, append '-LDEBUG' to the ExecStart line in
 the service file.

 ~kaushal

 On Mon, Dec 1, 2014 at 9:05 AM, Punit Dambiwal hypu...@gmail.com
 wrote:
  Hi,
 
  Can Any body help me on this ??
 
  On Thu, Nov 27, 2014 at 9:29 AM, Punit Dambiwal hypu...@gmail.com
 wrote:
 
  Hi Kaushal,
 
  Thanks for the detailed replylet me explain my setup first :-
 
  1. Ovirt Engine
  2. 4* host as well as storage machine (Host and gluster combined)
  3. Every host has 24 bricks...
 
  Now whenever the host machine reboot...it can come up but can not
 join the
  cluster again and through the following error Gluster command
 [UNKNOWN]
  failed on server..
 
  Please check my comment in line :-
 
  1. Use the same string for doing the peer probe and for the brick
 address
  during volume create/add-brick. Ideally, we suggest you use properly
  resolvable FQDNs everywhere. If that is not possible, then use only
 IP
  addresses. Try to avoid short names.
  ---
  [root@cpu05 ~]# gluster peer status
  Number of Peers: 3
 
  Hostname: cpu03.stack.com
  Uuid: 5729b8c4-e80d-4353-b456-6f467bddbdfb
  State: Peer in Cluster (Connected)
 
  Hostname: cpu04.stack.com
  Uuid: d272b790-c4b2-4bed-ba68-793656e6d7b0
  State: Peer in Cluster (Connected)
  Other names:
  10.10.0.8
 
  Hostname: cpu02.stack.com
  Uuid: 8d8a7041-950e-40d0-85f9-58d14340ca25
  State: Peer in Cluster (Connected)
  [root@cpu05 ~]#
  
  2. During boot up, make sure to launch glusterd only after the
 network is
  up. This will allow the new peer identification mechanism to do its
  job correctly.
   I think the service itself doing the same job
 
  [root@cpu05 ~]# cat /usr/lib/systemd/system/glusterd.service
  [Unit]
  Description=GlusterFS, a clustered file-system server
  After=network.target rpcbind.service
  Before=network-online.target
 
  [Service]
  Type=forking
  PIDFile=/var/run/glusterd.pid
  LimitNOFILE=65536
  ExecStart=/usr/sbin/glusterd -p /var/run/glusterd.pid
  KillMode=process
 
  [Install]
  WantedBy=multi-user.target
  [root@cpu05 ~]#
  
 
  gluster logs :-
 
  [2014-11-24 09:22:22.147471] I [MSGID: 100030]
 [glusterfsd.c:2018:main]
  0-/usr/sbin/glusterd: Started running /usr/sbin/glusterd version
 3.6.1
  (args: /usr/sbin/glusterd -p /var/run/glusterd.pid)
  [2014-11-24 09:22:22.151565] I [glusterd.c:1214:init] 0-management:
  Maximum allowed open file descriptors set to 65536
  [2014-11-24 09:22:22.151599] I [glusterd.c:1259:init] 0-management:
 Using
  /var/lib/glusterd as working directory
  [2014-11-24 09:22:22.155216] W [rdma.c:4195:__gf_rdma_ctx_create]
  0-rpc-transport/rdma: rdma_cm event channel creation failed (No such
 device)
  [2014-11-24 09:22:22.155264] E [rdma.c:4483:init] 0-rdma.management:
  Failed to initialize IB Device
  [2014-11-24 09:22:22.155285] E
 [rpc-transport.c:333:rpc_transport_load]
  0-rpc-transport: 'rdma' initialization failed
  [2014-11-24 09:22:22.155354] W
 [rpcsvc.c:1524:rpcsvc_transport_create]
  0-rpc-service: cannot create listener, initing the transport failed
  [2014-11-24 09:22:22.156290] I
  [glusterd.c:413:glusterd_check_gsync_present] 0-glusterd:
 geo-replication
  module not installed in the system
  [2014-11-24 09:22:22.161318] I
  [glusterd-store.c:2043:glusterd_restore_op_version] 0-glusterd:
 retrieved
  op-version: 30600
  [2014-11-24 09:22:22.821800] I
  [glusterd-handler.c:3146:glusterd_friend_add_from_peerinfo]
 0-management:
  connect returned 0
  [2014-11-24 09:22:22.825810] I
  [glusterd-handler.c:3146:glusterd_friend_add_from_peerinfo]
 0-management:
  connect returned 0
  [2014-11-24 09:22:22.828705] I
  

Re: [ovirt-users] [Gluster-users] Gluster command [UNKNOWN] failed on server...

2014-12-02 Thread Punit Dambiwal
Hi Kaushal,

This is the host...which i rebooted...would you mind to let me know how i
can make the glusterd sevice come up after network...i am using
centos7...if network is the issue...

On Wed, Dec 3, 2014 at 11:54 AM, Kaushal M kshlms...@gmail.com wrote:

 This peer cannot be identified.

  [2014-12-03 02:29:25.998153] D
 [glusterd-peer-utils.c:121:glusterd_peerinfo_find_by_hostname]
 0-management: Unable to find friend: cpu05.zne01.hkg1.ovt.36stack.com

 I don't know why this address is not being resolved during boot time. If
 this is a valid peer, the the only reason I can think of this that the
 network is not up.

 If you had previously detached the peer forcefully, the that could have
 left stale entries in some volumes. In this case as well, GlusterD will
 fail to identify the peer.

 Do either of these reasons seem a possibility to you?
 On Dec 3, 2014 8:07 AM, Punit Dambiwal hypu...@gmail.com wrote:

 Hi Kaushal,

 Please find the logs here :- http://ur1.ca/iyoe5 and http://ur1.ca/iyoed

 On Tue, Dec 2, 2014 at 10:43 PM, Kaushal M kshlms...@gmail.com wrote:

 Hey Punit,
 In the logs you've provided, GlusterD appears to be running correctly.
 Could you provide the logs for the time period when GlusterD attempts to
 start but fails.

 ~kaushal
 On Dec 2, 2014 8:03 PM, Punit Dambiwal hypu...@gmail.com wrote:

 Hi Kaushal,

 Please find the logs here :- http://ur1.ca/iyhs5 and
 http://ur1.ca/iyhue

 Thanks,
 punit


 On Tue, Dec 2, 2014 at 12:00 PM, Kaushal M kshlms...@gmail.com wrote:

 Hey Punit,
 Could you start Glusterd in debug mode and provide the logs here?
 To start it in debug mode, append '-LDEBUG' to the ExecStart line in
 the service file.

 ~kaushal

 On Mon, Dec 1, 2014 at 9:05 AM, Punit Dambiwal hypu...@gmail.com
 wrote:
  Hi,
 
  Can Any body help me on this ??
 
  On Thu, Nov 27, 2014 at 9:29 AM, Punit Dambiwal hypu...@gmail.com
 wrote:
 
  Hi Kaushal,
 
  Thanks for the detailed replylet me explain my setup first :-
 
  1. Ovirt Engine
  2. 4* host as well as storage machine (Host and gluster combined)
  3. Every host has 24 bricks...
 
  Now whenever the host machine reboot...it can come up but can not
 join the
  cluster again and through the following error Gluster command
 [UNKNOWN]
  failed on server..
 
  Please check my comment in line :-
 
  1. Use the same string for doing the peer probe and for the brick
 address
  during volume create/add-brick. Ideally, we suggest you use properly
  resolvable FQDNs everywhere. If that is not possible, then use only
 IP
  addresses. Try to avoid short names.
  ---
  [root@cpu05 ~]# gluster peer status
  Number of Peers: 3
 
  Hostname: cpu03.stack.com
  Uuid: 5729b8c4-e80d-4353-b456-6f467bddbdfb
  State: Peer in Cluster (Connected)
 
  Hostname: cpu04.stack.com
  Uuid: d272b790-c4b2-4bed-ba68-793656e6d7b0
  State: Peer in Cluster (Connected)
  Other names:
  10.10.0.8
 
  Hostname: cpu02.stack.com
  Uuid: 8d8a7041-950e-40d0-85f9-58d14340ca25
  State: Peer in Cluster (Connected)
  [root@cpu05 ~]#
  
  2. During boot up, make sure to launch glusterd only after the
 network is
  up. This will allow the new peer identification mechanism to do its
  job correctly.
   I think the service itself doing the same job
 
  [root@cpu05 ~]# cat /usr/lib/systemd/system/glusterd.service
  [Unit]
  Description=GlusterFS, a clustered file-system server
  After=network.target rpcbind.service
  Before=network-online.target
 
  [Service]
  Type=forking
  PIDFile=/var/run/glusterd.pid
  LimitNOFILE=65536
  ExecStart=/usr/sbin/glusterd -p /var/run/glusterd.pid
  KillMode=process
 
  [Install]
  WantedBy=multi-user.target
  [root@cpu05 ~]#
  
 
  gluster logs :-
 
  [2014-11-24 09:22:22.147471] I [MSGID: 100030]
 [glusterfsd.c:2018:main]
  0-/usr/sbin/glusterd: Started running /usr/sbin/glusterd version
 3.6.1
  (args: /usr/sbin/glusterd -p /var/run/glusterd.pid)
  [2014-11-24 09:22:22.151565] I [glusterd.c:1214:init] 0-management:
  Maximum allowed open file descriptors set to 65536
  [2014-11-24 09:22:22.151599] I [glusterd.c:1259:init] 0-management:
 Using
  /var/lib/glusterd as working directory
  [2014-11-24 09:22:22.155216] W [rdma.c:4195:__gf_rdma_ctx_create]
  0-rpc-transport/rdma: rdma_cm event channel creation failed (No
 such device)
  [2014-11-24 09:22:22.155264] E [rdma.c:4483:init] 0-rdma.management:
  Failed to initialize IB Device
  [2014-11-24 09:22:22.155285] E
 [rpc-transport.c:333:rpc_transport_load]
  0-rpc-transport: 'rdma' initialization failed
  [2014-11-24 09:22:22.155354] W
 [rpcsvc.c:1524:rpcsvc_transport_create]
  0-rpc-service: cannot create listener, initing the transport failed
  [2014-11-24 09:22:22.156290] I
  [glusterd.c:413:glusterd_check_gsync_present] 0-glusterd:
 geo-replication
  module not installed in the system
  [2014-11-24 09:22:22.161318] I
  [glusterd-store.c:2043:glusterd_restore_op_version] 0-glusterd:
 retrieved
  op-version: 30600
  [2014-11-24