Does kopia maintenance block backups? #8840
-
|
Hello, I would like to know if kopia full maintenance could block backups from starting. Is this behavior expected? FYI the velero version is 1.15.2 Thanks! |
Beta Was this translation helpful? Give feedback.
Replies: 6 comments 9 replies
-
|
No. By saying the backups were ignored, do you mean the backups stay in the |
Beta Was this translation helpful? Give feedback.
-
|
Thanks for your support! It is very helpful for me to understand how velero works. |
Beta Was this translation helpful? Give feedback.
-
|
Hi @blackpiglet ,
Will this be the reason that the kopia backup is blocked by the maintenance? How does this |
Beta Was this translation helpful? Give feedback.
-
This depends on which Velero version you are using. |
Beta Was this translation helpful? Give feedback.
-
|
@yIKX5 |
Beta Was this translation helpful? Give feedback.
-
|
Thank you all for your help! @kaovilai @Lyndon-Li @blackpiglet |
Beta Was this translation helpful? Give feedback.


This depends on which Velero version you are using.
From 1.14 on, the repo maintenance moves to a maintenance job, which means the repo maintenance runs in a separate process. And the
repoLockeris an inner-process lock, so it actually doesn't blocks backups/restores/snapshot deletion running in Velero server/node-agent/backupPods/restorePods.Prior to 1.14, the lock blocks start of backups/restores/snapshot deletion from Velero server, but it doesn't block node-agent activities.
repoLockeris actually a legacy thing which helps Restic repo to do the maintenance more safely (but n…