The following pull request was submitted through Github. It can be accessed and reviewed at: https://github.com/lxc/lxd/pull/4401
This e-mail was sent by the LXC bot, direct replies will not reach the author unless they happen to be subscribed to this list. === Description (from pull-request) === Signed-off-by: Stéphane Graber <stgra...@ubuntu.com>
From 5bccf87de3ba091e441440afb12bc16b5ba24bce Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?St=C3=A9phane=20Graber?= <stgra...@ubuntu.com> Date: Tue, 3 Apr 2018 20:30:41 -0400 Subject: [PATCH] lxd/init: Don't setup a remote storage pool by default MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Stéphane Graber <stgra...@ubuntu.com> --- lxd/main_init_interactive.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lxd/main_init_interactive.go b/lxd/main_init_interactive.go index 994f472b9..898632010 100644 --- a/lxd/main_init_interactive.go +++ b/lxd/main_init_interactive.go @@ -375,7 +375,7 @@ func (c *cmdInit) askStorage(config *initData, d lxd.ContainerServer) error { } } - if cli.AskBool("Do you want to configure a new remote storage pool (yes/no) [default=yes]? ", "yes") { + if cli.AskBool("Do you want to configure a new remote storage pool (yes/no) [default=no]? ", "no") { err := c.askStoragePool(config, d, "remote") if err != nil { return err
_______________________________________________ lxc-devel mailing list lxc-devel@lists.linuxcontainers.org http://lists.linuxcontainers.org/listinfo/lxc-devel