Example #1
0
def start_store_server():
    storage_server.start_riak()
Example #2
0
File: web.py Project: pshomov/pond
def prepare_store_new_server():
    storage_server.shutdown_riak()
    storage_server.remove_the_ring_file_since_it_is_tight_to_the_IP_address()
    storage_server.start_riak()
Example #3
0
def start_store_server():
    storage_server.start_riak()