From 08eb0ffccd4412bd259d03b69e31da7cc00b95f9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Dani=C3=ABl=20van=20Eeden?= Date: Mon, 16 Dec 2024 15:40:26 +0100 Subject: [PATCH] Apply suggestions from code review Co-authored-by: xixirangrang --- check-before-deployment.md | 3 +-- dm/quick-start-with-dm.md | 2 +- 2 files changed, 2 insertions(+), 3 deletions(-) diff --git a/check-before-deployment.md b/check-before-deployment.md index 92fa9e4f025ee..c8aab211cdd37 100644 --- a/check-before-deployment.md +++ b/check-before-deployment.md @@ -784,5 +784,4 @@ sudo yum -y install numactl ## Disable SELinux -Check with the [`getenforce(8)`](https://linux.die.net/man/8/getenforce) utility to see if SELinux is disabled or set to permissive. When SELinux is in Enforcing mode it can cause deployment failures. Refer to the documentation of your Operating System to see how to disable SELinux. - +Use the [getenforce(8)](https://linux.die.net/man/8/getenforce) utility to check if SELinux is disabled or set to permissive. SELinux in Enforcing mode can cause deployment failures. Consult your operating system's documentation for instructions on disabling SELinux. diff --git a/dm/quick-start-with-dm.md b/dm/quick-start-with-dm.md index e23923edb5143..b9df1b32dd750 100644 --- a/dm/quick-start-with-dm.md +++ b/dm/quick-start-with-dm.md @@ -10,7 +10,7 @@ This document describes how to migrate data from MySQL to TiDB using [TiDB Data > **Note:** > -> If your target machine's operating system supports SELinux, make sure that SELinux is **disabled**. +> If your target machine's operating system supports SELinux, ensure that SELinux is **disabled**. ## Step 1: Deploy a DM cluster