Implement blockstore rollback operation
Rollback operation is required for the primary OSD to kill unstable object versions in OSD peers so they don't occupy journal space
This commit is contained in:
+2
-2
@@ -25,8 +25,8 @@
|
||||
#define BS_OP_STABLE 4
|
||||
#define BS_OP_DELETE 5
|
||||
#define BS_OP_LIST 6
|
||||
#define BS_OP_MAX 6
|
||||
#define BS_OP_TYPE_MASK 0x7
|
||||
#define BS_OP_ROLLBACK 7
|
||||
#define BS_OP_MAX 7
|
||||
|
||||
#define BS_OP_PRIVATE_DATA_SIZE 256
|
||||
|
||||
|
||||
Reference in New Issue
Block a user