We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0686b99 commit 042586fCopy full SHA for 042586f
README.md
@@ -10,9 +10,9 @@ MySQL Orchestrator has a robust
10
11
This humble library provides the following:
12
13
- * A base Orchestrator class
+ * A base ```Orchestrator``` class
14
* ```orchestrator-run.py```: Wraps the base class for calling from CLI
15
- * ```auto-master-writer```: Detects a healthy cluster with a master that has
+ * ```auto-master-writer.py```: Detects a healthy cluster with a master that has
16
```read_only = true```, and sets ```read_only = false``` (this allows
17
configuring all cluster nodes to start in read-only mode, and still provide
18
an automated way to set the master as writeable.
0 commit comments