Change port number for file node in deploy

This commit is contained in:
mcrakhman 2022-12-26 18:05:33 +01:00
parent 0a24886ce6
commit 5b98550349
No known key found for this signature in database
GPG Key ID: DED12CFEF5B8396B

View File

@ -268,7 +268,7 @@ func runAll(args rootArgs, numClients, numNodes, numFileNodes uint) (err error)
return
}
filePaths, err := createAppPaths(args, args.fileNodeBinaryPath, "file", 6070, int(numFileNodes))
filePaths, err := createAppPaths(args, args.fileNodeBinaryPath, "file", 6080, int(numFileNodes))
if err != nil {
err = fmt.Errorf("failed to create working directories for clients: %w", err)
return