13.8. Launch the File Share Service
At this point, the File Share Service should be fully configured. To apply the required settings, restart all the File Share Services:
#systemctl start openstack-manila-api#systemctl start openstack-manila-share#systemctl start openstack-manila-scheduler
Afterwards, enable them as well:
#systemctl enable openstack-manila-api#systemctl enable openstack-manila-share#systemctl enable openstack-manila-scheduler
To check whether each service were launched and enabled successfully, run:
#systemctl status openstack-manila-apiopenstack-manila-api.service - OpenStack Manila API Server Loaded: loaded (/usr/lib/systemd/system/openstack-manila-api.service; enabled) Active: active (running) since Mon 2015-07-27 17:02:49 AEST; 1 day 18h ago [...]#systemctl status openstack-manila-shareopenstack-manila-share.service - OpenStack Manila Share Service Loaded: loaded (/usr/lib/systemd/system/openstack-manila-share.service; enabled) Active: active (running) since Mon 2015-07-27 17:02:49 AEST; 1 day 18h ago [...]#systemctl status openstack-manila-scheduleropenstack-manila-scheduler.service - OpenStack Manila Scheduler Loaded: loaded (/usr/lib/systemd/system/openstack-manila-scheduler.service; enabled) Active: active (running) since Mon 2015-07-27 17:02:49 AEST; 1 day 18h ago [...]