Merge pull request #191 from coreos-inc/carmen
Add automatic storage replication
This commit is contained in:
commit
62ea4a6cf4
18 changed files with 259 additions and 35 deletions
2
conf/init/service/storagereplication/log/run
Executable file
2
conf/init/service/storagereplication/log/run
Executable file
|
@ -0,0 +1,2 @@
|
|||
#!/bin/sh
|
||||
exec logger -i -t storagereplication
|
8
conf/init/service/storagereplication/run
Executable file
8
conf/init/service/storagereplication/run
Executable file
|
@ -0,0 +1,8 @@
|
|||
#! /bin/bash
|
||||
|
||||
echo 'Starting storage replication worker'
|
||||
|
||||
cd /
|
||||
venv/bin/python -m workers.storagereplication 2>&1
|
||||
|
||||
echo 'Repository storage replication exited'
|
Reference in a new issue