Skip to content

Commit

Permalink
docs: created 4 new docs for xfs quota
Browse files Browse the repository at this point in the history
Signed-off-by: Bala Harish <[email protected]>
  • Loading branch information
balaharish7 committed Jan 9, 2025
1 parent 56a1901 commit ddb78d3
Showing 1 changed file with 1 addition and 18 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -15,24 +15,7 @@ This document provides the necessary steps to enable and configure XFS Quota on

## Install the OpenEBS Dynamic LocalPV Provisioner

1. To install the OpenEBS LocalPV Hostpath Provisioner, execute the following command:

```
kubectl apply -f https://openebs.github.io/charts/openebs-operator-lite.yaml
```

2. Verify the pods in the `openebs` namespace are running.

```
kubectl get pods -n openebs
```

**Example Output**

```
NAME READY STATUS RESTARTS AGE
openebs-localpv-provisioner-6ddbd95d4d-htp7g 1/1 Running 0 7m12s
```
Refer to the [OpenEBS Installation documentation](../../../../../quickstart-guide/installation.md) to install the OpenEBS LocalPV Hostpath Provisioner.

## Create StorageClass

Expand Down

0 comments on commit ddb78d3

Please sign in to comment.