Project

General

Profile

Bug #19126

Updated by David Galloway about 7 years ago

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

 <pre> 
 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": [] 
 } 
 </pre> 

 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 http://sentry.ceph.com/sepia/teuthology/issues/736/events/67513/

Back