Skip to content

Commit 7f85ea5

Browse files
authored
Hotfix for table with incorrect wrapping (#6)
Follow-up PR to the merged migration PR: the new-gen rendering of the table on this page is not ideal because monospaced text excerpts won't wrap. This PR fixes that. The screenshot on this PR shows the "before" [Staging](https://preview-mongodbsarahsimpers.gatsbyjs.io/ops-manager/hotfix-34607-2/tutorial/manage-s3-blockstore-storage/#procedures) [Build](https://workerpool-boxgs.mongodbstitch.com/pages/job.html?collName=queue&jobId=65805dad7a5cb5fef542006a) <img width="788" alt="Screenshot 2023-12-17 at 1 25 26 PM" src="https://github.com/10gen/docs-ops-manager/assets/82042374/a7867576-cb0f-41a5-b241-54b11131d797">
1 parent 779bcf8 commit 7f85ea5

File tree

2 files changed

+24
-10
lines changed

2 files changed

+24
-10
lines changed

source/includes/steps-admin-add-s3-blockstore.yaml

Lines changed: 12 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -65,12 +65,18 @@ content: |
6565
- Not Checked
6666
6767
* - S3 Endpoint
68-
- ``s3.us-east-2.amazonaws.com``
69-
- ``mybucket.s3.us-east-2.amazonaws.com``
68+
- ``s3.us-east-2.``
69+
``amazonaws.com``
70+
- ``mybucket.s3.us-``
71+
``east-2.amazonaws.com``
7072
7173
* - Requests to Bucket
72-
- ``https://s3.us-east-2.amazonaws.com/mybucket``
73-
- ``https://mybucket.s3.us-east-2.amazonaws.com``
74+
- ``https://s3.us``
75+
``-east-2.amazonaws``
76+
``.com/mybucket``
77+
- ``https://mybucket.``
78+
``s3.us-east-2.``
79+
``amazonaws.com``
7480
7581
* - S3 Max Connections
7682
- Required
@@ -151,7 +157,8 @@ content: |
151157
152158
.. example::
153159
154-
``host1.example.com:27017,host2.example.com:27017,host2.example.com:27018``
160+
``host1.example.com:27017,host2.example.com:``
161+
``27017,host2.example.com:27018``
155162
156163
|mms| displays this field when you set
157164
:guilabel:`Datastore Type` to :guilabel:`Replica Set` or

source/includes/steps-admin-edit-s3-blockstore.yaml

Lines changed: 12 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -64,12 +64,18 @@ content: |
6464
- Not Checked
6565
6666
* - S3 Endpoint
67-
- ``s3.us-east-2.amazonaws.com``
68-
- ``mybucket.s3.us-east-2.amazonaws.com``
67+
- ``s3.us-east-2.``
68+
``amazonaws.com``
69+
- ``mybucket.s3.us-``
70+
``east-2.amazonaws.com``
6971
7072
* - Requests to Bucket
71-
- ``https://s3.us-east-2.amazonaws.com/mybucket``
72-
- ``https://mybucket.s3.us-east-2.amazonaws.com``
73+
- ``https://s3.us``
74+
``-east-2.amazonaws``
75+
``.com/mybucket``
76+
- ``https://mybucket.``
77+
``s3.us-east-2.``
78+
``amazonaws.com``
7379
7480
* - S3 Max Connections
7581
- Required
@@ -157,7 +163,8 @@ content: |
157163
158164
.. example::
159165
160-
``host1.example.com:27017,host2.example.com:27017,host2.example.com:27018``
166+
``host1.example.com:27017,host2.example.com:``
167+
``27017,host2.example.com:27018``
161168
162169
- If the |s3ss| metadata database is a
163170
standalone MongoDB instance, type the ``hostname:port`` of

0 commit comments

Comments
 (0)