]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph.git/commit
vstart: move common rgw config to [client.rgw] 29449/head
authorCasey Bodley <cbodley@redhat.com>
Thu, 1 Aug 2019 14:13:29 +0000 (10:13 -0400)
committerCasey Bodley <cbodley@redhat.com>
Thu, 1 Aug 2019 14:20:30 +0000 (10:20 -0400)
commitc5ec95d7c3f1a4ed4f089b19162289db163f97a7
tree12c1546ffc2341ad3f974792e8d5ab50424f810c
parentb6da01e75f7fb627ebbac2463a40b05ee637a7e7
vstart: move common rgw config to [client.rgw]

multisite tests in src/test/rgw/test_multi.py run vstart.sh with RGW=0
because it does some extra configuration before starting radosgw with
src/mrgw.sh. the result is that vstart.sh doesn't add extra config
sections for [client.rgw.{port}], so these settings don't take effect

moving the common config into [client.rgw] allows the settings to apply
without relying on vstart.sh to create the additional sections for each
gateway

Signed-off-by: Casey Bodley <cbodley@redhat.com>
src/vstart.sh