Skip to content

Commit

Permalink
Update persistence.adoc
Browse files Browse the repository at this point in the history
  • Loading branch information
oliverhowell authored Nov 7, 2024
1 parent 0e64fe9 commit 97df355
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/modules/storage/pages/persistence.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ Clusters can use persisted data to recover from the following scenarios:
- **Cluster-wide shutdown**:

** **Planned**: A whole cluster is shut down and restarted with the same configuration, state, and data as before the restart. A planned shutdown includes rolling restarts, where the cluster is restarted member by member for scenarios such as installing an operating system patch or new hardware. xref:maintain-cluster:rolling-upgrades.adoc[Rolling upgrades] are an example of a rolling restart.
** **Unplanned**: A cluster is restarted after all its members crash at the same time due an event such as a power outage. Note that some data loss is expected unless `fsync` is set to `true`. For more information, see xref:storage:configuring-persistence.adoc#data-structures[].
** **Unplanned**: A cluster is restarted after all its members crash at the same time due an event such as a power outage. Note that some data loss is expected unless `fsync` is set to `true`. For more information, see xref:storage:configuring-persistence.adoc#data-structures[Data structure options].
- **A single member restart**: A single member is restarted for whatever reason.

== Supported Features
Expand Down

0 comments on commit 97df355

Please sign in to comment.