*** This bug is a duplicate of bug 1869643 ***
    https://bugs.launchpad.net/bugs/1869643

** This bug is no longer a duplicate of bug 1412438
   OCF:pacemaker:o2cb broken in 14.04
** This bug has been marked a duplicate of bug 1869643
   {fence,resource}-agents: PATH for all binaries called by all agents should 
be resolvable

-- 
You received this bug notification because you are a member of Ubuntu
High Availability Team, which is subscribed to ocfs2-tools in Ubuntu.
https://bugs.launchpad.net/bugs/1449046

Title:
  needing non existed file

Status in ocfs2-tools package in Ubuntu:
  Confirmed

Bug description:
  $ 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.

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

_______________________________________________
Mailing list: https://launchpad.net/~ubuntu-ha
Post to     : [email protected]
Unsubscribe : https://launchpad.net/~ubuntu-ha
More help   : https://help.launchpad.net/ListHelp

Reply via email to