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

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) ===
Fixed #6767

Signed-off-by: Thomas Parrott <thomas.parr...@canonical.com>
From 829ed1db659480ab1fe55a132bc564b3024b00cb Mon Sep 17 00:00:00 2001
From: Thomas Parrott <thomas.parr...@canonical.com>
Date: Mon, 27 Jan 2020 08:48:48 +0000
Subject: [PATCH] doc/instance: Clarifies disk path not available for VMs

Fixed #6767

Signed-off-by: Thomas Parrott <thomas.parr...@canonical.com>
---
 doc/instances.md | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/doc/instances.md b/doc/instances.md
index 08149c0f24..f1dafa13ab 100644
--- a/doc/instances.md
+++ b/doc/instances.md
@@ -565,7 +565,7 @@ Key                 | Type      | Default   | Required  | 
Description
 limits.read         | string    | -         | no        | I/O limit in byte/s 
(various suffixes supported, see below) or in iops (must be suffixed with 
"iops")
 limits.write        | string    | -         | no        | I/O limit in byte/s 
(various suffixes supported, see below) or in iops (must be suffixed with 
"iops")
 limits.max          | string    | -         | no        | Same as modifying 
both limits.read and limits.write
-path                | string    | -         | yes       | Path inside the 
instance where the disk will be mounted
+path                | string    | -         | yes       | Path inside the 
instance where the disk will be mounted (only for containers).
 source              | string    | -         | yes       | Path on the host, 
either to a file/directory or to a block device
 required            | boolean   | true      | no        | Controls whether to 
fail if the source doesn't exist
 readonly            | boolean   | false     | no        | Controls whether to 
make the mount read-only
_______________________________________________
lxc-devel mailing list
lxc-devel@lists.linuxcontainers.org
http://lists.linuxcontainers.org/listinfo/lxc-devel

Reply via email to