[arvados] updated: 2.5.0-2-g86495b72e
git repository hosting
git at public.arvados.org
Wed Dec 28 20:16:53 UTC 2022
Summary of changes:
doc/api/methods/containers.html.textile.liquid | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
via 86495b72ebfc305ee2fade8b31af73cfb02b7465 (commit)
from 5203a7e1ad323adf0d0bc5dfbc6c28045ef4b263 (commit)
Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.
commit 86495b72ebfc305ee2fade8b31af73cfb02b7465
Author: Brett Smith <brett.smith at curii.com>
Date: Wed Dec 28 15:15:03 2022 -0500
Update container state table headers
"Sgnificance" was a typo, and the immediate problem I wanted to
fix. "Description" is what we usually use and works fine here, so use
that.
I expanded "State" to "State value" to try to help clarify this is the
actual value in the data.
No issue #.
Arvados-DCO-1.1-Signed-off-by: Brett Smith <brett.smith at curii.com>
diff --git a/doc/api/methods/containers.html.textile.liquid b/doc/api/methods/containers.html.textile.liquid
index e6891621c..6117823d4 100644
--- a/doc/api/methods/containers.html.textile.liquid
+++ b/doc/api/methods/containers.html.textile.liquid
@@ -67,7 +67,7 @@ Generally this will contain additional keys that are not present in any correspo
h2(#container_states). Container states
table(table table-bordered table-condensed).
-|_. State|_. Sgnificance|_. Allowed next|
+|_. State value|_. Description|_. Allowed next|
|Queued|Waiting for a dispatcher to lock it and try to run the container.|Locked, Cancelled|
|Locked|A dispatcher has "taken" the container and is allocating resources for it. The container has not started yet.|Queued, Running, Cancelled|
|Running|Resources have been allocated and the contained process has been started (or is about to start). Crunch-run _must_ set state to Running _before_ there is any possibility that user code will run in the container.|Complete, Cancelled|
-----------------------------------------------------------------------
hooks/post-receive
--
More information about the arvados-commits
mailing list