masterOptions.peers=cmdServer.Flag.String("master.peers","","all master nodes in comma separated ip:masterPort list")
masterOptions.peers=cmdServer.Flag.String("master.peers","","all master nodes in comma separated ip:masterPort list")
masterOptions.volumeSizeLimitMB=cmdServer.Flag.Uint("master.volumeSizeLimitMB",30*1000,"Master stops directing writes to oversized volumes.")
masterOptions.volumeSizeLimitMB=cmdServer.Flag.Uint("master.volumeSizeLimitMB",30*1000,"Master stops directing writes to oversized volumes.")
masterOptions.volumePreallocate=cmdServer.Flag.Bool("master.volumePreallocate",false,"Preallocate disk space for volumes.")
masterOptions.volumePreallocate=cmdServer.Flag.Bool("master.volumePreallocate",false,"Preallocate disk space for volumes.")
masterOptions.maxParallelVacuumPerServer=cmdServer.Flag.Int("master.maxParallelVacuumPerServer",1,"maximum number of volumes to vacuum in parallel on one volume server")
masterOptions.defaultReplication=cmdServer.Flag.String("master.defaultReplication","","Default replication type if not specified.")
masterOptions.defaultReplication=cmdServer.Flag.String("master.defaultReplication","","Default replication type if not specified.")
masterOptions.garbageThreshold=cmdServer.Flag.Float64("master.garbageThreshold",0.3,"threshold to vacuum and reclaim spaces")
masterOptions.garbageThreshold=cmdServer.Flag.Float64("master.garbageThreshold",0.3,"threshold to vacuum and reclaim spaces")