search for: 1pri

Displaying 17 results from an estimated 17 matches for "1pri".

Did you mean: 0pri
2014 Aug 22
2
ocfs2 problem on ctdb cluster
...ount = 2 name = ocfs2 /etc/drbd.conf global { usage-count yes; } common { net { protocol C; } } resource r0 { handlers { split-brain "/usr/lib/drbd/notify-split-brain.sh steve"; } net { allow-two-primaries; after-sb-0pri discard-zero-changes; after-sb-1pri discard-secondary; after-sb-2pri disconnect; } startup { become-primary-on both; } on uc1 { device /dev/drbd1; disk /dev/sdb1; address 192.168.0.10:7789; meta-disk internal; } on uc2 { device /dev/drbd1; disk /dev/sdb1; addre...
2011 Feb 27
1
Recover botched drdb gfs2 setup .
..."123456"; # handle split-brain situations after-sb-0pri discard-least-changes;# if no primary auto sync from the # node that touched more blocks during # the split brain situation. after-sb-1pri discard-secondary; # if one primary after-sb-2pri disconnect; # if two primaries # solve the cases when the outcome # of the resync decision is incompatible # with the current role assignment in # the cluster rr-conflict disconnect; # no aut...
2011 Jun 02
3
Problems with descriptions.
...meout 120; } disk { on-io-error detach; } net { cram-hmac-alg sha1; shared-secret "password"; allow-two-primaries; after-sb-0pri discard-zero-changes; after-sb-1pri discard-secondary; after-sb-2pri disconnect; rr-conflict disconnect; } syncer { rate 500M; verify-alg sha1; al-extents 257; } on st01 { device /dev/drbd0;...
2009 Jul 28
2
DRBD on a xen host: crash on high I/O
...disk-flushes; # no-md-flushes; max-bio-bvecs 1; } net { # max-buffers 2048; # unplug-watermark 128; # max-epoch-size 2048; # ko-count 4; cram-hmac-alg "sha1"; shared-secret "bah"; after-sb-0pri discard-younger-primary; after-sb-1pri call-pri-lost-after-sb; after-sb-2pri call-pri-lost-after-sb; rr-conflict disconnect; # data-integrity-alg "md5"; } syncer { rate 50M; #after "r2"; al-extents 257; # cpu-mask 15; } on server-1 { device /dev/drbd1; disk /dev...
2008 Mar 05
0
ocfs2 and another node is heartbeating in our slot
...; #wfc-timeout 10; #become-primary-on both; } disk { on-io-error detach; } } resource drbd0 { protocol C; net { allow-two-primaries; after-sb-0pri disconnect; after-sb-1pri disconnect; after-sb-2pri disconnect; rr-conflict disconnect; } on suse3 { device /dev/drbd0; disk /dev/sda3; address 192.168.0.86:7789; meta-disk internal; } on suse4 {...
2004 Dec 28
1
Asterisk consuming 100% CPU - CDR loop
Hi, I had Asterisk threads consuming 100% CPU at times since last week. Of course, last week an extra card was installed (we had a 1PRI, a 4PRI was added) so search concentrated on that, but to no avail. Today, I installed DDD on the machine and quickly found out that it was looping because cdr->next->next == cdr in ast_cdr_setapp(). I patched this up with some simple code in ast_cdr_append(), but that's just mas...
2007 Jun 25
1
I/O errors in domU with LVM on DRBD
...ffers 2048; unplug-watermark 2048; max-epoch-size 2048; ko-count 4; cram-hmac-alg "sha1"; shared-secret "asecretstring"; after-sb-0pri disconnect; after-sb-1pri consensus; after-sb-2pri disconnect; rr-conflict disconnect; } } resource r0 { protocol C; handlers { pri-on-incon-degr "echo 0 > /proc/sysrq-trigger ; halt -f"; pri-lost-after-sb "ech...
2004 Mar 29
2
Zap channels stuck in 'Rsrvd' state
I have two Adtran 750's connecting our analog phones to asterisk. On occasion, I get a channel that gets "stuck" off hook. 'show channels' shows: Zap/27-1 (longdistance s 1 ) Rsrvd (None) (None) And will just stay like that until the phone is manually picked up and hung up again (or asterisk is stopped/started). I guess this is a function of an unclean hangup (being
2009 Mar 03
13
xm migrate headache
Hi, I am trying to (live-)migrate a paravirtualized machine from hosta to hostb: -----8<---- hosta:~ # xm list pvm Name ID Mem VCPUs State Time(s) pvm 64 384 1 -b---- 0.5 hostb:~ # xm list pvm Error: Domain ''pvm'' does not exist. hosta:~ # xm migrate pvm 192.168.0.2 Error:
2010 Sep 30
10
using DRBD VBDs with Xen
Hi, Not totally new to Xen but still very green and meeting some problems. Feel free to kick me to the DRBD people if this is not relevent here. I''ll be providing more info upon request but for now I''ll be brief. Debian/Squeeze running 2.6.32-5-xen-amd64 (2.6.32-21) Xen hypervisor 4.0.1~rc6-1 and drbd-8.3.8. One domU configured, with disk and swap image: root =
2008 Feb 06
10
Xen 3.1 / Xen 3.2 + DRBD 8.2.4
Hi all ! Is anyone using xen kernel + drbd 8.2.4 ? I don''t know exactly if my problems come from the addition of the two packages, or from drbd 8.2.4, but I encoutered kernel panic 2 times when trying to do first sync of drbd resources :s Cheers, -- Serge Dewailly _______________________________________________ Xen-users mailing list Xen-users@lists.xensource.com
2009 Jun 21
1
Xen LVM DRBD live migration
...t can write to block device # before starting up. Not allowing this causes # migration to fail. allow-two-primaries; # Split-brain recovery parameters after-sb-0pri discard-zero-changes; after-sb-1pri discard-secondary; } startup { become-primary-on both; } # handlers { # pri-on-incon-degr "echo o > /proc/sysrq-trigger ; halt -f"; # pri-lost-after-sb "echo o > /proc/sysrq-trigger ; halt -f"...
2008 Aug 05
2
Centos 5.2 using LVM -> DRBD 0.82 -> Xen Problems
...ge-count no; } resource xendrbd0 { protocol C; startup { wfc-timeout 0; degr-wfc-timeout 120; } disk { on-io-error detach; } # or panic, ... net { cram-hmac-alg "sha1"; shared-secret "whateverpass";allow-two-primaries;after-sb-0pri discard-zero-changes;after-sb-1pri discard-secondary;max-buffers 8192; } syncer { rate 500M; } on mrhappy.whatever.com { device /dev/drbd0; disk /dev/data1/dns1; address 192.168.10.160:7788; meta-disk internal; } on mrtickle.whatever.com{ device /dev/drbd0; disk /dev/data1/dns1; address...
2007 Oct 24
7
Compatibility Issues with dell poweredge 1950 and TE110P card
Has anyone had any compatibility issues with a TE110P card installed on a Dell Poweredge 1950? I noted the following error on the LCD display of the Dell Poweredge 1950: E1711 PCI PErr Slot 1 E171F PCIE Fatal Error B0 D4 F0. The Dell hardware owners manual states that it means the system BIOS has reported a PCI parity error on a component that resides in PCI configuration space at bus 0,
2010 Aug 09
2
HOWTO samba4 centos5.5 named dnsupdate drbd simple failover
...eout 120; # 1 minute. #wfc-timeout 30; } disk { on-io-error detach; } net { allow-two-primaries; cram-hmac-alg "sha1"; shared-secret "yourpasswd"; after-sb-0pri discard-least-changes; #after-sb-0pri discard-zero-changes; after-sb-1pri violently-as0p; after-sb-2pri violently-as0p; #rr-conflict violently; } on node2.local { device /dev/drbd0; disk /dev/hdc1; address 192.168.130.5:7788; flexible-meta-disk internal; } on node1.local { device /dev/drbd0; disk /dev/hdc1;...
2010 Aug 16
1
WG: HOWTO samba4 centos5.5 named dnsupdate drbd simple failover
...eout 120; # 1 minute. #wfc-timeout 30; } disk { on-io-error detach; } net { allow-two-primaries; cram-hmac-alg "sha1"; shared-secret "yourpasswd"; after-sb-0pri discard-least-changes; #after-sb-0pri discard-zero-changes; after-sb-1pri violently-as0p; after-sb-2pri violently-as0p; #rr-conflict violently; } on node2.local { device /dev/drbd0; disk /dev/hdc1; address 192.168.130.5:7788; flexible-meta-disk internal; } on node1.local { device /dev/drbd0; disk /dev/hdc1;...
2010 Oct 05
0
WG: HOWTO samba4 centos5.5 named dnsupdate drbd simple failover
...eout 120; # 1 minute. #wfc-timeout 30; } disk { on-io-error detach; } net { allow-two-primaries; cram-hmac-alg "sha1"; shared-secret "yourpasswd"; after-sb-0pri discard-least-changes; #after-sb-0pri discard-zero-changes; after-sb-1pri violently-as0p; after-sb-2pri violently-as0p; #rr-conflict violently; } on node2.local { device /dev/drbd0; disk /dev/hdc1; address 192.168.130.5:7788; flexible-meta-disk internal; } on node1.local { device /dev/drbd0; disk /dev/hdc1;...