search for: splitbrain

Displaying 20 results from an estimated 26 matches for "splitbrain".

2016 Sep 30
1
Good Bye SAMBA?!?!?
...s. 2016-09-29 18:30 GMT-03:00 Miguel Medalha via samba <samba at lists.samba.org>: > >> Problem is -- inotify is not recursive by default. > > Yup. That's why I've been using Watcher, a recursive incron type daemon > written in Python. > > https://github.com/splitbrain/Watcher > -- > To unsubscribe from this list go to the following URL and read the > instructions: https://lists.samba.org/mailman/options/samba > -- Atenciosamente, Rodrigo da Silva Cunha
2020 Jan 27
2
Dovecot authentication through proxy
Hi everybody, I run two redundant Dovecot servers with a shared Maildir on a GlusterFS volume and a SQL authentication backend based on a mirrored MariaDB database. Because of the splitbrain situation I would like to add two Dovecot Director as proxies. Since a few days I am trying to get the setup running. In the meantime I have achieved that the clients can successfully authenticate on the proxy and that the client connections are forwarded to the backend servers. Unfortunately I...
2024 Nov 05
1
Add an arbiter when have multiple bricks at same server.
...no files on these disks are accessible anymore, hence why bestpractice is to spread out over 3 servers, so when one server (or disk) goes down, you will still have 1 file copy and 1 arbiter with metadata online. Which is also very handy when the down server comes up again, because then you prevent splitbrain as you have matching file copy + metadata showing which version of each file is newest, thus self-heal can jump in to get you back to 2 file copies. when you want to add further bricks, you must add pairs i.e. you will add again 2 bricks 1 arbiter and these bricks and arbiter belong together and s...
2020 Jan 28
0
Dovecot authentication through proxy
> On 27 Jan 2020, at 11.56, Daniel Niewerth <daniel at niewerth.it> wrote: > > Hi everybody, > > I run two redundant Dovecot servers with a shared Maildir on a GlusterFS volume and a SQL authentication backend based on a mirrored MariaDB database. > Because of the splitbrain situation I would like to add two Dovecot Director as proxies. I would not run on GlusterFS because of bad experiences and index corruptions on the past experiments. > > Can someone explain me how to solve this problem? > > ### Proxy Config ### > #################### > &gt...
2004 Oct 12
12
RFC: Shorewall wiki is going down!
Hello, In reference to http://wiki.rettc.com/wiki.phtml?title=Wiki_Shorewall_FAQ ; Well, after a lot of emails I setup a wiki for shorewall, etc. It has proved to be completely useless. I have noticed one slight distro specific example added, a couple typo additions and fixes, otherwise, all contributions have been in excess (Tom...), or in malign. For my uses it has proven of little use as
2024 Nov 05
1
Add an arbiter when have multiple bricks at same server.
...are accessible anymore, > hence why bestpractice is to spread out over 3 servers, so when one server > (or disk) goes down, you will still have 1 file copy and 1 arbiter with > metadata online. > Which is also very handy when the down server comes up again, because then > you prevent splitbrain as you have matching file copy + metadata showing > which version of each file is newest, thus self-heal can jump in to get you > back to 2 file copies. > > when you want to add further bricks, you must add pairs i.e. > you will add again 2 bricks 1 arbiter and these bricks and arbit...
2018 May 22
2
split brain? but where?
...le <brickpath/.glusterfs/<first two bits of gfid>/<next 2 bits of gfid>/<full gfid> Please provide the getfatr output of the file which is in split brain. The steps to recover from split-brain can be found here, http://gluster.readthedocs.io/en/latest/Troubleshooting/resolving-splitbrain/ HTH, Karthik On Tue, May 22, 2018 at 4:03 AM, Joe Julian <joe at julianfamily.org> wrote: > How do I find what "eafb8799-4e7a-4264-9213-26997c5a4693" is? > > https://docs.gluster.org/en/v3/Troubleshooting/gfid-to-path/ > > On May 21, 2018 3:22:01 PM PDT, Thing &...
2024 Oct 19
2
How much disk can fail after a catastrophic failure occur?
Hi there. I have 2 servers with this number of disks in each side: pve01:~# df | grep disco /dev/sdd 1.0T 9.4G 1015G 1% /disco1TB-0 /dev/sdh 1.0T 9.3G 1015G 1% /disco1TB-3 /dev/sde 1.0T 9.5G 1015G 1% /disco1TB-1 /dev/sdf 1.0T 9.4G 1015G 1% /disco1TB-2 /dev/sdg 2.0T 19G 2.0T 1% /disco2TB-1 /dev/sdc 2.0T 19G 2.0T 1%
2016 Apr 21
0
Automatic sysvol replication through detection of filesystem events
I thought this can be useful to someone, so here it goes. I am using automatic SysVol replication with the help of "watcher", a recursive incron. https://github.com/splitbrain/Watcher "Watcher is a daemon that watches specified files/folders for changes and fires commands in response to those changes. It is similar to incron, however, configuration uses a simpler to read ini file instead of a plain text file. Unlike incron it can also recursively monitor direct...
2006 May 18
5
[OT] Best Blog + Wiki opinions?
Hello all, I''m looking for suggestions for integrated Blog + Wiki (Bliki) apps. I''d prefer Rails, I want to hear opinions on all options! I''ve browsed through W:Bliki <http://en.wikipedia.org/wiki/Bliki>. Nothing in that list is immediately compelling. This is for my wife, who is not a technologist, and has a need to create a information-centric website.
2014 Jul 03
0
ctdb split brain nodes doesn't see each other
...16268 Size:1 hash:0 lmaster:0 Recovery mode:NORMAL (0) Recovery master:0 Node 2 Number of nodes:2 pnn:0 10.0.0.1 DISCONNECTED|UNHEALTHY|INACTIVE pnn:1 10.0.0.2 OK (THIS NODE) Generation:2125944281 Size:1 hash:0 lmaster:1 Recovery mode:NORMAL (0) Recovery master:1 ?> RESULTS in splitbrain, both nodes have the public ip Node 1 Log 2014/07/03 16:07:59.033170 [33243]: Starting CTDBD as pid : 33243 2014/07/03 16:07:59.036903 [33243]: Vacuuming is disabled for persistent database group_mapping.tdb 2014/07/03 16:07:59.040167 [33243]: Vacuuming is disabled for persistent database account_...
2018 May 22
0
split brain? but where?
...t;first two bits of > gfid>/<next 2 bits of gfid>/<full gfid> > > Please provide the getfatr output of the file which is in split brain. > The steps to recover from split-brain can be found here, > http://gluster.readthedocs.io/en/latest/Troubleshooting/ > resolving-splitbrain/ > > HTH, > Karthik > > On Tue, May 22, 2018 at 4:03 AM, Joe Julian <joe at julianfamily.org> wrote: > >> How do I find what "eafb8799-4e7a-4264-9213-26997c5a4693" is? >> >> https://docs.gluster.org/en/v3/Troubleshooting/gfid-to-path/ >> &...
2024 Nov 05
1
Add an arbiter when have multiple bricks at same server.
Ok. I got confused here! For each brick I will need one arbiter brick, in a different partition/folder? And what if in some point in the future I decide to add a new brick in the main servers? Do I need to provide another partition/folder in the arbiter and then adjust the arbiter brick counter? --- Gilberto Nunes Ferreira Em ter., 5 de nov. de 2024 ?s 13:22, Andreas Schwibbe
2007 Feb 20
6
Markdown and Wikis
I would like to have a wiki that uses Markdown as the markup language (or something very close), I've currently used PmWiki and I really like it but there are some problems with using Markdown so I'm interested to see if there is an alternative that works better for me. I've looked at wiki matrix and searched for and found the following list bitweaver, DekiWiki, DokuWiki, Friki,
2018 May 22
1
split brain? but where?
...> gfid>/<next 2 bits of gfid>/<full gfid> >> >> Please provide the getfatr output of the file which is in split brain. >> The steps to recover from split-brain can be found here, >> http://gluster.readthedocs.io/en/latest/Troubleshooting/reso >> lving-splitbrain/ >> >> HTH, >> Karthik >> >> On Tue, May 22, 2018 at 4:03 AM, Joe Julian <joe at julianfamily.org> wrote: >> >>> How do I find what "eafb8799-4e7a-4264-9213-26997c5a4693" is? >>> >>> https://docs.gluster.org/en/v3/Trou...
2009 Jun 11
2
Issue with files on glusterfs becoming unreadable.
elbert at host1:~$ dpkg -l|grep glusterfs ii glusterfs-client 1.3.8-0pre2 GlusterFS fuse client ii glusterfs-server 1.3.8-0pre2 GlusterFS fuse server ii libglusterfs0 1.3.8-0pre2 GlusterFS libraries and translator modules I have 2 hosts set up to use AFR with
2024 Nov 05
1
Add an arbiter when have multiple bricks at same server.
...re, >> hence why bestpractice is to spread out over 3 servers, so when one >> server (or disk) goes down, you will still have 1 file copy and 1 arbiter >> with metadata online. >> Which is also very handy when the down server comes up again, because >> then you prevent splitbrain as you have matching file copy + metadata >> showing which version of each file is newest, thus self-heal can jump in to >> get you back to 2 file copies. >> >> when you want to add further bricks, you must add pairs i.e. >> you will add again 2 bricks 1 arbiter and th...
2024 Jan 24
1
Upgrade 10.4 -> 11.1 making problems
Hi, Can you find and check the files with gfids: 60465723-5dc0-4ebe-aced-9f2c12e52642faf59566-10f5-4ddd-8b0c-a87bc6a334fb Use 'getfattr -d -e hex -m. ' command from https://docs.gluster.org/en/main/Troubleshooting/resolving-splitbrain/#analysis-of-the-output . Best Regards,Strahil Nikolov On Sat, Jan 20, 2024 at 9:44, Hu Bert<revirii at googlemail.com> wrote: Good morning, thx Gilberto, did the first three (set to WARNING), but the last one doesn't work. Anyway, with setting these three some new messages appear:...
2024 Jan 25
1
Upgrade 10.4 -> 11.1 making problems
...ter86_bg at yahoo.com>: > > Hi, > > Can you find and check the files with gfids: > 60465723-5dc0-4ebe-aced-9f2c12e52642 > faf59566-10f5-4ddd-8b0c-a87bc6a334fb > > Use 'getfattr -d -e hex -m. ' command from https://docs.gluster.org/en/main/Troubleshooting/resolving-splitbrain/#analysis-of-the-output . > > Best Regards, > Strahil Nikolov > > On Sat, Jan 20, 2024 at 9:44, Hu Bert > <revirii at googlemail.com> wrote: > Good morning, > > thx Gilberto, did the first three (set to WARNING), but the last one > doesn't work. Anyway, with...
2024 Jan 27
1
Upgrade 10.4 -> 11.1 making problems
...er86_bg at yahoo.com>: > > Hi, > > Can you find and check the files with gfids: > 60465723-5dc0-4ebe-aced-9f2c12e52642 > faf59566-10f5-4ddd-8b0c-a87bc6a334fb > > Use 'getfattr -d -e hex -m. ' command from https://docs.gluster.org/en/main/Troubleshooting/resolving-splitbrain/#analysis-of-the-output . > > Best Regards, > Strahil Nikolov > > On Sat, Jan 20, 2024 at 9:44, Hu Bert > <revirii at googlemail.com> wrote: > Good morning, > > thx Gilberto, did the first three (set to WARNING), but the last one > doesn't work. Anyway, with...