forked from TrueCloudLab/frostfs-node
[#332] gc: Add additional logging
Signed-off-by: Dmitrii Stepanov <d.stepanov@yadro.com>
This commit is contained in:
parent
90799497d3
commit
a181c9e434
2 changed files with 16 additions and 2 deletions
|
@ -478,4 +478,10 @@ const (
|
|||
FrostFSNodeContainerRemovalEventReceivedButTreesWerentRemoved = "container removal event received, but trees weren't removed" // Error in ../node/cmd/frostfs-node/tree.go
|
||||
FrostFSNodeCantListenGRPCEndpointControl = "can't listen gRPC endpoint (control)" // Error in ../node/cmd/frostfs-node/control.go
|
||||
CommonApplicationStarted = "application started" // Info in ../node/cmd/frostfs-ir/main.go
|
||||
ShardGCCollectingExpiredObjectsStarted = "collecting expired objects started"
|
||||
ShardGCCollectingExpiredObjectsCompleted = "collecting expired objects completed"
|
||||
ShardGCCollectingExpiredLocksStarted = "collecting expired locks started"
|
||||
ShardGCCollectingExpiredLocksCompleted = "collecting expired locks completed"
|
||||
ShardGCRemoveGarbageStarted = "garbage remove started"
|
||||
ShardGCRemoveGarbageCompleted = "garbage remove completed"
|
||||
)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue