make it turn on the filer when filer.redirectOnRead is set
This commit is contained in:
@@ -101,6 +101,10 @@ func runServer(cmd *Command, args []string) bool {
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
if *filerOptions.redirectOnRead {
|
||||||
|
*isStartingFiler = true
|
||||||
|
}
|
||||||
|
|
||||||
*filerOptions.master = *serverPublicIp + ":" + strconv.Itoa(*masterPort)
|
*filerOptions.master = *serverPublicIp + ":" + strconv.Itoa(*masterPort)
|
||||||
|
|
||||||
if *filerOptions.defaultReplicaPlacement == "" {
|
if *filerOptions.defaultReplicaPlacement == "" {
|
||||||
|
|||||||
Reference in New Issue
Block a user