From e31491f630ab10635a0f30702d9ee02e2ffbf33c Mon Sep 17 00:00:00 2001 From: fishu Date: Tue, 20 Oct 2020 15:13:41 +0800 Subject: [PATCH] correct doc errors --- README.md | 2 +- deploy/example/backup-restore/redisclusterbackup_topvc.yaml | 2 +- deploy/example/backup-restore/restore.yaml | 2 +- deploy/example/backup-restore/restore_frompvc.yaml | 2 +- doc/design/zh/cluster_backup_and_restore.md | 2 +- 5 files changed, 5 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index 3da7bc24a..135bddc16 100644 --- a/README.md +++ b/README.md @@ -170,7 +170,7 @@ spec: #### Backup and Restore -NOTE: **Only Ceph object storage and PVC is supported now** +NOTE: **Only Ceph S3 object storage and PVC is supported now** Backup ``` diff --git a/deploy/example/backup-restore/redisclusterbackup_topvc.yaml b/deploy/example/backup-restore/redisclusterbackup_topvc.yaml index 25e2cab88..a5c16578c 100644 --- a/deploy/example/backup-restore/redisclusterbackup_topvc.yaml +++ b/deploy/example/backup-restore/redisclusterbackup_topvc.yaml @@ -25,4 +25,4 @@ spec: local: mountPath: /back persistentVolumeClaim: - claimName: test-backup \ No newline at end of file + claimName: test-backup diff --git a/deploy/example/backup-restore/restore.yaml b/deploy/example/backup-restore/restore.yaml index a463d103c..5168fad3e 100644 --- a/deploy/example/backup-restore/restore.yaml +++ b/deploy/example/backup-restore/restore.yaml @@ -9,4 +9,4 @@ spec: init: backupSource: name: example-redisclusterbackup - namespace: default \ No newline at end of file + namespace: default diff --git a/deploy/example/backup-restore/restore_frompvc.yaml b/deploy/example/backup-restore/restore_frompvc.yaml index 8c737af68..e62040bf5 100644 --- a/deploy/example/backup-restore/restore_frompvc.yaml +++ b/deploy/example/backup-restore/restore_frompvc.yaml @@ -35,4 +35,4 @@ spec: init: backupSource: name: example-redisclusterbackup - namespace: prj-shutest \ No newline at end of file + namespace: default diff --git a/doc/design/zh/cluster_backup_and_restore.md b/doc/design/zh/cluster_backup_and_restore.md index b92166efd..4b2e3ad24 100644 --- a/doc/design/zh/cluster_backup_and_restore.md +++ b/doc/design/zh/cluster_backup_and_restore.md @@ -1,6 +1,6 @@ # 备份和恢复 -目前只支持备份到 ceph 对象存储及本地 pvc 中。 +目前只支持备份到 ceph S3对象存储及本地 pvc 中。 备份开始时使用 redis-cli 同步 Master 的 RDB到本地后再使用 [Rclone](https://rclone.org/) 将 RDB 文件传输到对象存储或者 pvc 中,恢复时先使用 Rclone 从之前备份的位置同步备份到本地后,再启动 Redis