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 f543542 commit 734bfd8
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ write_files:
WantedBy=cloud-init.service
runcmd:
- sudo systemctl daemon-reload
- sudo dnf install -y kernel-modules-$(uname -r) qemu-guest-agent stress-ng dmidecode virt-what vm-dump-metrics
- sudo dnf install -y kernel-modules-$(uname -r) qemu-guest-agent stress-ng dmidecode virt-what vm-dump-metrics 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 734bfd8

Please sign in to comment.