From 106a21fb6c7fe97246abfc9d09edbcc459669e2e Mon Sep 17 00:00:00 2001 From: Bartosz Bezak Date: Tue, 29 Aug 2023 11:27:10 +0200 Subject: [PATCH] Fix D001 Line too long in mariadb-guide Change-Id: I0aff87f0392b43671c6e9fc3fae3cdb0f7ce118a --- doc/source/reference/databases/mariadb-guide.rst | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/doc/source/reference/databases/mariadb-guide.rst b/doc/source/reference/databases/mariadb-guide.rst index 305bc67123..71b51f77c4 100644 --- a/doc/source/reference/databases/mariadb-guide.rst +++ b/doc/source/reference/databases/mariadb-guide.rst @@ -29,8 +29,9 @@ Deployment ---------- Each shard is identified by an integer ID, defined by ``mariadb_shard_id``. -The default shard, defined by ``mariadb_default_database_shard_id`` (default 0), -identifies the shard that will be accessible via HAProxy and available for backing up. +The default shard, defined by ``mariadb_default_database_shard_id`` +(default 0), identifies the shard that will be accessible via HAProxy and +available for backing up. In order to deploy several MariaDB cluster, you will need to edit inventory file in the way described below: