Skip to content

Commit

Permalink
Apply suggestions from code review
Browse files Browse the repository at this point in the history
Co-authored-by: xixirangrang <[email protected]>
  • Loading branch information
dveeden and hfxsd authored Dec 16, 2024
1 parent fd00e8f commit 08eb0ff
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
3 changes: 1 addition & 2 deletions check-before-deployment.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
2 changes: 1 addition & 1 deletion dm/quick-start-with-dm.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit 08eb0ff

Please sign in to comment.