Is this a bug report or feature request?
HEALTH_WARN 1 pools have many more objects per pg than average
MANY_OBJECTS_PER_PG 1 pools have many more objects per pg than average
ceph tell mon.* injectargs '--mon_pg_warn_max_object_skew -1'
mon.e: injectargs:mon_pg_warn_max_object_skew = '-1.000000' (not observed, change may require restart)
mon.f: injectargs:mon_pg_warn_max_object_skew = '-1.000000' (not observed, change may require restart)
mon.h: injectargs:mon_pg_warn_max_object_skew = '-1.000000' (not observed, change may require restart)
md5-4e41ace4b7ac6713d756dbe1ecc14dbd
POOLS:
POOL ID STORED OBJECTS USED %USED MAX AVAIL
replicapool 1 9.1 GiB 2.83k 27 GiB 0.77 1.1 TiB
s3-rgw.rgw.control 5 0 B 8 0 B 0 1.1 TiB
s3-rgw.rgw.meta 6 2.7 KiB 9 385 KiB 0 1.1 TiB
s3-rgw.rgw.log 7 4.0 MiB 212 4.1 MiB 0 1.1 TiB
s3-rgw.rgw.buckets.index 8 538 MiB 9 538 MiB 0.01 1.1 TiB
.rgw.root 9 3.7 KiB 16 720 KiB 0 1.1 TiB
s3-rgw.rgw.buckets.data 10 403 GiB 357.12k 1.2 TiB 25.66 1.1 TiB
s3-rgw.rgw.buckets.non-ec 11 6.6 KiB 4 70 KiB 0 3.4 TiB
cephfs-metadata 14 3.1 GiB 1.09M 3.6 GiB 0.10 1.1 TiB
cephfs-data0 15 69 GiB 915.57k 221 GiB 5.90 1.1 TiB
File(s) to submit:
cluster.yaml, if necessaryCrashing pod(s) logs, if necessary
To get logs, use kubectl -n <namespace> logs <pod name>
When pasting logs, always surround them with backticks or use the insert code button from the Github UI.
Read Github documentation if you need help.
Environment:
ceph -v): ceph version 14.2.1kubectl version): v1.15.3ceph health in the Rook Ceph toolbox):Use ceph config set command instead.
Use
ceph config setcommand instead.
This fixed it: ceph config set mgr mon_pg_warn_max_object_skew 0
Thanks!
Most helpful comment
This fixed it: ceph config set mgr mon_pg_warn_max_object_skew 0
Thanks!