vault/website/source/docs/configuration/storage
Igor Katson 32c7efe7ca Add max_parallel parameter to MySQL backend. (#2760)
* Add max_parallel parameter to MySQL backend.

This limits the number of concurrent connections, so that vault does not die
suddenly from "Too many connections".

This can happen when e.g. vault starts up, and tries to load all the
existing leases in parallel. At the time of writing this, the value
ExpirationRestoreWorkerCount in vault/helper/consts/const.go is set to
64, meaning that if there are enough leases in the vault's DB, it will
generate AT LEAST 64 concurrent connections to MySQL when loading the
data during start-up. On certain configurations, e.g. smaller AWS
RDS/Aurora instances, this will cause Vault to fail startup.

* Fix a typo in mysql storage readme
2017-06-01 15:20:32 -07:00
..
azure.html.md Add permitPool support to S3 (#2466) 2017-03-26 14:32:26 -04:00
consul.html.md Fix links on Consul storage backend page (#2652) 2017-04-28 07:48:23 -04:00
dynamodb.html.md Quote dynamodb's ha_enabled property (#2547) 2017-03-30 14:09:47 -07:00
etcd.html.md Etcd DNS discovery (#2521) 2017-04-04 08:50:44 -07:00
filesystem.html.md Rename physical backend to storage and alias old value (#2456) 2017-03-08 09:17:00 -05:00
google-cloud.html.md Add permitPool support to S3 (#2466) 2017-03-26 14:32:26 -04:00
in-memory.html.md Rename physical backend to storage and alias old value (#2456) 2017-03-08 09:17:00 -05:00
index.html.md Rename physical backend to storage and alias old value (#2456) 2017-03-08 09:17:00 -05:00
mssql.html.md add mssql physical backend (#2546) 2017-04-06 09:33:49 -04:00
mysql.html.md Add max_parallel parameter to MySQL backend. (#2760) 2017-06-01 15:20:32 -07:00
postgresql.html.md Add back lost Postgres creation sql for storage backend 2017-04-04 12:30:07 -04:00
s3.html.md Update the S3 storage backend docs to reflect capabilities. 2017-05-11 14:30:05 -07:00
swift.html.md Add permitPool support to S3 (#2466) 2017-03-26 14:32:26 -04:00
zookeeper.html.md Clarify cluster_addr and cluster_address 2017-03-14 10:17:58 -04:00