OpenStack Block Storage (Cinder)
Go to file
Mate Lakat 09f98c9caa Add XenAPINFSDriver
Related to blueprint xenapi-storage-manager-nfs

As xensm was not pulled to Cinder, this change shows an implementation
example for using an NFS export for volumes. This change contains the
volume create and delete functions, as a minimal set of functionality.
The connection information structure is compatible with the previous
xensm implementation.

Activate the driver with the following configuration entries in
cinder.conf:

volume_driver=cinder.volume.xenapi_sm.XenAPINFSDriver
xenapi_connection_url=http://<yourxenserver>
xenapi_connection_username=root
xenapi_connection_password=<secret>
xenapi_nfs_server=<nfs_server_address>
xenapi_nfs_serverpath=/exported_catalog

Change-Id: Ieaf077f540fc026c5bc37f2e3eb9d48fb96d0b74
2012-11-21 15:03:35 +00:00
bin Merge "Various pep8/HACKING fixes for Cinder." 2012-11-15 21:55:26 +00:00
cinder Add XenAPINFSDriver 2012-11-21 15:03:35 +00:00
contrib Remove some unused helper scripts 2012-07-17 04:33:17 +01:00
doc Update HACKING.rst and related changes from Nova/PEP8. 2012-10-22 18:41:16 -04:00
etc/cinder Remove obsolete use_local_volumes 2012-11-14 11:19:45 +01:00
tools Pin pep8 1.3.3 2012-11-20 09:10:01 -06:00
.gitignore Clean up .gitignore 2012-09-09 18:49:19 +08:00
.gitreview Initial fork out of Nova. 2012-05-03 10:48:26 -07:00
.mailmap Use openstack.common.setup. 2012-07-20 20:02:36 +00:00
HACKING.rst Update HACKING.rst and related changes from Nova/PEP8. 2012-10-22 18:41:16 -04:00
LICENSE Initial fork out of Nova. 2012-05-03 10:48:26 -07:00
MANIFEST.in Use setuptools-git. 2012-08-10 11:56:00 -04:00
README.rst Initial fork out of Nova. 2012-05-03 10:48:26 -07:00
babel.cfg Initial fork out of Nova. 2012-05-03 10:48:26 -07:00
openstack-common.conf Port openstack-common/uuidutils to Cinder 2012-11-07 15:52:38 +08:00
pylintrc Initial fork out of Nova. 2012-05-03 10:48:26 -07:00
run_tests.sh Pin pep8 1.3.3 2012-11-20 09:10:01 -06:00
setup.cfg Fix up coverage and jenkins test running. 2012-05-21 16:46:25 -04:00
setup.py Add trove classifiers for PyPI 2012-10-22 18:25:01 -04:00
tox.ini Pin pep8 1.3.3 2012-11-20 09:10:01 -06:00

README.rst

The Choose Your Own Adventure README for Cinder

You have come across a storage service for an open cloud computing service. It has identified itself as "Cinder." It was abstracted from the Nova project.

To monitor it from a distance: follow @openstack on twitter.

To tame it for use in your own cloud: read http://docs.openstack.org

To study its anatomy: read http://cinder.openstack.org

To dissect it in detail: visit http://github.com/openstack/cinder

To taunt it with its weaknesses: use http://bugs.launchpad.net/cinder

To watch it: http://jenkins.openstack.org

To hack at it: read HACKING

To cry over its pylint problems: http://jenkins.openstack.org/job/cinder-pylint/violations