How do I Configure GlusterFS for OpenStack Block Storage

0 votes

Hi Guys,

As we know there are lots of technologies available to create partitions in OpenStack. One of that technology is GlusterFS. GlusterFS is an open source distributed file system that can scale out in building-block fashion to store multiple petabytes of data. How can I use GlusterFS in OpenStack to make partitions?

Mar 19, 2020 in OpenStack by akhtar
• 38,230 points
861 views

1 answer to this question.

0 votes

Hi@akhtar,

To set GlusterFS as your partitioner tool in OpenStack, follow the below given steps. 

  1. Log in as root to the system hosting the Block Storage service.

  2. Create a text file named glusterfs in /etc/cinder/ directory.

  3. Add an entry to /etc/cinder/glusterfs for each GlusterFS share that OpenStack Block Storage should use for back end storage. Each entry should be a separate line, and should use the following format.

    HOST:/VOL_NAME
    

    Where:

    Optionally, if your environment requires additional mount options for a share, you can add them to the share’s entry:

    HOST:/VOL_NAME -o OPTIONS
    

    Replace OPTIONS with a comma-separated list of mount options.

    • HOST is the IP address or host name of the Red Hat Storage server.
    • VOL_NAME is the name of an existing and accessible volume on the GlusterFS server.
  4. Set /etc/cinder/glusterfs to be owned by the root user and the cinder group:

    # chown root:cinder /etc/cinder/glusterfs
    
  5. Set /etc/cinder/glusterfs to be readable by members of the cinder group:

    # chmod 0640 /etc/cinder/glusterfs
    
  6. Configure OpenStack Block Storage to use the /etc/cinder/glusterfs file created earlier in your environment. To do so, you have to open the /etc/cinder/cinder.conf configuration file in your system and set the glusterfs_shares_config configuration key to /etc/cinder/glusterfs.

    On distributions that include openstack-config, you can configure this by running the following command instead:

    # openstack-config --set /etc/cinder/cinder.conf \
      DEFAULT glusterfs_shares_config /etc/cinder/glusterfs
    
  7. Configure the OpenStack Block Storage service to use the correct volume driver in your system, namely cinder.volume.drivers.glusterfs.GlusterfsDriver. To do so,  you should open the /etc/cinder/cinder.conf configuration file and set the volume_driver configuration key  as your requirement to cinder.volume.drivers.glusterfs.GlusterfsDriver.

    On distributions that include openstack-config, you can configure this by running the following command instead:

    # openstack-config --set /etc/cinder/cinder.conf \
      DEFAULT volume_driver cinder.volume.drivers.glusterfs.GlusterfsDriver
    
  8. You can now restart the service to apply the configuration.

OpenStack Block Storage is now configured to use a GlusterFS back end.

Thank You

answered Mar 19, 2020 by MD
• 95,440 points

Related Questions In OpenStack

0 votes
1 answer

How can I do SSH inside my instance in OpenStack?

Hi@akhtar, Yes, there is nothing wrong with your ...READ MORE

answered Mar 17, 2020 in OpenStack by MD
• 95,440 points
2,173 views
0 votes
1 answer

How can I configure docker service inside OpenStack?

Hi@akhtar, The first requirement is to install Docker on ...READ MORE

answered Mar 23, 2020 in OpenStack by MD
• 95,440 points
1,179 views
0 votes
1 answer

How to get OpenStack software for installation?

Hi@akhtar, There are two ways to get OpenStack ...READ MORE

answered Mar 13, 2020 in OpenStack by MD
• 95,440 points
616 views
0 votes
1 answer

Why do we need static IP for installing OpenStack?

Hi@akhtar, We know we get IP from DHCP ...READ MORE

answered Mar 13, 2020 in OpenStack by akhtar
• 38,230 points
712 views
0 votes
1 answer

What are the pro/cons of adding NAS services/APIs to Cinders?

Hi@MD, Mirantis is in the business of deploying ...READ MORE

answered Mar 19, 2020 in OpenStack by akhtar
• 38,230 points
497 views
0 votes
1 answer

How can I create and attach a volume to an instance?

Hi@akhtar, To create an additional storage in OpenStack, ...READ MORE

answered Mar 19, 2020 in OpenStack by MD
• 95,440 points
1,032 views
0 votes
1 answer

What is the meaning of term “Glance” in OpenStack service?

Hi@akhtar, Glance is image service in OpenStack. The ...READ MORE

answered Mar 16, 2020 in OpenStack by MD
• 95,440 points
1,178 views
0 votes
1 answer

What are the three different components of the modular OpenStack architecture model?

Hi@akhtar, There are three different types of modular OpenStack ...READ MORE

answered Mar 16, 2020 in OpenStack by MD
• 95,440 points
1,734 views
0 votes
1 answer

How do I configure Block Storage to use an NFS storage back end in OpenStack?

Hi@akhtar, You can use NFS technology for your ...READ MORE

answered Mar 19, 2020 in OpenStack by MD
• 95,440 points
1,135 views
0 votes
1 answer

How do I install OpenStack in RHEL 7/CentOS 7?

Hi@akhtar, Follow the below steps to install OpenStack. IP ...READ MORE

answered Mar 13, 2020 in OpenStack by MD
• 95,440 points
2,347 views
webinar REGISTER FOR FREE WEBINAR X
REGISTER NOW
webinar_success Thank you for registering Join Edureka Meetup community for 100+ Free Webinars each month JOIN MEETUP GROUP