Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

GPU updater fails to work on GCP instances #11

Open
m-strzelczyk opened this issue Apr 14, 2022 · 4 comments · May be fixed by #15
Open

GPU updater fails to work on GCP instances #11

m-strzelczyk opened this issue Apr 14, 2022 · 4 comments · May be fixed by #15

Comments

@m-strzelczyk
Copy link

As described in parsec-cloud/Parsec-Cloud-Preparation-Tool#89 - the script fails when run on GCP instances.

My guess is that it's caused by the Google Cloud Storage bucket no longer allowing to list its contents.

@renanbueno
Copy link

Same problem.

@sergiopadure
Copy link

This is the error:

AccessDenied
Access denied.

Anonymous caller does not have storage.objects.list access to the Google Cloud Storage bucket.

@maxpain
Copy link

maxpain commented Dec 8, 2022

Same problem

@imrehg
Copy link

imrehg commented Dec 10, 2022

I think it needs a slight update, as it's trying to load old server drivers:

$googlestoragedriver =([xml](invoke-webrequest -uri https://storage.googleapis.com/nvidia-drivers-us-public).content).listbucketresult.contents.key -like "*GRID1*server2016*.exe" | select -last 1

The current ones (link) are applicable for server2019 / server2022, etc...

@imrehg imrehg linked a pull request Dec 10, 2022 that will close this issue
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

5 participants