Description of problem: On a node, any files placed in `/var/lib/openshift/.cartridge_repository` that are not cartridge directories will cause mcollective to fail semi-silently. There is just a warning message reported, but the mcollective process continues without error. However, no messages are serviced or sent. Version-Release number of selected component (if applicable): 2.1.6 How reproducible: Always Steps to Reproduce: 1. Place a file in `/var/lib/openshift/.cartridge_repository` $ touch /var/lib/openshift/.cartridge_repository/test_file 2. Restart mcollective 3. Actual results: The following warning is seen in the ruby193-mcollective.log: WARN -- : agents.rb:95:in `rescue in activate_agent?' Agent activation check for openshift failed: Errno::ENOTDIR: Not a directory - /var/lib/openshift/.cartridge_repository/test_file No messages are serviced. oo-mco ping still works, however actions (such as removing/adding ssh keys to applications) always fail. Expected results: Warning message reported, mcollective continues un-phased. Additional info:
Verified and pass on OSE-2.2/2014-10-15.1/ 1. touch /var/lib/openshift/.cartridge_repository/test_file on node 2. restart ruby193-mcollective 3. Create app and add sshkey and other sanity test pass against node.
Since the problem described in this bug report should be resolved in a recent advisory, it has been closed with a resolution of ERRATA. For information on the advisory, and where to find the updated files, follow the link below. If the solution does not work for you, open a new bug report. https://rhn.redhat.com/errata/RHSA-2014-1796.html