Signed-off-by: Mohamad Gebai <mgebai@suse.com>
support. It features less network traffic and disk I/O when performing
recovery.
+* The 'drop cache' OSD command has been added to drop an OSD's caches:
+
+ - ``ceph tell osd.x drop cache``
+
+* The 'get cache stats' OSD command has been added to get an OSD's cache stats:
+
+ - ``ceph tell osd.x get cache stats'
+
>=13.1.0
--------
ceph tell osd.N bench [TOTAL_DATA_BYTES] [BYTES_PER_WRITE]
+To clear an OSD's caches between benchmarking runs, use the 'drop cache' command ::
+
+ ceph tell osd.N drop cache
+
+To get the cache statistics of an OSD, use the 'get cache stats' command ::
+
+ ceph tell osd.N get cache stats
MDS Subsystem
=============