The following pull request was submitted through Github. It can be accessed and reviewed at: https://github.com/lxc/lxc/pull/1244
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) === Correct the backingstorage typo in lxc_copy. This fixes https://bugs.launchpad.net/ubuntu/+source/lxc/+bug/1591510 Signed-off-by: Po-Hsu Lin <[email protected]>
From 3b0dcf2c76f36f8b2b1eb503505294d18a74fcc8 Mon Sep 17 00:00:00 2001 From: Po-Hsu Lin <[email protected]> Date: Fri, 21 Oct 2016 18:32:18 +0800 Subject: [PATCH] tools: correct the argument typo in lxc_copy Correct the backingstorage typo in lxc_copy. Signed-off-by: Po-Hsu Lin <[email protected]> --- src/lxc/tools/lxc_copy.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/lxc/tools/lxc_copy.c b/src/lxc/tools/lxc_copy.c index 3e83af6..4d0c17d 100644 --- a/src/lxc/tools/lxc_copy.c +++ b/src/lxc/tools/lxc_copy.c @@ -82,7 +82,7 @@ static const struct option my_longopts[] = { { "daemon", no_argument, 0, 'd'}, { "ephemeral", no_argument, 0, 'e'}, { "mount", required_argument, 0, 'm'}, - { "backingstore", required_argument, 0, 'B'}, + { "backingstorage", required_argument, 0, 'B'}, { "fssize", required_argument, 0, 'L'}, { "keepdata", no_argument, 0, 'D'}, { "keepname", no_argument, 0, 'K'},
_______________________________________________ lxc-devel mailing list [email protected] http://lists.linuxcontainers.org/listinfo/lxc-devel
