Skip to content

Commit

Permalink
add sg3 util
Browse files Browse the repository at this point in the history
The sg3 utils allows to perform SCSI commands. This can be particurarly
useful to test the SCSI presistent reservation:
kubevirt/kubevirt#8115

Signed-off-by: Alice Frosi <afrosi@redhat.com>
  • Loading branch information
alicefr committed Jul 20, 2022
1 parent 203b112 commit 1b8d44c
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ write_files:
bind 'set enable-bracketed-paste off'
runcmd:
- sudo systemctl daemon-reload
- sudo dnf install -y kernel-modules-$(uname -r) qemu-guest-agent stress-ng dmidecode virt-what vm-dump-metrics tpm2-tools nc
- sudo dnf install -y kernel-modules-$(uname -r) qemu-guest-agent stress-ng dmidecode virt-what vm-dump-metrics tpm2-tools nc sg3_utils
- sudo dnf clean all
- sudo systemctl enable wait-for-cloud-init
- sudo systemctl enable qemu-guest-agent.service
Expand Down

0 comments on commit 1b8d44c

Please sign in to comment.