Merge pull request #202 from elcct/server_filer_fix

server_filer_fix
This commit is contained in:
chrislusf 2015-09-27 12:06:48 -07:00
commit 2dcdd121ec

View file

@ -168,8 +168,8 @@ func runServer(cmd *Command, args []string) bool {
*filerOptions.defaultReplicaPlacement,
*filerOptions.redirectOnRead, *filerOptions.disableDirListing,
*filerOptions.secretKey,
"", "",
"", 0,
*filerOptions.cassandra_server, *filerOptions.cassandra_keyspace,
*filerOptions.redis_server, *filerOptions.redis_database,
)
if nfs_err != nil {
glog.Fatalf("Filer startup error: %v", nfs_err)