mirror of
https://github.com/minio/minio.git
synced 2025-11-25 12:06:10 -05:00
Implementing min-free-disk
This commit is contained in:
10
flags.go
10
flags.go
@@ -28,11 +28,17 @@ var (
|
||||
Usage: "ADDRESS:PORT for cloud storage access.",
|
||||
}
|
||||
|
||||
minFreeDiskFlag = cli.StringFlag{
|
||||
Name: "min-free-disk",
|
||||
Value: "10%",
|
||||
Usage: "Minimum free disk space required for cloud storage.",
|
||||
}
|
||||
|
||||
ratelimitFlag = cli.IntFlag{
|
||||
Name: "ratelimit",
|
||||
Hide: true,
|
||||
Value: 16,
|
||||
Usage: "Limit for total concurrent requests: [DEFAULT: 16].",
|
||||
Value: 0,
|
||||
Usage: "Limit for total concurrent requests: [DEFAULT: 0].",
|
||||
}
|
||||
|
||||
anonymousFlag = cli.BoolFlag{
|
||||
|
||||
Reference in New Issue
Block a user