Repository: aurora-packaging Updated Branches: refs/heads/master 375063cec -> 95e9da21f
Update the scheduler DB paths in the RPM spec to match debs. Reviewed at https://reviews.apache.org/r/41558/ Project: http://git-wip-us.apache.org/repos/asf/aurora-packaging/repo Commit: http://git-wip-us.apache.org/repos/asf/aurora-packaging/commit/95e9da21 Tree: http://git-wip-us.apache.org/repos/asf/aurora-packaging/tree/95e9da21 Diff: http://git-wip-us.apache.org/repos/asf/aurora-packaging/diff/95e9da21 Branch: refs/heads/master Commit: 95e9da21f36b07dd032b3a9f89e7bbed1ca70d44 Parents: 375063c Author: Bill Farner <[email protected]> Authored: Fri Dec 18 10:10:04 2015 -0800 Committer: Bill Farner <[email protected]> Committed: Fri Dec 18 10:10:04 2015 -0800 ---------------------------------------------------------------------- specs/rpm/SOURCES/aurora.sysconfig | 4 ++-- test/rpm/centos-7/README.md | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/aurora-packaging/blob/95e9da21/specs/rpm/SOURCES/aurora.sysconfig ---------------------------------------------------------------------- diff --git a/specs/rpm/SOURCES/aurora.sysconfig b/specs/rpm/SOURCES/aurora.sysconfig index b2a974f..cef427a 100644 --- a/specs/rpm/SOURCES/aurora.sysconfig +++ b/specs/rpm/SOURCES/aurora.sysconfig @@ -66,9 +66,9 @@ AURORA_FLAGS=( # The ZooKeeper ZNode to which Aurora will register the locations of its replicated log. -native_log_zk_group_path='/aurora/native-log' # The local directory in which an Aurora scheduler can find Aurora's replicated log. - -native_log_file_path='/var/lib/aurora/db' + -native_log_file_path='/var/lib/aurora/scheduler/db' # The local directory in which Aurora schedulers will place state backups. - -backup_dir='/var/lib/aurora/backups' + -backup_dir='/var/lib/aurora/scheduler/backups' ### Thermos Settings ### http://git-wip-us.apache.org/repos/asf/aurora-packaging/blob/95e9da21/test/rpm/centos-7/README.md ---------------------------------------------------------------------- diff --git a/test/rpm/centos-7/README.md b/test/rpm/centos-7/README.md index a246fcf..cd3ce52 100644 --- a/test/rpm/centos-7/README.md +++ b/test/rpm/centos-7/README.md @@ -14,7 +14,7 @@ ### Initialize and start - sudo -u aurora mesos-log initialize --path=/var/lib/aurora/db + sudo -u aurora mesos-log initialize --path=/var/lib/aurora/scheduler/db sudo sed -i 's|zk://127.0.0.1:2181/mesos/master|zk://127.0.0.1:2181/mesos|g' /etc/sysconfig/aurora sudo systemctl start aurora
