Otherwise it's going to use zone 'default' for client.0, not as expected. Also
add region configuration to task.
Signed-off-by: Yehuda Sadeh <yehuda@redhat.com>
So that there never is less than 4 osd which is the minimum when trying
erasure coded workloads that only work with 4 osd.
http://tracker.ceph.com/issues/9298Fixes: #9298
Signed-off-by: Loic Dachary <loic-201408@dachary.org>
Globally overriding the rgw idle_timeout is not possible because it it
needs to be done on a per client.0, client.1, etc. basis. Add the
default_idle_timeout key to the rgw config : it defaults to the
previously hardcoded default (30) and can be changed via the override.
The existing tasks that were previously overriding the idle_timeout on a
per client basis are changed to use the default_idle_timeout instead for
consistency and to allow a global override.
Signed-off-by: Loic Dachary <loic@dachary.org>
This reverts 453d72b294af6d3db1ae7a212ba9b43209d69f26. It turns out that
tcmalloc defeats the leak checking in valgrind.
Signed-off-by: Sage Weil <sage@inktank.com>
Follow up to a24efaef, remove the mds from
the (mainly singleton) test configs that
explicitly list it.
Signed-off-by: John Spray <john.spray@redhat.com>
This will mask occasional 'wrongly marked me down' errors when valgrind
is running (it makes things generally slow).
Signed-off-by: Sage Weil <sage@inktank.com>
Only one of these was being used before, due to a bug in
teuthology. This is fixed, and trying to create a second user with the
same access key fails.
Signed-off-by: Josh Durgin <josh.durgin@inktank.com>
This is ignored by old teuthology, but used by newer code to tell us when
to generate a product of all directory items.
Signed-off-by: Sage Weil <sage@inktank.com>
This fixes a 404 error caused when the
reads from the newly created region cannot find
necessary data due to the domain root having
been created with a name other than that used
pre-region creation.
Signed-off-by: Joe Buck <jbbuck@gmail.com>