fix: typos in enhancements.
Fix some code spell check errors. Signed-off-by: James Lu <jamesluhz@gmail.com>
This commit is contained in:
parent
8f4c3eb8d3
commit
3a893cf09f
@ -51,7 +51,7 @@ https://github.com/longhorn/longhorn/issues/3546
|
||||
|
||||
- Introduce a new gRPC server in Instance Manager.
|
||||
|
||||
- Keep re-usable connections between Manager and Instance Managers.
|
||||
- Keep reusable connections between Manager and Instance Managers.
|
||||
|
||||
- Allow Manager to fall back to engine binary call when communicating with old Instance Manager.
|
||||
|
||||
|
@ -30,7 +30,7 @@ Overall, the proposed volume backup policies aim to improve the Longhorn system
|
||||
|
||||
1. When volume backup policy is specified:
|
||||
- `if-not-present`: Longhorn will create a backup for volumes that do not have an existing backup.
|
||||
- `alway`: Longhorn will create a backup for all volumes, regardless of their existing backups.
|
||||
- `always`: Longhorn will create a backup for all volumes, regardless of their existing backups.
|
||||
- `disabled`: Longhorn will not create any backups for volumes.
|
||||
1. If a volume backup policy is not specified, the policy will be automatically set to `if-not-present`. This ensures that volumes without any existing backups will be backed up during the Longhorn system backup.
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user