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

Commit

Permalink
chore(docs): Update cStor user guide with CSI based implementation (#937
Browse files Browse the repository at this point in the history
)

- Added a new page with instructions to setup cStor CSI based guide. 
- Updated minor comments in other docs. 

Signed-off-by: anupriya0703 <[email protected]>
Co-authored-by: Niladri Halder <[email protected]>
Co-authored-by: sai chaithanya <[email protected]>
  • Loading branch information
3 people authored and kmova committed Jul 16, 2021
1 parent 23fd281 commit 76a7a79
Show file tree
Hide file tree
Showing 4 changed files with 815 additions and 3 deletions.
4 changes: 2 additions & 2 deletions docs/mayastor.md
Original file line number Diff line number Diff line change
Expand Up @@ -283,7 +283,7 @@ spec:
EOF
```

Example \(NVMe-oF Fabric device\)":
Example \(NVMe-oF Fabric device\):
```
cat <<EOF | kubectl create -f -
apiVersion: "openebs.io/v1alpha1"
Expand All @@ -293,7 +293,7 @@ metadata:
namespace: mayastor
spec:
node: workernode-2-hostname
disks: ["nvme://nqn.2014-08.com.vendor:nvme:nvm-subsystem-sn-d78432"]
disks: ["/dev/nvme0n1"]
EOF
```

Expand Down
Loading

0 comments on commit 76a7a79

Please sign in to comment.