Skip to content

Commit

Permalink
MANTA-3291 minnow needs to use new moray, cueball
Browse files Browse the repository at this point in the history
MANTA-3292 minnow should set cueball pool "maximum" higher
MANTA-3090 minnow exits when no moray backends are around
MANTA-3151 minnow should use more than one moray connection
Reviewed by: David Pacheco <dap@joyent.com>
Approved by: David Pacheco <dap@joyent.com>
  • Loading branch information
arekinath committed Jun 2, 2017
1 parent 9d50eb7 commit 77fff87
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions etc/config.coal.json
Expand Up @@ -16,8 +16,8 @@
"morayConfig": {
"srvDomain": "1.moray.coal.joyent.us",
"cueballOptions": {
"target": 1,
"maximum": 1,
"target": 2,
"maximum": 4,
"resolvers": [ "nameservice.coal.joyent.us" ]
}
}
Expand Down
2 changes: 1 addition & 1 deletion package.json
Expand Up @@ -15,7 +15,7 @@
"cmdutil": "1.1.0",
"dashdash": "1.3.2",
"libmanta": "git+ssh://git@github.com:joyent/node-libmanta.git#master",
"moray": "3.0.0",
"moray": "3.2.0",
"node-uuid": "1.4.0",
"once": "1.2.0",
"statvfs": "2.0.0",
Expand Down
4 changes: 2 additions & 2 deletions sapi_manifests/minnow/template
Expand Up @@ -16,8 +16,8 @@
"morayConfig": {
"srvDomain": "{{STORAGE_MORAY_SHARD}}",
"cueballOptions": {
"target": 1,
"maximum": 1,
"target": 2,
"maximum": 4,
"resolvers": [ "nameservice.{{DOMAIN_NAME}}" ]
}
}
Expand Down

0 comments on commit 77fff87

Please sign in to comment.