Skip to content

Commit e0f9402

Browse files
Merge pull request #1313 from ciecierski/ipv6-copy-db
mariadb-client possible command failure note for ipv6
2 parents f8a10f2 + f83858e commit e0f9402

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

docs_user/modules/proc_retrieving-topology-specific-service-configuration.adoc

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -189,7 +189,9 @@ $ oc rsh mariadb-client mysql -rsh "${SOURCE_MARIADB_IP[default]}" -uroot -p"${S
189189
====
190190
For BGP-enabled environments, this command might take a few moments to succeed while BGP routes are advertised and propagated through the network. The `mariadb-client` pod needs to receive the route to the source MariaDB IP address through BGP before it can establish a connection. If the command fails, wait a few seconds and retry. The connection should succeed once the BGP route advertisement is complete.
191191
192-
For standard (non-BGP) deployments, this command should succeed immediately.
192+
For IPv6 environments, this command might take a few moments to succeed while the network IPv6 stack completes its setup. If the command fails, wait a few seconds and retry.
193+
194+
For standard deployments, such as non-BGP deployments or IPv4 deployments, this command should succeed immediately.
193195
====
194196

195197
. Export the shell variables for the following outputs and test the connection to the {OpenStackShort} database:

0 commit comments

Comments
 (0)