From 365f3215cce45aa49438873b7cfbafd733c1698d Mon Sep 17 00:00:00 2001 From: Abhishek Lekshmanan Date: Mon, 17 Jul 2017 13:59:51 +0200 Subject: [PATCH] rgw: move reshard pool to ns in log pool Since the pool was introduced only in Luminous dev and RC releases we can probably upgrade without the need to bump up the the struct version numbers. This needs a pending release notes entry Signed-off-by: Abhishek Lekshmanan --- src/rgw/rgw_rados.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/rgw/rgw_rados.h b/src/rgw/rgw_rados.h index 6b996c960bf..1c4311be75c 100644 --- a/src/rgw/rgw_rados.h +++ b/src/rgw/rgw_rados.h @@ -1266,7 +1266,7 @@ struct RGWZoneParams : RGWSystemMetaObj { if (struct_v >= 10) { ::decode(reshard_pool, bl); } else { - reshard_pool = name + ".rgw.reshard"; + reshard_pool = log_pool.name + ":reshard"; } DECODE_FINISH(bl); } -- 2.39.5