mirror of
https://github.com/rustfs/rustfs.git
synced 2026-09-06 20:19:14 +00:00
fix(replication): fence stale metadata status writeback (#7083)
Co-authored-by: houseme <housemecn@gmail.com>
This commit is contained in:
@@ -75,6 +75,8 @@ pub const SUFFIX_REPLICA_STATUS: &str = "replica-status";
|
||||
pub const SUFFIX_REPLICA_TIMESTAMP: &str = "replica-timestamp";
|
||||
pub const SUFFIX_REPLICATION_STATUS: &str = "replication-status";
|
||||
pub const SUFFIX_REPLICATION_TIMESTAMP: &str = "replication-timestamp";
|
||||
/// Source-local opaque mutation id fencing replication status write-back.
|
||||
pub const SUFFIX_REPLICATION_GENERATION: &str = "replication-generation";
|
||||
pub const SUFFIX_TAGGING_TIMESTAMP: &str = "tagging-timestamp";
|
||||
pub const SUFFIX_OBJECTLOCK_RETENTION_TIMESTAMP: &str = "objectlock-retention-timestamp";
|
||||
pub const SUFFIX_OBJECTLOCK_LEGALHOLD_TIMESTAMP: &str = "objectlock-legalhold-timestamp";
|
||||
|
||||
Reference in New Issue
Block a user