Ce contenu n'est pas disponible dans la langue sélectionnée.

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
Retour au début
Red Hat logoGithubredditYoutubeTwitter

Apprendre

Essayez, achetez et vendez

Communautés

À propos de la documentation Red Hat

Nous aidons les utilisateurs de Red Hat à innover et à atteindre leurs objectifs grâce à nos produits et services avec un contenu auquel ils peuvent faire confiance. Découvrez nos récentes mises à jour.

Rendre l’open source plus inclusif

Red Hat s'engage à remplacer le langage problématique dans notre code, notre documentation et nos propriétés Web. Pour plus de détails, consultez le Blog Red Hat.

À propos de Red Hat

Nous proposons des solutions renforcées qui facilitent le travail des entreprises sur plusieurs plates-formes et environnements, du centre de données central à la périphérie du réseau.

Theme

© 2025 Red Hat