Skip to content

Commit 6a84aaf

Browse files
committed
fix(style): fixed wrong markdown style
1 parent 7bbc3a4 commit 6a84aaf

File tree

5 files changed

+7
-6
lines changed

5 files changed

+7
-6
lines changed

docs/FAQ/all_faq.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4265,4 +4265,4 @@ from __all_virtual_disk_stat ;`
42654265
>
42664266
> **解决方案**
42674267
>
4268-
> 执行 sh run.sh config_sys ${username} ${password} 自动配置或者 ./bin/logproxy -x ${username} 得到加密字符串后手动配置。
4268+
> 执行 `sh run.sh config_sys ${username} ${password}` 自动配置或者 `./bin/logproxy -x ${username}` 得到加密字符串后手动配置。

docs/deploy_tools/deploy_ocp.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ please open http://172.xx.xx.xx:8680
5050

5151
填写 MetaDB 集群部署的信息,包括主机(可以多台)、部署用户、路径等。等待配置检查完成。
5252

53-
<div style="color: red">注意:root@sys 密码一定要保存好,后续登陆 sys 租户需要用这个密码,并且没办法修改和找回。</div>
53+
<div style={{color: "red"}}>注意:root@sys 密码一定要保存好,后续登陆 sys 租户需要用这个密码,并且没办法修改和找回。</div>
5454

5555
![image.png](/img/deploy_tools/deploy_ocp/p3.png)
5656

@@ -97,7 +97,7 @@ please open http://172.xx.xx.xx:8680
9797

9898
访问地址为页面展示的地址。
9999

100-
<div style="color: red">管理员密码一定要记住,否则将没办法登录 OCP 平台。</div>
100+
<div style={{color: "red"}}>管理员密码一定要记住,否则将没办法登录 OCP 平台。</div>
101101

102102
![image.png](/img/deploy_tools/deploy_ocp/p10.png)
103103

docs/operation_maintenance/hand_deploy_prometheus.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,8 @@ curl -H "Content-Type: application/json" -X GET --user admin:root http://ip:80
5151
```
5252

5353
**日志**
54-
${ocp.agent.home.path}/log**/\***
54+
55+
`${ocp.agent.home.path}/log**/\***`
5556

5657
## Prometheus 安装部署
5758

docs/operation_maintenance/view_modify_parameters.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -217,7 +217,7 @@ obce-single reload
217217

218218
前面说到 OBD 在启动集群节点进程 observer 时,会在命令行下通过 -o 指定参数。对于运维来说,如果某个节点的进程 observer 因为某种原因退出,启动进程是当务之急。可能需要调整某个参数再启动一次,通过 OBD 工具会导致效率低下。所以,掌握 OceanBase 集群节点进程 observer 的启动方法是很有必要的。
219219

220-
首先进入到工作目录。必须在上一次启动 observer 进程的工作目录(假设它是正确的)下再次尝试。前面分析过,工作目录在 OBD 集群部署配置文件中指定 home_path。本教程里工作目录都默认是 /home/admin/oceanbase-ce。进程 observer 启动后会在这个目录找目录 etc,找默认的参数文件 observer.config.bin。启动后的日志会默认写到 log/{observer.log, rootservice.log, election.log}。所以,工作目录不能错,目录的权限也不能错。
220+
首先进入到工作目录。必须在上一次启动 observer 进程的工作目录(假设它是正确的)下再次尝试。前面分析过,工作目录在 OBD 集群部署配置文件中指定 home_path。本教程里工作目录都默认是 /home/admin/oceanbase-ce。进程 observer 启动后会在这个目录找目录 etc,找默认的参数文件 observer.config.bin。启动后的日志会默认写到 `log/{observer.log, rootservice.log, election.log}`。所以,工作目录不能错,目录的权限也不能错。
221221

222222
示例:不带参数启动进程 observer 。为了模拟故障,先强行杀掉进程 observer。
223223

docs/trouble_shooting/collection_stack.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ weight: 2
4040

4141
> **说明**
4242
>
43-
> - 如果没有指定 kernel.core_pattern,默认会在 OceanBase 数据库的 `home_path` 路径下生成 core.${ob_pid} 的文件。
43+
> - 如果没有指定 kernel.core_pattern,默认会在 OceanBase 数据库的 `home_path` 路径下生成 `core.${ob_pid}` 的文件。
4444
>
4545
> - 可以通过 ulimit -a 或者 ulimit -c 查看当前资源的限制,如果设置为 0 或者很小则会在发生节点 core 时无法生产 core 文件的情况。
4646

0 commit comments

Comments
 (0)