我要评分
获取效率
正确性
完整性
易理解

Enabling the Cinder Service

Perform the following operations on the controller node.

  1. Restart the Compute API service.
    1
    systemctl restart openstack-nova-api.service
    
  2. Enable the Block Storage service and configure it to start as the system boots.
    1
    2
    systemctl enable openstack-cinder-api.service openstack-cinder-scheduler.service
    systemctl start openstack-cinder-api.service openstack-cinder-scheduler.service
    

  3. View the service list of the controller node.
    1
    openstack volume service list
    

    If the State of cinder-scheduler is up, the Cinder service is successfully enabled.