From mboxrd@z Thu Jan 1 00:00:00 1970 From: Ian Jackson Subject: [OSSTEST PATCH 03/13] Planner: docs: Document set-info command Date: Wed, 2 Sep 2015 16:45:09 +0100 Message-ID: <1441208719-31336-4-git-send-email-ian.jackson@eu.citrix.com> References: <1441208719-31336-1-git-send-email-ian.jackson@eu.citrix.com> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Return-path: Received: from mail6.bemta14.messagelabs.com ([193.109.254.103]) by lists.xen.org with esmtp (Exim 4.72) (envelope-from ) id 1ZXAEA-0000Tj-BV for xen-devel@lists.xenproject.org; Wed, 02 Sep 2015 15:45:34 +0000 In-Reply-To: <1441208719-31336-1-git-send-email-ian.jackson@eu.citrix.com> List-Unsubscribe: , List-Post: List-Help: List-Subscribe: , Sender: xen-devel-bounces@lists.xen.org Errors-To: xen-devel-bounces@lists.xen.org To: xen-devel@lists.xenproject.org Cc: Ian Jackson , Ian Campbell List-Id: xen-devel@lists.xenproject.org Signed-off-by: Ian Jackson --- README.planner | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/README.planner b/README.planner index 34eae97..b1247e7 100644 --- a/README.planner +++ b/README.planner @@ -184,6 +184,16 @@ ms-queuedaemon commands < OK ms-queuedaemon [INFO...] Banner on connection. INFO should be ignored. + > set-info KEY VALUE + There are various informational keys which are used by + the planner, provided by clients. Keys include: + + > set-info preinfo ... } used for reporting + > set-info job ... } + > set-info priority ... } used for + > set-info sub-priority ... } queue adjustment + > set-info wait-start-adjust ... } + > wait I want to join the plan -- 1.7.10.4