Skip to content
This repository has been archived by the owner on May 8, 2024. It is now read-only.

Commit

Permalink
[stable/openebs] Add rbd to exclusions (#111)
Browse files Browse the repository at this point in the history
For cluster operators who also run ceph within the cluster, this will stop /dev/rbd[0-9]+ devices being accidentally added as a block device

Signed off by: ben@galaxite.net
  • Loading branch information
GTB3NW authored Jun 9, 2020
1 parent 9a7bc1d commit 8b89ff4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion charts/openebs/Chart.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
apiVersion: v1
version: 1.10.2
version: 1.10.3
name: openebs
appVersion: 1.10.0
description: Containerized Storage for Containers
Expand Down
2 changes: 1 addition & 1 deletion charts/openebs/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,7 @@ ndm:
excludeVendors: "CLOUDBYT,OpenEBS"
enablePathFilter: true
includePaths: ""
excludePaths: "loop,fd0,sr0,/dev/ram,/dev/dm-,/dev/md"
excludePaths: "loop,fd0,sr0,/dev/ram,/dev/dm-,/dev/md,/dev/rbd"
probes:
enableSeachest: false
nodeSelector: {}
Expand Down

0 comments on commit 8b89ff4

Please sign in to comment.