Questo contenuto non è disponibile nella lingua selezionata.

4.4. Configure the OpenStack Compute Service to Use Red Hat Storage Volumes


This section provides steps to configure common Red Hat Storage volume to host both Image and Compute services.

Procedure 4.3. Configure the OpenStack Compute Service to Use Red Hat Storage Volumes

  1. Configure the Compute service to the use Red Hat Storage volume by editing the instances_path in the /etc/nova/nova.conf file:
    #instances_path = /mnt/gluster/instance
    Copy to Clipboard Toggle word wrap
  2. Create a directory named instance as follows:
    # mkdir -p /mnt/gluster/instance
    Copy to Clipboard Toggle word wrap
    If you are using a different volume other than the glance volume for compute service, then you must mount the volume using mount -t glusterfs 10.1.1.11:/nova-vol /mnt/nova command.
    When mounting the volume, Red Hat recommends you to use the backup-volfile-servers=volfile_server2:volfile_server3:...:volfile_serverN option to list the backup volfile servers to mount the client. If this option is specified while mounting the FUSE client, when the first volfile server fails, the servers specified in backup-volfile-servers option are used as volfile servers to mount the client until the mount operation is successful.
  3. Change the ownership of the Red Hat Storage volume as follows:
    chown -R nova:nova /mnt/gluster/instance
    Copy to Clipboard Toggle word wrap
  4. Restart the OpenStack Compute service as follows:
    # service openstack-nova-compute restart
    Copy to Clipboard Toggle word wrap
Torna in cima
Red Hat logoGithubredditYoutubeTwitter

Formazione

Prova, acquista e vendi

Community

Informazioni sulla documentazione di Red Hat

Aiutiamo gli utenti Red Hat a innovarsi e raggiungere i propri obiettivi con i nostri prodotti e servizi grazie a contenuti di cui possono fidarsi. Esplora i nostri ultimi aggiornamenti.

Rendiamo l’open source più inclusivo

Red Hat si impegna a sostituire il linguaggio problematico nel codice, nella documentazione e nelle proprietà web. Per maggiori dettagli, visita il Blog di Red Hat.

Informazioni su Red Hat

Forniamo soluzioni consolidate che rendono più semplice per le aziende lavorare su piattaforme e ambienti diversi, dal datacenter centrale all'edge della rete.

Theme

© 2025 Red Hat