[lxc-devel] [lxd/master] doc/configuration: add missing pci options for gpu

brauner on Github lxc-bot at linuxcontainers.org
Sat Oct 29 16:53:28 UTC 2016


A non-text attachment was scrubbed...
Name: not available
Type: text/x-mailbox
Size: 367 bytes
Desc: not available
URL: <http://lists.linuxcontainers.org/pipermail/lxc-devel/attachments/20161029/22a32ee9/attachment.bin>
-------------- next part --------------
From 5dca04f36e3f732d7fce10e0d30c425ec50b5604 Mon Sep 17 00:00:00 2001
From: Christian Brauner <christian.brauner at canonical.com>
Date: Sat, 29 Oct 2016 18:52:45 +0200
Subject: [PATCH] doc/configuration: add missing pci options for gpu

Signed-off-by: Christian Brauner <christian.brauner at canonical.com>
---
 doc/configuration.md | 1 +
 1 file changed, 1 insertion(+)

diff --git a/doc/configuration.md b/doc/configuration.md
index e5d5954..f0915c9 100644
--- a/doc/configuration.md
+++ b/doc/configuration.md
@@ -289,6 +289,7 @@ Key         | Type      | Default           | Required  | Description
 vendorid    | string    | -                 | no        | The vendor id of the GPU device.
 productid   | string    | -                 | no        | The product id of the GPU device.
 id          | string    | -                 | no        | The card id of the GPU device.
+pci         | string    | -                 | no        | The pci address of the GPU device.
 uid         | int       | 0                 | no        | UID of the device owner in the container
 gid         | int       | 0                 | no        | GID of the device owner in the container
 mode        | int       | 0660              | no        | Mode of the device in the container


More information about the lxc-devel mailing list