Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

The continuous rotation of the snapshot will never complete the shooting. #346

Closed
git-ljm opened this issue Mar 22, 2023 · 2 comments
Closed
Labels
bug Something isn't working

Comments

@git-ljm
Copy link

git-ljm commented Mar 22, 2023

I'm running the snapcheduler program on the aws eks cluster.

This is my configuration:

apiVersion: snapscheduler.backube/v1
kind: SnapshotSchedule
metadata:
  name: snap-xxxx
  namespace: default
spec:
  claimSelector: 
    matchLabels:
      app: xxxx
  disabled: false
  retention:
    expires: "360h"
    maxCount: 2
  schedule: "0 * * * 3"
  snapshotTemplate:
    labels:  # optional
      snapscheduler: "true"
    snapshotClassName: csi-aws-vsc  # optional

If the snapshot is ready for a long time, it will be retried after about an hour. He caused my snapshots to be constantly created and deleted.
In the end, the snapshot could not be created successfully.

Can I set the retry time?

@git-ljm git-ljm added the bug Something isn't working label Mar 22, 2023
@JohnStrunk
Copy link
Member

I assume you mean not ready for a long time...

Do you have this problem if you create a snapshot manually or is it just with SnapScheduler?

@git-ljm
Copy link
Author

git-ljm commented Mar 23, 2023

I restarted my SnapScheduler program,At present, the above problems have been solved.

@git-ljm git-ljm closed this as completed Mar 23, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants