Pin the python-daemon backport for centos7, newer versions have
[arvados.git] / doc / _includes / _container_runtime_constraints.liquid
index fbf4b74bfe3fd7c32915f206c793a87e99ffbc4c..06bfb4f5da71dbfe10c2ccb39484cf8f5ebd34ea 100644 (file)
@@ -7,3 +7,4 @@ table(table table-bordered table-condensed).
 |ram|integer|Number of ram bytes to be used to run this process.|Optional. However, a ContainerRequest that is in "Committed" state must provide this.|
 |vcpus|integer|Number of cores to be used to run this process.|Optional. However, a ContainerRequest that is in "Committed" state must provide this.|
 |API|boolean|When set, ARVADOS_API_HOST and ARVADOS_API_TOKEN will be set, and container will have networking enabled to access the Arvados API server.|Optional.|
+|partition|array of strings|Specify the names of one or more compute partitions that may run this container.  If not provided, the system chooses where to run the container.|Optional.|