Skip to content

Commit f989355

Browse files
committed
Clarify docs on deleting searchable snapshots (elastic#108451)
The word `cannot` implies Elasticsearch prevents you from doing these things, but it doesn't have this protection today (see elastic#73947). This commit clarifies this by saying `must not` instead. Closes elastic#108450
1 parent 86c8b41 commit f989355

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

docs/reference/searchable-snapshots/index.asciidoc

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -310,9 +310,9 @@ of {search-snap} indices.
310310
The sole copy of the data in a {search-snap} index is the underlying snapshot,
311311
stored in the repository. For example:
312312

313-
* You cannot unregister a repository while any of the searchable snapshots it
314-
contains are mounted in {es}. You also cannot delete a snapshot if any of its
315-
indices are mounted as a searchable snapshot in the same cluster.
313+
* You must not unregister a repository while any of the searchable snapshots it
314+
contains are mounted in {es}. You also must not delete a snapshot if any of its
315+
indices are mounted as searchable snapshots.
316316

317317
* If you mount indices from snapshots held in a repository to which a different
318318
cluster has write access then you must make sure that the other cluster does not

0 commit comments

Comments
 (0)