Skip to content

Commit

Permalink
fix: Add libblockdev-nvme to blivet dependencies on RHEL/CentOS 9
Browse files Browse the repository at this point in the history
On RHEL blivet now also uses libblockdev NVMe plugin so we should
add it as a dependency here as well.

Fixes: #382
  • Loading branch information
vojtechtrefny committed Sep 25, 2023
1 parent 551be65 commit 7ccb05d
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions vars/CentOS_9.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ blivet_package_list:
- libblockdev-dm
- libblockdev-lvm
- libblockdev-mdraid
- libblockdev-nvme
- libblockdev-swap
- vdo
- kmod-kvdo
Expand Down
1 change: 1 addition & 0 deletions vars/RedHat_9.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ blivet_package_list:
- libblockdev-dm
- libblockdev-lvm
- libblockdev-mdraid
- libblockdev-nvme
- libblockdev-swap
- vdo
- kmod-kvdo
Expand Down
1 change: 1 addition & 0 deletions vars/Rocky_9.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ blivet_package_list:
- libblockdev-dm
- libblockdev-lvm
- libblockdev-mdraid
- libblockdev-nvme
- libblockdev-swap
- vdo
- kmod-kvdo
Expand Down

0 comments on commit 7ccb05d

Please sign in to comment.