chown cassandra logs folder#49
Merged
tianon merged 1 commit intodocker-library:masterfrom Feb 26, 2016
Merged
Conversation
Contributor
Author
|
The checks are failing because cassandra version need to be upgraded, please upgrade master and I will rebase. |
Member
|
I made #50 to update the version, but their apt repo is just wrong right now. 😢 |
Contributor
Author
|
@yosifkit can you please restart the travis build? |
Contributor
Author
Member
|
Yeah, I suppose this seems sane enough: $ docker run -it --rm --name test cassandra
blah blah blah, boring cassandra output
$ # second window
$ docker diff test
C /etc
C /etc/cassandra
C /etc/cassandra/cassandra-env.sh
C /etc/cassandra/cassandra-rackdc.properties
C /etc/cassandra/cassandra-topology.properties
C /etc/cassandra/cassandra.yaml
C /etc/cassandra/commitlog_archiving.properties
C /etc/cassandra/jvm.options
C /etc/cassandra/logback-tools.xml
C /etc/cassandra/logback.xml
C /etc/cassandra/triggers
C /etc/cassandra/triggers/README.txt
C /tmp
A /tmp/hsperfdata_cassandra
A /tmp/jna-1073564104
A /tmp/liblz4-java7462552453063147539.so
A /tmp/libnetty-transport-native-epoll4879778373960728417.so
C /var
C /var/log
C /var/log/cassandra
A /var/log/cassandra/debug.log
A /var/log/cassandra/gc.log.0.current
A /var/log/cassandra/system.log |
Member
|
LGTM |
tianon
added a commit
to infosiftr/stackbrew
that referenced
this pull request
Feb 26, 2016
- `cassandra`: chown logs (docker-library/cassandra#49) - `percona`: 5.7 (docker-library/percona#16, docker-library/percona#17) - `python`: pip 8! (docker-library/python#83) - `pypy`: pip 8 - `ruby`: rubygems 2.6.0
RichardScothern
pushed a commit
to RichardScothern/official-images
that referenced
this pull request
Jun 14, 2016
- `cassandra`: chown logs (docker-library/cassandra#49) - `percona`: 5.7 (docker-library/percona#16, docker-library/percona#17) - `python`: pip 8! (docker-library/python#83) - `pypy`: pip 8 - `ruby`: rubygems 2.6.0
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
The recent change to cassandra running user, removed the possibility to persist cassandra log on disk because the volume mount point has been created as root.
This PR fixes it, performing also the chown on cassandra log folder.