The pg_autoscaler might interfere the editing pool e2e test, disable the
global config to avoid this problem.
Fixes: https://tracker.ceph.com/issues/42608
Signed-off-by: Kiefer Chang <kiefer.chang@suse.com>
# Set SSL verify to False
./bin/ceph dashboard set-rgw-api-ssl-verify False
+ # Disable PG autoscaling for new pools. This is a temporary workaround.
+ # e2e tests for pools should be adapted to remove this workaround after
+ # these issues are resolved:
+ # - https://tracker.ceph.com/issues/38227
+ # - https://tracker.ceph.com/issues/42638
+ ./bin/ceph config set global osd_pool_default_pg_autoscale_mode off
+
BASE_URL=$(./bin/ceph mgr services | jq -r .dashboard)
fi