Bug 1041731

Summary: [RFE][cinder]: Add XtreemFS driver to cinder
Product: Red Hat OpenStack Reporter: RHOS Integration <rhos-integ>
Component: RFEsAssignee: RHOS Maint <rhos-maint>
Status: CLOSED UPSTREAM QA Contact:
Severity: unspecified Docs Contact:
Priority: unspecified    
Version: unspecifiedCC: markmc, yeylon
Target Milestone: ---Keywords: FutureFeature
Target Release: ---   
Hardware: Unspecified   
OS: Unspecified   
URL: https://blueprints.launchpad.net/cinder/+spec/xtreemfs-support
Whiteboard: upstream_milestone_none upstream_status_unknown upstream_definition_obsolete
Fixed In Version: Doc Type: Enhancement
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2015-03-19 16:55:47 UTC Type: ---
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: ---
oVirt Team: --- RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: --- Target Upstream Version:

Description RHOS Integration 2013-12-12 18:52:14 UTC
Cloned from launchpad blueprint https://blueprints.launchpad.net/cinder/+spec/xtreemfs-support.

Description:

Add a new driver for xtreemfs.

How to use:

  - Install xtreemfs (Check: http://www.xtreemfs.org/download.php?t=source)

  - Check the quickstarts of how to setup (Check: http://www.xtreemfs.org/quickstart.php)

  - Create xtreemfs volumes:

     mkfs.xtreemfs <server-ip>/volume-0001
     mkfs.xtreemfs <server-ip>/volume-0002
     ....

  - Create a file /etc/cinder/shares.txt and write in it the create volumes:

      <server-ip>/volume-0001
      <server-ip>/volume-0002

  - Change cinder and nova configuration file accordantly to use XtreemFs. 


More info can be found on the website:

http://www.xtreemfs.org/

Specification URL (additional information):

None