<div style="line-height:1.7;color:#000000;font-size:14px;font-family:Arial"><div><p style="margin:0;"><span style="font-family: arial; white-space: pre-wrap;">Hi All,</span></p></div><div>I have 6 servers that form a glusterfs 2x3 distributed replication volume, the details are as follows:</div><div><br></div><div><div>[root@node1 ~]# gluster volume info</div><div>Volume Name: ksvd_vol</div><div>Type: Distributed-Replicate</div><div>Volume ID: c9848daa-b06f-4f82-a2f8-1b425b8e869c</div><div>Status: Started</div><div>Snapshot Count: 0</div><div>Number of Bricks: 2 x 3 = 6</div><div>Transport-type: tcp</div><div>Bricks:</div><div>Brick1: node1:/export/kylin/ksvd</div><div>Brick2: node2:/export/kylin/ksvd</div><div>Brick3: node3:/export/kylin/ksvd</div><div>Brick4: node4:/export/kylin/ksvd</div><div>Brick5: node5:/export/kylin/ksvd</div><div>Brick6: node6:/export/kylin/ksvd</div><div>Options Reconfigured:</div><div>diagnostics.client-log-level: DEBUG</div><div>diagnostics.brick-log-level: DEBUG</div><div>performance.client-io-threads: off</div><div>nfs.disable: on</div><div>transport.address-family: inet</div><div>cluster.quorum-type: auto</div></div><div><br></div><div>Restart 6 servers at a time, the server automatically mounts the ksvd_vol volume to the / home / kylin-ksvd directory during the startup process£º</div><div><br></div><div><div>[root@node1 ~]# df -h | grep ksvd_vol</div><div>node1:/ksvd_vol&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; 4.5T&nbsp; 362G&nbsp; 4.1T&nbsp; &nbsp; 9% /home/kylin-ksvd</div></div><div><br></div><div>Failed to create a file in the glusterfs mount directory of node3, the log shows the error as follows (the files created by other servers are normal)£º</div><div><br></div><div><div>[2020-05-29 05:55:03.065656] E [MSGID: 109011] [dht-common.c:8683:dht_create] 0-ksvd_vol-dht: no subvolume in layout for path=/.ksvd.time.405fa8a6-575d-4474-a97f-a107cbf1c673.18512</div><div>[2020-05-29 05:55:03.065719] W [fuse-bridge.c:2122:fuse_create_cbk] 0-glusterfs-fuse: 2454790: /.ksvd.time.405fa8a6-575d-4474-a97f-a107cbf1c673.18512 =&gt; -1 (ÊäÈë/Êä³ö´íÎó)</div><div>[2020-05-29 05:55:03.680303] W [MSGID: 109011] [dht-layout.c:186:dht_layout_search] 0-ksvd_vol-dht: no subvolume for hash (value) = 1738969696</div><div>[2020-05-29 05:55:04.687456] W [MSGID: 109011] [dht-layout.c:186:dht_layout_search] 0-ksvd_vol-dht: no subvolume for hash (value) = 491618322</div><div>[2020-05-29 05:55:04.688612] W [MSGID: 109011] [dht-layout.c:186:dht_layout_search] 0-ksvd_vol-dht: no subvolume for hash (value) = 1738969696</div><div>[2020-05-29 05:55:05.694446] W [MSGID: 109011] [dht-layout.c:186:dht_layout_search] 0-ksvd_vol-dht: no subvolume for hash (value) = 1738969696</div><div>[2020-05-29 05:55:05.830555] W [MSGID: 109011] [dht-layout.c:186:dht_layout_search] 0-ksvd_vol-dht: no subvolume for hash (value) = 491618322</div><div>[2020-05-29 05:55:06.700423] W [MSGID: 109011] [dht-layout.c:186:dht_layout_search] 0-ksvd_vol-dht: no subvolume for hash (value) = 1738969696</div><div>[2020-05-29 05:55:07.706536] W [MSGID: 109011] [dht-layout.c:186:dht_layout_search] 0-ksvd_vol-dht: no subvolume for hash (value) = 1738969696</div><div>[2020-05-29 05:55:07.833049] W [MSGID: 109011] [dht-layout.c:186:dht_layout_search] 0-ksvd_vol-dht: no subvolume for hash (value) = 491618322</div><div>[2020-05-29 05:55:08.712128] W [MSGID: 109011] [dht-layout.c:186:dht_layout_search] 0-ksvd_vol-dht: no subvolume for hash (value) = 1738969696</div><div>The message "W [MSGID: 109011] [dht-layout.c:186:dht_layout_search] 0-ksvd_vol-dht: no subvolume for hash (value) = 1738969696" repeated 2 times between [2020-05-29 05:55:08.712128] and [2020-05-29 05:55:09.718541]</div></div><div><br></div><div>The pathinfo information in the / home / kylin-ksvd directory is displayed as follows:</div><div><br></div><div><div>[root@node3 kylin-ksvd]# getfattr -d -m .&nbsp; -n trusted.glusterfs.pathinfo /home/kylin-ksvd/</div><div>getfattr: Removing leading '/' from absolute path names</div><div># file: home/kylin-ksvd/</div><div>trusted.glusterfs.pathinfo="((&lt;DISTRIBUTE:ksvd_vol-dht&gt; (&lt;REPLICATE:ksvd_vol-replicate-0&gt; &lt;POSIX(/export/kylin/ksvd):node2:/export/kylin/ksvd/&gt; &lt;POSIX(/export/kylin/ksvd):node3:/export/kylin/ksvd/&gt; &lt;POSIX(/export/kylin/ksvd):node1:/export/kylin/ksvd/&gt;) (&lt;REPLICATE:ksvd_vol-replicate-1&gt; &lt;POSIX(/export/kylin/ksvd):node5:/export/kylin/ksvd/&gt; &lt;POSIX(/export/kylin/ksvd):node6:/export/kylin/ksvd/&gt; &lt;POSIX(/export/kylin/ksvd):node4:/export/kylin/ksvd/&gt;)) (ksvd_vol-dht-layout (ksvd_vol-replicate-0 0 0) (ksvd_vol-replicate-1 3539976838 4294967295)))"</div></div><div><br></div><div>It can be seen from the above information that ksvd_vol-dht-layout is missing the interval 0 to 3539976837</div><div><br></div><div>After umount, remounting returned to normal ... What is the reason?</div><div><br></div><div><pre>Best regards</pre></div><div><br></div></div><br><br><span title="neteasefooter"><p><br/>&nbsp;</p></span>