Disabling a client application
To disable a client application from conducting I/O operations on a pool, run the following:
Syntax
ceph osd pool application disable POOL_NAME APP {--yes-i-really-mean-it}
Where APP is:
-
cephfsfor the Ceph Filesystem. -
rbdfor the Ceph Block Device -
rgwfor the Ceph Object Gateway
Note: Specify a different
APP value for a custom application.