This repository has been archived by the owner on Mar 3, 2022. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 137
Update the steps for cstor volume resize. #749
Comments
Below are the detailed steps to perform cStor volume resize and If OpenEBS version >= 1.2 then follow the below steps. Click here to perform resize if OpenEBS version is < OpenEBS1.2 Step1: Find the cstorvolume of corresponding PVkubectl get cstorvolume -n openebs -l openebs.io/persistent-volume=pvc-15f6b83a-4ce7-471c-9fdd-64d092ddf105(pv name)
NAME STATUS AGE CAPACITY
pvc-15f6b83a-4ce7-471c-9fdd-64d092ddf105 Healthy 105m 5Gi Step2: Edit spec.capacity in the cStorVolumekubectl edit cstorvolume pvc-15f6b83a-4ce7-471c-9fdd-64d092ddf105 -n openebs Step3: Wait still the
|
kmova
changed the title
Update the steps for cstor pool resize.
Update the steps for cstor volume resize.
Feb 28, 2020
Document has been updated via #755 |
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
From OpenEBS 1.2 onwards how to perform resize of cStor Volume
Step1: Find the cstorvolume of pvc which needs to perform PVC resize(kubect get cstorvolume -n <openebs_namespace> -l openebs.io/persistent-volume=<pv_name>).
Step2: Update the cstorvolume spec.Capacity with the new size(Wait till the status.capacity of cstorvolume is updated to the latest size).
Step3: https://github.com/openebs/openebs-docs/blob/day_2_ops/docs/cstor_volume_resize.md#rescan-iscsi-on-node-where-application-is-running (As mentioned in the above link following manual steps are required to rescan of iscsi session, resizing filesystem, verify whether size got reflected inside the application pod and at last updating PV capacity)
The text was updated successfully, but these errors were encountered: