From: Guillaume Abrioux Date: Mon, 13 Jan 2020 15:39:31 +0000 (+0100) Subject: update: remove legacy X-Git-Tag: v6.0.0alpha1~118 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=d853da2a686c882cde86496803dc203ab0735764;p=ceph-ansible.git update: remove legacy This task is a code duplicate, probably a legacy, let's remove it. Signed-off-by: Guillaume Abrioux --- diff --git a/infrastructure-playbooks/rolling_update.yml b/infrastructure-playbooks/rolling_update.yml index 7c54e530d..459198e54 100644 --- a/infrastructure-playbooks/rolling_update.yml +++ b/infrastructure-playbooks/rolling_update.yml @@ -427,12 +427,6 @@ - import_role: name: ceph-osd - - name: get osd numbers - shell: "if [ -d /var/lib/ceph/osd ] ; then ls /var/lib/ceph/osd | sed 's/.*-//' ; fi" - register: osd_ids - changed_when: false - when: not containerized_deployment | bool - - name: start ceph osd systemd: name: ceph-osd@{{ item }}