2024-07-04T12:48:16.253Z | <Md Mahamudur Rahaman Sajib> Also, for debug build for any rados operation for example `./bin/rados -p pool1 ls` it just halts and checked the `./bin/ceph health detail`
```*** DEVELOPER MODE: setting PATH, PYTHONPATH and LD_LIBRARY_PATH ***
2024-07-04T18:46:06.179+0600 7ffff07fe640 -1 WARNING: all dangerous and experimental features are enabled.
2024-07-04T18:46:06.187+0600 7ffff07fe640 -1 WARNING: all dangerous and experimental features are enabled.
HEALTH_WARN 1 MDSs report slow metadata IOs; Reduced data availability: 97 pgs inactive; 1 pool(s) do not have an application enabled
[WRN] MDS_SLOW_METADATA_IO: 1 MDSs report slow metadata IOs
mds.a(mds.0): 33 slow metadata IOs are blocked > 30 secs, oldest blocked for 72 secs
[WRN] PG_AVAILABILITY: Reduced data availability: 97 pgs inactive
pg 1.0 is stuck inactive for 102s, current state unknown, last acting []
pg 1.d is stuck inactive for 102s, current state unknown, last acting []
pg 1.e is stuck inactive for 102s, current state unknown, last acting []
pg 1.f is stuck inactive for 102s, current state unknown, last acting []
pg 1.10 is stuck inactive for 102s, current state unknown, last acting []
pg 1.11 is stuck inactive for 102s, current state unknown, last acting []
pg 1.12 is stuck inactive for 102s, current state unknown, last acting []
pg 1.13 is stuck inactive for 102s, current state unknown, last acting []
pg 1.14 is stuck inactive for 102s, current state unknown, last acting []
pg 1.15 is stuck inactive for 102s, current state unknown, last acting []
pg 1.16 is stuck inactive for 102s, current state unknown, last acting []
pg 1.17 is stuck inactive for 102s, current state unknown, last acting []
pg 1.18 is stuck inactive for 102s, current state unknown, last acting []
pg 1.19 is stuck inactive for 102s, current state unknown, last acting []
pg 1.1a is stuck inactive for 102s, current state unknown, last acting []
pg 1.1b is stuck inactive for 102s, current state unknown, last acting []
pg 1.1c is stuck inactive for 102s, current state unknown, last acting []
pg 2.3 is stuck inactive for 80s, current state unknown, last acting []
pg 2.c is stuck inactive for 80s, current state unknown, last acting []
pg 2.d is stuck inactive for 80s, current state unknown, last acting []
pg 2.e is stuck inactive for 80s, current state unknown, last acting []
pg 2.10 is stuck inactive for 80s, current state unknown, last acting []
pg 2.11 is stuck inactive for 80s, current state unknown, last acting []
pg 2.12 is stuck inactive for 80s, current state unknown, last acting []
pg 2.13 is stuck inactive for 80s, current state unknown, last acting []
pg 2.14 is stuck inactive for 80s, current state unknown, last acting []
pg 2.15 is stuck inactive for 80s, current state unknown, last acting []
pg 2.16 is stuck inactive for 80s, current state unknown, last acting []
pg 2.17 is stuck inactive for 80s, current state unknown, last acting []
pg 2.18 is stuck inactive for 80s, current state unknown, last acting []
pg 2.19 is stuck inactive for 80s, current state unknown, last acting []
pg 2.1a is stuck inactive for 80s, current state unknown, last acting []
pg 2.1b is stuck inactive for 80s, current state unknown, last acting []
pg 2.1f is stuck inactive for 80s, current state unknown, last acting []
pg 3.2 is stuck inactive for 79s, current state unknown, last acting []
pg 3.c is stuck inactive for 79s, current state unknown, last acting []
pg 3.d is stuck inactive for 79s, current state unknown, last acting []
pg 3.f is stuck inactive for 79s, current state unknown, last acting []
pg 3.10 is stuck inactive for 79s, current state unknown, last acting []
pg 3.11 is stuck inactive for 79s, current state unknown, last acting []
pg 3.12 is stuck inactive for 79s, current state unknown, last acting []
pg 3.13 is stuck inactive for 79s, current state unknown, last acting []
pg 3.14 is stuck inactive for 79s, current state unknown, last acting []
pg 3.15 is stuck inactive for 79s, current state unknown, last acting []
pg 3.16 is stuck inactive for 79s, current state unknown, last acting []
pg 3.17 is stuck inactive for 79s, current state unknown, last acting []
pg 3.18 is stuck inactive for 79s, current state unknown, last acting []
pg 3.19 is stuck inactive for 79s, current state unknown, last acting []
pg 3.1a is stuck inactive for 79s, current state unknown, last acting []
pg 3.1b is stuck inactive for 79s, current state unknown, last acting []
pg 3.1e is stuck inactive for 79s, current state unknown, last acting []
[WRN] POOL_APP_NOT_ENABLED: 1 pool(s) do not have an application enabled
application not enabled on pool 'pool1'
use 'ceph osd pool application enable <pool-name> <app-name>', where <app-name> is 'cephfs', 'rbd', 'rgw', or freeform for custom applications.``` |