]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph.git/commit
vstart.sh: run multiple rgws with different ids 26690/head
authorJoao Eduardo Luis <joao@suse.com>
Tue, 16 Jul 2019 14:53:27 +0000 (14:53 +0000)
committerJoao Eduardo Luis <joao@suse.com>
Tue, 23 Jul 2019 10:08:23 +0000 (10:08 +0000)
commit65d6ba87130a6bf36122050ac1b2a15831ca6587
treef7fe8393f9ebd366d86837768ecdde985592a8d3
parent35cb8dcee75166fdde9a2d3379cb15344c3f1a7d
vstart.sh: run multiple rgws with different ids

We should expect being able to run multiple rgws with different ids
using vstart, and yet that was not the case as they were sharing the
same name (and same key).

We now mimic each rgw running on a different host, with ids being their
ports; as such, we'll have 'client.rgw.X', 'client.rgw.X+1', and so
forth. These will match the ports the daemons are running on.

Signed-off-by: Joao Eduardo Luis <joao@suse.com>
src/mrgw.sh
src/vstart.sh