velero-plugin
velero-plugin copied to clipboard
Velero plugin for backup/restore of OpenEBS cStor volumes
**Describe the problem/challenge you have** I created a velero Schedule earlier that would perform a full volume backup every day, with a TTL of 3 days (72 hours). This has...
**What steps did you take and what happened:** I just try to do a backup of a ZFS volume bigger than 50Gi and it crashes saying that: ``` caused by:...
## Pull Request template **Why is this PR required? What issue does it fix?**: fix: #186 premise: 1. openebs ready 2. App namespace=nginx-example exists testing scenarios: 1. Backup 2. Completely...
**What steps did you take and what happened:** [A clear and concise description of what the bug is, and what commands you ran.] STATUS=`PartiallyFailed` **What did you expect to happen:**...
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 rest client address" error.file="/home/travis/gopath/src/github.com/openebs/velero-plugin/pkg/cstor/cstor.go:192" error.function="github.com/openebs/velero-plugin/pkg/cstor.(*Plugin).Init" logSource="pkg/backup/item_backupper.go:453" name=pvc-5df7dc7e-2f9f-4566-9a76-ac5a278893aa namespace= persistentVolume=pvc-5df7dc7e-2f9f-4566-9a76-ac5a278893aa...
I have a volume that has about 150GB and the backup of it fails. **What steps did you take and what happened:** Using this VolumeSnapshotLocation: ``` apiVersion: velero.io/v1 kind: VolumeSnapshotLocation...
Trying to take snapshot of nfs provisioned persistent volume using openebs velero plugin. This result in error **Persistent volume is not a supported volume type for snapshots** ``` -------------------------- time="2023-05-16T07:49:13Z"...
I've set up a MiniO and its working correctly doing backups, just not the volumes - the pvc data isn't getting backed up ``` time="2022-11-16T01:41:39Z" level=error msg="Error getting volume snapshotter...
**What steps did you take and what happened:** I followed the various steps from velero and this repo documentations to create a remote snapshot location to a minio instance running...
**What steps did you take and what happened:** I'm using OpenEBS ZFS-localPV 1. Added a new zpool with ``sudo zpool create -o ashift=12 -o feature@encryption=enabled -O encryption=on -O keylocation=file:///root/zfs-encrypt.key -O...