]> git.proxmox.com Git - ceph.git/blobdiff - ceph/src/osd/osd_types.h
import ceph 12.2.12
[ceph.git] / ceph / src / osd / osd_types.h
index 5b63b9ed979c0e166e8d9c70dc3c7846bc450ba0..0f300d6e82e38536277be853f5121770063bd567 100644 (file)
 #define OSD_BACKFILL_INACTIVE_PRIORITY_BASE 220
 
 /// max manually/automatically set recovery priority for MBackfillReserve
-#define OSD_RECOVERY_PRIORITY_MAX 254
+#define OSD_RECOVERY_PRIORITY_MAX 253
 
-/// max recovery priority for MBackfillReserve, only when forced manually
+/// backfill priority for MBackfillReserve, when forced manually
+#define OSD_BACKFILL_PRIORITY_FORCED 254
+
+/// recovery priority for MRecoveryReserve, when forced manually
 #define OSD_RECOVERY_PRIORITY_FORCED 255