Description of problem: with ceph-ansible 2.1.5 seeing the following fatal during playbook fatal: [ceph-jenkins-build-run529-node10-mon]: FAILED! => {"changed": false, "cmd": ["ceph", "--cluster", "ceph", "config-key", "get", "initial_mon_keyring"], "delta": "0:00:00.165319", "end": "2017-01-31 16:29:02.352734", "failed": true, "rc": 2, "start": "2017-01-31 16:29:02.187415", "stderr": "Error ENOENT: error obtaining 'initial_mon_keyring': (2) No such file or directory", "stdout": "", "stdout_lines": [], "warnings": []} ...ignoring full logs: https://ceph-jenkins.rhev-ci-vms.eng.rdu2.redhat.com/job/ceph-ansible-sanity-xenial-2.x/39/consoleFull https://ceph-jenkins.rhev-ci-vms.eng.rdu2.redhat.com/job/ceph-ansible-sanity-2.x/104/consoleFull Version-Release number of selected component (if applicable): ceph-ansible 2.1.5 How reproducible: 1/1
Andrew debugged this and it was due to hdparm not installed on node9-mon, and ceph never got installed on that node causing other task to fail later. closing this as not a bug, a newer run worked.