From b05ef9599cf418a4aa36ac2cedaf4952875d9192 Mon Sep 17 00:00:00 2001 From: Alfredo Deza Date: Tue, 31 May 2016 12:20:03 -0400 Subject: [PATCH] ceph-common: define client_group_name Signed-off-by: Alfredo Deza Resolves: rhbz#1339096 --- roles/ceph-common/defaults/main.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/roles/ceph-common/defaults/main.yml b/roles/ceph-common/defaults/main.yml index c3a0eb254..aedcb3f20 100644 --- a/roles/ceph-common/defaults/main.yml +++ b/roles/ceph-common/defaults/main.yml @@ -18,6 +18,7 @@ rgw_group_name: rgws mds_group_name: mdss restapi_group_name: restapis rbdmirror_group_name: rbdmirrors +client_group_name: clients # If check_firewall is true, then ansible will try to determine if the # Ceph ports are blocked by a firewall. If the machine running ansible -- 2.47.3