We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f541eb9 commit 49dba21Copy full SHA for 49dba21
content/zh-cn/docs/tasks/administer-cluster/configure-upgrade-etcd.md
@@ -487,8 +487,8 @@ that is not currently used by an etcd process. Creating the snapshot will
487
not affect the performance of the member.
488
-->
489
etcd 支持内置快照。快照可以从使用 `etcdctl snapshot save` 命令的活动成员中创建,
490
-也可以通过从 etcd [数据目录](https://etcd.io/docs/current/op-guide/configuration/#--data-dir)
491
-复制 `member/snap/db` 文件,该 etcd 数据目录目前没有被 etcd 进程使用。创建快照不会影响成员的性能。
+也可以通过从目前没有被 etcd 进程使用的 etcd [数据目录](https://etcd.io/docs/current/op-guide/configuration/#--data-dir)
+中拷贝 `member/snap/db` 文件。创建快照并不会影响 etcd 成员的性能。
492
493
<!--
494
Below is an example for creating a snapshot of the keyspace served by
0 commit comments