<div dir="ltr">Hi,<div><br></div><div>Sorry, I have not explained well. I don&#39;t mean that I have lunch this comand simultaneously, I am using zabbix and I have defined diferent time intervals for this but comes a point at wich I can&#39;t luch anythig command over the cluster, such as &quot;gluster volume status&quot;. Is there any way around this?</div><div><br></div><div>Thanks</div><div><pre class="" id="tw-target-text" dir="ltr" style="border:none;padding:0px 0.14em 0px 0px;margin-top:0px;margin-bottom:0px;font-family:inherit;overflow:hidden;width:237.5px;white-space:pre-wrap;word-wrap:break-word;color:rgb(33,33,33);height:72px;font-weight:lighter!important;font-size:29px!important;line-height:36px!important"><br></pre></div></div><div class="gmail_extra"><br><div class="gmail_quote">2015-03-18 11:36 GMT+01:00 Atin Mukherjee <span dir="ltr">&lt;<a href="mailto:amukherj@redhat.com" target="_blank">amukherj@redhat.com</a>&gt;</span>:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div class="HOEnZb"><div class="h5"><br>
<br>
On 03/18/2015 03:24 PM, Félix de Lelelis wrote:<br>
&gt; Hi,<br>
&gt;<br>
&gt; I have a problem with glusterfs 3.6. I am monitoring it with scripts that<br>
&gt; lunch &quot;gluster volume status VONAME detail&quot; and &quot;gluster volume profile<br>
&gt; VOLNAME info&quot;. When this scripts are running about 1-2 hours, with check<br>
&gt; every 1 minute, gluster is blocked and  the node generates &quot;Another<br>
&gt; transaction is in progress&quot;. The only way to restore the situation is<br>
&gt; restart glusterd.<br>
&gt;<br>
&gt; Can you help me please.<br>
</div></div>This is expected. Concurrent transactions on a same volumes are not<br>
allowed. There is a cluster wide volume lock maintained by glusterd. In<br>
this case since both these commands are for VOLNAME, any one of two<br>
would throw an error saying &quot;Another transaction is in progress&quot;. If you<br>
ensure that there is a time gap between these two commands in your<br>
script, you can get rid of this situation.<br>
<br>
~Atin<br>
&gt;<br>
&gt;<br>
&gt; Thanks<br>
&gt;<br>
&gt;<br>
&gt;<br>
&gt; _______________________________________________<br>
&gt; Gluster-users mailing list<br>
&gt; <a href="mailto:Gluster-users@gluster.org">Gluster-users@gluster.org</a><br>
&gt; <a href="http://www.gluster.org/mailman/listinfo/gluster-users" target="_blank">http://www.gluster.org/mailman/listinfo/gluster-users</a><br>
&gt;<br>
<span class="HOEnZb"><font color="#888888"><br>
--<br>
~Atin<br>
</font></span></blockquote></div><br></div>