Skip to content

Commit db77b7f

Browse files
authored
DOC-593 RS: Add step to prepare and format flash for Auto Tiering (#279)
1 parent ce99914 commit db77b7f

File tree

1 file changed

+16
-0
lines changed

1 file changed

+16
-0
lines changed

content/operate/rs/databases/auto-tiering/quickstart.md

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -54,6 +54,22 @@ Docker container on Windows, MacOS, and Linux.
5454
docker run -d --cap-add sys_resource --name rp -p 8443:8443 -p 12000:12000 redislabs/redis:latest
5555
```
5656

57+
## Prepare and format flash memory
58+
59+
After you [install Redis Enterprise Software](#install-redis-enterprise-software), use the `prepare_flash` script to prepare and format flash memory:
60+
61+
```sh
62+
sudo /opt/redislabs/sbin/prepare_flash.sh
63+
```
64+
65+
This script finds unformatted disks and mounts them as RAID partitions in `/var/opt/redislabs/flash`.
66+
67+
To verify the disk configuration, run:
68+
69+
```sh
70+
sudo lsblk
71+
```
72+
5773
## Set up a cluster and enable Auto Tiering
5874

5975
1. Direct your browser to `https://localhost:8443/new` on the host machine to

0 commit comments

Comments
 (0)