|
|
[root@controller ~]# ceph -v
/ _* M+ M! P+ D4 k; `' Uceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)
& E1 |9 u5 k$ ]6 ` T3 d5 h* S. i
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
& `1 B8 U# b+ _0 [' D5 q) N& }3 |- Q9 {8 w% T% R$ H2 C5 [
; I( r0 {0 e6 `: P* @
解决方法:
$ Y5 ^8 i: U' a9 [2 T( Y/ `; y( {' T0 f) g! h
[root@controller ~]# ceph tell mon.* injectargs --mon_allow_pool_delete true: r& d+ o9 k, f, u( J. |# R8 \
{}% s/ |. y' V. B* G
[root@controller ~]# ceph osd pool rm device_health_metrics device_health_metrics --yes-i-really-really-mean-it
% f3 I8 X9 i9 Kpool 'device_health_metrics' removed
6 S; d5 ]8 x) N* {$ H |
|