Questions tagged [drbd]

DRBD is a Distributed Replicated Block Device. Developed by LinBit it is now part of the standard-linux-kernel. Regard it as RAID 1 across an IP-network using any type of block device. Normally only the "primary" side can write.

283 questions
0
votes
5 answers

MySQL replication using DRBD, distributed lock manager?

I need to implement Linux-HA configuration in two servers. I've decided to use DRBD for block level replication on both hosts, mainly for MySQL data replication. As I understand, in DRBD configuration there's always a primary server, others are…
Karolis T.
  • 2,719
  • 7
  • 33
  • 45
0
votes
1 answer

DRBD with primary-to-primary as a RAID1 over TCP/IP with both notes read/write?

In my setup I have two machines. Both of them have almost the same setup, except for the amount of RAM. On both sides I want to designate /dev/sdb1 as the underlying device for a common /dev/drbd0. As I understand it (please correct me if I'm wrong)…
0xC0000022L
  • 1,516
  • 2
  • 22
  • 42
0
votes
1 answer

DRBD Replication failure

A couple of weeks ago I setup a 2 nodes CRM system with one of the resources managed being MySQL over DRBD. Today for maintenance reasons I restarted both nodes but now they can't connect to each other anymore. DRBD fell out of sync and I followed…
MrD
  • 235
  • 5
  • 11
0
votes
2 answers

mysql with DRBD on rackspace

I am trying to set up a failover secondary MySQL server that is a mirror of my primary MySQL server using DRBD. The problem is that I am on a rackspace cloud server and I need a second partition on both the primary and secondary servers that I will…
0
votes
3 answers

change a file at a time located in different location

Iam very new to linux. suppose i have two file with same name fstab one file is located in /etc and the other is located in /root/ If i make a change in /etc/fstab file the changes has to reflect in /root/fstab . Is there any command to do…
user58513
0
votes
1 answer

How long does it take to create an OCFS2 filesystem on a 1TB disk?

I'm creating an OCFS2 fs for use with DRBD and it's taking an awful long time to create the filesystem. I haven't done it before so I'm wondering if someone with more experience can relate how long it should actually take? I googled but strangely…
Rafiq Maniar
  • 1,120
  • 9
  • 15
0
votes
1 answer

Is it possible use replicated storage in a network RAID 1 fashion?

I was wondering if there was any way to replicate the functionality of the HP StorageWorks P4000 Virtual SAN Appliance using open source tools? Basically the HP VSA lets you replicate in the same way DRBD does but it lets you use both of the block…
Flo Woo
  • 311
  • 3
  • 10
0
votes
2 answers

How should I backup this large volume?

I have a 10TB XFS filesystem on a SLES 10.2 server. I am currently running rsync on it once per day, to sync it with a disk-based online backup on another server. The primary volume is quite busy as it is, and so rsync is only running at 2MB/sec…
lukecyca
  • 2,205
  • 13
  • 20
0
votes
1 answer

How to mount a drbd/gfs logical volume from Xen VM?

Any hint on how to do this for primary/primary? I have drbd and gfs running ok, I can see the logical volume from the DomU but dont know how to mount it. Should I install gfs on DomU and mount??? Thanks Cris
None
0
votes
2 answers

Pygrub with DRBD on Xen 3.2

we have a two-node cluster using DRBD 8.2 on CentOS 5.2 64bit. The cluster runs a few VMs on top of Xen 3.2.1, here's the configuration for an Ubuntu Jaunty VM: name = 'dev' bootloader = '/usr/bin/pygrub' memory = '512' vif = […
Joril
  • 1,610
  • 1
  • 21
  • 28
0
votes
1 answer

DRBD does not promote resource on slave node after "pcs cluster stop --all"

I am trying to understand the recovering process of a promotable resource after "pcs cluster stop --all" and shutdown of both nodes. I have a two nodes + qdevice quorum with a DRBD resource. This is a summary of the resources before my test.…
Jose
  • 21
  • 1
  • 2
0
votes
1 answer

Stopping DRBD so I can run some tests with a VM

We have two servers I inherited, both running DRBD and each then running KVM virtual machines. I would love to stop a VM running on server1, and bring up just the 1 VM on server2 for some tests. Though with DRBD doing its thing on these servers and…
Codejoy
  • 107
  • 5
  • 17
0
votes
0 answers

verify my drbd configuration

HI i try to add DRBD in centos7 with my two physical server, when i am try create drbdadm create-md drbd0 error is open(/dev/sdb3) failed: Device or resource busy is it i am mapping correct drive in my configuration can someone verify and correct…
Ana Mal
  • 1
  • 1
0
votes
1 answer

QEMU-KVM, drbd and corosync - VM's doesn't work after reboot

On Debian 9.6 I've got QEMU-KVM Virtualisation. After electricity problems this machine just shut down. After switching it on again I can't start any VM because of this error: error: internal error: process exited while connecting to monitor:…
fnsq
  • 11
  • 1
  • 3
0
votes
1 answer

DRBD terminated with exit code 40

I am trying to setup DRBD on Ubuntu with an existing filesystem and when I run sudo drbdadm create-md r0 I get the following error message md_offset 7889832898560 al_offset 7889832865792 bm_offset 7889592086528 Found LVM2 physical volume signature …
1 2 3
18
19