Project

General

Profile

Actions

Bug #19126

closed

"libsemanage.semanage_direct_get_module_info:" error causing ceph-cm-ansible to fail

Added by David Galloway about 7 years ago. Updated about 7 years ago.

Status:
Resolved
Priority:
Urgent
Category:
Test Node
Target version:
-
% Done:

0%

Source:
Tags:
Backport:
Regression:
No
Severity:
3 - minor
Reviewed:
Affected Versions:
ceph-qa-suite:
Crash signature (v1):
Crash signature (v2):

Description

The common role is occasionally failing to complete due to the following error:

TASK [common : nrpe - Load SELinux policy package] *****************************
task path: /home/dgalloway/git/ceph/ceph-cm-ansible/roles/common/tasks/nrpe-selinux.yml:38
fatal: [smithi150.front.sepia.ceph.com]: FAILED! => {
    "changed": true, 
    "cmd": [
        "semodule", 
        "-i", 
        "/tmp/nrpe.pp" 
    ], 
    "delta": "0:00:00.085664", 
    "end": "2017-03-01 21:14:07.733917", 
    "failed": true, 
    "invocation": {
        "module_args": {
            "_raw_params": "semodule -i /tmp/nrpe.pp", 
            "_uses_shell": false, 
            "chdir": null, 
            "creates": null, 
            "executable": null, 
            "removes": null, 
            "warn": true
        }, 
        "module_name": "command" 
    }, 
    "rc": 1, 
    "start": "2017-03-01 21:14:07.648253", 
    "stderr": "libsemanage.semanage_direct_get_module_info: Unable to read mod_fastcgi module lang ext file.\nlibsemanage.semanage_direct_get_module_info: Unable to read mod_fastcgi module lang ext file.\nlibsemanage.semanage_direct_get_module_info: Unable to read mod_fastcgi module lang ext file.\nsemodule:  Failed on /tmp/nrpe.pp!", 
    "stdout": "", 
    "stdout_lines": [], 
    "warnings": []
}

The testnode gets in a perpetually broken state and fails all subsequent jobs when in this state.

Example: http://sentry.ceph.com/sepia/teuthology/issues/736/events/67513

Actions

Also available in: Atom PDF