serverDisableHttp=cmdServer.Flag.Bool("disableHttp",false,"disable http requests, only gRPC operations are allowed.")
volumeDataFolders=cmdServer.Flag.String("dir",os.TempDir(),"directories to store data files. dir[,dir]...")
volumeMaxDataVolumeCounts=cmdServer.Flag.String("volume.max","7","maximum numbers of volumes, count[,count]... If set to zero on non-windows OS, the limit will be auto configured.")
pulseSeconds=cmdServer.Flag.Int("pulseSeconds",5,"number of seconds between heartbeats")
// pulseSeconds = cmdServer.Flag.Int("pulseSeconds", 5, "number of seconds between heartbeats")
isStartingFiler=cmdServer.Flag.Bool("filer",false,"whether to start filer")
isStartingS3=cmdServer.Flag.Bool("s3",false,"whether to start S3 gateway")
isStartingMsgBroker=cmdServer.Flag.Bool("msgBroker",false,"whether to start message broker")
v.pulseSeconds=cmdVolume.Flag.Int("pulseSeconds",5,"number of seconds between heartbeats, must be smaller than or equal to the master's setting")
// v.pulseSeconds = cmdVolume.Flag.Int("pulseSeconds", 5, "number of seconds between heartbeats, must be smaller than or equal to the master's setting")