Closed brendene closed 4 months ago
Observed the same issue. Several other commands are also made extremely slow, or slow to start, due to this issue. Seems to impact anything that looks up passwd (user) entries.
I submitted this issue here as well: https://issuetracker.google.com/issues/340606657
Thanks for the report. This fix will be included in the next release.
Thank you! I see a source release was made. What is the cadence of updating the apt repo that drives updated binaries being available on the actual VMs?
We don't have a set cadence for releases, but I will be starting the release process on Monday the 1st and it will take 3 weeks for the package to fully roll out to the public. You can expect it to be available everywhere in the compute engine apt repo by the 19th.
Thank you for the fix, I can confirm that on the projects/debian-cloud/global/images/debian-12-bookworm-v20240815
image the issue has been resolved.
Hello,
It looks like after this patch: https://github.com/GoogleCloudPlatform/guest-oslogin/pull/117/commits/ef11bfefc0d55e4528a40ac83b5da0923b5b3d55
The bash autocompletion on certain strings waits for the full 3 second timeout. This is on a a stock gcp vm running the latest debian image.
It looks like the underlying http request to the metadata server is:
Should retry logic be disabled on these types of errors in addition to 404?