ERROR: (gcloud.compute.disks.create) Could not fetch resource:

3,106 views
Skip to first unread message

sanjay naikwadi

unread,
Mar 20, 2017, 6:50:23 AM3/20/17
to gce-discussion
Hi,

Has anyone seen this type of error :

gcloud compute disks create windows-server-2016-disk --size 200 --zone us-central1-f --type pd-ssd --image /windows-cloud/windows-server-2016-dc-v20170227

ERROR: (gcloud.compute.disks.create) Could not fetch resource:


Trying to setup setup the MSSQL Always on and using the above command to create a disk and then launch the image, but its failing.

Any help would be appreciated.

Regards
Sanjay Naikwadi


Paul Nash

unread,
Mar 20, 2017, 6:55:45 AM3/20/17
to sanjay naikwadi, gce-discussion
Hi, sorry, not sure why this isn't working, but try this instead:

gcloud compute disks create windows-server-2016-disk --size 200 --zone us-central1-f --type pd-ssd --image windows-server-2016-dc-v20170227 --image-project windows-cloud

...and similar in the next line.


--
© 2017 Google Inc. 1600 Amphitheatre Parkway, Mountain View, CA 94043
 
Email preferences: You received this email because you signed up for the Google Compute Engine Discussion Google Group (gce-discussion@googlegroups.com) to participate in discussions with other members of the Google Compute Engine community and the Google Compute Engine Team.
---
You received this message because you are subscribed to the Google Groups "gce-discussion" group.
To unsubscribe from this group and stop receiving emails from it, send an email to gce-discussion+unsubscribe@googlegroups.com.
To post to this group, send email to gce-discussion@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/gce-discussion/8e5cbca6-3794-4f87-8369-3025b9d38a14%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.



--

Paul R. Nash | Product Manager, Compute Engine | paul...@google.com | 206-876-1620

sanjay naikwadi

unread,
Mar 20, 2017, 9:41:15 AM3/20/17
to Paul Nash, gce-discussion
Thanks Paul for the reply, I used the below command and it worked perfect.

gcloud compute disks create windows-server-2016-disk --size 200 \
--zone us-central1-f --type pd-ssd  --image-family windows-2016 \
--image-project windows-cloud

AFter creating the image I was not able to use the alpha so I used the beta and I was able to proceed further (In case if anyone runs into problem)

gcloud beta compute images create windows-server-2016 \
--source-disk windows-server-2016-disk --source-disk-zone us-central1-f \
--guest-os-features MULTI_IP_SUBNET

Regards
Sanjay Naikwadi


On Mon, Mar 20, 2017 at 4:25 PM, Paul Nash <paul...@google.com> wrote:
Hi, sorry, not sure why this isn't working, but try this instead:

gcloud compute disks create windows-server-2016-disk --size 200 --zone us-central1-f --type pd-ssd --image windows-server-2016-dc-v20170227 --image-project windows-cloud

...and similar in the next line.

On Mon, Mar 20, 2017 at 2:09 AM, sanjay naikwadi <sanjay....@gmail.com> wrote:
Hi,

Has anyone seen this type of error :

gcloud compute disks create windows-server-2016-disk --size 200 --zone us-central1-f --type pd-ssd --image /windows-cloud/windows-server-2016-dc-v20170227

ERROR: (gcloud.compute.disks.create) Could not fetch resource:


Trying to setup setup the MSSQL Always on and using the above command to create a disk and then launch the image, but its failing.

Any help would be appreciated.

Regards
Sanjay Naikwadi


--
© 2017 Google Inc. 1600 Amphitheatre Parkway, Mountain View, CA 94043
 
Email preferences: You received this email because you signed up for the Google Compute Engine Discussion Google Group (gce-discussion@googlegroups.com) to participate in discussions with other members of the Google Compute Engine community and the Google Compute Engine Team.
---
You received this message because you are subscribed to the Google Groups "gce-discussion" group.
To unsubscribe from this group and stop receiving emails from it, send an email to gce-discussion+unsubscribe@googlegroups.com.
To post to this group, send email to gce-dis...@googlegroups.com.

Paul Nash

unread,
Mar 20, 2017, 12:27:20 PM3/20/17
to sanjay naikwadi, gce-discussion
Thanks, Sanjay. Our team is correcting the doc to fix the initial error and to reflect a few recent changes (alpha features moving to beta for example). Sorry for the confusion.

Reply all
Reply to author
Forward
0 new messages