ceph - ceph-devel - 2024-07-04

Timestamp (UTC)Message
2024-07-04T12:23:54.662Z
<system> file output.txt too big to download (48020535 > allowed size: 1000000)
2024-07-04T12:23:54.664Z
<Md Mahamudur Rahaman Sajib> In crimson did anyone get `AddressSanitizer:DEADLYSIGNAL`  while running vstart for debug build? my console get flooded with this message while running.
`MGR=1 MON=3 OSD=3 MDS=3 RGW=0 ../src/vstart.sh -n -x --seastore --crimson --redirect-output`
 I don't get it for non-debug build.
2024-07-04T12:46:27.348Z
<Matan Breizman> forwarded to <#C05N7Q52DTL|>
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.```
2024-07-04T12:51:55.129Z
<Matan Breizman> @Md Mahamudur Rahaman Sajib, I've replied in <#C05N7Q52DTL|>
2024-07-04T16:39:44.044Z
<Casey Bodley> rgw broke debug builds on main yesterday with the merge of <https://github.com/ceph/ceph/pull/55076>. i've opened <https://github.com/ceph/ceph/pull/58429> with a fix. you can disable WITH_RADOSGW in cmake as a workaround in the meantime

Any issue? please create an issue here and use the infra label.