<html xmlns:v="urn:schemas-microsoft-com:vml" xmlns:o="urn:schemas-microsoft-com:office:office" xmlns:w="urn:schemas-microsoft-com:office:word" xmlns:m="http://schemas.microsoft.com/office/2004/12/omml" xmlns="http://www.w3.org/TR/REC-html40">

<head>
<meta http-equiv=Content-Type content="text/html; charset=us-ascii">
<meta name=Generator content="Microsoft Word 12 (filtered medium)">
<style>
<!--
 /* Font Definitions */
 @font-face
        {font-family:SimSun;
        panose-1:2 1 6 0 3 1 1 1 1 1;}
@font-face
        {font-family:"Cambria Math";
        panose-1:2 4 5 3 5 4 6 3 2 4;}
@font-face
        {font-family:Calibri;
        panose-1:2 15 5 2 2 2 4 3 2 4;}
@font-face
        {font-family:SimSun;
        panose-1:2 1 6 0 3 1 1 1 1 1;}
 /* Style Definitions */
 p.MsoNormal, li.MsoNormal, div.MsoNormal
        {margin:0cm;
        margin-bottom:.0001pt;
        text-align:justify;
        text-justify:inter-ideograph;
        font-size:10.5pt;
        font-family:"Calibri","sans-serif";}
a:link, span.MsoHyperlink
        {mso-style-priority:99;
        color:blue;
        text-decoration:underline;}
a:visited, span.MsoHyperlinkFollowed
        {mso-style-priority:99;
        color:purple;
        text-decoration:underline;}
span.EmailStyle17
        {mso-style-type:personal-compose;
        font-family:"Calibri","sans-serif";
        color:windowtext;}
.MsoChpDefault
        {mso-style-type:export-only;}
 /* Page Definitions */
 @page Section1
        {size:612.0pt 792.0pt;
        margin:72.0pt 90.0pt 72.0pt 90.0pt;}
div.Section1
        {page:Section1;}
-->
</style>
<!--[if gte mso 9]><xml>
 <o:shapedefaults v:ext="edit" spidmax="1026" />
</xml><![endif]--><!--[if gte mso 9]><xml>
 <o:shapelayout v:ext="edit">
  <o:idmap v:ext="edit" data="1" />
 </o:shapelayout></xml><![endif]-->
</head>

<body lang=ZH-CN link=blue vlink=purple style='text-justify-trim:punctuation'>

<div class=Section1>

<p class=MsoNormal><span lang=EN-US>Hello guys<o:p></o:p></span></p>

<p class=MsoNormal><span lang=EN-US><o:p>&nbsp;</o:p></span></p>

<p class=MsoNormal><span lang=EN-US>I&#8217;ve encountered a problem, i have a
glusterfs cluster of 3 servers, 1 volume,which is a replicate volume:<o:p></o:p></span></p>

<p class=MsoNormal><span lang=EN-US><o:p>&nbsp;</o:p></span></p>

<p class=MsoNormal><span lang=EN-US>[root@sy-host-1 ~]# gluster v info<o:p></o:p></span></p>

<p class=MsoNormal><span lang=EN-US>&nbsp;<o:p></o:p></span></p>

<p class=MsoNormal><span lang=EN-US>Volume Name: img<o:p></o:p></span></p>

<p class=MsoNormal><span lang=EN-US>Type: Replicate<o:p></o:p></span></p>

<p class=MsoNormal><span lang=EN-US>Volume ID:
93e23097-1899-4396-9fca-cf592f4c7a25<o:p></o:p></span></p>

<p class=MsoNormal><span lang=EN-US>Status: Started<o:p></o:p></span></p>

<p class=MsoNormal><span lang=EN-US>Number of Bricks: 1 x 3 = 3<o:p></o:p></span></p>

<p class=MsoNormal><span lang=EN-US>Transport-type: tcp<o:p></o:p></span></p>

<p class=MsoNormal><span lang=EN-US>Bricks:<o:p></o:p></span></p>

<p class=MsoNormal><span lang=EN-US>Brick1: 192.168.60.13:/ytxt/glusterfs<o:p></o:p></span></p>

<p class=MsoNormal><span lang=EN-US>Brick2: 192.168.60.14:/ytxt/glusterfs<o:p></o:p></span></p>

<p class=MsoNormal><span lang=EN-US>Brick3: 192.168.60.15:/ytxt/glusterfs<o:p></o:p></span></p>

<p class=MsoNormal><span lang=EN-US><o:p>&nbsp;</o:p></span></p>

<p class=MsoNormal><span lang=EN-US>The volume is used as a shared filesystem
for kvm, but when i was doing some maintenance work on one of the servers, say,
sy-host-2, i stopped glusterd daemon, after the maintenance work done , i
started glusterd daemon, but as soon as the process was up, some of the vm was
hanging, can not ssh to the vm. I was thinking if there was something to do
with glusterd daemon,so i tried to stop the daemon just started, bang~~,
everything was back to normal<o:p></o:p></span></p>

<p class=MsoNormal><span lang=EN-US><o:p>&nbsp;</o:p></span></p>

<p class=MsoNormal><span lang=EN-US>As soon as sy-host-2 started the glusterd
daemon, sy-host-1 showed up something in the log(/var/log/glusterfs/glusterd.log):<o:p></o:p></span></p>

<p class=MsoNormal><span lang=EN-US><o:p>&nbsp;</o:p></span></p>

<p class=MsoNormal><i><span lang=EN-US>[2015-04-28 06:08:35.342054] E [client-handshake.c:1496:client_query_portmap_cbk]
0-img-client-1: failed to get the port number for remote subvolume. Please run
'gluster volume status' on server to see if brick process is running.<o:p></o:p></span></i></p>

<p class=MsoNormal><i><span lang=EN-US>[2015-04-28 06:08:35.342223] I
[client.c:2215:client_rpc_notify] 0-img-client-1: disconnected from
img-client-1. Client process will keep trying to connect to glusterd until
brick's port is available<o:p></o:p></span></i></p>

<p class=MsoNormal><i><span lang=EN-US><o:p>&nbsp;</o:p></span></i></p>

<p class=MsoNormal><span lang=EN-US>I ran the command &#8220;gluster volume
status&#8221; on sy-host-2, nothing but normal<o:p></o:p></span></p>

<p class=MsoNormal><span lang=EN-US><o:p>&nbsp;</o:p></span></p>

<p class=MsoNormal><span lang=EN-US>Any help is great appreciated<o:p></o:p></span></p>

<p class=MsoNormal><span lang=EN-US><o:p>&nbsp;</o:p></span></p>

<p class=MsoNormal><span lang=EN-US>--<o:p></o:p></span></p>

<p class=MsoNormal><span lang=EN-US>Jay<o:p></o:p></span></p>

</div>

</body>

</html>