igw: enable and start rbd-target-api

The commit:

commit 1164cdc002
Author: Guillaume Abrioux <gabrioux@redhat.com>
Date:   Thu Aug 2 11:58:47 2018 +0200

    iscsigw: install ceph-iscsi-cli package

installs the cli package but does not start and enable the
rbd-target-api daemon needed for gwcli to communicate with the igw
nodes. This patch just enables and starts it for the non-container
setup. The container setup is already doing this.

This fixes bz https://bugzilla.redhat.com/show_bug.cgi?id=1613963

Signed-off-by: Mike Christie <mchristi@redhat.com>
pull/3113/head
Mike Christie 2018-08-08 11:14:09 -05:00 committed by mergify[bot]
parent 3382c5226c
commit 8fcd63cc50
1 changed files with 6 additions and 0 deletions

View File

@ -72,3 +72,9 @@
name: rbd-target-gw
enabled: yes
state: started
- name: enable the rbd-target-api service and make sure it is running
service:
name: rbd-target-api
enabled: yes
state: started