Commit ffce5da6 authored by Kazuhiko Shiozaki's avatar Kazuhiko Shiozaki

setup kumofs storage with 10M buckets and HDBTLARGE option.

parent 10b50678
...@@ -189,7 +189,7 @@ mode = 640 ...@@ -189,7 +189,7 @@ mode = 640
[template-kumofs] [template-kumofs]
< = template-jinja2-base < = template-jinja2-base
filename = instance-kumofs.cfg filename = instance-kumofs.cfg
md5sum = 90a321be12ee977800d590bf941021ef md5sum = 40817014a41497bceb696e512436e670
extra-context = extra-context =
key dash_location dash:location key dash_location dash:location
key dcron_location dcron:location key dcron_location dcron:location
......
...@@ -34,8 +34,8 @@ gateway-wrapper = ${basedirectory:services}/kumofs_gateway ...@@ -34,8 +34,8 @@ gateway-wrapper = ${basedirectory:services}/kumofs_gateway
manager-wrapper = ${basedirectory:services}/kumofs_manager manager-wrapper = ${basedirectory:services}/kumofs_manager
server-wrapper = ${basedirectory:services}/kumofs_server server-wrapper = ${basedirectory:services}/kumofs_server
# Paths: Data # Paths: Data (with 10M buckets and HDBTLARGE option)
data-directory = ${directory:kumofs-data} data-path = ${directory:kumofs-data}/kumodb.tch#bnum=10485760#opts=l
# Paths: Logs # Paths: Logs
kumo-gateway-log = ${basedirectory:log}/kumo-gateway.log kumo-gateway-log = ${basedirectory:log}/kumo-gateway.log
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment