GCP: Create Disk task fails during CVO upgrade
Applies to
- NetApp Cloud Manager
- NetApp Cloud Volumes ONTAP (CVO)
- Google Cloud Platform (GCP)
Issue
- CVO upgrade completes but there is a failed Create Disk task

- Expanding the event, the error message suggests that the 10gig boot disk could not be created because the Cloud Manager didn`t had the permissions to encrypt the disk:
{
  "name": "gcpcvo01-mediator-disk-boot",
  "image": "projects/netapp-cloudmanager/global/images/cvo-mediator-9-11-0p1",
  "sizeGb": 10,
  "labels": {
    "cloud-ontap-dm": "gcpcvo01-deployment",
    "goog-dm": "gcpcvo01-deployment",
    "working-environment-id": "vsaworkingenvironment-xyzcda"
  },
  "diskType": "pd-standard",
  "_failure": "Request is prohibited by organization's policy. vpcServiceControlsUniqueIdentifier: xxxx...",
  "encryptionKey": "projects/projectname/locations/europe-west4/keyRings/ringname/cryptoKeys/keyname-key-v1/cryptoKeyVersions/1"
}
