Hello, You should start a heal gluster volume xxx heal or even a full one if not enough gluster volume xxx heal full I guess clients wrote some files while node was down or rebooting? Cordialement, Mathieu CHATEAU http://www.lotp.fr 2015-08-03 12:14 GMT+02:00 shacky <shacky83 at gmail.com>:> Hi. > I have a Gluster cluster with 3 nodes and one volume. > > All nodes are connected (gluster peer status) and the volume is > started on all nodes (gluster volume info), but I realized that one > file is different between nodes (it is updated only on node1 but it's > old on node2 and node3). > > Could you help me, please? > > Thank you very much! > Bye > _______________________________________________ > Gluster-users mailing list > Gluster-users at gluster.org > http://www.gluster.org/mailman/listinfo/gluster-users >-------------- next part -------------- An HTML attachment was scrubbed... URL: <http://www.gluster.org/pipermail/gluster-users/attachments/20150803/bc695285/attachment.html>
2015-08-03 12:16 GMT+02:00 Mathieu Chateau <mathieu.chateau at lotp.fr>:> You should start a heal > gluster volume xxx heal > or even a full one if not enough > gluster volume xxx heal fullThanks, I tried both but this not solved the problem: root at web1:~# ls -l /mnt/data/web/system/web/config.inc.php -rw-r--r-- 1 1010 1010 4041 Jul 31 17:42 /mnt/data/web/system/web/config.inc.php root at web2:~# ls -l /mnt/data/web/system/web/config.inc.php -rw-r--r-- 1 1010 1010 4041 Jul 24 09:20 /mnt/data/web/system/web/config.inc.php root at web3:~# ls -l /mnt/data/web/system/web/config.inc.php -rw-r--r-- 1 1010 1010 4041 Jul 24 09:20 /mnt/data/web/system/web/config.inc.php This is the heal info: root at web1:~# gluster volume heal data info Brick web1:/data/ <gfid:d5f6d18f-082f-40e9-bdd1-b7d7eee0ad6d> <gfid:376cc8a1-8592-4e3f-a47a-5d36fa62f6bc> Number of entries: 2 Brick web2:/data/ Number of entries: 0 Brick web3:/data/ Number of entries: 0> I guess clients wrote some files while node was down or rebooting?I don't think this happened, because when I updated that file all nodes was running.