From 6eaf8f4559aeb62c49348a8b99d202343f128a35 Mon Sep 17 00:00:00 2001 From: Matthew Hooker Date: Fri, 10 Feb 2017 12:11:08 -0800 Subject: [PATCH] tighten up docs --- .../source/docs/builders/googlecompute.html.md | 15 ++++++++------- 1 file changed, 8 insertions(+), 7 deletions(-) diff --git a/website/source/docs/builders/googlecompute.html.md b/website/source/docs/builders/googlecompute.html.md index 571fe1b6c..97dac1a70 100644 --- a/website/source/docs/builders/googlecompute.html.md +++ b/website/source/docs/builders/googlecompute.html.md @@ -178,13 +178,14 @@ builder. `use_internal_ip` must be true if this property is true. - `preemptible` (boolean) - If true, launch a preembtible instance. -- 'on_host_maintenance' (string) - Sets Host Maintenance Option - valid strings "MIGRATE" and "TERMINATE" please see - [GCE Instance Scheduling Options](https://cloud.google.com/compute/docs/instances/setting-instance-scheduling-options) - Not all machine_type in google support MIGRATE (machines with gpu) - also preemptiblity will impact available options - - preemptible == true , defaults to TERMINATE - - preemptible == false , defaults to MIGRATE + +- `on_host_maintenance` (string) - Sets Host Maintenance Option. Valid + choices are `MIGRATE` and `TERMINATE`. Please see [GCE Instance Scheduling + Options](https://cloud.google.com/compute/docs/instances/setting-instance-scheduling-options), + as not all machine_types support `MIGRATE` (i.e. machines with GPUs). The + default value depends on preemtability. + - when preemptible == true, defaults to `TERMINATE` + - when preemptible == false, defaults to `MIGRATE` - `region` (string) - The region in which to launch the instance. Defaults to to the region hosting the specified `zone`.