-
Notifications
You must be signed in to change notification settings - Fork 18.7k
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
Base Device UUID verification failed. (docker 1.7.1, centos7) docker fails to start #16344
Comments
Hi! Please read this important information about creating issues. If you are reporting a new issue, make sure that we do not have any duplicates already open. You can ensure this by searching the issue list for this repository. If there is a duplicate, please close your issue and add a comment to the existing issue instead. If you suspect your issue is a bug, please edit your issue description to include the BUG REPORT INFORMATION shown below. If you fail to provide this information within 7 days, we cannot debug your issue and will close it. We will, however, reopen it if you later provide the information. This is an automated, informational response. Thank you. For more information about reporting issues, see https://github.com/docker/docker/blob/master/CONTRIBUTING.md#reporting-other-issues BUG REPORT INFORMATIONUse the commands below to provide key information from your environment:
Provide additional environment details (AWS, VirtualBox, physical, etc.): List the steps to reproduce the issue: Describe the results you received: Describe the results you expected: Provide additional info you think is important: ----------END REPORT --------- #ENEEDMOREINFO |
Looks like udev changed the UUID, I saw this after I rebooted the vm:
So, I just removed the "missing" and sdb1, cleared out /var/lib/docker/ (might not be needed), ran docker-storage-setup, all good. I guess this is a bug in udev not docker. |
As my last resort, I removed docker and re-installed and this problem went away. I have no idea why that worked. |
+1 I also had the same issue (CentOS 7.1.1503, Docker 1.7.1) after running a yum update - @tsharpe thanks for the tip. Uninstalling / re-installing also fixed the issue for me as well. |
I just had the same issue on centos 7.1, docker 1.8.2 |
I noticed this also happens when you pull images and then try to configure storage after the fact. As @gaga-github mentioned, rm -rf /var/lib/docker/* cleared the error up for me though I did not have to reinstall. |
I just hit this. |
Yup, looks very much like it. I'll go ahead and close this, please continue the discussion in #15721 |
I setup the docker-storage (defaults) and ran docker fine, then after a few days the server failed to startup new containers,
docker ps
hangs, so I tried a restart:This started after
docker ps
was hanging and docker needed to be forced offsystemctl stop docker
startup fails:
I see this when I ran
docker -d -D
I'm wondering if there is a lock or a 0 byte file causing this.
docker info fails (obviously)
The text was updated successfully, but these errors were encountered: