Create volume.md
This commit is contained in:
parent
3c26de3f12
commit
86aae4fd57
13
docs/volume.md
Normal file
13
docs/volume.md
Normal file
@ -0,0 +1,13 @@
|
|||||||
|
# Volume operations
|
||||||
|
|
||||||
|
### Changing replica count of the volumes
|
||||||
|
|
||||||
|
The default replica count can be changed in the setting.
|
||||||
|
|
||||||
|
Also, when a volume is attached, the user can change the replica count for the volume in the UI.
|
||||||
|
|
||||||
|
Longhorn will always try to maintain at least given number of healthy replicas for each volume. If the current healthy
|
||||||
|
replica count is less than specified replica count, Longhorn will start rebuilding new replicas. If the current healthy
|
||||||
|
replica count is more than specified replica count, Longhorn will do nothing. In the later situation, if user delete one
|
||||||
|
or more healthy replicas, or there are healthy replicas failed, as long as the total healthy replica count doesn't dip
|
||||||
|
below the specified replica count, Longhorn won't start rebuilding new replicas.
|
Loading…
Reference in New Issue
Block a user