Skip to content

Commit

Permalink
Sync Toolkit with local development during review of GoogleCloudPlatf…
Browse files Browse the repository at this point in the history
  • Loading branch information
tpdownes authored and cdunbar13 committed Dec 18, 2024
1 parent 4a873d6 commit 7b2d985
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion modules/file-system/parallelstore/scripts/mount-daos.sh
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ elif [[ "$OS_ID_LIKE" =~ "rhel" ]]; then
fi

if [[ -n "$extra_interfaces" ]]; then
exclude_fabric_ifaces="lo,$extra_interfaces"
exclude_fabric_ifaces="\"lo\",$extra_interfaces"
sed -i "s/#.*exclude_fabric_ifaces: \[.*/exclude_fabric_ifaces: [$exclude_fabric_ifaces]/" $daos_config
fi

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ elif [[ "$OS_ID_LIKE" =~ "rhel" ]]; then
fi

if [[ -n "$extra_interfaces" ]]; then
exclude_fabric_ifaces="lo,$extra_interfaces"
exclude_fabric_ifaces="\"lo\",$extra_interfaces"
sed -i "s/#.*exclude_fabric_ifaces: \[.*/exclude_fabric_ifaces: [$exclude_fabric_ifaces]/" $daos_config
fi

Expand Down

0 comments on commit 7b2d985

Please sign in to comment.