From 21067453438ae5f87a25dbd00a9279ed9488e4fa Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?S=C3=A9bastien=20Han?= Date: Mon, 15 May 2017 10:36:17 +0200 Subject: [PATCH] rgw: resync group_vars MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit At some point, during a commit changing `roles/ceph-rgw/defaults/main.yml` we forgot to run `generate_group_vars_sample.sh`. Signed-off-by: Sébastien Han --- group_vars/rgws.yml.sample | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/group_vars/rgws.yml.sample b/group_vars/rgws.yml.sample index d0c51deed..ad9d2f803 100644 --- a/group_vars/rgws.yml.sample +++ b/group_vars/rgws.yml.sample @@ -37,7 +37,7 @@ dummy: # important to split them into shards. We suggest about 100K # objects per shard as a conservative maximum. #rgw_override_bucket_index_max_shards: 16 - +# # Consider setting a quota on buckets so that exceeding this # limit will require admin intervention. #rgw_bucket_default_quota_max_objects: 1638400 # i.e., 100K * 16