diff options
| author | Mario Splivalo <mario.splivalo@canonical.com> | 2016-02-26 11:57:18 -0500 |
|---|---|---|
| committer | Mario Splivalo <mario.splivalo@canonical.com> | 2016-02-26 11:57:18 -0500 |
| commit | b4d23e4ac44fb5ce596dd13211a363dcdb2b1c3c (patch) | |
| tree | ff303d0ff491b9f7b9e6291c7021166d99f449cd | |
| parent | 781d9e896fdb22b39dca500d8f5b8a46537b4cbb (diff) | |
Fix the wrong name of the method to reconfigure replicaset
| -rw-r--r-- | README.md | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -130,7 +130,7 @@ is how: cfg.members=[cfg.members[0]] 7. force reconfiguration of the replicaset: - rs.reconfigure(cfg, {force: true}) + rs.reconfig(cfg, {force: true}) 8. wait a few, and press ENTER. You should see that your node becomes PRIMARY. |
