Skip to content

Commit

Permalink
op-guide: fix ansible machine description (#856)
Browse files Browse the repository at this point in the history
  • Loading branch information
lilin90 authored and CaitinChen committed Jan 16, 2019
1 parent 8e46895 commit 979f70b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion op-guide/ansible-deployment.md
Original file line number Diff line number Diff line change
Expand Up @@ -282,7 +282,7 @@ As the above code shows, the current mode is `powersave` in this example.

## Step 8: Mount the data disk ext4 filesystem with options on the target machines

Log in to the Control Machine using the `root` user account.
Log in to the target machines using the `root` user account.

Format your data disks to the ext4 filesystem and mount the filesystem with the `nodelalloc` and `noatime` options. It is required to mount the `nodelalloc` option, or else the Ansible deployment cannot pass the test. The `noatime` option is optional.

Expand Down

0 comments on commit 979f70b

Please sign in to comment.