Describe the bug
As part of POS, for make image, the create_disk_data_tarballs step throws an error which breaks the image creation step.
The code is as follows:
Note that removing the z flag from tar makes this work without error.
Observed behaviour
Error is as follows:
google_metadata_script_runner[1831]: error while communicating with "startup-script" script: bufio.Scanner: token too long
google_metadata_script_runner[1831]: Script "startup-script" failed with error: signal: broken pipe
Expected behaviour
When we run make image it completes without errors
Describe the bug As part of POS, for
make image
, thecreate_disk_data_tarballs
step throws an error which breaks the image creation step. The code is as follows:Note that removing the
z
flag fromtar
makes this work without error.Observed behaviour Error is as follows:
Expected behaviour When we run
make image
it completes without errorsTo Reproduce Steps to reproduce the behaviour:
make image