From 045907a71ce0e891dcc05cd6d8972ec88ae44e06 Mon Sep 17 00:00:00 2001 From: David Calavera Date: Tue, 26 Jan 2016 15:44:51 -0500 Subject: [PATCH] Remove cluster storage advertise from reload. Because libnetwork won't really send container information to the new storage anyways. Signed-off-by: David Calavera --- docs/reference/commandline/daemon.md | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/docs/reference/commandline/daemon.md b/docs/reference/commandline/daemon.md index 7d950affd4..f0b6d1624d 100644 --- a/docs/reference/commandline/daemon.md +++ b/docs/reference/commandline/daemon.md @@ -888,7 +888,4 @@ if there are conflicts, but it won't stop execution. The list of currently supported options that can be reconfigured is this: - `debug`: it changes the daemon to debug mode when set to true. -- `label`: it replaces the daemon labels with a new set of labels. -- `cluster-store`: it reloads the discovery store with the new address. -- `cluster-store-opts`: it uses the new options to reload the discovery store. -- `cluster-advertise`: it modifies the address advertised after reloading. +- `labels`: it replaces the daemon labels with a new set of labels.