Skip to content

Commit

Permalink
Add the needed packages for Kubesan and the kSAN Storage Operator
Browse files Browse the repository at this point in the history
The Kubesan CSI driver requires sanlock and lvm2-lockd for managing
i/o locks on shared, multi-node logical volumes

This work is being completed as part of the following jiras:
- https://issues.redhat.com/browse/OCPEDGE-1418
- https://issues.redhat.com//browse/COS-3063

Signed-off-by: Jeff Roche <jeroche@redhat.com>
  • Loading branch information
jeff-roche committed Dec 19, 2024
1 parent e8a7a75 commit eac84ef
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 0 deletions.
5 changes: 5 additions & 0 deletions extensions-ocp-rhel-9.6.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -90,3 +90,8 @@ extensions:
sysstat:
packages:
- sysstat
# https://issues.redhat.com/browse/COS-3062
ksan-storage:
packages:
- sanlock
- lvm2-lockd
5 changes: 5 additions & 0 deletions extensions-okd-c9s.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -87,3 +87,8 @@ extensions:
sysstat:
packages:
- sysstat
# https://issues.redhat.com/browse/COS-3062
ksan-storage:
packages:
- sanlock
- lvm2-lockd

0 comments on commit eac84ef

Please sign in to comment.