Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit bc5422c

Browse files
committedJun 10, 2025·
OSDOCS-14586:Added new OSD on GCP cluster deployment troubleshooting section.
1 parent 879a4f5 commit bc5422c

File tree

3 files changed

+47
-0
lines changed

3 files changed

+47
-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: 32 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,32 @@
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+
| OCM3023
17+
| {gcp-short} instance type not found.
18+
| Verify instance type and retry cluster creation.
19+
20+
| OCM3025
21+
| {gcp-short} SSD quota limit exceeded.
22+
| Increase available persistent disk SSD quota and retry cluster creation. There must be 896 GB of SSD available.
23+
24+
| OCM3026
25+
| {gcp-short} compute quota limit exceeded.
26+
| Increase your CPU compute quota and retry cluster installation.
27+
28+
| OCM3027
29+
| {gcp-short} service account quota limit exceeded.
30+
| Ensure your quota allows for 5 additional unused service accounts. Check your current usage for quotas in your {gcp-short} account and try again.
31+
32+
|===
Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
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, or incorrectly inputted data. Learn how to resolve common {product-title} on {gcp-short} cluster installation errors in the following sections.
10+
11+
include::modules/osd-on-gcp-troubleshoot-cluster-install.adoc[leveloffset=+1]
12+
13+

0 commit comments

Comments
 (0)
Please sign in to comment.