Hide Forgot
Description of problem: In the "ceph-iscsi-ansible.yml" we need a check for rsync in the seed_mon. The admin keyring is copied from the seed_mon to the gateway nodes. Currently we are seeing a failure like this: TASK: [ceph-iscsi-gw | sync the admin keyring from the seed monitor to each gateway node] *** failed: [nighthawk -> harvard] => {"cmd": "rsync --delay-updates -F --compress --archive --rsh 'ssh -S none -o StrictHostKeyChecking=no' '--out-format=<<CHANGED>>%i %n%L' /etc/ceph/ceph.client.admin.keyring ''", "failed": true, "rc": 2} msg: [Errno 2] No such file or directory failed: [navigator -> harvard] => {"cmd": "rsync --delay-updates -F --compress --archive --rsh 'ssh -S none -o StrictHostKeyChecking=no' '--out-format=<<CHANGED>>%i %n%L' /etc/ceph/ceph.client.admin.keyring ''", "failed": true, "rc": 2} msg: [Errno 2] No such file or directory Version-Release number of selected component (if applicable): ceph-ansible-1.0.5-36.el7scon.noarch ceph-iscsi-ansible-1.2-1.el7scon.noarch How reproducible: Always Additional info:
Please retest with 1.3. v1.3 has removed the requirement for rsync
Verified in version: ceph-iscsi-config-1.3-1.el7cp.noarch ceph-iscsi-ansible-1.3-1.el7cp.noarch
Fix shipped in https://access.redhat.com/errata/RHBA-2017:1496