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

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 914c3d86d7a5266ac726f3ddd2ea8860af449572 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?St=C3=A9phane=20Graber?= <stgra...@ubuntu.com>
Date: Thu, 22 Oct 2020 11:40:53 -0400
Subject: [PATCH 1/2] doc/instances: usb and gpu are available in VMs
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/instances.md | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/doc/instances.md b/doc/instances.md
index 10e4630a33..9241332089 100644
--- a/doc/instances.md
+++ b/doc/instances.md
@@ -234,8 +234,8 @@ ID (database)   | Name                               | 
Condition     | Descripti
 2               | [disk](#type-disk)                 | -             | 
Mountpoint inside the instance
 3               | [unix-char](#type-unix-char)       | container     | Unix 
character device
 4               | [unix-block](#type-unix-block)     | container     | Unix 
block device
-5               | [usb](#type-usb)                   | container     | USB 
device
-6               | [gpu](#type-gpu)                   | container     | GPU 
device
+5               | [usb](#type-usb)                   | -             | USB 
device
+6               | [gpu](#type-gpu)                   | -             | GPU 
device
 7               | [infiniband](#type-infiniband)     | container     | 
Infiniband device
 8               | [proxy](#type-proxy)               | container     | Proxy 
device
 9               | [unix-hotplug](#type-unix-hotplug) | container     | Unix 
hotplug device

From c415a8f533390a595369687fbedf4b27a555cc4d Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?St=C3=A9phane=20Graber?= <stgra...@ubuntu.com>
Date: Thu, 22 Oct 2020 11:42:29 -0400
Subject: [PATCH 2/2] doc/instances: Add missing header in usb device
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/instances.md | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/doc/instances.md b/doc/instances.md
index 9241332089..399eb6b1c6 100644
--- a/doc/instances.md
+++ b/doc/instances.md
@@ -727,6 +727,9 @@ mode        | int       | 0660              | no        | 
Mode of the device in
 required    | boolean   | true              | no        | Whether or not this 
device is required to start the instance
 
 ### Type: usb
+
+Supported instance types: container, VM
+
 USB device entries simply make the requested USB device appear in the
 instance.
 
_______________________________________________
lxc-devel mailing list
lxc-devel@lists.linuxcontainers.org
http://lists.linuxcontainers.org/listinfo/lxc-devel

Reply via email to