Skip to content
This repository has been archived by the owner on Jul 21, 2024. It is now read-only.

[BUG] [Gcloud] BlendNet could not create n2-highcpu-x instances #140

Closed
Raimund58 opened this issue Feb 6, 2021 · 6 comments · Fixed by #144
Closed

[BUG] [Gcloud] BlendNet could not create n2-highcpu-x instances #140

Raimund58 opened this issue Feb 6, 2021 · 6 comments · Fixed by #144
Assignees
Labels
bug Something isn't working

Comments

@Raimund58
Copy link

Issue description:

BlendNet could not create n2-highcpu-4 instances.

"The selected machine type (n2-highcpu-4) has a required CPU platform of cascadelake. The minimum CPU platform must match this, but was skylake.

Feb  6 17:37:12 blendnet-d5lfv2-manager blender[2758]: WARN: Unable to create agent blendnet-d5lfv2-agent-0004 due to error: <HttpError 400 when requesting https://compute.googleapis.com/compute/v1/projects/blendnet-303922/zones/us-central1-f/instances?alt=json returned "The selected machine type (n2-highcpu-4) has a required CPU platform of cascadelake. The minimum CPU platform must match this, but was skylake.">

Environment:

  • Application version: 2.91
  • Blender client version: 3.7
  • Blender worker version: 3.7
  • OS: Windows 10

Steps to reproduce:

Steps to reproduce the behavior:

  1. Use Gcloud
  2. choose n2-highcpu-4
  3. no worker is created

Expected behavior

A working worker

@Raimund58 Raimund58 added the bug Something isn't working label Feb 6, 2021
@rabits
Copy link
Member

rabits commented Feb 6, 2021

Could you please describe what kind of region/zone you are using (gcloud config list)?

So in case you want a speed fix - you can remove those lines in your local and try to recreate the Manager.

@Raimund58
Copy link
Author

gcloud config list:

C:\Users\Raimund Klink>gcloud config list
[accessibility]
screen_reader = False
[compute]
region = us-central1
zone = us-central1-f
[core]
account = **********@gmail.com
disable_usage_reporting = False
project = blendnet-*******

Your active configuration is: [default]

C:\Users\Raimund Klink>

@rabits
Copy link
Member

rabits commented Feb 6, 2021

Ok, looks fine - did the fix I proposed worked for you?

@Raimund58
Copy link
Author

Raimund58 commented Feb 6, 2021

You are too fast ;)
I'm still testing.

@Raimund58
Copy link
Author

Yes, after removing the code bits it works :)

@rabits
Copy link
Member

rabits commented Feb 19, 2021

Now fixed in v0.3.8

@rabits rabits closed this as completed Feb 19, 2021
@rabits rabits self-assigned this Feb 19, 2021
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants