Merge pull request #191 from coreos-inc/carmen

Add automatic storage replication
This commit is contained in:
josephschorr 2015-09-01 15:04:36 -04:00
commit 62ea4a6cf4
18 changed files with 259 additions and 35 deletions

View file

@ -0,0 +1,2 @@
#!/bin/sh
exec logger -i -t storagereplication

View 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'