[stable/openebs] Disable sparse pool creation by default (#18319)

- Disabled sparse pool creation by default.

Signed-off-by: ChandanSagar <chandan.pradhan@mayadata.io>
This commit is contained in:
Chandan Sagar Pradhan
2019-10-25 04:21:38 -07:00
committed by Kubernetes Prow Robot
parent c8cc3f67bb
commit 5f7477ddeb
3 changed files with 3 additions and 3 deletions
+1 -1
View File
@@ -1,5 +1,5 @@
apiVersion: v1
version: 1.3.0
version: 1.3.1
name: openebs
appVersion: 1.3.0
description: Containerized Storage for Containers
+1 -1
View File
@@ -68,7 +68,7 @@ The following table lists the configurable parameters of the OpenEBS chart and t
| `ndm.imageTag` | Image Tag for Node Disk Manager | `v0.4.3` |
| `ndm.sparse.path` | Directory where Sparse files are created | `/var/openebs/sparse` |
| `ndm.sparse.size` | Size of the sparse file in bytes | `10737418240` |
| `ndm.sparse.count` | Number of sparse files to be created | `1` |
| `ndm.sparse.count` | Number of sparse files to be created | `0` |
| `ndm.filters.excludeVendors` | Exclude devices with specified vendor | `CLOUDBYT,OpenEBS` |
| `ndm.filters.excludePaths` | Exclude devices with specified path patterns | `loop,fd0,sr0,/dev/ram,/dev/dm-,/dev/md` |
| `ndm.filters.includePaths` | Include devices with specified path patterns | `""` |
+1 -1
View File
@@ -88,7 +88,7 @@ ndm:
sparse:
path: "/var/openebs/sparse"
size: "10737418240"
count: "1"
count: "0"
filters:
excludeVendors: "CLOUDBYT,OpenEBS"
includePaths: ""