[Users] oVirt nightly-11-11 and gluster

Came across the following error in engine.log after creating a new gluster volume. 2012-11-12 12:39:35,264 INFO [org.ovirt.engine.core.vdsbroker.gluster.GlusterVolumesListVDSCommand] (QuartzScheduler_Worker-94) START, GlusterVolumesListVDSCommand(HostName = st01, HostId = 402f987e-2804-11e2-aa60-78e7d1f4ada5), log id: 33d22dbf 2012-11-12 12:39:35,376 ERROR [org.ovirt.engine.core.vdsbroker.vdsbroker.VdsBrokerCommand] (QuartzScheduler_Worker-94) Failed in GlusterVolumesListVDS method, for vds: st01; host: st01.nieuwland.nl 2012-11-12 12:39:35,377 ERROR [org.ovirt.engine.core.vdsbroker.VDSCommandBase] (QuartzScheduler_Worker-94) Command GlusterVolumesListVDS execution failed. Exception: NumberFormatException: For input string: "1 x 2 = 2" 2012-11-12 12:39:35,378 INFO [org.ovirt.engine.core.vdsbroker.gluster.GlusterVolumesListVDSCommand] (QuartzScheduler_Worker-94) FINISH, GlusterVolumesListVDSCommand, log id: 33d22dbf 2012-11-12 12:39:35,379 ERROR [org.ovirt.engine.core.bll.gluster.GlusterManager] (QuartzScheduler_Worker-94) Error while refreshing Gluster lightweight data of cluster MagicKingdom!: org.ovirt.engine.core.common.errors.VdcBLLException: VdcBLLException: java.lang.NumberFormatException: For input string: "1 x 2 = 2" at org.ovirt.engine.core.bll.VdsHandler.handleVdsResult(VdsHandler.java:214) [engine-bll.jar:] at org.ovirt.engine.core.bll.VDSBrokerFrontendImpl.RunVdsCommand(VDSBrokerFrontendImpl.java:33) [engine-bll.jar:] at org.ovirt.engine.core.bll.gluster.GlusterManager.runVdsCommand(GlusterManager.java:216) [engine-bll.jar:] at org.ovirt.engine.core.bll.gluster.GlusterManager.fetchVolumes(GlusterManager.java:404) [engine-bll.jar:] at org.ovirt.engine.core.bll.gluster.GlusterManager.fetchVolumes(GlusterManager.java:390) [engine-bll.jar:] at org.ovirt.engine.core.bll.gluster.GlusterManager.refreshVolumeData(GlusterManager.java:367) [engine-bll.jar:] at org.ovirt.engine.core.bll.gluster.GlusterManager.refreshClusterData(GlusterManager.java:154) [engine-bll.jar:] at org.ovirt.engine.core.bll.gluster.GlusterManager.refreshLightWeightData(GlusterManager.java:133) [engine-bll.jar:] at sun.reflect.GeneratedMethodAccessor31.invoke(Unknown Source) [:1.7.0_09-icedtea] at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) [rt.jar:1.7.0_09-icedtea] at java.lang.reflect.Method.invoke(Method.java:601) [rt.jar:1.7.0_09-icedtea] at org.ovirt.engine.core.utils.timer.JobWrapper.execute(JobWrapper.java:60) [engine-scheduler.jar:] at org.quartz.core.JobRunShell.run(JobRunShell.java:213) [quartz.jar:] at org.quartz.simpl.SimpleThreadPool$WorkerThread.run(SimpleThreadPool.java:557) [quartz.jar:] Its repeated also%2

Hi, ----- Original Message -----
From: "Joop" <jvdwege@xs4all.nl> To: users@ovirt.org Sent: Monday, November 12, 2012 5:29:32 PM Subject: [Users] oVirt nightly-11-11 and gluster
Came across the following error in engine.log after creating a new gluster volume. 2012-11-12 12:39:35,264 INFO [org.ovirt.engine.core.vdsbroker.gluster.GlusterVolumesListVDSCommand] (QuartzScheduler_Worker-94) START, GlusterVolumesListVDSCommand(HostName = st01, HostId = 402f987e-2804-11e2-aa60-78e7d1f4ada5), log id: 33d22dbf 2012-11-12 12:39:35,376 ERROR [org.ovirt.engine.core.vdsbroker.vdsbroker.VdsBrokerCommand] (QuartzScheduler_Worker-94) Failed in GlusterVolumesListVDS method, for vds: st01; host: st01.nieuwland.nl 2012-11-12 12:39:35,377 ERROR [org.ovirt.engine.core.vdsbroker.VDSCommandBase] (QuartzScheduler_Worker-94) Command GlusterVolumesListVDS execution failed. Exception: NumberFormatException: For input string: "1 x 2 = 2"
In case of REPLICATE and STRIPE volume type, we suppose to get integer value in brick count. But I am seeing '1 x 2 = 2'. This could be a recent change in 'gluster volume info' output. Can you send me below details? 1. output of 'rpm -qa | grep glusterfs' 2. output of 'gluster volume info' command However we are in the process of using xml output http://gerrit.ovirt.org/#/c/7951/
2012-11-12 12:39:35,378 INFO [org.ovirt.engine.core.vdsbroker.gluster.GlusterVolumesListVDSCommand] (QuartzScheduler_Worker-94) FINISH, GlusterVolumesListVDSCommand, log id: 33d22dbf 2012-11-12 12:39:35,379 ERROR [org.ovirt.engine.core.bll.gluster.GlusterManager] (QuartzScheduler_Worker-94) Error while refreshing Gluster lightweight data of cluster MagicKingdom!: org.ovirt.engine.core.common.errors.VdcBLLException: VdcBLLException: java.lang.NumberFormatException: For input string: "1 x 2 = 2" at org.ovirt.engine.core.bll.VdsHandler.handleVdsResult(VdsHandler.java:214) [engine-bll.jar:] at org.ovirt.engine.core.bll.VDSBrokerFrontendImpl.RunVdsCommand(VDSBrokerFrontendImpl.java:33) [engine-bll.jar:] at org.ovirt.engine.core.bll.gluster.GlusterManager.runVdsCommand(GlusterManager.java:216) [engine-bll.jar:] at org.ovirt.engine.core.bll.gluster.GlusterManager.fetchVolumes(GlusterManager.java:404) [engine-bll.jar:] at org.ovirt.engine.core.bll.gluster.GlusterManager.fetchVolumes(GlusterManager.java:390) [engine-bll.jar:] at org.ovirt.engine.core.bll.gluster.GlusterManager.refreshVolumeData(GlusterManager.java:367) [engine-bll.jar:] at org.ovirt.engine.core.bll.gluster.GlusterManager.refreshClusterData(GlusterManager.java:154) [engine-bll.jar:] at org.ovirt.engine.core.bll.gluster.GlusterManager.refreshLightWeightData(GlusterManager.java:133) [engine-bll.jar:] at sun.reflect.GeneratedMethodAccessor31.invoke(Unknown Source) [:1.7.0_09-icedtea] at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) [rt.jar:1.7.0_09-icedtea] at java.lang.reflect.Method.invoke(Method.java:601) [rt.jar:1.7.0_09-icedtea] at org.ovirt.engine.core.utils.timer.JobWrapper.execute(JobWrapper.java:60) [engine-scheduler.jar:] at org.quartz.core.JobRunShell.run(JobRunShell.java:213) [quartz.jar:] at org.quartz.simpl.SimpleThreadPool$WorkerThread.run(SimpleThreadPool.java:557) [quartz.jar:]
Its repeated also%2
Thanks, Regards, Bala

This is a multi-part message in MIME format. --------------010105020205020100080003 Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit Balamurugan Arumugam wrote:
Hi,
----- Original Message -----
From: "Joop" <jvdwege@xs4all.nl> To: users@ovirt.org Sent: Monday, November 12, 2012 5:29:32 PM Subject: [Users] oVirt nightly-11-11 and gluster
Came across the following error in engine.log after creating a new gluster volume. 2012-11-12 12:39:35,264 INFO [org.ovirt.engine.core.vdsbroker.gluster.GlusterVolumesListVDSCommand] (QuartzScheduler_Worker-94) START, GlusterVolumesListVDSCommand(HostName = st01, HostId = 402f987e-2804-11e2-aa60-78e7d1f4ada5), log id: 33d22dbf 2012-11-12 12:39:35,376 ERROR [org.ovirt.engine.core.vdsbroker.vdsbroker.VdsBrokerCommand] (QuartzScheduler_Worker-94) Failed in GlusterVolumesListVDS method, for vds: st01; host: st01.nieuwland.nl 2012-11-12 12:39:35,377 ERROR [org.ovirt.engine.core.vdsbroker.VDSCommandBase] (QuartzScheduler_Worker-94) Command GlusterVolumesListVDS execution failed. Exception: NumberFormatException: For input string: "1 x 2 = 2"
In case of REPLICATE and STRIPE volume type, we suppose to get integer value in brick count. But I am seeing '1 x 2 = 2'. This could be a recent change in 'gluster volume info' output. Can you send me below details? 1. output of 'rpm -qa | grep glusterfs' 2. output of 'gluster volume info' command
However we are in the process of using xml output http://gerrit.ovirt.org/#/c/7951/
Found a post of Brian Vetter, http://www.mail-archive.com/users@ovirt.org/msg04135.html, I alse did the setsebool sanlock_use_nfs on and now I can atleast access the a distributed volume. Next try will be a replicated volume. This is the part of sanlock.log of today trying to attach Data: 2012-11-13 16:05:30+0100 455673 [1875]: s4 lockspace 022ef32b-a4a9-4976-9961-cb0564e458fb:250:/rhev/data-center/mnt/st01.nieuwland.nl:_Data/022ef32b-a4a9-4976-9961-cb0564e458fb/dom_md/ids:0 2012-11-13 16:05:30+0100 455673 [10021]: open error -13 /rhev/data-center/mnt/st01.nieuwland.nl:_Data/022ef32b-a4a9-4976-9961-cb0564e458fb/dom_md/ids 2012-11-13 16:05:30+0100 455673 [10021]: s4 open_disk /rhev/data-center/mnt/st01.nieuwland.nl:_Data/022ef32b-a4a9-4976-9961-cb0564e458fb/dom_md/ids error -13 2012-11-13 16:27:21+0100 456984 [1874]: s5 lockspace 022ef32b-a4a9-4976-9961-cb0564e458fb:250:/rhev/data-center/mnt/st01.nieuwland.nl:_Data/022ef32b-a4a9-4976-9961-cb0564e458fb/dom_md/ids:0 2012-11-13 16:27:42+0100 457005 [1875]: s5:r1 resource 022ef32b-a4a9-4976-9961-cb0564e458fb:SDM:/rhev/data-center/mnt/st01.nieuwland.nl:_Data/022ef32b-a4a9-4976-9961-cb0564e458fb/dom_md/leases:0 for 3,14,2164 2012-11-13 16:27:48+0100 457011 [1874]: s6 lockspace 022ef32b-a4a9-4976-9961-cb0564e458fb:1:/rhev/data-center/mnt/st01.nieuwland.nl:_Data/022ef32b-a4a9-4976-9961-cb0564e458fb/dom_md/ids:0 Joop --------------010105020205020100080003 Content-Type: text/html; charset=UTF-8 Content-Transfer-Encoding: 7bit <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"> <html> <head> <meta content="text/html;charset=UTF-8" http-equiv="Content-Type"> <title></title> </head> <body bgcolor="#ffffff" text="#000000"> Balamurugan Arumugam wrote: <blockquote cite="mid:416955720.5556031.1352781243194.JavaMail.root@redhat.com" type="cite"> <pre wrap="">Hi, ----- Original Message ----- </pre> <blockquote type="cite"> <pre wrap="">From: "Joop" <a class="moz-txt-link-rfc2396E" href="mailto:jvdwege@xs4all.nl"><jvdwege@xs4all.nl></a> To: <a class="moz-txt-link-abbreviated" href="mailto:users@ovirt.org">users@ovirt.org</a> Sent: Monday, November 12, 2012 5:29:32 PM Subject: [Users] oVirt nightly-11-11 and gluster Came across the following error in engine.log after creating a new gluster volume. 2012-11-12 12:39:35,264 INFO [org.ovirt.engine.core.vdsbroker.gluster.GlusterVolumesListVDSCommand] (QuartzScheduler_Worker-94) START, GlusterVolumesListVDSCommand(HostName = st01, HostId = 402f987e-2804-11e2-aa60-78e7d1f4ada5), log id: 33d22dbf 2012-11-12 12:39:35,376 ERROR [org.ovirt.engine.core.vdsbroker.vdsbroker.VdsBrokerCommand] (QuartzScheduler_Worker-94) Failed in GlusterVolumesListVDS method, for vds: st01; host: st01.nieuwland.nl 2012-11-12 12:39:35,377 ERROR [org.ovirt.engine.core.vdsbroker.VDSCommandBase] (QuartzScheduler_Worker-94) Command GlusterVolumesListVDS execution failed. Exception: NumberFormatException: For input string: "1 x 2 = 2" </pre> </blockquote> <pre wrap=""><!----> In case of REPLICATE and STRIPE volume type, we suppose to get integer value in brick count. But I am seeing '1 x 2 = 2'. This could be a recent change in 'gluster volume info' output. Can you send me below details? 1. output of 'rpm -qa | grep glusterfs' 2. output of 'gluster volume info' command However we are in the process of using xml output <a class="moz-txt-link-freetext" href="http://gerrit.ovirt.org/#/c/7951/">http://gerrit.ovirt.org/#/c/7951/</a> </pre> </blockquote> Found a post of Brian Vetter, <a class="moz-txt-link-freetext" href="http://www.mail-archive.com/users@ovirt.org/msg04135.html">http://www.mail-archive.com/users@ovirt.org/msg04135.html</a>, I alse did the setsebool sanlock_use_nfs on and now I can atleast access the a distributed volume.<br> Next try will be a replicated volume.<br> <br> This is the part of sanlock.log of today trying to attach Data:<br> <br> 2012-11-13 16:05:30+0100 455673 [1875]: s4 lockspace 022ef32b-a4a9-4976-9961-cb0564e458fb:250:/rhev/data-center/mnt/st01.nieuwland.nl:_Data/022ef32b-a4a9-4976-9961-cb0564e458fb/dom_md/ids:0<br> 2012-11-13 16:05:30+0100 455673 [10021]: open error -13 /rhev/data-center/mnt/st01.nieuwland.nl:_Data/022ef32b-a4a9-4976-9961-cb0564e458fb/dom_md/ids<br> 2012-11-13 16:05:30+0100 455673 [10021]: s4 open_disk /rhev/data-center/mnt/st01.nieuwland.nl:_Data/022ef32b-a4a9-4976-9961-cb0564e458fb/dom_md/ids error -13<br> 2012-11-13 16:27:21+0100 456984 [1874]: s5 lockspace 022ef32b-a4a9-4976-9961-cb0564e458fb:250:/rhev/data-center/mnt/st01.nieuwland.nl:_Data/022ef32b-a4a9-4976-9961-cb0564e458fb/dom_md/ids:0<br> 2012-11-13 16:27:42+0100 457005 [1875]: s5:r1 resource 022ef32b-a4a9-4976-9961-cb0564e458fb:SDM:/rhev/data-center/mnt/st01.nieuwland.nl:_Data/022ef32b-a4a9-4976-9961-cb0564e458fb/dom_md/leases:0 for 3,14,2164<br> 2012-11-13 16:27:48+0100 457011 [1874]: s6 lockspace 022ef32b-a4a9-4976-9961-cb0564e458fb:1:/rhev/data-center/mnt/st01.nieuwland.nl:_Data/022ef32b-a4a9-4976-9961-cb0564e458fb/dom_md/ids:0 <br> <br> Joop<br> <br> </body> </html> --------------010105020205020100080003--

This is a multi-part message in MIME format. --------------050603010003030002020004 Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit Joop wrote:
Balamurugan Arumugam wrote:
Hi,
----- Original Message -----
From: "Joop" <jvdwege@xs4all.nl> To: users@ovirt.org Sent: Monday, November 12, 2012 5:29:32 PM Subject: [Users] oVirt nightly-11-11 and gluster
Came across the following error in engine.log after creating a new gluster volume. 2012-11-12 12:39:35,264 INFO [org.ovirt.engine.core.vdsbroker.gluster.GlusterVolumesListVDSCommand] (QuartzScheduler_Worker-94) START, GlusterVolumesListVDSCommand(HostName = st01, HostId = 402f987e-2804-11e2-aa60-78e7d1f4ada5), log id: 33d22dbf 2012-11-12 12:39:35,376 ERROR [org.ovirt.engine.core.vdsbroker.vdsbroker.VdsBrokerCommand] (QuartzScheduler_Worker-94) Failed in GlusterVolumesListVDS method, for vds: st01; host: st01.nieuwland.nl 2012-11-12 12:39:35,377 ERROR [org.ovirt.engine.core.vdsbroker.VDSCommandBase] (QuartzScheduler_Worker-94) Command GlusterVolumesListVDS execution failed. Exception: NumberFormatException: For input string: "1 x 2 = 2"
In case of REPLICATE and STRIPE volume type, we suppose to get integer value in brick count. But I am seeing '1 x 2 = 2'. This could be a recent change in 'gluster volume info' output. Can you send me below details? 1. output of 'rpm -qa | grep glusterfs' 2. output of 'gluster volume info' command
However we are in the process of using xml output http://gerrit.ovirt.org/#/c/7951/
Found a post of Brian Vetter, http://www.mail-archive.com/users@ovirt.org/msg04135.html, I alse did the setsebool sanlock_use_nfs on and now I can atleast access the a distributed volume. Next try will be a replicated volume. To follow up on my post. Using a replicated volume works too ;-)
Joop --------------050603010003030002020004 Content-Type: text/html; charset=UTF-8 Content-Transfer-Encoding: 7bit <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"> <html> <head> <meta content="text/html;charset=UTF-8" http-equiv="Content-Type"> </head> <body bgcolor="#ffffff" text="#000000"> Joop wrote: <blockquote cite="mid:50A2A333.7010905@xs4all.nl" type="cite"> <meta content="text/html;charset=UTF-8" http-equiv="Content-Type"> <title></title> Balamurugan Arumugam wrote: <blockquote cite="mid:416955720.5556031.1352781243194.JavaMail.root@redhat.com" type="cite"> <pre wrap="">Hi, ----- Original Message ----- </pre> <blockquote type="cite"> <pre wrap="">From: "Joop" <a moz-do-not-send="true" class="moz-txt-link-rfc2396E" href="mailto:jvdwege@xs4all.nl"><jvdwege@xs4all.nl></a> To: <a moz-do-not-send="true" class="moz-txt-link-abbreviated" href="mailto:users@ovirt.org">users@ovirt.org</a> Sent: Monday, November 12, 2012 5:29:32 PM Subject: [Users] oVirt nightly-11-11 and gluster Came across the following error in engine.log after creating a new gluster volume. 2012-11-12 12:39:35,264 INFO [org.ovirt.engine.core.vdsbroker.gluster.GlusterVolumesListVDSCommand] (QuartzScheduler_Worker-94) START, GlusterVolumesListVDSCommand(HostName = st01, HostId = 402f987e-2804-11e2-aa60-78e7d1f4ada5), log id: 33d22dbf 2012-11-12 12:39:35,376 ERROR [org.ovirt.engine.core.vdsbroker.vdsbroker.VdsBrokerCommand] (QuartzScheduler_Worker-94) Failed in GlusterVolumesListVDS method, for vds: st01; host: st01.nieuwland.nl 2012-11-12 12:39:35,377 ERROR [org.ovirt.engine.core.vdsbroker.VDSCommandBase] (QuartzScheduler_Worker-94) Command GlusterVolumesListVDS execution failed. Exception: NumberFormatException: For input string: "1 x 2 = 2" </pre> </blockquote> <pre wrap=""><!----> In case of REPLICATE and STRIPE volume type, we suppose to get integer value in brick count. But I am seeing '1 x 2 = 2'. This could be a recent change in 'gluster volume info' output. Can you send me below details? 1. output of 'rpm -qa | grep glusterfs' 2. output of 'gluster volume info' command However we are in the process of using xml output <a moz-do-not-send="true" class="moz-txt-link-freetext" href="http://gerrit.ovirt.org/#/c/7951/">http://gerrit.ovirt.org/#/c/7951/</a> </pre> </blockquote> Found a post of Brian Vetter, <a moz-do-not-send="true" class="moz-txt-link-freetext" href="http://www.mail-archive.com/users@ovirt.org/msg04135.html">http://www.mail-archive.com/users@ovirt.org/msg04135.html</a>, I alse did the setsebool sanlock_use_nfs on and now I can atleast access the a distributed volume.<br> Next try will be a replicated volume.<br> </blockquote> To follow up on my post. Using a replicated volume works too ;-)<br> <br> Joop<br> <br> </body> </html> --------------050603010003030002020004--

This is a multi-part message in MIME format. --------------090105050208040507000204 Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit Joop wrote:
Joop wrote:
Balamurugan Arumugam wrote:
Hi,
----- Original Message -----
From: "Joop" <jvdwege@xs4all.nl> To: users@ovirt.org Sent: Monday, November 12, 2012 5:29:32 PM Subject: [Users] oVirt nightly-11-11 and gluster
Came across the following error in engine.log after creating a new gluster volume. 2012-11-12 12:39:35,264 INFO [org.ovirt.engine.core.vdsbroker.gluster.GlusterVolumesListVDSCommand] (QuartzScheduler_Worker-94) START, GlusterVolumesListVDSCommand(HostName = st01, HostId = 402f987e-2804-11e2-aa60-78e7d1f4ada5), log id: 33d22dbf 2012-11-12 12:39:35,376 ERROR [org.ovirt.engine.core.vdsbroker.vdsbroker.VdsBrokerCommand] (QuartzScheduler_Worker-94) Failed in GlusterVolumesListVDS method, for vds: st01; host: st01.nieuwland.nl 2012-11-12 12:39:35,377 ERROR [org.ovirt.engine.core.vdsbroker.VDSCommandBase] (QuartzScheduler_Worker-94) Command GlusterVolumesListVDS execution failed. Exception: NumberFormatException: For input string: "1 x 2 = 2"
In case of REPLICATE and STRIPE volume type, we suppose to get integer value in brick count. But I am seeing '1 x 2 = 2'. This could be a recent change in 'gluster volume info' output. Can you send me below details? 1. output of 'rpm -qa | grep glusterfs' 2. output of 'gluster volume info' command
However we are in the process of using xml output http://gerrit.ovirt.org/#/c/7951/
Found a post of Brian Vetter, http://www.mail-archive.com/users@ovirt.org/msg04135.html, I alse did the setsebool sanlock_use_nfs on and now I can atleast access the a distributed volume. Next try will be a replicated volume. To follow up on my post. Using a replicated volume works too ;-) Wat didn't work was starting a VM until I used setenforce 0 Here are my installed vdsm packages. They are pushed by the engine. [root@st02 vdsm]# rpm -aq | grep vdsm vdsm-python-4.10.0-10.fc17.x86_64 vdsm-gluster-4.10.0-10.fc17.noarch vdsm-cli-4.10.0-10.fc17.noarch vdsm-xmlrpc-4.10.0-10.fc17.noarch vdsm-4.10.0-10.fc17.x86_64
Joop --------------090105050208040507000204 Content-Type: text/html; charset=UTF-8 Content-Transfer-Encoding: 7bit <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"> <html> <head> <meta content="text/html;charset=UTF-8" http-equiv="Content-Type"> <title></title> </head> <body bgcolor="#ffffff" text="#000000"> Joop wrote: <blockquote cite="mid:50A2A9F2.8010201@xs4all.nl" type="cite"> <meta content="text/html;charset=UTF-8" http-equiv="Content-Type"> Joop wrote: <blockquote cite="mid:50A2A333.7010905@xs4all.nl" type="cite"> <meta content="text/html;charset=UTF-8" http-equiv="Content-Type"> <title></title> Balamurugan Arumugam wrote: <blockquote cite="mid:416955720.5556031.1352781243194.JavaMail.root@redhat.com" type="cite"> <pre wrap="">Hi, ----- Original Message ----- </pre> <blockquote type="cite"> <pre wrap="">From: "Joop" <a moz-do-not-send="true" class="moz-txt-link-rfc2396E" href="mailto:jvdwege@xs4all.nl"><jvdwege@xs4all.nl></a> To: <a moz-do-not-send="true" class="moz-txt-link-abbreviated" href="mailto:users@ovirt.org">users@ovirt.org</a> Sent: Monday, November 12, 2012 5:29:32 PM Subject: [Users] oVirt nightly-11-11 and gluster Came across the following error in engine.log after creating a new gluster volume. 2012-11-12 12:39:35,264 INFO [org.ovirt.engine.core.vdsbroker.gluster.GlusterVolumesListVDSCommand] (QuartzScheduler_Worker-94) START, GlusterVolumesListVDSCommand(HostName = st01, HostId = 402f987e-2804-11e2-aa60-78e7d1f4ada5), log id: 33d22dbf 2012-11-12 12:39:35,376 ERROR [org.ovirt.engine.core.vdsbroker.vdsbroker.VdsBrokerCommand] (QuartzScheduler_Worker-94) Failed in GlusterVolumesListVDS method, for vds: st01; host: st01.nieuwland.nl 2012-11-12 12:39:35,377 ERROR [org.ovirt.engine.core.vdsbroker.VDSCommandBase] (QuartzScheduler_Worker-94) Command GlusterVolumesListVDS execution failed. Exception: NumberFormatException: For input string: "1 x 2 = 2" </pre> </blockquote> <pre wrap=""><!----> In case of REPLICATE and STRIPE volume type, we suppose to get integer value in brick count. But I am seeing '1 x 2 = 2'. This could be a recent change in 'gluster volume info' output. Can you send me below details? 1. output of 'rpm -qa | grep glusterfs' 2. output of 'gluster volume info' command However we are in the process of using xml output <a moz-do-not-send="true" class="moz-txt-link-freetext" href="http://gerrit.ovirt.org/#/c/7951/">http://gerrit.ovirt.org/#/c/7951/</a> </pre> </blockquote> Found a post of Brian Vetter, <a moz-do-not-send="true" class="moz-txt-link-freetext" href="http://www.mail-archive.com/users@ovirt.org/msg04135.html">http://www.mail-archive.com/users@ovirt.org/msg04135.html</a>, I alse did the setsebool sanlock_use_nfs on and now I can atleast access the a distributed volume.<br> Next try will be a replicated volume.<br> </blockquote> To follow up on my post. Using a replicated volume works too ;-)<br> </blockquote> Wat didn't work was starting a VM until I used setenforce 0<br> Here are my installed vdsm packages. They are pushed by the engine.<br> [root@st02 vdsm]# rpm -aq | grep vdsm<br> vdsm-python-4.10.0-10.fc17.x86_64<br> vdsm-gluster-4.10.0-10.fc17.noarch<br> vdsm-cli-4.10.0-10.fc17.noarch<br> vdsm-xmlrpc-4.10.0-10.fc17.noarch<br> vdsm-4.10.0-10.fc17.x86_64<br> <br> Joop<br> <br> <br> <br> </body> </html> --------------090105050208040507000204--
participants (2)
-
Balamurugan Arumugam
-
Joop