Skip to content

Commit

Permalink
feat: add --spdk-cpumask option in isntance-manager script
Browse files Browse the repository at this point in the history
Support specifying CPU mask or list for spdk_tgt

Longhorn 8835

Signed-off-by: Derek Su <derek.su@suse.com>
  • Loading branch information
derekbit committed Aug 26, 2024
1 parent 10108a7 commit 68ec4f2
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions package/instance-manager
Original file line number Diff line number Diff line change
Expand Up @@ -72,6 +72,10 @@ while [[ $# -gt 0 ]]; do
-s|--enable-spdk)
enable_spdk=1
;;
-m|--spdk-cpumask)
spdk_options+=("-m" "$2")
shift
;;
-l|--spdk-log)
spdk_options+=("-L" "$2")
shift
Expand Down

0 comments on commit 68ec4f2

Please sign in to comment.