此内容没有您所选择的语言版本。

6.5. Launch the Block Storage Services


To enable the Block Storage functionality at least one instance of each of the three services must be started:
  • The API service (openstack-cinder-api).
  • The scheduler service (openstack-cinder-scheduler).
  • The volume service (openstack-cinder-volume).
The services do not need to be located on the same system, but must be configured to communicate using the same message broker and database instance. When the services are running, the API accepts incoming volume requests, the scheduler assigns them as appropriate, and the volume service actions them.

Procedure 6.9. Launching Block Storage Services

  1. Log in as the root user on each server where you intend to run the API, start the API service, and configure it to start at boot time:
    # systemctl start openstack-cinder-api.service
    # systemctl enable openstack-cinder-api.service
    Copy to Clipboard Toggle word wrap
  2. Log in as the root user on each server where you intend to run the scheduler, start the scheduler service, and configure it to start at boot time:
    # systemctl start openstack-cinder-scheduler.service
    # systemctl enable openstack-cinder-scheduler.service
    Copy to Clipboard Toggle word wrap
  3. Log in as the root user on each server to which Block Storage has been attached, start the volume service, and configure it to start at boot time:
    # systemctl start openstack-cinder-volume.service
    # systemctl enable openstack-cinder-volume.service
    Copy to Clipboard Toggle word wrap
返回顶部
Red Hat logoGithubredditYoutubeTwitter

学习

尝试、购买和销售

社区

关于红帽文档

通过我们的产品和服务,以及可以信赖的内容,帮助红帽用户创新并实现他们的目标。 了解我们当前的更新.

让开源更具包容性

红帽致力于替换我们的代码、文档和 Web 属性中存在问题的语言。欲了解更多详情,请参阅红帽博客.

關於紅帽

我们提供强化的解决方案,使企业能够更轻松地跨平台和环境(从核心数据中心到网络边缘)工作。

Theme

© 2025 Red Hat