bdutil
bdutil copied to clipboard
unable to deploy ambari using bdutil
everytime i use "./bdutil -e ambari deploy" command, i get below errors
******************* gcloud compute stdout ******************* ******************* gcloud compute stderr ******************* WARNING: You have selected a disk size of under [200GB]. This may result in poor I/O performance. For more infor mation, see: https://developers.google.com/compute/docs/disks#pdperformance. WARNING: You have selected a disk size of under [200GB]. This may result in poor I/O performance. For more infor mation, see: https://developers.google.com/compute/docs/disks#pdperformance. WARNING: You have selected a disk size of under [200GB]. This may result in poor I/O performance. For more infor mation, see: https://developers.google.com/compute/docs/disks#pdperformance. WARNING: You have selected a disk size of under [200GB]. This may result in poor I/O performance. For more infor mation, see: https://developers.google.com/compute/docs/disks#pdperformance. ERROR: (gcloud.compute.disks.create) Could not fetch resource:
- Insufficient Permission ERROR: (gcloud.compute.disks.create) Could not fetch resource:
- Insufficient Permission ERROR: (gcloud.compute.disks.create) Could not fetch resource:
- Insufficient Permission ERROR: (gcloud.compute.disks.create) Could not fetch resource:
- Insufficient Permission ERROR: (gcloud.compute.disks.create) Could not fetch resource:
- Insufficient Permission ************ ERROR logs from gcloud compute stderr ************ ERROR: (gcloud.compute.disks.create) Could not fetch resource: ERROR: (gcloud.compute.disks.create) Could not fetch resource: ERROR: (gcloud.compute.disks.create) Could not fetch resource: ERROR: (gcloud.compute.disks.create) Could not fetch resource: ERROR: (gcloud.compute.disks.create) Could not fetch resource: ******************* Exit codes and VM logs ******************* Mon May 8 22:33:26 UTC 2017: Exited 1 : gcloud --project=vijay-167021 --quiet --verbosity=info compute disks cr eate --size=100 --type=pd-standard hadoop-w-0-pd --zone=zone(unset) Mon May 8 22:33:26 UTC 2017: Exited 1 : gcloud --project=vijay-167021 --quiet --verbosity=info compute disks cr eate --size=100 --type=pd-standard hadoop-w-1-pd --zone=zone(unset) "debuginfo.txt" 37L, 2679C
Please assist to resolve this problem.
i got the same issue, anyone can help us for this point? i thought this about access permission for compute.disks.create
bdutil simply shells out to basic gcloud commands; in this case it appears to be trying to parse "(unset)" as your zone. Try ./bdutil -z us-central1-b -e ambari deploy.