Red Hat Bugzilla – Bug 1552210
[ceph-ansible] [ceph-container] : failed to add new mgr with '--limit' option - trying to copy mgr keyring without generating
Last modified: 2018-11-02 13:02:25 EDT
Created attachment 1404942 [details] File contains contents of ansible-playbook log Description of problem: After upgrading containerized cluster from 3.0 to 3.0.z1, tried to add new mgr with --limit option. ansible-playbook failed trying to copy new mgr's keyring without generating Version-Release number of selected component (if applicable): ceph-ansible-3.0.27-1.el7cp.noarch How reproducible: Always (1/1) Steps to Reproduce: 1. Configure containerized cluster. 2. Add new mgr with limit option to limit configuration to mgrs while running playbook. Actual results: (magna035 had existing mgr, new mgr was planned to be configured on magna036) TASK [ceph-mgr : copy mgr key to /var/lib/ceph/mgr/ondu-magna035/keyring] ************************* "stderr": "cp: cannot stat ‘/etc/ceph/ondu.mgr.magna036.keyring’: No such file or directory", "stderr_lines": ["cp: cannot stat ‘/etc/ceph/ondu.mgr.magna036.keyring’: No such file or directory"] Expected results: Playbook must complete its run with successfully configuring new mgr Additional info: Though it was time consuming, Without using limit option, mgr could be added successfully.