Fix typo of the output when pgnum is scaling faster
than pgp_num in the function DaemonServer::adjust_pgs().
Fixes: https://tracker.ceph.com/issues/56151
Signed-off-by: Kamoltat <ksirivad@redhat.com>
(cherry picked from commit
10d2d2e2dd613badd0801763b0586d524dfc2121)
dout(10) << "pool " << i.first
<< " pg_num " << p.get_pg_num()
<< " - pgp_num " << p.get_pgp_num()
- << " gap > max_pg_num_change " << max_jump
+ << " gap >= max_pg_num_change " << max_jump
<< " - must scale pgp_num first"
<< dendl;
} else {