Skip to main content
Filter by
Sorted by
Tagged with
0 votes
0 answers
61 views

I am experimenting with storage clusters using RHEL9.3 and GFS2 with DRBD replication. So far I found a stable solution by using 3 nodes for main (one is DRBD Primary and mounts the DRBD disk, while ...
Fegendet's user avatar
0 votes
1 answer
1k views

I upgraded centos 6.4 to 6.10 on 1 node and after that installed drbd package(listed below) stopped working drbd-km-2.6.32_358.11.1.el6.x86_64-8.4.3-2.el6.x86_64 drbd-km-2.6.32_358.6.2.el6.x86_64-8.4....
saurabh's user avatar
  • 21
0 votes
1 answer
217 views

I wanted to run a script if a split brain is detected. In the documentation, it is mentioned that we can do that by providing the path of the script like resource <resource> handlers { ...
Manish Agrawal's user avatar
0 votes
0 answers
128 views

I am following this guide [Deploying a highly available MySQL 5.6 cluster with DRBD on Compute Engine]2 Although the guide is written for ubuntu-1604-lts, the GCP doesn't have any the image more (I ...
mmmmmmmmmmmmm's user avatar
1 vote
1 answer
632 views

WinDRBD's progress is only visible when syncing. But I'd like to know how far has gone if the out-of-sync remains. drbdsetup status foo --v --s Through the detail view command, the following ...
inding's user avatar
  • 15
0 votes
1 answer
124 views

I have two cluster nodes server1 and sever2 running on CENTOS7 and I configured DRBD. I have DRBD running on both servers and data is being replicated. The issue is when I perform a test failover the ...
Honest Phiri's user avatar
0 votes
1 answer
721 views

I am working on MongoDB HA. Don't want to go with the HA approach mentioned in mongo official docs due to resource limitation. I have done the MySQL (Active-Active) HA with DRBD, corosync & ...
Pinki Sharma's user avatar
-1 votes
2 answers
2k views

I need to upgrade drbd8 to drbd9. for that I following this documentation. https://www.linbit.com/drbd-user-guide/drbd-guide-9_0-en/#s-upgrading-drbd step 1 root@oreo:~# add-apt-repository ppa:linbit/...
Karippery's user avatar
  • 123
0 votes
1 answer
293 views

I configured a geo cluster using pacemaker and DRBD. The cluster has 3 different nodes, each node is in a different geographic location. The locations are pretty close to one another and the ...
Rubinsh's user avatar
  • 5,003
2 votes
1 answer
2k views

How do I change the node IP of DRBD? This is my config: resource data { protocol C; on server1 { device /dev/drbd0; disk /dev/sdb1; address ...
cnwalker's user avatar
0 votes
1 answer
1k views

I have a two node cluster (CentOS7-based), intended to be active/passive with DRBD resources and app resources dependant on them and a cluster ip dependant on the apps through ordering constraints. I ...
Waslap's user avatar
  • 571
0 votes
1 answer
808 views

Setup I currently have two NFS servers. And the plan is that they mirror their data to each other in realtime using DRBD and monitor each other using heartbeat. This is my current /etc/drbd.d/t0.res ...
Thenen's user avatar
  • 1
1 vote
1 answer
1k views

I am working on WinDRBD: https://github.com/LINBIT/windrbd This driver is stoppable (so sc stop windrbd works). However at some points (when there are DRBD devices configured) I want to prevent the ...
Johannes Thoma's user avatar
1 vote
1 answer
181 views

Is the configuration-file format that DRBD uses a somewhat standard one with existing parsers in Python or is it not which would require me to write my own parser? Example: resource server42 { ...
S F's user avatar
  • 3,174
0 votes
1 answer
500 views

I have 2 drbd node (primary/secondary) and I try to solve split brain without any lost data. Running : Drbd(8.9.10-2), Pacemaker, Corosync, Postgresql My auto solve config: net { after-sb-0pri ...
Mr. Tux's user avatar
  • 145
0 votes
1 answer
1k views

I have set-up a test 2-node HA cluster for an application which writes data to local disk. DRBD has been set up for this to sync the data onto the 2nd node. My application is having dependency on the ...
eagle007's user avatar
1 vote
1 answer
3k views

What protocol does DRBD employ to guarantee that it can maintain 2 disks in sync with each other? Does it use 2-phase commits (or a variant similar to 2PC)? Does DRBD have an asynchronous/offline ...
skittish's user avatar
  • 121
0 votes
1 answer
1k views

My client asked me for a high availability solution for GitLab using two data center. After to read documentation and to use google, I´m very very lost. The GitLab documentation for High Availability ...
Daniel Majano's user avatar
2 votes
1 answer
3k views

I have High availability cluster that configured with DRBD resource. Master/Slave Set: RVClone01 [RV_data01] Masters: [ rvpcmk01-cr ] Slaves: [ rvpcmk02-cr ] I perform a test that ...
Lidor Aviman's user avatar
0 votes
1 answer
723 views

[root@NAS1 ~]# yum install -y kmod-drbd84 drbd84-utils Loaded plugins: fastestmirror, refresh-packagekit, security Setting up Install Process Loading mirror speeds from cached hostfile **--> ...
jooShin's user avatar
  • 140
0 votes
1 answer
2k views

I currently have a pair of drbd servers that have decided to stop syncing and I can't seem to do anything to get them to sync up again. The sync process occurs over a dedicated crossover cable (1gbps ...
Michael Johnson - MJ's user avatar
1 vote
1 answer
6k views

I installed drbd for replicate data on two host. After installing successed, I check status drbd: root@host3:~# cat /proc/drbd version: 8.3.13 (api:88/proto:86-96) GIT-hash: ...
sontp's user avatar
  • 306
1 vote
1 answer
771 views

I need to setup two-node Web cluster for Apache web site. I have Hyper-V infrastructure and only two nodes. The points are load-balancing and high availability. I installed and configured two VMs ...
Evgeniy's user avatar
  • 724
1 vote
0 answers
3k views

The Situation: I have two identical Supermicro servers with a lot of RAM and storage capacity. The servers got an Adaptec RAID Controller, which was used to create a RAID 1 for the OS and a RAID 50 ...
S. Bordo's user avatar
0 votes
1 answer
1k views

I have a Tomcat cluster (Apache httpd front-end, proxying a Tomcat cluster), with 2 nodes in the backend, everything on Windows server 2008. The Tomcat nodes serve a webapp, which has some ...
Alavalathi's user avatar