]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph-ansible.git/commit
ceph-handler: remove iscsigws restart scripts
authorDimitri Savineau <dsavinea@redhat.com>
Tue, 21 Jul 2020 19:22:26 +0000 (15:22 -0400)
committerGuillaume Abrioux <gabrioux@redhat.com>
Sat, 25 Jul 2020 07:34:25 +0000 (09:34 +0200)
commit56cf7168fae84bd791661f49d4b425ac787e914f
treef45c5f0c492515463bf9101f97d63d4702a7427a
parent2faed4c204fae319f1a5bdcbdaae3921e44b39f4
ceph-handler: remove iscsigws restart scripts

The iscsigws restart scripts for tcmu-runner and rbd-target-{api,gw}
services only call the systemctl restart command.
We don't really need to copy a shell script to do it when we can use
the ansible service module instead.

Signed-off-by: Dimitri Savineau <dsavinea@redhat.com>
(cherry picked from commit cbe79428e687e383f9764668a56171e5582451be)
roles/ceph-handler/tasks/handler_rbd_target_api_gw.yml
roles/ceph-handler/tasks/handler_tcmu_runner.yml
roles/ceph-handler/templates/restart_rbd_target_api.sh.j2 [deleted file]
roles/ceph-handler/templates/restart_rbd_target_gw.sh.j2 [deleted file]
roles/ceph-handler/templates/restart_tcmu_runner.sh.j2 [deleted file]