Skip to content

Commit

Permalink
testnode: remove tgt
Browse files Browse the repository at this point in the history
As a follow up for commit 67a9295 ("testnode: don't install tgt"),
explicitly remove tgt to cover the case of it already being there.  This
also documents that we actively don't want tgt to be there.

Signed-off-by: Ilya Dryomov <idryomov@gmail.com>
  • Loading branch information
idryomov committed Sep 30, 2024
1 parent 59f8481 commit 701d359
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 0 deletions.
2 changes: 2 additions & 0 deletions roles/testnode/vars/apt_systems.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,8 @@ nfs_service: nfs-kernel-server
packages_to_remove:
# multipath interferes with krbd tests
- multipath-tools
# tgt interferes with ceph-iscsi tests
- tgt

ceph_packages_to_remove:
- ceph
Expand Down
2 changes: 2 additions & 0 deletions roles/testnode/vars/yum_systems.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,8 @@ ssh_service_name: sshd
packages_to_remove:
# multipath interferes with krbd tests
- device-mapper-multipath
# tgt interferes with ceph-iscsi tests
- scsi-target-utils

# ceph packages that we ensure do not exist
ceph_packages_to_remove:
Expand Down
2 changes: 2 additions & 0 deletions roles/testnode/vars/zypper_systems.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,8 @@ nagios_plugins_directory: /usr/lib64/nagios/plugins
packages_to_remove:
# multipath interferes with krbd tests
- multipath-tools
# tgt interferes with ceph-iscsi tests
- tgt

# ceph packages that we ensure do not exist
ceph_packages_to_remove:
Expand Down

0 comments on commit 701d359

Please sign in to comment.