You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: content/operate/rs/installing-upgrading/install/plan-deployment/persistent-ephemeral-storage.md
+8-9Lines changed: 8 additions & 9 deletions
Original file line number
Diff line number
Diff line change
@@ -12,7 +12,7 @@ toc: 'true'
12
12
weight: 50
13
13
---
14
14
For each node in the cluster, you can configure paths for both persistent
15
-
storage and ephemeral storage.
15
+
storage and ephemeral storage. To do so, the volume must have full permissions for user and group `redislabs` or users:group`redislabs:redislabs`. See the [Customize system user and group]({{< relref "/operate/rs/installing-upgrading/install/customize-user-and-group" >}}) page for instructions.
16
16
17
17
{{< note >}}
18
18
The persistent storage and ephemeral storage discussed in this document are not related
@@ -22,12 +22,11 @@ to Redis persistence or AWS ephemeral drives.
22
22
## Persistent storage
23
23
24
24
Persistent storage is mandatory. The cluster uses persistent storage to store
25
-
information that needs to persist even if a shard or a node fails,
25
+
information that needs to persist if a shard or a node fails,
26
26
such as server logs, configurations, and files.
27
27
28
-
For example, if you configure [persistence]({{< relref "/operate/rs/databases/configure/database-persistence.md" >}})
29
-
for a database,
30
-
then the persistence information is stored in this location.
28
+
To set the frequency of syncs, you can configure [persistence]({{< relref "/operate/rs/databases/configure/database-persistence" >}})
29
+
options for a database.
31
30
32
31
The persistent volume must be a storage area network (SAN)
33
32
using an EXT4 or XFS file system and be connected as an external storage volume.
@@ -47,10 +46,10 @@ Ephemeral storage must be a locally attached volume on each node.
0 commit comments