[arvados] updated: 2.5.0-14-g7f359d51c

git repository hosting git at public.arvados.org
Fri Jan 20 14:15:31 UTC 2023


Summary of changes:
 doc/api/methods/containers.html.textile.liquid | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

       via  7f359d51c3dca6c04003d56f3f18f86cd0916bae (commit)
      from  6477db8a1f5ed0b2f81cf743bbea32c681c7c10c (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 7f359d51c3dca6c04003d56f3f18f86cd0916bae
Author: Brett Smith <brett.smith at curii.com>
Date:   Fri Jan 20 09:11:59 2023 -0500

    19886: Slim down API documentation about container logs
    
    While the API server will let you set this field to a UUID, that
    behavior is already poorly supported, and on reflection we're not sure
    we want to support it. Document this the way crunch-run uses it and
    avoid presenting too much detail for most readers.
    
    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 d3eb7445b..0077a165e 100644
--- a/doc/api/methods/containers.html.textile.liquid
+++ b/doc/api/methods/containers.html.textile.liquid
@@ -28,7 +28,7 @@ table(table table-bordered table-condensed).
 |state|string|The allowed states are "Queued", "Locked", "Running", "Cancelled" and "Complete".|See "Container states":#container_states for more details.|
 |started_at|datetime|When this container started running.|Null if container has not yet started.|
 |finished_at|datetime|When this container finished.|Null if container has not yet finished.|
-|log|string|UUID or portable data hash of a collection containing the log messages produced when executing the container.|If a running container is updated with a portable data hash in its log field, that collection will be propagated to the logs of associated container request(s). This behaivor may be extended to UUID updates in the future.|
+|log|string|Portable data hash of a collection containing the log messages produced when executing the container.|Null if container has not yet started. The dispatcher will periodically update this field for a running container.|
 |environment|hash|Environment variables and values that should be set in the container environment (@docker run --env@). This augments and (when conflicts exist) overrides environment variables given in the image's Dockerfile.|Must be equal to a ContainerRequest's environment in order to satisfy the ContainerRequest.|
 |cwd|string|Initial working directory.|Must be equal to a ContainerRequest's cwd in order to satisfy the ContainerRequest|
 |command|array of strings|Command to execute.| Must be equal to a ContainerRequest's command in order to satisfy the ContainerRequest.|

-----------------------------------------------------------------------


hooks/post-receive
-- 




More information about the arvados-commits mailing list