On 30/03/17 14:59, Willem Jan Withagen wrote: > [~] wjw@cephtest> ceph osd pool delete cephfsdata cephfsdata > --yes-i-really-really-mean-it > Error EPERM: pool deletion is disabled; you must first set the > mon_allow_pool_delete config option to true before you can destroy a pool > Exit 1 > [~] wjw@cephtest> ceph -n mon.a --show-config | grep allow > ... > mon_allow_pool_delete = true > ... Looking at master, this would only happen if the daemon handling the request actually had mon_allow_pool_delete = false. I'm guessing you made sure mon.a is your leader, but if not, maybe check the leader's conf? Other than that, please open a ticket so we can figure out what's wrong. Cheers! -Joao -- To unsubscribe from this list: send the line "unsubscribe ceph-devel" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html