Skip to content

Commit

Permalink
Clean localvolume2 onworker nodes as well
Browse files Browse the repository at this point in the history
  • Loading branch information
akrzos committed Oct 12, 2023
1 parent f242eb8 commit b4a370b
Showing 1 changed file with 4 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -9,3 +9,7 @@ lvcreate -l 99%VG -T vg_ls/lv_tp_ls
{% for i in range(worker_localstorage_lv_count) %}
lvcreate -V {{ worker_localstorage_lv_size }} -T vg_ls/lv_tp_ls -n lv_w_tv{{ '%02d' % i }}
{% endfor %}
{% if localvolume2_configuration %}
echo "Cleaning {{ localvolume2_device }}"
wipefs --all --force {{ localvolume2_device }}
{% endif %}

0 comments on commit b4a370b

Please sign in to comment.