Sai Chaithanya
Sai Chaithanya
**Describe the problem/challenge you have** As of when [thin volume](https://github.com/openebs/lvm-localpv/blob/master/docs/thin_provision.md) is provisioned, LVM creates a thin pool on underlying VG which reserves the space to provision thin volume(from same thin...
**Describe the problem/challenge you have** Used RHEL **centos-7** to provision volumes, when I deployed the application pod it stuck in `ContainerCreating` state due to mounting issues. ```sh Mount failed: exit...
**Describe the problem/challenge you have** If the user specifies both `volgroup` & `vgpattern` in StorageClass parameters currently, `volgroup` will take more precedence and in end, LVM volume will be created...
Can metac provide a way to convert from one custom resource to another custom resource(Note: Two custom resources have their own controllers) . Below is just an example for understanding...
This PR adds the check to perform 3-way merge only if datatype matches to observed state data types else error will be returned. **Bug Description**: merge func silently allows to...
## Description Add [ephemeral inline](https://kubernetes.io/docs/concepts/storage/ephemeral-volumes/#csi-ephemeral-volumes) volume support in cStor CSI. - CSI doc: https://kubernetes-csi.github.io/docs/ephemeral-local-volumes.html **Request** - Request from user to add support for ephemeral in cStor [#openebs slack](https://kubernetes.slack.com/archives/CUAKPFU78/p1642061877085900?thread_ts=1640006191.407500&cid=CUAKPFU78) channel.
Use cases: - CSPC and CSI volumes are provisioned and everything is working fine. Now all of a sudden etcd was crashed and no backup exists for etcd but underlying...
Provisioned cStor pool using OpenEBS 2.0.0 CStor-Operator2.0.0. Tried to add write cache raid group dynamically no errors were shown but changes are not propagated to CSPI.
## Description cStor operator is responsible for maintaining the life cycle of cStor-pool pods and CStorPoolInstance resource it has to provide a mechanism to enable core dump for cStor pools...
**Description** - Deployed the application with [liveness probe](https://github.com/openebs/cstor-operators/blob/develop/e2e-tests/apps/busybox/liveness/busybox_liveness.yml)(it will create a file and delete filed) and wrote some data on a volume using the `dd` command. - Performed sync operation...