Skip to content

Commit

Permalink
Ephemeral suite ephemeral-config.properties format fix (#1182)
Browse files Browse the repository at this point in the history
* Ephemeral suite ephemeral-config.properties format fix

* Ephemeral suite ephemeral-config.properties format fix
  • Loading branch information
adarsh-dell authored Jul 17, 2024
1 parent 5bc7fa3 commit 3d401d4
Show file tree
Hide file tree
Showing 2 changed files with 45 additions and 44 deletions.
44 changes: 22 additions & 22 deletions content/docs/support/cert-csi/_index.md
Original file line number Diff line number Diff line change
Expand Up @@ -611,46 +611,46 @@ Sample ephemeral-config.properties (key/value pair)
{{% tab name="CSI PowerFlex" %}}

```yaml
volumeName: "my-ephemeral-vol"
size: "10Gi"
storagepool: "sample"
systemID: "sample"
volumeName=my-ephemeral-vol
size=10Gi
storagepool=sample
systemID=sample
```

{{% /tab %}}
{{% tab name="CSI PowerScale" %}}

```yaml
size: "10Gi"
ClusterName: "sample"
AccessZone: "sample"
IsiPath: "/ifs/data/sample"
IsiVolumePathPermissions: "0777"
AzServiceIP: "192.168.2.1"
size=10Gi
ClusterName=sample
AccessZone=sample
IsiPath=/ifs/data/sample
IsiVolumePathPermissions=0777
AzServiceIP=192.168.2.1
```

{{% /tab %}}
{{% tab name="CSI PowerStore" %}}

```yaml
size: "10Gi"
arrayID: "sample"
nasName: "sample"
nfsAcls: "0777"
size=10Gi
arrayID=sample
nasName=sample
nfsAcls=0777
```

{{% /tab %}}
{{% tab name="CSI Unity" %}}

```yaml
size: "10Gi"
arrayID: "sample"
protocol: iSCSI
thinProvisioned: "true"
isDataReductionEnabled: "false"
tieringPolicy: "1"
storagePool: pool_2
nasName: "sample"
size=10Gi
arrayId=sample
protocol=iSCSI
thinProvisioned=true
isDataReductionEnabled=false
tieringPolicy=1
storagePool=pool_2
nasName=sample
```

{{% /tab %}}
Expand Down
45 changes: 23 additions & 22 deletions content/v1/csidriver/installation/test/certcsi.md
Original file line number Diff line number Diff line change
Expand Up @@ -603,51 +603,52 @@ Sample ephemeral-config.properties (key/value pair)
{{% tab name="CSI PowerFlex" %}}

```yaml
volumeName: "my-ephemeral-vol"
size: "10Gi"
storagepool: "sample"
systemID: "sample"
volumeName=my-ephemeral-vol
size=10Gi
storagepool=sample
systemID=sample
```

{{% /tab %}}
{{% tab name="CSI PowerScale" %}}

```yaml
size: "10Gi"
ClusterName: "sample"
AccessZone: "sample"
IsiPath: "/ifs/data/sample"
IsiVolumePathPermissions: "0777"
AzServiceIP: "192.168.2.1"
size=10Gi
ClusterName=sample
AccessZone=sample
IsiPath=/ifs/data/sample
IsiVolumePathPermissions=0777
AzServiceIP=192.168.2.1
```

{{% /tab %}}
{{% tab name="CSI PowerStore" %}}

```yaml
size: "10Gi"
arrayID: "sample"
nasName: "sample"
nfsAcls: "0777"
size=10Gi
arrayID=sample
nasName=sample
nfsAcls=0777
```

{{% /tab %}}
{{% tab name="CSI Unity" %}}

```yaml
size: "10Gi"
arrayID: "sample"
protocol: iSCSI
thinProvisioned: "true"
isDataReductionEnabled: "false"
tieringPolicy: "1"
storagePool: pool_2
nasName: "sample"
size=10Gi
arrayId=sample
protocol=iSCSI
thinProvisioned=true
isDataReductionEnabled=false
tieringPolicy=1
storagePool=pool_2
nasName=sample
```

{{% /tab %}}
{{< /tabs >}}


#### Storage Capacity Tracking
1. Creates namespace `functional-test` where resources will be created.
2. Creates a duplicate of the provided storge class using prefix `capacity-tracking`.
Expand Down

0 comments on commit 3d401d4

Please sign in to comment.