in vstart.sh, rgw config was moved into the [client.rgw] section, which
vstart always uses as the radosgw instance name. this broke the
multisite tests in test/rgw/test_multi.py because they use mrgw.sh to
start the gateways instead
Signed-off-by: Casey Bodley <cbodley@redhat.com>
$vstart_path/mstop.sh $name radosgw $port
-$vstart_path/mrun $name radosgw --rgw-frontends="civetweb port=$port" --pid-file=$pidfile --admin-socket=$asokfile "$@" --log-file=$logfile
+$vstart_path/mrun $name radosgw --rgw-frontends="civetweb port=$port" -n client.rgw --pid-file=$pidfile --admin-socket=$asokfile "$@" --log-file=$logfile