|
|
[root@controller ~]# ceph -v. y& ^" A7 I5 E9 m+ V
ceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)
8 N1 a! i& E( O$ f ^) d: a9 |" Q9 _4 C: e) u8 s
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
' F, Y6 i B: t6 R4 I0 J9 K# y1 t' ^
4 X2 D! i) F7 Q7 c# |$ y& n/ q解决方法:
/ b4 x! L) N Z( i- y) {: g6 n0 Z; Q! V. q( t0 _7 }
[root@controller ~]# ceph tell mon.* injectargs --mon_allow_pool_delete true4 W5 [5 B3 v- z' [5 o
{}
2 Q0 L% G, r1 g6 d! I' b, Y[root@controller ~]# ceph osd pool rm device_health_metrics device_health_metrics --yes-i-really-really-mean-it/ x" P( ]" t1 x. T
pool 'device_health_metrics' removed
& y' @7 M, E" B i6 | J |
|