Skip to content

Update slm-put.asciidoc - Note how partial snapshots get deleted #124057

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

Draft
wants to merge 2 commits into
base: 8.17
Choose a base branch
from
Draft
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
9 changes: 7 additions & 2 deletions docs/reference/slm/apis/slm-put.asciidoc
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,10 @@ Retention rules used to retain and delete snapshots created by the policy.
(Optional, <<time-units, time units>>)
Time period after which a snapshot is considered expired and eligible for
deletion. {slm-init} deletes expired snapshots based on the
<<slm-retention-schedule,`slm.retention_schedule`>>.
<<slm-retention-schedule,`slm.retention_schedule`>>.
Snapshots with a <<get-snapshot-api-response-state,`state`>> of `PARTIAL` will
be removed according to this setting. If not set, `PARTIAL` snapshots are deleted
as soon as a newer successful snapshot exists.

`max_count`::
(Optional, integer)
Expand All @@ -101,7 +104,9 @@ only includes snapshots with a <<get-snapshot-api-response-state,`state`>> of

`min_count`::
(Optional, integer)
Minimum number of snapshots to retain, even if the snapshots have expired.
Minimum number of snapshots to retain, even if the snapshots have expired. This limit
only includes snapshots with a <<get-snapshot-api-response-state,`state`>> of
`SUCCESS`.
====

`schedule`::
Expand Down