Explorar el Código

Documentation/op-guide: highlight defrag operation "--endpoints" flag

Signed-off-by: Gyuho Lee <gyuhox@gmail.com>
Gyuho Lee hace 7 años
padre
commit
146ed08052
Se han modificado 1 ficheros con 3 adiciones y 1 borrados
  1. 3 1
      Documentation/op-guide/maintenance.md

+ 3 - 1
Documentation/op-guide/maintenance.md

@@ -47,7 +47,9 @@ $ etcdctl defrag
 Finished defragmenting etcd member[127.0.0.1:2379]
 Finished defragmenting etcd member[127.0.0.1:2379]
 ```
 ```
 
 
-Note that defragmentation to a live member blocks the system from reading and writing data while rebuilding its states.
+**Note that defragmentation to a live member blocks the system from reading and writing data while rebuilding its states**.
+
+**Note that defragmentation request does not get replicated over cluster. That is, the request is only applied to the local node. Specify all members in `--endpoints` flag.**
 
 
 To defragment an etcd data directory directly, while etcd is not running, use the command:
 To defragment an etcd data directory directly, while etcd is not running, use the command: