similar to: script for check drbd at mount ocfs2 at boot in debian

Displaying 20 results from an estimated 100 matches similar to: "script for check drbd at mount ocfs2 at boot in debian"

2020 Oct 27
0
Understanding 'State change failed: (-2) Need access to UpToDate data'
Hi list, I had to relocate my third node in a classic DRBD 8.4 three node set up to a new host.  I am having difficulty making the stacked resource the primary.  I am following this guide: https://www.linbit.com/drbd-user-guide/users-guide-drbd-8-4/#s-three-nodes Specifically this: > > > 5.18.3. Enabling stacked resources > > To enable a stacked resource, you first
2009 Jul 28
2
DRBD on a xen host: crash on high I/O
Hello, I have a couple of Dell 2950 III, both of them with CentOS 5.3, Xen, drbd 8.2 and cluster suite. Hardware: 32DB RAM, RAID 5 with 6 SAS disks (one hot spare) on a PERC/6 controller. I configured DRBD to use the main network interfaces (bnx2 driver), with bonding and crossover cables to have a direct link. The normal network traffic uses two different network cards. There are two DRBD
2014 May 14
0
[RFC PATCH v1 07/16] drm/nouveau: rework to new fence interface
From: Maarten Lankhorst <maarten.lankhorst at ubuntu.com> Signed-off-by: Maarten Lankhorst <maarten.lankhorst at canonical.com> --- drivers/gpu/drm/nouveau/core/core/event.c | 4 drivers/gpu/drm/nouveau/nouveau_bo.c | 6 drivers/gpu/drm/nouveau/nouveau_display.c | 4 drivers/gpu/drm/nouveau/nouveau_fence.c | 434 ++++++++++++++++++++---------
2010 Jun 29
0
Problem in migrating DRBD from CentOS4.4 to CentOS5.5
Dear All, Previously we have used CentOS4.4 release with Supported Cluster Suite and DRBD 8.0.0 Active/passive (failover) We have build the DRBD 8.0.0 Source in CentOS4.4 Setup We have configured the DRBD Resource with default OS installed LVM (/dev/mapper/vgroot-LogVol00 and /dev/mapper/vgroot-LogVol01) Partition and its working fine Partition Tables are listed below
2006 Apr 14
0
CentOS-announce Digest, Vol 14, Issue 6
Send CentOS-announce mailing list submissions to centos-announce at centos.org To subscribe or unsubscribe via the World Wide Web, visit http://lists.centos.org/mailman/listinfo/centos-announce or, via email, send a message with subject or body 'help' to centos-announce-request at centos.org You can reach the person managing the list at centos-announce-owner at centos.org When
2007 Dec 06
1
Fetcher Daemon Questions - receive???
I''m starting to play with Slantwise.com''s Fetcher to process emails via a Ruby script. Here''s the basic code lifted from their plugin: [code] class MailFetcherDaemon < Daemon::Base @config = YAML.load_file("#{RAILS_ROOT}/config/mail.yml") @config = @config[RAILS_ENV].to_options @sleep_time = @config.delete(:sleep_time) || 10 def self.start
2008 Mar 18
1
Polling is REALLY slow
I''m having some trouble with using brb for polling for work. Basically, what I want to do is update the state of a record and have brb notice and start a process. I do not want to call ask_work for each process because there may be several places where the object''s state is changed, and I only want to process once. Plus, I can schedule things better this way. My first thought
2012 Jul 04
0
kernel panic on redhat 5-7 x64
Hi all, I am using OCFS2-1.4.7 for 2 servers which is running Red hat enterprise 5.7 kernel 2.6.18-274.el5. OCFS2 I use for drdb for replicating master-master. My 2 servers was installed HA-Proxy. Yesterday, server web1 was down with the log kernel panic. And today, web2 was down too. After that, I trace the log file on these server and found that the reason from ocfs2. The log
2006 Apr 13
0
CEBA-2006:0413-001 CentOS 4 x86_64 drbd - bugfix update (EXTRAS Only)
CEBA-2006:0413-001 CentOS 4 x86_64 drbd - bugfix update (EXTRAS Only) This is a drbd bugfix update. The following are the fixes from the previous version: 0.7.17 (api:77/proto:74) ----- * There was a bug that could cause the activity log to be not applied after a primary crash, when an other size than 127 elements was configured. * There was a bug in the activity log code, that could
2007 Jun 29
0
centos drbd - mounts/ replication
Hi, I would normally post this to the drbd list but it so low traffic/low volume (plus Austria might be asleep right now) I figured i'd ask someone here in case they have gotten drbd working on centos. Right now my system says i'm only the 971st person to even install it... It's been out for years, so likely this just means version 8. But you'll only see a couple of posts
2006 Apr 13
0
CEBA-2006:0413-001 CentOS 4 i386 drbd - bugfix update (EXTRAS Only)
CEBA-2006:0413-001 CentOS 4 i386 drbd - bugfix update (EXTRAS Only) This is a drbd bugfix update. The following are the fixes from the previous version: 0.7.17 (api:77/proto:74) ----- * There was a bug that could cause the activity log to be not applied after a primary crash, when an other size than 127 elements was configured. * There was a bug in the activity log code, that could cause
2007 Oct 17
3
drbd
trying to follow the ha-drbd HOWTO on the centos wiki... I prep two identical systems with centos 5, leaving some disk space unassigned (they only have one scsi drive), create /dev/sda4 partitions on each to use for the repdata... I install the modules, create a /etc/drbd.conf like... [root at svfis-blade03 ~]# more /etc/drbd.conf # # please have a a look at the example configuration file in
2014 Sep 02
1
samba_spnupdate invoked oom-killer
Hello All, Anyone have seen this before? Did samba_spnupdate really caused the crash??? [ 49.753564] block drbd1: drbd_sync_handshake: [ 49.753571] block drbd1: self BB16E125AF60AEDC:0000000000000000:30D97136FB1DA7A3:30D87136FB1DA7A3 bits:0 flags:0 [ 49.753576] block drbd1: peer 6365B5AFF049F16D:BB16E125AF60AEDD:30D97136FB1DA7A2:30D87136FB1DA7A3 bits:1 flags:0 [ 49.753580] block drbd1:
2002 Jul 13
0
[PATCH]: scp program improved
Hi, I have made a patch which improves scp utility. It adds two new features: rate limit and resume support. With rate limit it's possible to limit transfer speed. Resume allows to continue file transfer where it was last interrupted. Also the progress meter was improved. Here is my patch, please send comments about it and what I can do better if there is something to fix. ---
2008 Jul 04
1
update Centos 5 with DRBD
Hi, I have a server with Centos 5 + DRBD installed and is working fine, but when i run yum for udpate system show this error: Transaction Check Error: file /etc/drbd.conf conflicts between attempted installs of drbd-8.0.12-1.el5.centos and drbd82-8.2.6-1.el5.centos file /etc/rc.d/init.d/drbd conflicts between attempted installs of drbd-8.0.12-1.el5.centos and drbd82-8.2.6-1.el5.centos file
2008 Jan 17
3
periodic scheduling
I''ve been using backgroundrb since back in March 2007 or so. It''s been working mostly OK for me, but since the old version doesn''t seem to work out of the box with rails 2.0 for me, I decided to test out the latest version. So, I''m looking at the scheduling, and trying to figure out the best option for what I want to do. What I have is a set of workers that
2013 Jul 08
0
Custom Live Migration Query
I'm using KVM, libvirt and DRBD to come up with a custom mirroring and live migration setup. I have two servers, each running KVM and libvirt, and both using DRBD to mirror guests (which are stored on raw DRBD partitions). If I shut down a guest on one, I can easily get it up and running on the other without issue. I have run into some file system corruption trouble if I try to do a live
2019 May 26
2
Low Battery False Alarms
2012 Apr 22
1
[PATCH 2/5] drm/nouveau: base fence timeout on time of emission
Wait loop can be interrupted by signal, so if signals are raised periodically (e.g. SIGALRM) this loop may never finish. Use emission time as a base for fence timeout. Signed-off-by: Marcin Slusarz <marcin.slusarz at gmail.com> --- drivers/gpu/drm/nouveau/nouveau_fence.c | 5 ++++- 1 files changed, 4 insertions(+), 1 deletions(-) diff --git a/drivers/gpu/drm/nouveau/nouveau_fence.c
2010 Apr 06
2
Xen and drbd after reboot
Hi, sometimes, especially after a kernel upgrade, I need to reboot the xen host. All the VM''s are mirrored to another machine by using drbd. If the machine comes back after a reboot, the drbd devices are all in secondary mode, and therefore, the VM''s cannot start. I have to issue a "drbdadm primary" for every VM first. (I cannot use "drdadm primary all") Of