The following pull request was submitted through Github.
It can be accessed and reviewed at: https://github.com/lxc/lxd/pull/8063

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) ===
Fixes #8060

Signed-off-by: Thomas Parrott <thomas.parr...@canonical.com>
From 78afd4d6cc3922df13570f863ed7056eb8b71953 Mon Sep 17 00:00:00 2001
From: Thomas Parrott <thomas.parr...@canonical.com>
Date: Tue, 20 Oct 2020 14:34:06 +0100
Subject: [PATCH] lxd/main/init/interactive: Clarifies question about using an
 existing empty disk

Fixes #8060

Signed-off-by: Thomas Parrott <thomas.parr...@canonical.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 5fa8f755a6..dfc8f0c0de 100644
--- a/lxd/main_init_interactive.go
+++ b/lxd/main_init_interactive.go
@@ -554,7 +554,7 @@ func (c *cmdInit) askStoragePool(config *cmdInitData, d 
lxd.InstanceServer, pool
 
                                // Ask for the name of the cluster
                                pool.Config["source"] = cli.AskString("Name of 
the CEPHfs volume: ", "", nil)
-                       } else if cli.AskBool("Would you like to use an 
existing empty disk or partition? (yes/no) [default=no]: ", "no") {
+                       } else if cli.AskBool("Would you like to use an 
existing empty block device (e.g. a disk or partition)? (yes/no) [default=no]: 
", "no") {
                                deviceExists := func(path string) error {
                                        if !shared.IsBlockdevPath(path) {
                                                return fmt.Errorf("'%s' is not 
a block device", path)
_______________________________________________
lxc-devel mailing list
lxc-devel@lists.linuxcontainers.org
http://lists.linuxcontainers.org/listinfo/lxc-devel

Reply via email to