Skip to content

Commit

Permalink
Merge pull request #59 from OpenMPDK/58-disable-parallel-format
Browse files Browse the repository at this point in the history
Changing logic to always sequentially format
  • Loading branch information
nsarras authored Sep 28, 2023
2 parents 2a5f037 + 923b8a0 commit e01976e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion roles/format_blobfs/templates/format_disks.sh.j2
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ source {{ xrt_setenv }}
source {{ gcc_setenv }}
{% for pcie_addr in pcie_addrs.stdout_lines -%}
{% set sn_regex = '^.+traddr:[^"]+" "([^"]+)"$' -%}
./mkfs_blobfs {{ target_conf_dir }}/blobfs.mkfs.in.{{ loop.index0 }}.conf "{{ pcie_addr | regex_replace(sn_regex, '\\1') }}n1"{% if ansible_virtualization_role == "host" %} &{% endif %}
./mkfs_blobfs {{ target_conf_dir }}/blobfs.mkfs.in.{{ loop.index0 }}.conf "{{ pcie_addr | regex_replace(sn_regex, '\\1') }}n1"

{% endfor %}
wait
Expand Down

0 comments on commit e01976e

Please sign in to comment.