Skip to content

Commit

Permalink
Ephemeral suite ephemeral-config.properties format fix
Browse files Browse the repository at this point in the history
  • Loading branch information
adarsh-dell committed Jul 17, 2024
1 parent 5bc7fa3 commit 80c0171
Showing 1 changed file with 22 additions and 22 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

0 comments on commit 80c0171

Please sign in to comment.