Skip to content

Commit 27fc975

Browse files
Merge pull request #7 from bai-charisu/patch-1
modify deploy.md
2 parents 9c110e7 + 94ace07 commit 27fc975

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

docs/cn/deploy.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,7 @@ ansible是一款自动化运维工具,curve-ansible 是基于 ansible playbook
3131
- 目前仅支持在 x86_64 (AMD64) 架构上部署 CURVE 集群
3232
- 安装 ansible 2.5.9,用于部署集群
3333
- 安装 docker 18.09 及以上, 用于部署快照克隆服务器
34+
- 安装daemon程序,用于开启mds,etcd,snapshotclone的守护进程
3435

3536
#### 实施部署
3637

@@ -252,8 +253,8 @@ ansible是一款自动化运维工具,curve-ansible 是基于 ansible playbook
252253
s3_ak=""
253254
s3_sk=""
254255
ansible_ssh_port=22
255-
curve_root_username=xxx // 改动,修改成自己需要的username
256-
curve_root_password=xxx // 改动,修改成自己需要的密码
256+
curve_root_username=root // 改动,修改成自己需要的username,因为目前的一个bug,用到快照克隆的话用户名必须为root
257+
curve_root_password=root_password // 改动,修改成自己需要的密码
257258
258259
```
259260

0 commit comments

Comments
 (0)