이 콘텐츠는 선택한 언어로 제공되지 않습니다.
14.7. Launch the Shared File System Service
At this point, the Shared File System service should be fully configured. To apply the required settings, restart all the Shared File System 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-api
openstack-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-share
openstack-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-scheduler
openstack-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 [...]