File 0002-47712.patch of Package ceph-ceph-17.2.9
diff --git a/src/pybind/mgr/pg_autoscaler/module.py b/src/pybind/mgr/pg_autoscaler/module.py
index 57d27655114..cf9dbaed3bf 100644
--- a/src/pybind/mgr/pg_autoscaler/module.py
+++ b/src/pybind/mgr/pg_autoscaler/module.py
@@ -556,7 +556,7 @@ class PgAutoscaler(MgrModule):
capacity = root_map[root_id].capacity
assert capacity is not None
if capacity == 0:
- self.log.debug('skipping empty subtree %s', cr_name)
+ self.log.debug("skipping empty subtree {0}".format(cr_name))
continue
raw_used_rate = osdmap.pool_raw_used_rate(pool_id)