[lxc-devel] [lxd/master] doc/instance: Clarifies disk path not available for VMs

tomponline on Github lxc-bot at linuxcontainers.org
Mon Jan 27 08:49:37 UTC 2020


A non-text attachment was scrubbed...
Name: not available
Type: text/x-mailbox
Size: 376 bytes
Desc: not available
URL: <http://lists.linuxcontainers.org/pipermail/lxc-devel/attachments/20200127/e6681942/attachment.bin>
-------------- next part --------------
From 829ed1db659480ab1fe55a132bc564b3024b00cb Mon Sep 17 00:00:00 2001
From: Thomas Parrott <thomas.parrott at 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.parrott at 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


More information about the lxc-devel mailing list