Project

General

Profile

Bug #21309

Updated by Joao Eduardo Luis over 6 years ago

ceph version 13.0.0-429-gbc5fe2e (bc5fe2e9099dbb560c2153d3ac85f38b46593a77) mimic (dev) 

 Easily reproducible on a vstart cluster with 

 <pre> 
 ceph osd pool create testpool 4000 4000 replicated                                                                                                                 
 sleep 10 
 ceph osd pool rm testpool testpool --yes-i-really-really-mean-it 
 </pre> 

 This causes a stacktrace (incoming, trigger happy fingers led to submission of bug without the stacktrace)

Back