Skip to content

Commit 11199ec

Browse files
authored
fixes for translation continuation lists (#4458)
1 parent 14e804e commit 11199ec

File tree

4 files changed

+11
-25
lines changed

4 files changed

+11
-25
lines changed

modules/installation-and-upgrade/pages/container-deployment/mlm/server-deployment-mlm.adoc

Lines changed: 4 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -140,32 +140,22 @@ To continue with deployment, see xref:installation-and-upgrade:container-deploym
140140
Configuring persistent storage is optional, but it is the only way to avoid serious trouble with container full disk conditions.
141141
It is highly recommended to configure custom persistent storage with the [command]``mgr-storage-server`` tool.
142142

143-
* For more information, see [command]``mgr-storage-server --help``.
143+
For more information, see [command]``mgr-storage-server --help``.
144144
This tool simplifies creating the container storage and database volumes.
145145

146-
+
147-
148146
Use the command in the following manner:
149147

150-
+
151-
148+
[source, shell]
152149
----
153150
mgr-storage-server <storage-disk-device> [<database-disk-device>]
154151
----
155152

156-
+
157-
158153
For example:
159154

160-
+
161-
162155
----
163156
mgr-storage-server /dev/nvme1n1 /dev/nvme2n1
164-
165157
----
166158

167-
+
168-
169159
[NOTE]
170160
====
171161
This command will create the persistent storage volumes at [path]``/var/lib/containers/storage/volumes``.
@@ -198,6 +188,8 @@ endif::[]
198188
.Procedure: Deploying {productname} {productnumber} Using [literal]``mgradm``
199189
. Log in as root.
200190

191+
+
192+
201193
ifndef::backend-pdf[]
202194
include::installation-and-upgrade:partial$snippet-step-deploy-podman-certs.adoc[]
203195
endif::[]

modules/installation-and-upgrade/pages/container-deployment/mlm/server-deployment-vmdk-mlm.adoc

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -75,8 +75,6 @@ This sections describes VMware configurations, focusing on the creation of an ex
7575

7676
. Create and name a new virtual machine based on the Guest OS Family [systemitem]``Linux`` and Guest OS Version {sle} 15 (64-bit).
7777

78-
// FIXME: do we want to keep this size here? \/
79-
8078
+
8179

8280
. Add an additional [systemitem]``Hard Disk 2`` of 500 GB (or more).

modules/installation-and-upgrade/partials/snippet-generate_proxy_config.adoc

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -36,8 +36,7 @@ _____
3636
3737
. In the [guimenu]``Proxy SSH port`` field type SSH port on which SSH service is listening on {productname} Proxy. Recommended is to keep default 8022.
3838
39-
. In the [guimenu]``Max Squid cache size [MB]`` field type maximal allowed size for Squid cache.
40-
Recommended is to use at most 80% of available storage for the containers.
39+
. In the [guimenu]``Max Squid cache size [MB]`` field type maximal allowed size for Squid cache. Recommended is to use at most 80% of available storage for the containers.
4140
4241
+
4342
@@ -47,6 +46,8 @@ _____
4746
This will need to be adjusted for your environment.
4847
====
4948
49+
+
50+
5051
. In the [guimenu]``SSL certificate`` selection list choose if new server certificate should be generated for {productname} Proxy or an existing one should be used.
5152
You can consider generated certificates as {productname} builtin (self signed) certificates.
5253

modules/installation-and-upgrade/partials/snippet-prepare-sles-host.adoc

Lines changed: 4 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -18,9 +18,9 @@ ____
1818
1919
. Start the installation of {sles} {bci-mlm}.
2020
21-
.. On the [literal]``Language, keyboard and product selection`` select the product to install.
21+
.. On the [literal]``Language, keyboard and product selection`` select the product to install.
2222
23-
.. On the [literal]``License agreement`` read the agreement and check [guimenu]``I Agree to the License Terms``.
23+
.. On the [literal]``License agreement`` read the agreement and check [guimenu]``I Agree to the License Terms``.
2424
2525
. Select the registration method. For this example, we will register the server with SUSE Customer Center.
2626
@@ -98,13 +98,10 @@ ____
9898
SUSEConnect --list-extensions
9999
----
100100
101-
. From the list of available extensions, select the one you wish to install:
102-
103101
+
104102
105-
--
106-
107-
* If installing the Server, use your {productname} Server Extension {productnumber} x86_64 registration code.
103+
. From the list of available extensions, select the one you wish to install.
104+
If installing the Server, use your {productname} Server Extension {productnumber} x86_64 registration code.
108105
For example for {sle} 15 SP7, use the following commands:
109106
110107
+
@@ -124,8 +121,6 @@ SUSEConnect -p Multi-Linux-Manager-Server-SLE/5.1/x86_64 -r <regcode>
124121
SUSEConnect -p Multi-Linux-Manager-Proxy-SLE/5.1/x86_64 -r <regcode>
125122
----
126123
127-
--
128-
129124
____
130125

131126

0 commit comments

Comments
 (0)