basho / riak

Riak is a decentralized datastore from Basho Technologies.
http://docs.basho.com
Apache License 2.0
3.93k stars 534 forks source link

Add pre-start hook for checking node not running at start #974

Closed ThomasArts closed 5 years ago

ThomasArts commented 5 years ago

Moved ulimit check from hooks/prestart to hooks, because one is free to run this script before status or any other command if one would like to do so. Is actually not bound to start.

It is debatable whether we really need 2 scripts for start check, but this is quite clean approach