mirror of
https://github.com/minio/minio.git
synced 2025-11-09 05:34:56 -05:00
Detect peer reboots to invalidate current storage REST clients (#7227)
This commit is contained in:
committed by
kannappanr
parent
6f764a8efd
commit
90213ff1b2
@@ -36,6 +36,7 @@ const (
|
||||
storageRESTMethodListDir = "listdir"
|
||||
storageRESTMethodDeleteFile = "deletefile"
|
||||
storageRESTMethodRenameFile = "renamefile"
|
||||
storageRESTMethodGetInstanceID = "getinstanceid"
|
||||
)
|
||||
|
||||
const (
|
||||
@@ -51,4 +52,5 @@ const (
|
||||
storageRESTCount = "count"
|
||||
storageRESTBitrotAlgo = "bitrot-algo"
|
||||
storageRESTBitrotHash = "bitrot-hash"
|
||||
storageRESTInstanceID = "instance-id"
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user