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

Handle snapshot lifecycle policy updates and deletions #40062

Merged

Commits on Mar 14, 2019

  1. Handle snapshot lifecycle policy updates and deletions

    This adds logic to `SnapshotLifecycleService` to handle updates and deletes for
    snapshot policies. Policies with incremented versions have the old policy
    cancelled and the new one scheduled. Deleted policies have their schedules
    cancelled when they are no longer present in the cluster state metadata.
    
    Relates to elastic#38461
    dakrone committed Mar 14, 2019
    Configuration menu
    Copy the full SHA
    a7a5366 View commit details
    Browse the repository at this point in the history

Commits on Mar 18, 2019

  1. Merge remote-tracking branch 'origin/snapshot-lifecycle-management' i…

    …nto slm-handle-updates
    dakrone committed Mar 18, 2019
    Configuration menu
    Copy the full SHA
    5c9ec36 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    15e77cb View commit details
    Browse the repository at this point in the history