cephrgw: recreate cnpg backup buckets on ec placement (step 3) (#316)
Final step of the ec migration: the old buckets were purged in #315, so the operator will now create fresh ones on the ec placement target. Restores the nine Bucket CRs with placementTarget: ec and retainOnDelete: true (purge disabled again for safety). - re-add the nine cnpg backup Bucket resources on ec, retainOnDelete: true Reviewed-on: #316 Co-authored-by: Ben Vincent <ben@unkin.net> Co-committed-by: Ben Vincent <ben@unkin.net>
This commit was merged in pull request #316.
This commit is contained in:
@@ -19,6 +19,21 @@ spec:
|
||||
# Keep the RGW user (and thus the keys) if this CR is ever deleted.
|
||||
retainOnDelete: true
|
||||
---
|
||||
apiVersion: ceph.unkin.net/v1alpha1
|
||||
kind: Bucket
|
||||
metadata:
|
||||
name: cnpg-netbox
|
||||
namespace: netbox
|
||||
spec:
|
||||
placementTarget: ec
|
||||
bucketName: cnpg-netbox
|
||||
ownerRef: cnpg-netbox-backup
|
||||
versioning: false
|
||||
tags:
|
||||
app: netbox
|
||||
purpose: cnpg-backup
|
||||
retainOnDelete: true
|
||||
---
|
||||
apiVersion: postgresql.cnpg.io/v1
|
||||
kind: ScheduledBackup
|
||||
metadata:
|
||||
|
||||
Reference in New Issue
Block a user