|
|
[root@controller ~]# ceph -v
, F. ^7 `& q( Z& Q1 Q9 F# xceph version 15.2.13 (c44bc49e7a57a87d84dfff2a077a2058aa2172e2) octopus (stable)
1 Z4 f+ ~ H6 {) c. G5 ]$ J
: \4 t- Y u! a& h X# gError EPERM: pool deletion is disabled; you must first set the mon_allow_pool_delete config option to true before you can destroy a pool" a1 Z8 H' B$ H3 |3 R2 v
- _( K& R# R4 |! W2 R6 N+ M# n8 a, s- \- Z% s9 r9 w
解决方法:) q% N2 n" f, M# W# `+ z L) O7 ~# f: J
! d) i, K% L3 _5 k r; [
[root@controller ~]# ceph tell mon.* injectargs --mon_allow_pool_delete true' u* y' G( ]: Q q/ g' w$ Z& U
{}
% J. q* _* P; t+ S4 C$ x3 \[root@controller ~]# ceph osd pool rm device_health_metrics device_health_metrics --yes-i-really-really-mean-it
2 R$ K3 u1 p% o: `( k& [pool 'device_health_metrics' removed. m2 f3 n; d8 L+ M0 y+ {* r
|
|