Parcourir la source

update README.md

reghao il y a 1 an
Parent
commit
32b522f8ad
1 fichiers modifiés avec 1 ajouts et 1 suppressions
  1. 1 1
      README.md

+ 1 - 1
README.md

@@ -27,7 +27,7 @@ devops-mgr 和 devops-agent 之间的关系如下图所示:
 > 每台被管理的机器上都需要且只能一个部署 agent 实例
 > > 在 agent 的配置文件中指定 mgr 的地址
 >
-> > agent 使用 Linux /etc/machine-id 文件中字符串作为 machineId 在 mgr 中唯一地标识一台机器
+> > agent 使用 Linux /etc/machine-id 文件中字符串作为 machineId 在 mgr 中唯一地标识一台机器
 > > > 如果 VirtualBox 中使用的 vdisk 是通过 clonehd 得到, 那么多台 VM 中 /etc/machine-id 文件的内容是相同的, 此时需要在 VM 中执行 devops/zzz/reset_machine_id.sh 脚本来重置 machine-id
 > 
 > 只能部署一个 mgr 实例