The following pull request was submitted through Github. It can be accessed and reviewed at: https://github.com/lxc/lxd/pull/7572
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 80732455698c64f3ae86639512fd21fa4f529c20 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?St=C3=A9phane=20Graber?= <stgra...@ubuntu.com> Date: Mon, 22 Jun 2020 18:26:33 -0400 Subject: [PATCH 1/2] doc/rest-api: Rename rootfs to root MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Stéphane Graber <stgra...@ubuntu.com> --- doc/rest-api.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/doc/rest-api.md b/doc/rest-api.md index 34110c2596..9d91337516 100644 --- a/doc/rest-api.md +++ b/doc/rest-api.md @@ -743,7 +743,7 @@ Output: }, "created_at": "2016-02-16T01:05:05Z", "devices": { - "rootfs": { + "root": { "path": "/", "type": "disk" } @@ -794,7 +794,7 @@ Input (update instance configuration): "volatile.eth0.hwaddr": "00:16:3e:1c:94:38" }, "devices": { - "rootfs": { + "root": { "path": "/", "type": "disk" } @@ -833,7 +833,7 @@ Input: "limits.cpu": "4" }, "devices": { - "rootfs": { + "root": { "size": "5GB" } }, From bac0e44b19121372d3ac92db72b0149acd973fb8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?St=C3=A9phane=20Graber?= <stgra...@ubuntu.com> Date: Mon, 22 Jun 2020 19:22:47 -0400 Subject: [PATCH 2/2] doc/rest-api: Fix instance PATCH example MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Closes #7467 Signed-off-by: Stéphane Graber <stgra...@ubuntu.com> --- doc/rest-api.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/doc/rest-api.md b/doc/rest-api.md index 9d91337516..37ada1eee4 100644 --- a/doc/rest-api.md +++ b/doc/rest-api.md @@ -834,6 +834,8 @@ Input: }, "devices": { "root": { + "path": "/", + "pool": "default", "size": "5GB" } },
_______________________________________________ lxc-devel mailing list lxc-devel@lists.linuxcontainers.org http://lists.linuxcontainers.org/listinfo/lxc-devel