Skip to content

Commit b8995fb

Browse files
committed
fix typo
1 parent 4e9c181 commit b8995fb

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

docs/operation-guide.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ Sakura-DBCを起動するには以下のようにコマンドを入力します
6161
Tasks: 9 (limit: 24876)
6262
Memory: 5.5M
6363
CGroup: /system.slice/db-controller.service
64-
└─1391344 /root/distributed-mariadb-controller/bin/db-controller --log-level info --db-repilica-password-filepath /root/.db-replica-password
64+
└─1391344 /root/distributed-mariadb-controller/bin/db-controller --log-level info --db-replica-password-filepath /root/.db-replica-password
6565
<snip>
6666
```
6767

@@ -75,7 +75,7 @@ Sakura-DBCを停止するには以下のようにコマンドを入力します
7575
● sakura-controller.service - Database Controller
7676
Loaded: loaded (/etc/systemd/system/db-controller.service; enabled; vendor preset: disabled)
7777
Active: inactive (dead) since Thu 2023-07-13 16:55:35 JST; 7s ago
78-
Process: 694 ExecStart=/root/distributed-mariadb-controller/bin/db-controller --log-level info --db-repilica-password-filepath /root/.db-replica-password (code=exited, status=0/SUCCESS)
78+
Process: 694 ExecStart=/root/distributed-mariadb-controller/bin/db-controller --log-level info --db-replica-password-filepath /root/.db-replica-password (code=exited, status=0/SUCCESS)
7979
Main PID: 694 (code=exited, status=0/SUCCESS)
8080
<snip>
8181
```

docs/quick-start-guide.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -257,7 +257,7 @@ Sakura-DBCは、以下のコンポーネントを利用します。
257257
258258
[Service]
259259
Type=simple
260-
ExecStart=/root/distributed-mariadb-controller/bin/db-controller --log-level info --db-repilica-password-filepath /root/.db-replica-password --db-replica-source-port 13306 --bgp-local-asn XXXX --bgp-peer1-addr xx.xx.xx.xx --bgp-peer1-asn XXXX --bgp-peer2-addr xx.xx.xx.xx --bgp-peer2-asn XXXX 【アンカーともう一台のDBサーバのIPアドレスとAS番号を記入】
260+
ExecStart=/root/distributed-mariadb-controller/bin/db-controller --log-level info --db-replica-password-filepath /root/.db-replica-password --db-replica-source-port 13306 --bgp-local-asn XXXX --bgp-peer1-addr xx.xx.xx.xx --bgp-peer1-asn XXXX --bgp-peer2-addr xx.xx.xx.xx --bgp-peer2-asn XXXX 【アンカーともう一台のDBサーバのIPアドレスとAS番号を記入】
261261
WorkingDirectory = /root/distributed-mariadb-controller
262262
263263
[Install]

0 commit comments

Comments
 (0)