Skip to content

Commit

Permalink
Merge pull request #2313 from zimnx/fix-openshift-nodeconfig
Browse files Browse the repository at this point in the history
Sync CI Openshift NodeConfig NVMe disks discovery with AWS
  • Loading branch information
scylla-operator-bot[bot] authored Jan 10, 2025
2 parents 9e76df9 + df0d26b commit 857ba50
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion hack/.ci/manifests/cluster/nodeconfig-openshift-aws.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,8 @@ spec:
type: RAID0
RAID0:
devices:
nameRegex: ^/dev/nvme[1-9]\d*n\d+$
modelRegex: Amazon EC2 NVMe Instance Storage
nameRegex: ^/dev/nvme\d+n\d+$
placement:
nodeSelector:
scylla.scylladb.com/node-type: scylla
Expand Down

0 comments on commit 857ba50

Please sign in to comment.