Skip to content

Commit

Permalink
switch-to-containers: fix rbd-mirror migration
Browse files Browse the repository at this point in the history
`--state=enabled` isn't a valid filter so the unit from the packaging
never gets removed.

Closes: https://bugzilla.redhat.com/show_bug.cgi?id=2134917

Signed-off-by: Guillaume Abrioux <[email protected]>
(cherry picked from commit 7664da5)
  • Loading branch information
guits committed Oct 15, 2022
1 parent b4c9112 commit e34a58b
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -566,7 +566,7 @@
become: true
pre_tasks:
- name: check for ceph rbd mirror services
command: systemctl show --no-pager --property=Id --state=enabled ceph-rbd-mirror@* # noqa 303
command: systemctl show --no-pager --property=Id ceph-rbd-mirror@* # noqa 303
changed_when: false
register: rbdmirror_services

Expand Down

0 comments on commit e34a58b

Please sign in to comment.