mirror of
https://github.com/seaweedfs/seaweedfs.git
synced 2025-10-15 04:56:19 +08:00
be lenient when writing, but report right away when volume size limit is
exceeded
This commit is contained in:
@@ -30,7 +30,7 @@ var (
|
||||
mport = cmdMaster.Flag.Int("port", 9333, "http listen port")
|
||||
mip = cmdMaster.Flag.String("ip", "localhost", "http listen port")
|
||||
metaFolder = cmdMaster.Flag.String("mdir", os.TempDir(), "data directory to store meta data")
|
||||
volumeSizeLimitMB = cmdMaster.Flag.Uint("volumeSizeLimitMB", 32*1024, "Default Volume Size in MegaBytes")
|
||||
volumeSizeLimitMB = cmdMaster.Flag.Uint("volumeSizeLimitMB", 32*1000, "Default Volume Size in MegaBytes")
|
||||
mpulse = cmdMaster.Flag.Int("pulseSeconds", 5, "number of seconds between heartbeats")
|
||||
confFile = cmdMaster.Flag.String("conf", "/etc/weedfs/weedfs.conf", "xml configuration file")
|
||||
defaultRepType = cmdMaster.Flag.String("defaultReplicationType", "000", "Default replication type if not specified.")
|
||||
|
Reference in New Issue
Block a user