Commit 14a0122
Add Galera database PVC deletion to cleanup playbook
The cleanup now deletes both types of Galera PVCs:
1. Backup storage PVCs (openstack.org/backup=true label)
- Created by GaleraBackup CRs
- Contain database dump files
- Restored from OADP backup
2. Galera database PVCs (app=galera label)
- Created by Galera StatefulSet
- Contain live database data
- Recreated and restored from database dumps during restore
Both types must be deleted during cleanup to ensure clean
restore from backup.
Co-Authored-By: Claude Sonnet 4.5 <noreply@anthropic.com>1 parent 93e0e89 commit 14a0122
1 file changed
Lines changed: 12 additions & 4 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
69 | 69 | | |
70 | 70 | | |
71 | 71 | | |
| 72 | + | |
72 | 73 | | |
73 | 74 | | |
74 | 75 | | |
| |||
179 | 180 | | |
180 | 181 | | |
181 | 182 | | |
182 | | - | |
| 183 | + | |
183 | 184 | | |
184 | 185 | | |
185 | 186 | | |
186 | | - | |
| 187 | + | |
187 | 188 | | |
188 | | - | |
| 189 | + | |
| 190 | + | |
189 | 191 | | |
190 | 192 | | |
191 | 193 | | |
192 | 194 | | |
193 | 195 | | |
194 | 196 | | |
195 | 197 | | |
| 198 | + | |
| 199 | + | |
| 200 | + | |
| 201 | + | |
| 202 | + | |
| 203 | + | |
196 | 204 | | |
197 | 205 | | |
198 | | - | |
| 206 | + | |
199 | 207 | | |
200 | 208 | | |
201 | 209 | | |
| |||
0 commit comments