[ovirt-users] Re: potential split-brain after upgrading Gluster version and rebooting one of three storage nodes

2021-01-15 Thread user-5138
Sadly that did not fix the issue either. I found an old thread and was able to fix the issue by following the advice: https://lists.ovirt.org/pipermail/users/2016-February/038046.html https://lists.ovirt.org/pipermail/users/2016-February/038049.html Thanks for your help everyone.

[ovirt-users] Re: potential split-brain after upgrading Gluster version and rebooting one of three storage nodes

2021-01-12 Thread Strahil Nikolov via Users
В 12:13 + на 12.01.2021 (вт), user-5...@yandex.com написа: > > newest file (there is a timestamp inside it) and then rsync that > > file > They are binary files and I can't seem to find a timestamp. The file > consists of 2000 lines, where would I find this timestamp and what > does it look

[ovirt-users] Re: potential split-brain after upgrading Gluster version and rebooting one of three storage nodes

2021-01-12 Thread user-5138
>newest file (there is a timestamp inside it) and then rsync that file They are binary files and I can't seem to find a timestamp. The file consists of 2000 lines, where would I find this timestamp and what does it look like? Or do you mean the linux mtime? Upon further research I noticed that

[ovirt-users] Re: potential split-brain after upgrading Gluster version and rebooting one of three storage nodes

2021-01-11 Thread Alex K
On Mon, Jan 11, 2021, 20:51 Jayme wrote: > Correct me if I'm wrong but according to the docs, there might be a more > elegant way of doing something similar with gluster cli ex: gluster volume > heal split-brain latest-mtime -- although I have never > tried it myself. > This is the usual way I

[ovirt-users] Re: potential split-brain after upgrading Gluster version and rebooting one of three storage nodes

2021-01-11 Thread Strahil Nikolov via Users
В 14:48 -0400 на 11.01.2021 (пн), Jayme написа: > Correct me if I'm wrong but according to the docs, there might be a > more elegant way of doing something similar with gluster cli ex: > gluster volume heal split-brain latest-mtime -- > although I have never tried it myself. True... yet rsync is

[ovirt-users] Re: potential split-brain after upgrading Gluster version and rebooting one of three storage nodes

2021-01-11 Thread Jayme
Correct me if I'm wrong but according to the docs, there might be a more elegant way of doing something similar with gluster cli ex: gluster volume heal split-brain latest-mtime -- although I have never tried it myself. On Mon, Jan 11, 2021 at 1:50 PM Strahil Nikolov via Users wrote: > > > Is

[ovirt-users] Re: potential split-brain after upgrading Gluster version and rebooting one of three storage nodes

2021-01-11 Thread Strahil Nikolov via Users
> Is this a split brain situation and how can I solve this? I would be > very grateful for any help. I've seen it before. Just check on the nodes which brick contains the newest file (there is a timestamp inside it) and then rsync that file from the node with newest version to the rest. If