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

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) ===
This trivial patch adds more information about 'lxc.start.order'. Currently there is nothing about how the "order" is treated (whether a lower value means an earlier start or opposite). This patch adds a sentence which explains it.
From c7c4a05dfe96904c2f6bfae93d1c216ac65fe518 Mon Sep 17 00:00:00 2001
From: Lukas Jelinek <lukas.jeli...@nic.cz>
Date: Wed, 9 Oct 2019 12:15:48 +0200
Subject: [PATCH] doc: Add more info about 'lxc.start.order'

---
 doc/lxc.container.conf.sgml.in | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/doc/lxc.container.conf.sgml.in b/doc/lxc.container.conf.sgml.in
index 882eae14d4..922eeaac8b 100644
--- a/doc/lxc.container.conf.sgml.in
+++ b/doc/lxc.container.conf.sgml.in
@@ -2578,7 +2578,8 @@ dev/null proc/kcore none bind,relative 0 0
           <listitem>
             <para>
               An integer used to sort the containers when auto-starting
-              a series of containers at once.
+              a series of containers at once. A lower value means an
+              earlier start.
             </para>
           </listitem>
         </varlistentry>
_______________________________________________
lxc-devel mailing list
lxc-devel@lists.linuxcontainers.org
http://lists.linuxcontainers.org/listinfo/lxc-devel

Reply via email to