How to config Ceph as backend for OpenStack Swift

0 votes

Hi everyone,

How can we configure Ceph technology backend in OpenStack. So that we can get partitions using this technology.

Thank You

Mar 20, 2020 in OpenStack by MD
• 95,440 points
958 views

1 answer to this question.

0 votes

Hi@MD,

To use Ceph, follow the below given steps.

  1. Install the RADOS object server:

     sudo python setup.py install
    
  2. Modify your object-server.conf to use the new object server:

     [app:object-server]
     use = egg:swift_ceph_backend#rados_object
    
  3. Set the user and pool for Ceph in the [DEFAULT] section in the same file:

     [DEFAULT]
     rados_user = swift
     rados_pool = swift

Hope this will work.

Thank You

answered Mar 20, 2020 by akhtar
• 38,230 points

Related Questions In OpenStack

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
625 views
0 votes
1 answer

How to assign public IP to OpenStack instances?

You can have a look at this ...READ MORE

answered Feb 25, 2019 in OpenStack by Priyaj
• 58,090 points
1,216 views
0 votes
1 answer

How to create an image in OpenStack?

Hi@akhtar, Actually this is the fun in OpenStack. ...READ MORE

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

How to update an image properties in OpenStack?

Hi@akhtar, You can update your image properties. Follow ...READ MORE

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

error: server error. Is Neutron not working properly?

Hi@akhtar, We can't say Neutron is the one ...READ MORE

answered Mar 17, 2020 in OpenStack by MD
• 95,440 points
952 views
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,175 views
0 votes
2 answers
0 votes
1 answer
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
720 views
+1 vote
1 answer

Why do we need to disable firewalld and NetworkManager in OpenStack?

Hi@akhtar, By default in Linux there are security ...READ MORE

answered Mar 13, 2020 in OpenStack by akhtar
• 38,230 points
2,098 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