Enabling the Flocker Agent Service

The flocker-dataset-agent is the workhorse of Flocker; you should enable and run it on each node in your cluster.

CentOS 7, RHEL 7.2

Run the following commands to enable the agent service:

systemctl enable flocker-dataset-agent
systemctl start flocker-dataset-agent

Ubuntu 16.04

Run the following commands to enable the agent service:

systemctl enable flocker-dataset-agent
systemctl start flocker-dataset-agent

Ubuntu 14.04

Run the following commands to enable the agent service:

service flocker-dataset-agent start

This completes the manual installation and configuration of Flocker.