You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When building with packer, I sometimes get the error error different of partitions than expected 1. This would happen randomly on additional runs of the same build that was previously successful and no changes made.
This fixes issue solo-io#162 and solo-io#165. I refactored the timeout handling,
with solo-io#169 by increasing the existing timeout and removing the additional 2 sec
sleep, because the 2 sec sleep was not working in all cases.
Unfortunately, the increase alone is not sufficient, so I'm re-adding
the 2 sec sleep again.
This fixes issue #162 and #165. I refactored the timeout handling,
with #169 by increasing the existing timeout and removing the additional 2 sec
sleep, because the 2 sec sleep was not working in all cases.
Unfortunately, the increase alone is not sufficient, so I'm re-adding
the 2 sec sleep again.
Overview of the Issue
When building with
packer
, I sometimes get the errorerror different of partitions than expected 1
. This would happen randomly on additional runs of the same build that was previously successful and no changes made.Reproduction Steps
sudo packer build -parallel-builds=1 ./packer/server-agent
Packer version
1.9.4
Simplified Packer Template
build.pkr.hcl
sources.pkr.hcl
plugins.pkr.hcl
Operating system and Environment details
Host machine: Windows 11 AMD64
Host machine terminal: Mintty via Git Bash
Guest VM: via Vagrant 2.4.0, VirtualBox 7.0, Debian 12
The text was updated successfully, but these errors were encountered: