Skip to content

Commit f310ac2

Browse files
committed
OSDOCS-14586:Added new OSD on GCP cluster deployment troubleshooting section.
1 parent 1e722de commit f310ac2

File tree

3 files changed

+72
-0
lines changed

3 files changed

+72
-0
lines changed

_topic_maps/_topic_map_osd.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -197,6 +197,8 @@ Topics:
197197
Topics:
198198
# - Name: Troubleshooting installations
199199
# File: troubleshooting-installations
200+
- Name: Troubleshooting an OSD cluster on GCP deployment
201+
File: troubleshooting-osd-gcp-cluster-deployment
200202
- Name: Verifying node health
201203
File: verifying-node-health
202204
# cannot create resource "namespaces", cannot patch resource "nodes"
Lines changed: 50 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,50 @@
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+
|===
Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,20 @@
1+
:_mod-docs-content-type: ASSEMBLY
2+
[id="troubleshooting-osd-gcp-cluster-deployment"]
3+
= Troubleshooting an {product-title} on GCP cluster deployment
4+
include::_attributes/common-attributes.adoc[]
5+
:context: troubleshooting-osd-gcp-cluster-deployment
6+
7+
toc::[]
8+
9+
{product-title} on {gcp-first} cluster deployment errors can occur for several reasons, including insufficient quota limits and settings, incorrectly inputted data, incompatible configurations, and so on.
10+
11+
Learn how to resolve common {product-title} on {gcp-short} cluster installation errors in the following sections.
12+
13+
include::modules/osd-on-gcp-troubleshoot-cluster-install.adoc[leveloffset=+1]
14+
15+
[role="_additional-resources"]
16+
.Additional resources
17+
18+
* For more information about {product-title} on {gcp-short} instance types, see xref:../../osd_architecture/osd_policy/osd-service-definition.adoc#gcp-compute-types_osd-service-definition[Google Cloud instance types].
19+
20+

0 commit comments

Comments
 (0)