-
Notifications
You must be signed in to change notification settings - Fork 173
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Can't create a grafana container #3988
Comments
On regular docker, if you do "docker inspect", you will find this
However, on vic, the "name", "source" and "destination" are all empty. |
Hmm that is odd, I will take a look. I suspect that part of this is the presence of volumes in the grafana image metadata. We might have a slight bug there. I will inspect this more when I have some free time to triage this issue. I will also include this as a good integration test in the future, thanks! |
What's happening here is similar to #3909 (comment). The file I propose that we close this issue and tackle #3482. |
@nvpnathan One workaround is to build a custom I'm closing this as we're tracking creating empty volumes in #3482. |
Confirmed that this issue is fixed in build 10656 and beyond |
#For bug reports, please include the information below:
VIC version:
vic-machine-darwin version v0.8.0-7315-c8ac999
Deployment details:
What was the vic-machine create command used to deploy the VCH?
./vic-machine-darwin create --target 192.168.110.10 --user 'Administrator@corp.local' --password 'VMware1!' --bridge-network vic-net --image-store vLab-NFS-DS-SSD --volume-store vLab-NFS-DS-SSD:default --public-network vic-ext --name vlab-vch-01 --no-tls --force
Steps to reproduce:
Create the VCH with the command above.
docker run -i -p 3000:3000 -e "GF_SERVER_ROOT_URL=http://grafana.corp.local" -e "GF_SECURITY_ADMIN_PASSWORD=admin" grafana/grafana
Actual behavior:
t=2017-02-17T16:51:28+0000 lvl=crit msg="Failed to parse /etc/grafana/grafana.ini, open /etc/grafana/grafana.ini: no such file or directory%!(EXTRA []interface {}=[])"
Expected behavior:
The container should be powered on successfully.
Additional details as necessary:
You can also easily reproduce by running
docker run -i -p 3000:3000 grafana/grafana
The text was updated successfully, but these errors were encountered: