Project

General

Profile

Dispatching containers to cloud VMs » History » Version 34

Tom Clegg, 12/19/2018 04:33 PM

1 1 Tom Clegg
h1. Dispatching containers to cloud VMs
2
3 6 Tom Clegg
(Draft)
4 1 Tom Clegg
5 11 Tom Clegg
{{>toc}}
6
7 7 Tom Clegg
h2. Component name / purpose
8 1 Tom Clegg
9 7 Tom Clegg
crunch-dispatch-cloud runs Arvados user containers on generic public cloud infrastructure by automatically creating and destroying VMs of various sizes according to demand, preparing the VMs' runtime environments, and running containers on them.
10 1 Tom Clegg
11 12 Tom Clegg
h2. Deployment
12
13 32 Tom Clegg
*Where to install:* The crunch-dispatch-cloud process can run anywhere, as long as it has network access to the Arvados controller, the cloud provider's API, and the worker VMs. Each Arvados cluster should run only one crunch-dispatch-cloud process.
14
* Future versions will support multiple dispatchers.
15 21 Tom Clegg
16 1 Tom Clegg
*Dispatcher's SSH key:* The operator must generate an SSH key pair for the dispatcher to use when connecting to cloud VMs. The private key is stored (without a passphrase) in the cluster configuration file. It does not need to be saved in @~/.ssh/@.
17 21 Tom Clegg
18 33 Tom Clegg
*Cloud VM image:* The operator must provide a VM image with an SSH server on a port reachable by the dispatcher (default 22, configurable per cluster). The dispatcher's SSH public key must be listed in @/root/.ssh/authorized_keys@. The image should also include suitable versions of docker and crunch-run. The @/var/lock@ directory must be available for lockfiles with names matching "@crunch-run-*.*@".
19 32 Tom Clegg
* It is possible to install docker and crunch-run using a custom boot probe command, but pre-installing is more efficient.
20
* Future versions will automatically sync the crunch-run binary from the dispatcher host to each worker node.
21 12 Tom Clegg
22 31 Tom Clegg
*Cloud provider account:* The dispatcher uses cloud provider credentials to create and delete VMs and other cloud resources. An Arvados user can create an arbitrary number of long-running containers, and the dispatcher will try to run all of them. Currently the dispatcher does not enforce any resource limits of its own, so the operator must ensure the cloud provider itself is enforcing a suitable quota.
23 23 Tom Clegg
24 24 Tom Clegg
*Migrating from nodemanager/SLURM:* When VM images, SSH keys, and configuration files are ready, disable nodemanager and crunch-dispatch-slurm. Install crunch-dispatch-cloud deb/rpm package. Confirm success with @systemctl status crunch-dispatch-cloud@ and @journalctl -fu crunch-dispatch-cloud@.
25
26 9 Tom Clegg
h2. Overview of operation
27 1 Tom Clegg
28 9 Tom Clegg
The dispatcher waits for containers to appear in the queue, and runs them on appropriately sized cloud VMs. When there are no idle cloud VMs with the desired size, the dispatcher brings up more VMs using the cloud provider's API. The dispatcher also shuts down idle VMs that exceed the configured idle timer -- and sooner if the provider starts refusing to create new VMs.
29 1 Tom Clegg
30 6 Tom Clegg
h2. Interaction with other components
31 1 Tom Clegg
32 9 Tom Clegg
Controller (backed by RailsAPI and PostgreSQL) supplies the container queue: which containers the system should be trying to execute (or cancel) at any given time.
33 1 Tom Clegg
34 6 Tom Clegg
The cloud provider's API supplies a list of VMs that exist (or are being created) at a given time and their network addresses, accepts orders to create new VMs, updates instance tags, and (optionally, depending on the driver) obtains the VMs' SSH server public keys.
35 1 Tom Clegg
36 6 Tom Clegg
The SSH server on each cloud VM allows the dispatcher to authenticate with a private key and execute shell commands as root.
37 1 Tom Clegg
38 6 Tom Clegg
h2. Configuration
39 1 Tom Clegg
40 6 Tom Clegg
Arvados configuration (currently a file in /etc) supplies cloud provider credentials, allowed node types, spending limits/policies, etc.
41 1 Tom Clegg
42 6 Tom Clegg
<pre><code class="yaml">
43
    CloudVMs:
44 8 Tom Clegg
      BootProbeCommand: "docker ps -q"
45 27 Tom Clegg
      SyncInterval: 1m    # how often to get list of active instances from cloud provider
46 8 Tom Clegg
      TimeoutIdle: 1m     # shutdown if idle longer than this
47
      TimeoutBooting: 10m # shutdown if exists longer than this without running BootProbeCommand successfully
48
      TimeoutProbe: 2m    # shutdown if (after booting) communication fails longer than this, even if ctrs are running
49
      TimeoutShutdown: 1m # shutdown again if node still exists this long after shutdown
50 6 Tom Clegg
      Driver: Amazon
51 8 Tom Clegg
      DriverParameters:   # following configs are driver dependent
52 6 Tom Clegg
        Region: us-east-1
53
        APITimeout: 20s
54
        EC2Key: abcdef
55
        EC2Secret: abcdefghijklmnopqrstuvwxyz
56
        StorageKey: abcdef
57
        StorageSecret: abcdefghijklmnopqrstuvwxyz
58
        ImageID: ami-0123456789abcdef0
59 1 Tom Clegg
        SubnetID: subnet-01234567
60
        SecurityGroups: sg-01234567
61 8 Tom Clegg
    Dispatch:
62
      StaleLockTimeout: 1m     # after restart, time to wait for workers to come up before abandoning locks from previous run
63
      PollInterval: 1m         # how often to get latest queue from arvados controller
64
      ProbeInterval: 10s       # how often to probe each instance for current status/vital signs
65
      MaxProbesPerSecond: 1000 # limit total probe rate for dispatch process (across all instances)
66
      PrivateKey: |            # SSH key able to log in as root@ worker VMs
67
        -----BEGIN RSA PRIVATE KEY-----
68
        MIIEowIBAAKCAQEAqYm4XsQHm8sBSZFwUX5VeW1OkGsfoNzcGPG2nzzYRhNhClYZ
69
        0ABHhUk82HkaC/8l6d/jpYTf42HrK42nNQ0r0Yzs7qw8yZMQioK4Yk+kFyVLF78E
70
        GRG4pGAWXFs6pUchs/lm8fo9zcda4R3XeqgI+NO+nEERXmdRJa1FhI+Za3/S/+CV
71
        mg+6O00wZz2+vKmDPptGN4MCKmQOCKsMJts7wSZGyVcTtdNv7jjfr6yPAIOIL8X7
72
        LtarBCFaK/pD7uWll/Uj7h7D8K48nIZUrvBJJjXL8Sm4LxCNoz3Z83k8J5ZzuDRD
73
        gRiQe/C085mhO6VL+2fypDLwcKt1tOL8fI81MwIDAQABAoIBACR3tEnmHsDbNOav
74
        Oxq8cwRQh9K2yDHg8BMJgz/TZa4FIx2HEbxVIw0/iLADtJ+Z/XzGJQCIiWQuvtg6
75
        exoFQESt7JUWRWkSkj9JCQJUoTY9Vl7APtBpqG7rIEQzd3TvzQcagZNRQZQO6rR7
76
        p8sBdBSZ72lK8cJ9tM3G7Kor/VNK7KgRZFNhEWnmvEa3qMd4hzDcQ4faOn7C9NZK
77
        dwJAuJVVfwOLlOORYcyEkvksLaDOK2DsB/p0AaCpfSmThRbBKN5fPXYaKgUdfp3w
78
        70Hpp27WWymb1cgjyqSH3DY+V/kvid+5QxgxCBRq865jPLn3FFT9bWEVS/0wvJRj
79
        iMIRrjECgYEA4Ffv9rBJXqVXonNQbbstd2PaprJDXMUy9/UmfHL6pkq1xdBeuM7v
80
        yf2ocXheA8AahHtIOhtgKqwv/aRhVK0ErYtiSvIk+tXG+dAtj/1ZAKbKiFyxjkZV
81
        X72BH7cTlR6As5SRRfWM/HaBGEgED391gKsI5PyMdqWWdczT5KfxAksCgYEAwXYE
82
        ewPmV1GaR5fbh2RupoPnUJPMj36gJCnwls7sGaXDQIpdlq56zfKgrLocGXGgj+8f
83
        QH7FHTJQO15YCYebtsXWwB3++iG43gVlJlecPAydsap2CCshqNWC5JU5pan0QzsP
84
        exzNzWqfUPSbTkR2SRaN+MenZo2Y/WqScOAth7kCgYBgVoLujW9EXH5QfXJpXLq+
85
        jTvE38I7oVcs0bJwOLPYGzcJtlwmwn6IYAwohgbhV2pLv+EZSs42JPEK278MLKxY
86
        lgVkp60npgunFTWroqDIvdc1TZDVxvA8h9VeODEJlSqxczgbMcIUXBM9yRctTI+5
87
        7DiKlMUA4kTFW2sWwuOlFwKBgGXvrYS0FVbFJKm8lmvMu5D5x5RpjEu/yNnFT4Pn
88
        G/iXoz4Kqi2PWh3STl804UF24cd1k94D7hDoReZCW9kJnz67F+C67XMW+bXi2d1O
89
        JIBvlVfcHb1IHMA9YG7ZQjrMRmx2Xj3ce4RVPgUGHh8ra7gvLjd72/Tpf0doNClN
90
        ti/hAoGBAMW5D3LhU05LXWmOqpeT4VDgqk4MrTBcstVe7KdVjwzHrVHCAmI927vI
91 1 Tom Clegg
        pjpphWzpC9m3x4OsTNf8m+g6H7f3IiQS0aiFNtduXYlcuT5FHS2fSATTzg5PBon9
92
        1E6BudOve+WyFyBs7hFWAqWFBdWujAl4Qk5Ek09U2ilFEPE7RTgJ
93
        -----END RSA PRIVATE KEY-----
94 9 Tom Clegg
    InstanceTypes:
95
    - Name: m4.large
96
      VCPUs: 2
97
      RAM: 7782000000
98
      Scratch: 32000000000
99
      Price: 0.1
100
    - Name: m4.large.spot
101
      Preemptible: true
102
      VCPUs: 2
103
      RAM: 7782000000
104
      Scratch: 32000000000
105
      Price: 0.1
106
    - Name: m4.xlarge
107
      VCPUs: 4
108
      RAM: 15564000000
109
      Scratch: 80000000000
110
      Price: 0.2
111
    - Name: m4.xlarge.spot
112
      Preemptible: true
113
      VCPUs: 4
114
      RAM: 15564000000
115
      Scratch: 80000000000
116
      Price: 0.2
117
    - Name: m4.2xlarge
118
      VCPUs: 8
119
      RAM: 31129000000
120
      Scratch: 160000000000
121
      Price: 0.4
122
    - Name: m4.2xlarge.spot
123
      Preemptible: true
124
      VCPUs: 8
125
      RAM: 31129000000
126
      Scratch: 160000000000
127
      Price: 0.4
128 6 Tom Clegg
</code></pre>
129 1 Tom Clegg
130 10 Tom Clegg
h2. Management API
131 1 Tom Clegg
132 10 Tom Clegg
APIs for monitoring/diagnostics/control are available via HTTP on a configurable address/port. Request headers must include "Authorization: Bearer {management token}".
133
134
Responses are JSON-encoded and resemble other Arvados APIs:
135
<pre><code class="json">
136
{
137
  "Items": [
138
    {
139
      "Name": "...",
140
      ...
141
    },
142
    ...
143
  ]
144
}
145
</code></pre>
146
147
@GET /arvados/v1/dispatch/instances@ lists cloud VMs. Each returned item includes:
148
* provider's instance ID
149
* hourly price (from configuration file)
150
* instance type (from configuration file)
151
* instance type (from provider's menu)
152
* UUID of the current / most recent container attempted (if known)
153
* time last container finished (or boot time, if nothing run yet)
154
155
@GET /arvados/v1/dispatch/containers@ lists queued/locked/running containers. Each returned item includes:
156
* container UUID
157
* container state (Queued/Locked/Running/Complete/Cancelled)
158
* desired instance type
159
* time appeared in queue
160
* time started (if started)
161
162 34 Tom Clegg
@POST /arvados/v1/dispatch/instances/:instance_id/hold@ puts an instance in "hold" state.
163
* if the instance is currently running a container, it is allowed to continue
164
* no further containers will be scheduled on the instance
165
* the instance will not be shut down automatically
166
167 10 Tom Clegg
@POST /arvados/v1/dispatch/instances/:instance_id/drain@ puts an instance in "drain" state.
168 1 Tom Clegg
* if the instance is currently running a container, it is allowed to continue
169
* no further containers will be scheduled on the instance
170 34 Tom Clegg
* the instance will be shut down automatically when all containers finish
171 1 Tom Clegg
172 34 Tom Clegg
@POST /arvados/v1/dispatch/instances/:instance_id/kill@ shuts down an instance immediately.
173
* the instance is terminated immediately via cloud API
174
* SIGTERM is sent to the container if one is running, but no effort is made to give it time to end gracefully before terminating the instance
175
176 10 Tom Clegg
177
h2. Metrics
178 13 Tom Clegg
179 10 Tom Clegg
Metrics are available via HTTP on a configurable address/port (conventionally :9005). Request headers must include "Authorization: Bearer {management token}".
180
181 13 Tom Clegg
Metrics include:
182
* [future] (summary) time elapsed between VM creation and first successful SSH connection to that VM
183 10 Tom Clegg
* [future] (summary) time elapsed between first successful SSH connection on a VM and ready to run a container on that VM
184
* (gauge) total hourly price of all existing VMs
185 1 Tom Clegg
* (gauge) total VCPUs and memory allocated to containers
186 10 Tom Clegg
* (gauge) number of containers running
187
* (gauge) number of containers allocated to VMs but not started yet (because VMs are pending/booting)
188 13 Tom Clegg
* (gauge) number of containers not allocated to VMs (because provider quota is reached)
189 14 Tom Clegg
190
h2. Logs
191 20 Tom Clegg
192 16 Tom Clegg
For purposes of troubleshooting, a JSON-formatted log entry is printed on stderr when...
193 20 Tom Clegg
194 16 Tom Clegg
|                                                              |...including timestamp and...|
195
|a new instance is created/ordered                             |instance type name|
196
|an instance appears on the provider's list of instances       |instance ID|
197
|an instance's boot probe succeeds                             |instance ID|
198
|an instance is shut down after boot timeout                   |instance ID, stdout/stderr/error from last boot probe attempt|
199
|an instance shutdown is requested                             |instance ID|
200
|an instance disappears from the provider's list of instances  |instance ID and previous state (booting/idle/shutdown)|
201
|a cloud provider API or driver error occurs                   |provider/driver's error message|
202
|a new container appears in the Arvados queue                  |container UUID, desired instance type name|
203
|a container is locked by the dispatcher                       |container UUID|
204
|a crunch-run process is started on an instance                |container UUID, instance ID, crunch-run PID|
205
|a crunch-run process fails to start on an instance            |container UUID, instance ID, stdout/stderr/exitcode|
206
|a crunch-run process ends                                     |container UUID, instance ID|
207
|an active container's state changes to Complete or Cancelled  |container UUID, new state|
208
|an active container is requeued after being locked            |container UUID|  
209
|an Arvados API error occurs                                   |error message|
210 14 Tom Clegg
211
212
(Example log entries should be shown here)
213
214 10 Tom Clegg
If the dispatcher starts with a non-empty ARVADOS_DEBUG environment variable, it also prints more detailed logs about other internal state changes, using level=debug.
215
216
h2. Internal details
217
218
h3. Scheduling policy
219 6 Tom Clegg
220
The container priority field determines the order in which resources are allocated.
221
* If container C1 has priority P1,
222
* ...and C2 has higher priority P2,
223
* ...and there is no pending/booting/idle VM suitable for running C2,
224
* ...then C1 will not be started.
225
226 1 Tom Clegg
However, containers that run on different VM types don't necessarily start in priority order.
227
* If container C1 has priority P1,
228 5 Peter Amstutz
* ...and C2 has higher priority P2,
229 6 Tom Clegg
* ...and there is no idle VM suitable for running C2,
230
* ...and there is a pending/booting VM that will be suitable for running C2 when it comes up,
231 1 Tom Clegg
* ...and there is an idle VM suitable for running C1,
232 6 Tom Clegg
* ...then C1 will start before C2.
233 10 Tom Clegg
234 1 Tom Clegg
h3. Special cases / synchronizing state
235 6 Tom Clegg
236
When first starting up, dispatcher inspects API server’s container queue and the cloud provider’s list of dispatcher-tagged cloud nodes, and restores internal state accordingly.
237 10 Tom Clegg
238 6 Tom Clegg
Some containers might have state=Locked at startup. The dispatcher can't be sure these have no corresponding crunch-run process anywhere until it establishes communication with all running instances. To avoid breaking priority order by guessing wrong, the dispatcher avoids scheduling any new containers until all such "stale-locked" containers are matched up with crunch-run processes on existing VMs (typically preparing a docker image) or all of the existing VMs have been probed successfully (meaning the locked containers aren't running anywhere and need to be rescheduled).
239 1 Tom Clegg
240 4 Peter Amstutz
When a user cancels a container request with state=Locked or Running, the container priority changes to 0. On its next poll, the dispatcher notices this and kills any corresponding crunch-run processes (or, if there is no such process, just unlocks the container).
241 6 Tom Clegg
242
When a crunch-run process ends without finalizing its container's state, the dispatcher notices this and sets state to Cancelled.
243 4 Peter Amstutz
244 5 Peter Amstutz
h3. Probes
245
246
Sometimes (on the happy path) the dispatcher knows the state of each worker, whether it's idle, and which container it's running. In general, it's necessary to probe the worker node itself.
247
248
Probe:
249
* Check whether the SSH connection is alive; reopen if needed.
250
* Run the configured "ready?" command (e.g., "grep /encrypted-tmp /etc/mtab"); if this fails, conclude the node is still booting.
251
* Run "crunch-run --list" to get a list of crunch-run supervisors (pid + container UUID)
252 6 Tom Clegg
253 5 Peter Amstutz
h3. Detecting dead/lame nodes
254 10 Tom Clegg
255 28 Tom Clegg
If a node has been up for N seconds without a successful probe, despite at least M attempts, it is shut down, even if it was running a container last time it was contacted successfully.
256
257
h1. Future plans / features
258
259
Per-instance-type VM images: It can be useful to run differently configured/tuned kernels/systems on different instance types, use different ops/monitoring systems on preemptible instances, etc. In addition to a system-wide default, each instance type could optionally specify an image.
260
261 1 Tom Clegg
Selectable VM images: When upgrading a production system, it can be useful to run a few trial containers on a new VM image before making it the default.