Skip to content

Commit 58ce7e6

Browse files
authored
Merge pull request #1234 from nutanix-cloud-native/fix/nutanix-tools-prerequisites
Nutanix - align debug tools between Ubuntu and RedHat
2 parents c383418 + 62b64d4 commit 58ce7e6

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

images/capi/ansible/roles/providers/tasks/nutanix-redhat.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,8 @@
3232
- lvm2
3333
- xfsprogs
3434
- ipvsadm
35+
- lsscsi
36+
- sysstat
3537

3638
- name: Set correct SCSI device timeout for Nutanix devices
3739
ansible.builtin.lineinfile:
@@ -81,4 +83,3 @@
8183
section: Unit
8284
option: After
8385
value: local-fs.target
84-

images/capi/ansible/roles/providers/tasks/nutanix-ubuntu.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,8 @@
3636
- lvm2
3737
- xfsprogs
3838
- ipvsadm
39+
- lsscsi
40+
- sysstat
3941

4042
- name: Set correct SCSI device timeout for Nutanix devices
4143
ansible.builtin.lineinfile:
@@ -73,4 +75,3 @@
7375
name: hv-kvp-daemon
7476
state: stopped
7577
enabled: false
76-

0 commit comments

Comments
 (0)