Displaying 1 result from an estimated 1 matches for "filebc".
Did you mean:
fileb
2008 Dec 16
5
Self-heal's behavior: problem on "replace" -- it leaves garbage.
...olume is on the GlusterFS Client
So, self-heal will behave between server1, server2 and server3.
Now, my self-healing procedure of fault scenario is following:
(1) Each node is active and mount point on client is /mnt/glusterfs. The operating user on client is root.
(2) Root creates fileA and fileBC on the client local directory (not on the mount point of FUSE)
- fileA contains strings "aaa"
- fileBC contains strings "bbb\nccc" (\n is line break.)
(3) Root copies fileBC on /mnt/glusterfs.
(4) Make server2 down. (# ifdown eth0)
(5) Root redirects fileA into...