Re: Review Request 41558: Update the scheduler DB paths in the RPM spec to match debs.

2015-12-18 Thread Bill Farner


> On Dec. 18, 2015, 10:09 a.m., John Sirois wrote:
> > Checking my understanding: Since there has been no official rpm release, 
> > moving the native log path is deemed safe since it affects no-one.

Ack.


- Bill


---
This is an automatically generated e-mail. To reply, visit:
https://reviews.apache.org/r/41558/#review111215
---


On Dec. 18, 2015, 10:04 a.m., Bill Farner wrote:
> 
> ---
> This is an automatically generated e-mail. To reply, visit:
> https://reviews.apache.org/r/41558/
> ---
> 
> (Updated Dec. 18, 2015, 10:04 a.m.)
> 
> 
> Review request for Aurora and John Sirois.
> 
> 
> Repository: aurora-packaging
> 
> 
> Description
> ---
> 
> Noticed this difference today, best to fix before we officially release the 
> RPMs.
> 
> ```
> $ grep -R '/var/lib/aurora' .
> ./specs/debian/aurora-scheduler.default:AURORA_HOME="/var/lib/aurora"
> ./specs/debian/aurora-scheduler.postinst:  adduser --quiet --group 
> --system --home /var/lib/aurora aurora
> ./specs/debian/aurora-scheduler.postinst:  chown -R aurora:aurora 
> /var/lib/aurora
> ./specs/rpm/SOURCES/aurora.sysconfig:  
> -native_log_file_path='/var/lib/aurora/scheduler/db'
> ./specs/rpm/SOURCES/aurora.sysconfig:  
> -backup_dir='/var/lib/aurora/scheduler/backups'
> ./test/deb/ubuntu-trusty/README.md:sudo -u aurora mkdir -p 
> /var/lib/aurora/scheduler/db
> ./test/deb/ubuntu-trusty/README.md:sudo -u aurora mesos-log initialize 
> --path=/var/lib/aurora/scheduler/db
> ./test/rpm/centos-7/README.md:sudo -u aurora mesos-log initialize 
> --path=/var/lib/aurora/scheduler/db
> ```
> 
> 
> Diffs
> -
> 
>   specs/rpm/SOURCES/aurora.sysconfig b2a974fb5bcedeed9c2041ce0a30f32b88f83b52 
>   test/rpm/centos-7/README.md a246fcf65fc615accf0aaef7491a93546cd63737 
> 
> Diff: https://reviews.apache.org/r/41558/diff/
> 
> 
> Testing
> ---
> 
> 
> Thanks,
> 
> Bill Farner
> 
>



Re: Review Request 41558: Update the scheduler DB paths in the RPM spec to match debs.

2015-12-18 Thread John Sirois

---
This is an automatically generated e-mail. To reply, visit:
https://reviews.apache.org/r/41558/#review111215
---

Ship it!


Checking my understanding: Since there has been no official rpm release, moving 
the native log path is deemed safe since it affects no-one.

- John Sirois


On Dec. 18, 2015, 11:04 a.m., Bill Farner wrote:
> 
> ---
> This is an automatically generated e-mail. To reply, visit:
> https://reviews.apache.org/r/41558/
> ---
> 
> (Updated Dec. 18, 2015, 11:04 a.m.)
> 
> 
> Review request for Aurora and John Sirois.
> 
> 
> Repository: aurora-packaging
> 
> 
> Description
> ---
> 
> Noticed this difference today, best to fix before we officially release the 
> RPMs.
> 
> ```
> $ grep -R '/var/lib/aurora' .
> ./specs/debian/aurora-scheduler.default:AURORA_HOME="/var/lib/aurora"
> ./specs/debian/aurora-scheduler.postinst:  adduser --quiet --group 
> --system --home /var/lib/aurora aurora
> ./specs/debian/aurora-scheduler.postinst:  chown -R aurora:aurora 
> /var/lib/aurora
> ./specs/rpm/SOURCES/aurora.sysconfig:  
> -native_log_file_path='/var/lib/aurora/scheduler/db'
> ./specs/rpm/SOURCES/aurora.sysconfig:  
> -backup_dir='/var/lib/aurora/scheduler/backups'
> ./test/deb/ubuntu-trusty/README.md:sudo -u aurora mkdir -p 
> /var/lib/aurora/scheduler/db
> ./test/deb/ubuntu-trusty/README.md:sudo -u aurora mesos-log initialize 
> --path=/var/lib/aurora/scheduler/db
> ./test/rpm/centos-7/README.md:sudo -u aurora mesos-log initialize 
> --path=/var/lib/aurora/scheduler/db
> ```
> 
> 
> Diffs
> -
> 
>   specs/rpm/SOURCES/aurora.sysconfig b2a974fb5bcedeed9c2041ce0a30f32b88f83b52 
>   test/rpm/centos-7/README.md a246fcf65fc615accf0aaef7491a93546cd63737 
> 
> Diff: https://reviews.apache.org/r/41558/diff/
> 
> 
> Testing
> ---
> 
> 
> Thanks,
> 
> Bill Farner
> 
>