Displaying 9 results from an estimated 9 matches for "controld".
Did you mean:
control
2010 Apr 12
0
ocfs2/o2cb problem with openais/pacemaker
hi!
i'm on debian lenny and trying to run ocfs2 on a dual primary
drbd device. the drbd device is already set up as msDRBD0.
to get dlm_controld.pcmk i installed it from source (from
cluster-suite-3.0.10)
now i configured a resource "resDLM" with 2 clones:
primitive resDLM ocf:pacemaker:controld op monitor interval="120s"
clone cloneDLM resDLM meta globally-unique="false" interleave="true"
coloc...
2009 Apr 08
1
ocfs2_controld.cman
If I start ocfs2_controld.cman in parallel on a few nodes, only one of them
starts up, the others exit with one of these errors:
call_section_read at 370: Reading from section "daemon_protocol" on checkpoint "ocfs2:controld" (try 1)
call_section_read at 387: Checkpoint "ocfs2:controld" does no...
2009 Mar 04
1
Patch to Pacemaker hooks in ocfs2_controld
Hi Guys,
I overhauled and simplified the Pacemaker hooks recently. This patch:
- Reuses more code from the Pacemaker libraries
- Escalates fencing to the cluster manager instead of initiating it
directly
Attached patch is against master, or you can pull the original patch
which is against an older version used by SUSE:
2008 Jan 17
0
Asterisk Meetme & MeetMeAdmin cmd info-use
...when 2 user in conf & wait for Admin. then Admin Dail 600 but i found no
response when admin dail 600 its blank no response at console. All Dail Plan
config are ok. But for 600 its balnk.
what i need to do so can Admin Handle user who dail 601 & enter in same conf
room 1111.Means i want to controld all the users?
Also What is the use of user parameter in MeetMeAdmin cmd. is that normal
user or Admin Itself
Plz give me the solution so i can handle such conf condition as Admin.
Regards
Amit
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.di...
2012 Jun 15
1
DEoptim example illustrating use of fnMap parameter for enforcement of cardinality constraints
Function DEoptim in package DEoptim for differential evolution defines an optional parameter fnMap:
fnMap
"an optional function that will be run after each population is created, but before the population is passed to the objective function. This allows the user to impose integer/cardinality constriants."
Unfortunately, there is no further documentation decribing the kind of
2011 Jul 14
1
mount.ocfs2: Invalid argument while mounting /dev/mapper/xenconfig_part1 on /etc/xen/vm/. Check 'dmesg' for more information on this error.
...clone-meta_attributes">
<nvpair id="dlm-clone-meta_attributes-interleave" name="interleave"
value="true"/>
</meta_attributes>
<primitive class="ocf" id="dlm" provider="pacemaker" type="controld">
<operations>
<op id="dlm-monitor-120s" interval="120s" name="monitor"/>
</operations>
</primitive>
</clone>
<clone id="o2cb-clone">
<meta_attributes i...
2011 Apr 01
1
Node Recovery locks I/O in two-node OCFS2 cluster (DRBD 8.3.8 / Ubuntu 10.10)
I am running a two-node web cluster on OCFS2 via DRBD Primary/Primary
(v8.3.8) and Pacemaker. Everything seems to be working great, except during
testing of hard-boot scenarios.
Whenever I hard-boot one of the nodes, the other node is successfully fenced
and marked ?Outdated?
* <resource minor="0" cs="WFConnection" ro1="Primary" ro2="Unknown"
2008 Apr 02
10
[PATCH 0/62] Ocfs2 updates for 2.6.26-rc1
The following series of patches comprises the bulk of our outstanding
changes for Ocfs2.
Aside from the usual set of cleanups and fixes that were inappropriate for
2.6.25, there are a few highlights:
The '/sys/o2cb' directory has been moved to '/sys/fs/o2cb'. The new location
meshes better with modern sysfs layout. A symbolic link has been placed in
the old location so as to
2013 Oct 06
40
[xen] double fault: 0000 [#1] PREEMPT SMP DEBUG_PAGEALLOC
Greetings,
I got the below dmesg and the first bad commit is
commit cf39c8e5352b4fb9efedfe7e9acb566a85ed847c
Merge: 3398d25 23b7eaf
Author: Linus Torvalds <torvalds@linux-foundation.org>
Date: Wed Sep 4 17:45:39 2013 -0700
Merge tag ''stable/for-linus-3.12-rc0-tag'' of git://git.kernel.org/pub/scm/linux/kernel/git/xen/tip
Pull Xen updates from Konrad