Skip to content

Commit

Permalink
test: replace partprobe with blockdev
Browse files Browse the repository at this point in the history
partprobe requires parted, blockdev uses util-linux-core
which most distros ship it in different archs.

Signed-off-by: Douglas Landgraf <[email protected]>
  • Loading branch information
dougsland committed Sep 5, 2024
1 parent 64fc09a commit 6a1cd55
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/e2e/lib/diskutils
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ select_disk_to_partition(){
fi
fi
done
partprobe
blockdev --rereadpt /dev/${DISK}${PART_ID}
}

create_qm_var_part() {
Expand Down

0 comments on commit 6a1cd55

Please sign in to comment.