forked from TrueCloudLab/frostfs-node
[#1684] cli: Correct description of control shards writecache seal
Signed-off-by: Alexander Chuprov <a.chuprov@yadro.com>
This commit is contained in:
parent
54ef71a92f
commit
fc743cc537
1 changed files with 1 additions and 1 deletions
|
@ -24,7 +24,7 @@ var writecacheShardCmd = &cobra.Command{
|
||||||
var sealWritecacheShardCmd = &cobra.Command{
|
var sealWritecacheShardCmd = &cobra.Command{
|
||||||
Use: "seal",
|
Use: "seal",
|
||||||
Short: "Flush objects from write-cache and move write-cache to degraded read only mode.",
|
Short: "Flush objects from write-cache and move write-cache to degraded read only mode.",
|
||||||
Long: "Flush all the objects from the write-cache to the main storage and move the write-cache to the degraded read only mode: write-cache will be empty and no objects will be put in it.",
|
Long: "Flush all the objects from the write-cache to the main storage and move the write-cache to the 'CLOSED' mode: write-cache will be empty and no objects will be put in it.",
|
||||||
Run: sealWritecache,
|
Run: sealWritecache,
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue