ScatterHQ / flocker

Container data volume manager for your Dockerized application
Apache License 2.0
69 stars 9 forks source link

Flocker: Control service is not getting up #10

Closed Nayana-ibm closed 7 years ago

Nayana-ibm commented 7 years ago

Hi, I am trying to setup flocker on Intel x86 RHEL distribution . I've followed the installation steps mentioned here. However flocker control service doesn't come up.


 systemctl enable flocker-control
 systemctl start flocker-control
 systemctl status  flocker-control

● flocker-control.service - Flocker Control Service
   Loaded: loaded (/usr/lib/systemd/system/flocker-control.service; enabled; vendor preset: disabled)
   Active: failed (Result: start-limit) 
  Process: 7610 ExecStart=/usr/sbin/flocker-control --port tcp:4523 --agent-port tcp:4524 --journald (code=exited, status=1/FAILURE)
 Main PID: 7610 (code=exited, status=1/FAILURE)

systemd[1]: flocker-control.service: main process exited, code=exited, status=1/FAILURE
systemd[1]: Unit flocker-control.service entered failed state.
systemd[1]: flocker-control.service failed.
systemd[1]: flocker-control.service holdoff time over, scheduling restart.
systemd[1]: start request repeated too quickly for flocker-control.service
Failed to start Flocker Control Service.
Unit flocker-control.service entered failed state.
flocker-control.service failed

Also, generated control-certificate and plugin certificates mentioned in installation guide.

Posted this one on ClusterHQ/flocker also.

Nayana-ibm commented 7 years ago

Now, services are up.