Details
-
Sub-task
-
Status: Resolved
-
Major
-
Resolution: Fixed
-
1.3.0
-
None
-
Amazon Linux
Description
To reproduce the issue:
- Step 0: get an amazon linux. The one I used for test (Bigtop CI node slave02)
- Amazon Linux AMI release 2018.03
- Docker version 18.06.1-ce, build e68fc7a215d7133c34aa18e3b72b4a21fd0c6136
- docker-compose version 1.23.1, build b02f1306
- Bigtop master cobebase
- Step 1: cd bigtop/provisioner/docker
- Step 2: ./docker-hadoop.sh -c 1
- Step 3: Now, no more docker container can be created on the host:
$ docker run -ti --rm bigtop/puppet:trunk-centos-7 bash docker: Error response from daemon: cgroups: cannot find cgroup mount destination: unknown.
Restart docker service seems to be no help. The only way I know to recover is to reboot the host.