doc: Add rados namespace to option to csi-configs

A minimal documentation on how to use a rados namespace with rbd.

Signed-off-by: Mehdy Khoshnoody <mehdy.khoshnoody@gmail.com>
This commit is contained in:
Mehdy Khoshnoody
2020-06-01 18:45:04 +04:30
committed by Humble Devassy Chirammal
parent fc5eadf106
commit 3081eabba5
2 changed files with 9 additions and 2 deletions

View File

@ -37,7 +37,7 @@ const (
type ClusterInfo struct {
// ClusterID is used for unique identification
ClusterID string `json:"clusterID"`
// Namespace is the namespace in the pool
// RadosNamespace is a rados namespace in the pool
RadosNamespace string `json:"radosNamespace"`
// Monitors is monitor list for corresponding cluster ID
Monitors []string `json:"monitors"`
@ -52,7 +52,7 @@ type ClusterInfo struct {
// [
// {
// "clusterID": "<cluster-id>",
// "namespace": "<namespace>",
// "radosNamespace": "<rados-namespace>",
// "monitors":
// [
// "<monitor-value>",