Skip to content

Instantly share code, notes, and snippets.

@bhcleek
Created September 9, 2016 09:32
Show Gist options
  • Save bhcleek/5722747b5147f654afccbaff7c92c6be to your computer and use it in GitHub Desktop.
Save bhcleek/5722747b5147f654afccbaff7c92c6be to your computer and use it in GitHub Desktop.
packer upload fast path bug
2016/09/09 02:28:36 packer: 2016/09/09 02:28:36 Running the provision hook
2016/09/09 02:28:36 ui: ==> googlecompute: Uploading minimal.json => /tmp/minimal.json
==> googlecompute: Uploading minimal.json => /tmp/minimal.json
2016/09/09 02:28:36 packer: 2016/09/09 02:28:36 opening new ssh session
2016/09/09 02:28:36 [INFO] 454 bytes written for 'uploadData'
2016/09/09 02:28:36 packer: 2016/09/09 02:28:36 [INFO] 454 bytes written for 'uploadData'
2016/09/09 02:28:36 packer: 2016/09/09 02:28:36 Starting remote scp process: scp -vt /tmp
2016/09/09 02:28:36 packer: 2016/09/09 02:28:36 Started SCP session, beginning transfers...
2016/09/09 02:28:36 packer: 2016/09/09 02:28:36 Copying input data into temporary file so we can read the length
2016/09/09 02:28:36 packer: 2016/09/09 02:28:36 [DEBUG] scp: Uploading minimal.json: perms=C0644 size=454
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment