Skip to content

Commit

Permalink
follow-up (fspaths)
Browse files Browse the repository at this point in the history
Signed-off-by: Alex Aizman <[email protected]>
  • Loading branch information
alex-aizman committed Jul 9, 2024
1 parent 5efbfcd commit 6a96095
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion deploy/dev/local/aisnode_config.fspaths.sh
Original file line number Diff line number Diff line change
Expand Up @@ -197,7 +197,7 @@ cat > $AIS_LOCAL_CONF_FILE <<EOL
"port_intra_control": "${PORT_INTRA_CONTROL:-9080}",
"port_intra_data": "${PORT_INTRA_DATA:-10080}"
},
"fspaths": {"/tmp/ais/mp8": "disk1", "/tmp/ais/mp9": "disk2"},
"fspaths": {"/tmp/ais/mp1": "disk1", "/tmp/ais/mp2": "disk2", "/tmp/ais/mp3": "disk3"},
"test_fspaths": {
"root": "${TEST_FSPATH_ROOT:-/tmp/ais$NEXT_TIER/}",
"count": 0,
Expand Down

0 comments on commit 6a96095

Please sign in to comment.