Re: [ceph-users] MDS crash - FAILED assert(omap_num_objs <= MAX_OBJECTS)

2019-11-24 Thread Stefan Kooman
Hi, Quoting Yan, Zheng (uker...@gmail.com): > > > I double checked the code, but didn't find any clue. Can you compile > > > mds with a debug patch? > > > > Sure, I'll try to do my best to get a properly packaged Ceph Mimic > > 13.2.6 with the debug patch in it (and / or get help to get it build)

[ceph-users] Cannot increate pg_num / pgp_num on a pool

2019-11-24 Thread Thomas
Hi, I failed to increase pg_num / pgp_num on pools ssd to 1024: root@ld3976:~# ceph osd pool get ssd pg_num pg_num: 512 root@ld3976:~# ceph osd pool get ssd pgp_num pgp_num: 512 root@ld3976:~# ceph osd pool set ssd pg_num 1024 root@ld3976:~# ceph osd pool get ssd pg_num pg_num: 512 When I check

[ceph-users] Cannot increate pg_num / pgp_num on a pool

2019-11-24 Thread Thomas
Hi, I failed to increase pg_num / pgp_num on pools ssd to 1024: root@ld3976:~# ceph osd pool get ssd pg_num pg_num: 512 root@ld3976:~# ceph osd pool get ssd pgp_num pgp_num: 512 root@ld3976:~# ceph osd pool set ssd pg_num 1024 root@ld3976:~# ceph osd pool get ssd pg_num pg_num: 512 When I check