Skip to content

Commit a9a2b31

Browse files
Remove LVM configuration
LVM config is already applied for the seed in the ci-builder environment, and this should be enough for building OFED.
1 parent b0ea49e commit a9a2b31

File tree

1 file changed

+0
-14
lines changed

1 file changed

+0
-14
lines changed

etc/kayobe/ansible/build-ofed.yml

Lines changed: 0 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -4,20 +4,6 @@
44
hosts: ofed-builder
55
gather_facts: false
66
tasks:
7-
- name: Extend the home logical volume
8-
community.general.lvol:
9-
vg: rootvg
10-
lv: lv_home
11-
size: +2G
12-
resizefs: true
13-
14-
- name: Extend the temporary logical volume
15-
community.general.lvol:
16-
vg: rootvg
17-
lv: lv_var_tmp
18-
size: +2G
19-
resizefs: true
20-
217
- name: Install package dependencies
228
ansible.builtin.dnf:
239
name:

0 commit comments

Comments
 (0)