Skip to content

Commit c29b1a8

Browse files
author
Dave Cuthbert
authored
DOCS-15980 ubuntu compatibility (#84)
* DOCS-15980 ubuntu compatibility * Fix build errors * DOCS-15980 ubuntu compatibility * Copyable * Review feedback * Subst * Clean up
1 parent 08bbaca commit c29b1a8

File tree

5 files changed

+27
-4
lines changed

5 files changed

+27
-4
lines changed

source/includes/changelogs/releases/100.5.2.rst

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,9 @@
66
*Released 2022-02-03*
77

88
This release fixes an issue where inserting large documents with
9-
:ref:`mongorestore` or :ref:`mongoimport` could cause extremely high
10-
memory usage (:issue:`TOOLS-2875`). It also fixes a few minor bugs.
9+
:ref:`mongorestore <mongorestore>` or :ref:`mongoimport <mongoimport>`
10+
could cause extremely high memory usage (:issue:`TOOLS-2875`). It also
11+
fixes a few minor bugs.
1112

1213
Bug
1314
~~~

source/includes/changelogs/releases/100.7.0.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -51,6 +51,6 @@ Task
5151
- :issue:`TOOLS-3256` Make the push tasks only run on git tags
5252
- :issue:`TOOLS-3257` Override deprecated mongo shell functions to fix
5353
qa-tests-latest
54-
- :issue:`TOOLS-3259` Remove 6.3 tests on `ZAP s390x RHEL 7.2` and `ZAP
55-
PPC64LE RHEL 8.1`
54+
- :issue:`TOOLS-3259` Remove 6.3 tests on ``ZAP s390x RHEL 7.2`` and
55+
``ZAP PPC64LE RHEL 8.1``
5656
- :issue:`TOOLS-3260` Fix qa-tests on Debian 11

source/includes/ubuntu-connection.rst

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
Ubuntu 18.04 may use a non-standard DNS resolver. When you use a
2+
non-standard DNS resolver, |app-name| returns an error message like:
3+
4+
.. code-block:: shell
5+
:copyable: false
6+
7+
error parsing uri: lookup <HOSTNAME> on 127.0.0.53:53: cannot unmarshal DNS message
8+
9+
To resolve the problem, edit ``/etc/resolv.conf`` to point to a
10+
different DNS resolver.

source/mongodump.txt

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -75,6 +75,12 @@ Platform Support
7575

7676
.. include:: /includes/fact-platform-support.rst
7777

78+
Additional Considerations for Ubuntu 18.04
79+
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
80+
81+
.. |app-name| replace:: ``mongodump``
82+
.. include:: /includes/ubuntu-connection.rst
83+
7884
Installation
7985
------------
8086

source/mongorestore.txt

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -62,6 +62,12 @@ platforms:
6262

6363
.. include:: /includes/fact-platform-support.rst
6464

65+
Additional Considerations for Ubuntu 18.04
66+
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
67+
68+
.. |app-name| replace:: ``mongorestore``
69+
.. include:: /includes/ubuntu-connection.rst
70+
6571
Installation
6672
------------
6773

0 commit comments

Comments
 (0)