Adding, Destroying, and Configuring Chunk Server Journals in Live Parallels Cloud Storage Clusters
Note:
To obtain CS repository paths, use the
Adding Chunk Server Journals
To add a new journal to a chunk server, use the
# pstorage -c pcs1 configure-cs -r /pstorage/pcs1-cs1/data -a /ssd/pcs1-cs1-journal -s 2048 Destroying Chunk Server Journals
To destroy a chunk server journal, use the
# pstorage -c pcs1 configure-cs -r /pstorage/pcs1-cs1/data -d Moving Chunk Server Journals To change the chunk server journal directory, do the following using the commands above:
Resizing Chunk Server Journals
To resize a chunk server journal, use the
# pstorage -c pcs_1 configure-cs -r /pstorage/pcs_1-cs1/data -s 4096 |
||||
|