The following pull request was submitted through Github. It can be accessed and reviewed at: https://github.com/lxc/lxd/pull/3494
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) ===
From 6d24b1e105b8701a0553bb0d7d344751e30a76d0 Mon Sep 17 00:00:00 2001 From: Chris MacNaughton <chmacnaugh...@gmail.com> Date: Tue, 4 Jul 2017 13:46:36 +0200 Subject: [PATCH] Remove extraneous backslash --- doc/storage.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/storage.md b/doc/storage.md index 3b1924bb3..75f28e146 100644 --- a/doc/storage.md +++ b/doc/storage.md @@ -216,7 +216,7 @@ lxc storage create pool1 lvm source=/dev/sdX - Create a new pool called "pool1" using "/dev/sdX" with the LVM Volume Group called "my-pool". ``` -lxc storage create pool1 lvm source=/dev/sdX lvm.vg\_name=my-pool +lxc storage create pool1 lvm source=/dev/sdX lvm.vg_name=my-pool ``` ### ZFS
_______________________________________________ lxc-devel mailing list lxc-devel@lists.linuxcontainers.org http://lists.linuxcontainers.org/listinfo/lxc-devel