From 295c05f4143ccf7907ca3f11690ca2b86dbb2a5f Mon Sep 17 00:00:00 2001 From: rrohanarora Date: Mon, 24 Jun 2024 12:00:27 +0530 Subject: [PATCH] Update args_parser.py Default size of 20GB is less as below are standard size of various versions of Dataproc image: ['1.5']='20GB' ['2.0']='30GB' ['2.1']='30GB' ['2.2']='30GB') --- custom_image_utils/args_parser.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/custom_image_utils/args_parser.py b/custom_image_utils/args_parser.py index 05408e4..993c4b2 100644 --- a/custom_image_utils/args_parser.py +++ b/custom_image_utils/args_parser.py @@ -186,7 +186,7 @@ def parse_args(args): "--disk-size", type=int, required=False, - default=20, + default=40, help= """(Optional) The size in GB of the disk attached to the VM instance that builds the custom image. If not specified, the default value of