evans-ye commented on pull request #640: URL: https://github.com/apache/bigtop/pull/640#issuecomment-633060914
> adding /sys/fs/cgroup to volumes worked for me to fix the `systemctl` issue. > > ``` > diff --git a/provisioner/docker/docker-compose.yml b/provisioner/docker/docker-compose.yml > index cee849e9..b3bb1a42 100644 > --- a/provisioner/docker/docker-compose.yml > +++ b/provisioner/docker/docker-compose.yml > @@ -24,3 +24,4 @@ bigtop: > - ./config/hiera.yaml:/etc/puppet/hiera.yaml > - ./config/hieradata:/etc/puppet/hieradata > - ./config/hosts:/etc/hosts > + - /sys/fs/cgroup:/sys/fs/cgroup:ro > ``` @iwasakims Can you share some technical reference to this. Thanks! ---------------------------------------------------------------- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: [email protected]
