Public bug reported:

$ lsb_release -rd
Description:    Ubuntu 14.04.2 LTS
Release:        14.04

$ sudo apt-cache policy ocfs2-tools
[sudo] password for termant: 
ocfs2-tools:
  Installed: 1.6.4-3ubuntu1
  Candidate: 1.6.4-3ubuntu1
  Version table:
 *** 1.6.4-3ubuntu1 0
        500 http://fi.archive.ubuntu.com/ubuntu/ trusty/main amd64 Packages
        100 /var/lib/dpkg/status


I have installed the following packages:

apt-get install drbd8-utils corosync pacemaker dlm clvm ocfs2-tools


Then in my pacemaker configuration (using crm) I have defined

primitive p-drbd ocf:linbit:drbd \
        params drbd_resource="md2" \
        op monitor interval="50" role="Master" timeout="30" \
        op monitor interval="60" role="Slave" timeout="30" \
        op start interval="0" timeout="240" \
        op stop interval="0" timeout="100"
ms ms-drbd p-drbd \
        meta master-max="2" clone-max="2" notify="true" interleave="true"

primitive p-dlm ocf:pacemaker:controld \
        op monitor interval="120" timeout="30" \
        op start interval="0" timeout="90" \
        op stop interval="0" timeout="100"

primitive p-clvm ocf:lvm2:clvmd \
       params daemon_timeout="30" \
       op monitor interval="60" timeout="30" \
       op start interval="0" timeout="90" \
       op stop interval="0" timeout="100"

primitive p-o2cb ocf:pacemaker:o2cb \
        op monitor interval="120" timeout="30" \
        op start interval="0" timeout="90" \
        op stop interval="0" timeout="100"

group g-lock p-dlm p-clvm p-o2cb
clone c-lock g-lock \
        meta globally-unique="false" interleave="true"
colocation col-drbd-lock inf: c-lock ms-drbd:Master
order ord-drbd-lock inf: ms-drbd:promote c-lock


When I started my cluster with two nodes, output of the crm_mon tool was
following:

Last updated: Mon Apr 27 16:25:46 2015
Last change: Mon Apr 27 16:14:07 2015 via cibadmin on node1
Stack: corosync
Current DC: node2 (2) - partition with quorum
Version: 1.1.10-42f2063
2 Nodes configured
10 Resources configured


Online: [ node1 node2 ]

p-ipmi-stonith-node1     (stonith:fence_ipmilan):        Started node2
p-ipmi-stonith-node2   (stonith:fence_ipmilan):        Started node1
 Master/Slave Set: ms-drbd [p-drbd]
     Masters: [ node1 node2 ]

Failed actions:
    p-o2cb_monitor_0 (node=node1, call=275, rc=5, status=complete, 
last-rc-change
=Mon Apr 27 16:25:45 2015
, queued=18ms, exec=0ms
): not installed
    p-o2cb_monitor_0 (node=node2, call=66, rc=5, status=complete, last-rc-chang
e=Mon Apr 27 16:25:45 2015
, queued=21ms, exec=0ms
): not installed


What I expected was:

Online: [ node1 node2 ]

Master/Slave Set: ms-drbd [p-drbd]
     Masters: [ node2 node1 ]
Clone Set: c-lock [g-lock]
     Started: [ node1 node2 ]


/var/log/syslog indicates that file /usr/sbin/ocfs2_controld.pcmk is
missing (ERROR: Setup problem: couldn't find command:
/usr/sbin/ocfs2_controld.pcmk). Then I searched a package which contains
this file but I couldn't find a match for Ubuntu 14.04. But, there had
been a file ocfs2-tools-pacemaker which includes this file, which is now
missing.

** Affects: ocfs2-tools (Ubuntu)
     Importance: Undecided
         Status: New


** Tags: cluster corosync ocfs2 pacemaker

** Tags added: cluster corosync pacemaker

** Tags added: ocfs2

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1449046

Title:
  needing non existed file

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/ocfs2-tools/+bug/1449046/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

Reply via email to