|
| 1 | +// Module included in the following assemblies: |
| 2 | +// |
| 3 | +// * support/troubleshooting/troubleshooting-osd-gcp-cluster-deployment.adoc |
| 4 | + |
| 5 | +:_mod-docs-content-type: CONCEPT |
| 6 | +[id="osd-on-gcp-troubleshoot-cluster-install_{context}"] |
| 7 | += Troubleshooting {product-title} on {gcp-short} installation error codes |
| 8 | + |
| 9 | +The following table lists {product-title} on {gcp-first} installation error codes and what you can do to resolve these errors. |
| 10 | + |
| 11 | +.{product-title} on {gcp-short} installation error codes |
| 12 | +[options="header",cols="3"] |
| 13 | +|=== |
| 14 | +| Error code | Description | Resolution |
| 15 | + |
| 16 | +| OCM3022 |
| 17 | +| Invalid {gcp-short} project ID. |
| 18 | +| Verify the project ID in the Google cloud console and retry cluster creation. |
| 19 | + |
| 20 | +| OCM3023 |
| 21 | +| {gcp-short} instance type not found. |
| 22 | +| Verify the instance type and retry cluster creation. |
| 23 | + |
| 24 | +For more information about {product-title} on {gcp-short} instance types, see _Google Cloud instance types_ in the _Additional resources_ section. |
| 25 | + |
| 26 | +| OCM3024 |
| 27 | +| {gcp-short} precondition failed. |
| 28 | +| Verify the organization policy constraints and retry cluster creation. |
| 29 | + |
| 30 | +For more information about organization policy constraints, see link:https://cloud.google.com/resource-manager/docs/organization-policy/org-policy-constraints[Organization policy constraints]. |
| 31 | + |
| 32 | +| OCM3025 |
| 33 | +| {gcp-short} SSD quota limit exceeded. |
| 34 | +| Check your available persistent disk SSD quota either in the Google Cloud console or in the `gcloud` CLI. There must be at least 896 GB of SSD available. Increase the SSD quota limit and retry cluster creation. |
| 35 | + |
| 36 | +For more information about managing persistent disk SSD quota, see link:https://cloud.google.com/compute/resource-usage[Allocation quotas]. |
| 37 | + |
| 38 | +| OCM3026 |
| 39 | +| {gcp-short} compute quota limit exceeded. |
| 40 | +| Increase your CPU compute quota and retry cluster installation. |
| 41 | + |
| 42 | +For more information about the CPU compute quota, see link:https://cloud.google.com/compute/quotas-limits[Compute Engine quota and limits overview]. |
| 43 | + |
| 44 | +| OCM3027 |
| 45 | +| {gcp-short} service account quota limit exceeded. |
| 46 | +| Ensure your quota allows for additional unused service accounts. Check your current usage for quotas in your {gcp-short} account and try again. |
| 47 | + |
| 48 | +For more information about managing your quotas, see link:https://cloud.google.com/docs/quotas/view-manage#managing_your_quota_console[Manage your quotas using the console]. |
| 49 | + |
| 50 | +|=== |
0 commit comments