Skip to content

Commit

Permalink
Append tpoint_group_mask if defined (#69)
Browse files Browse the repository at this point in the history
  • Loading branch information
velomatt authored Apr 4, 2024
1 parent a980900 commit 2ccdfa1
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions roles/start_dss_target/tasks/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -105,6 +105,11 @@
-m {{ custom_coremask }}
when: custom_coremask is defined

- name: Append tpoint_group_mask if defined
ansible.builtin.set_fact:
nvmf_tgt_cmd: "{{ nvmf_tgt_cmd }} --tpoint-group-mask {{ tpoint_group_mask }}"
when: tpoint_group_mask is defined

- name: Find running target process
ansible.builtin.command: "pgrep reactor_"
register: nvmf_ps
Expand Down

0 comments on commit 2ccdfa1

Please sign in to comment.