Skip to content
This repository has been archived by the owner on Mar 3, 2022. It is now read-only.

Commit

Permalink
Update installation.md
Browse files Browse the repository at this point in the history
Updated the allignement and deleted mentioning of CAST witn explanation
  • Loading branch information
ranjithwingrider committed Feb 4, 2019
1 parent c4197d3 commit 6ebc0e6
Showing 1 changed file with 10 additions and 36 deletions.
46 changes: 10 additions & 36 deletions docs/installation.md
Original file line number Diff line number Diff line change
Expand Up @@ -37,16 +37,16 @@ You can download and customize the OpenEBS operator YAML file before the install

The modification can be done by editing `openebs-operator.yaml` in `openebs-ndm-config` under `ConfigMap` in the file as follows.

```
```
data:
node-disk-manager.config: |
filterconfigs:
- key: path-filter
name: path filter
state: true
include: ""
exclude: "loop,/dev/fd0,/dev/sr0,/dev/ram,/dev/dm-,/dev/md"
```
node-disk-manager.config: |
filterconfigs:
- key: path-filter
name: path filter
state: true
include: ""
exclude: "loop,/dev/fd0,/dev/sr0,/dev/ram,/dev/dm-,/dev/md"
```
## Start the Installation
Expand Down Expand Up @@ -163,7 +163,7 @@ kubectl apply -f https://openebs.github.io/charts/openebs-operator-0.8.1.yaml
## Verify OpenEBS is installed
OpenEBS pods are created under "**openebs** namespace. Node Disk Manager, CAS Template , default Storage Classes and default Storage Pool Claim are created after installation.
OpenEBS pods are created under "**openebs** namespace. Node Disk Manager, default Storage Classes and default Storage Pool Claim are created after installation.
You can get the OpenEBS pods status by running following command.
Expand All @@ -186,32 +186,6 @@ openebs-provisioner-5c65ff5d55-s45t8 1/1 Running 0 6h
openebs-snapshot-operator-9898bbb95-lzhq5 2/2 Running 0 6h
```
**CAS Template** is an approach to provision persistent volumes that make use of CAS storage engine. The following command helps to check the CAS Template components.

```
kubectl get castemplate
```

Following is an example output.

```
NAME AGE
cstor-volume-create-default-0.8.0 5h
cstor-volume-delete-default-0.8.0 5h
cstor-volume-list-default-0.8.0 5h
cstor-volume-read-default-0.8.0 5h
jiva-snapshot-create-default-0.8.0 5h
jiva-volume-create-default-0.8.0 5h
jiva-volume-delete-default-0.6.0 5h
jiva-volume-delete-default-0.8.0 5h
jiva-volume-list-default-0.6.0 5h
jiva-volume-list-default-0.8.0 5h
jiva-volume-read-default-0.6.0 5h
jiva-volume-read-default-0.8.0 5h
storage-pool-list-default-0.8.0 5h
storage-pool-read-default-0.8.0 5h
```

It also installs the default cStor **StorageClass** which can be used in your pvc yaml file to create Persistent Volume. For more information about sample storage classes used for different applications, see [storage classes](https://github.com/openebs/openebs-docs/blob/master/docs/next/setupstorageclasses.html).
You can get the StorageClass details using the following command.
Expand Down

0 comments on commit 6ebc0e6

Please sign in to comment.