-
Notifications
You must be signed in to change notification settings - Fork 258
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
Cannot install splunk/splunk:latest
on Ubuntu Server 18.04.1 and Docker available via snap install
#105
Comments
I'm still unable to reproduce this, but I think I have a good feeling why it's happening. I took a look into this some more, and I'm pretty sure it's caused by the introduction of If you still have an environment where this issue occurs, if you
You can likely get away with Relevant link: https://groups.google.com/forum/#!topic/docker-user/165AARba2Bk |
That seems to be the fix, switching the default storage driver to It's worth mentioning for anyone else who stumbles over this that the configuration location for the |
I'm using Splunk on a QNAP NAS and it also only works up to version 7.2.1. I run docker inspect and it seems to be using overlay2, but I still get the ansible error on the newest 7.2.4 image. Any other ideas?
Error msg:
|
@J-CMartin I don't think we've ever tested or run environments where the Docker root dir is backed entirely by NAS filesystem. My guess is this might be related to permissions between the host OS and the mount itself? Additionally, I'm not too certain on the specifics or best practices around this, but you may hit performance issues with Splunk when indexing data if you run with NAS-backed storage (particularly with writing hot buckets as it can be IO intensive). |
Hello, since change introduced in 7.2.3 (see comment in #96 ), we're unable to start up new version of container 7.2.5. Any way to introduce a possibility to do like before 7.2.3 ? |
Like @diaznet, I'm running into the same thing but I'm specifically using the zfs driver for docker. 7.2.1 works, anything newer won't. :( |
This is the same underlying bug as #96 but with 100% reproducibility as of this writing.
Canonical is still shipping Docker 18.06.1-ce in the default
snap
repository. I intend to notify them that their Docker is out of date, but they're now five months behind so it's safe to assume that their upgrade process will take a while.From a brand new Ubuntu Server 18.04.1 installation, after the initial round of
apt update
andapt upgrade
, and following these steps:Then the following output results:
Further pertinent information:
I can confirm that using the official Docker CE Ubuntu repository with Docker CE 18.09.1 results in a successful installation.
The text was updated successfully, but these errors were encountered: