diff --git a/enhancements/20220428-storage-network-through-grpc-proxy.md b/enhancements/20220428-storage-network-through-grpc-proxy.md index 45629bc..4fa5d26 100644 --- a/enhancements/20220428-storage-network-through-grpc-proxy.md +++ b/enhancements/20220428-storage-network-through-grpc-proxy.md @@ -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. diff --git a/enhancements/20230526-volume-backup-policy-for-longhorn-system-backup.md b/enhancements/20230526-volume-backup-policy-for-longhorn-system-backup.md index 5018205..0c7ce5f 100644 --- a/enhancements/20230526-volume-backup-policy-for-longhorn-system-backup.md +++ b/enhancements/20230526-volume-backup-policy-for-longhorn-system-backup.md @@ -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.