-
Steps for the setup:
Create a litmus test with following tasks
- Apply openebs operator yaml after some changes
- deploy DATABASE application with cstor volumes
Note: will add disks cleanup task …
-
See XML at http://pastebin.com/d3MwXQp1
And is implemented in openebs at https://github.com/StichtingOpenGeo/openebs/blob/master/kv17/linestopcancel.py
Has no formal specs
-
when there are no backup of zfs volume CRs, we need to manually create each CR and attach them to the ZFS-LocalPV(https://github.com/openebs/zfs-localpv/blob/master/docs/import-existing-volume.md). We…
-
Linux LVM by default saves the previus copy of lvm configuration in /etc/lvm/archive/, this is perfectly fine normally but could become a problem when crrating thousand of LVs. As a workaround we buil…
-
FEATURE REQUEST:
- Write unit-test cases for the methods that are newly added or modified in the file: scope/probe/kubernetes/reporter.go.
- The test-cases have to be written in scope/probe/kubern…
-
time="2022-07-18T19:30:43Z" level=error msg="Error getting volume snapshotter for volume snapshot location" backup=velero/mysql-backup error="rpc error: code = Unknown desc = Error fetching OpenEBS re…
-
**Is your feature request related to a problem? Please describe**:
Currently, If I use localPV for vm, the vm can't use live migration;
For example, if I create `VirtualMachineInstanceMigration`…
-
**Describe the bug**
after resizing block device the diskpool that uses that block device still reports old size
**To Reproduce**
```
gdisk /dev/sdx
...
partprobe -s
cryptsetup resize sdx1 -…
todeb updated
1 month ago
-
### Description
Hello Team,
I was trying to use k8up to backup RWO PVs for openebs, iscsi and nfs storage classes each. It worked well for iscsi and nfs backed PVs but the backup pod failed with b…
-
**Describe the bug:** A clear and concise description of what the bug is.
When the frontend PV and PVC are deleted, openebs nfs provisioner will do gc to remove the stale backend NFS resources …