john-griffith [Thu, 22 Nov 2012 16:44:53 +0000 (09:44 -0700)]
Add CONTRIBUTING file.
If the CONTRIBUTING[.md] file exists, Github will show a link to it to
anyone who files an issue on Github or opens a pull request on
Github. This files points folks to the OpenStack wiki page which
provides the proper instructions on how to contribute to OpenStack.
See also <https://github.com/blog/1184-contributing-guidelines>.
Change-Id: I8fef06b71aa993c4c68a1ec92c39a540318aaf31
Jenkins [Thu, 22 Nov 2012 07:27:57 +0000 (07:27 +0000)]
Merge "Add hosts extension to Cinder."
Mike Perez [Wed, 21 Nov 2012 08:15:39 +0000 (00:15 -0800)]
adding copy of v1 as v2
finishes blueprint bp/apiv2
Change-Id: I36dff480aacc438565875cdd23dc396e369da9bd
Mike Perez [Tue, 13 Nov 2012 05:13:55 +0000 (21:13 -0800)]
Moving contrib to cinder.api
This moves over all contrib to a common place for all api versions to
use. Test directory structure has been adjusted to match.
For compatibility with old cinder config settings, we ignore the old
contrib path and use the new location.
progress on blueprint apiv2
Change-Id: If1a24fd3c4d15db559674a021f6928613966e3a1
Mike Perez [Fri, 9 Nov 2012 09:57:44 +0000 (01:57 -0800)]
Moving api v1 implementation into v1 directory
Adjusts paste to use composite factory for routing properly to v1 and
future api versions. Tests have been adjusted to match directory
structure.
progress on blueprint apiv2
Change-Id: I2cd3908705d224872b2d615cabe210fb1c453232
Mike Perez [Mon, 12 Nov 2012 05:37:14 +0000 (21:37 -0800)]
Switching api to use base extension manager
progress on blueprint apiv2
Change-Id: I68640a88c7c2b7ee4c6661fa26a4f82d9c63b00f
Mike Perez [Sun, 4 Nov 2012 09:20:47 +0000 (01:20 -0800)]
moving all middleware code in cinder.api.middleware
This includes auth, sizelimit, and faultwrapper middleware. Test
directory struture has been adjusted to match.
progress on blueprint apiv2
Change-Id: I62eecb208553abfee8dc8d2679264884b4cec153
Mike Perez [Sun, 4 Nov 2012 08:34:27 +0000 (01:34 -0700)]
Moving common api code into cinder.api
This is progress for beginning to have separate versions of the
cinder api. Common code that would be shared by v1, v2 etc will use
these modules, so we'll just move them to a common place. Test directory
structure has also been updated.
progress on blueprint apiv2
Change-Id: I99fd95fc3bb5d4f4fc3d9ef5b76b6372a1f6033d
Jenkins [Thu, 22 Nov 2012 05:12:27 +0000 (05:12 +0000)]
Merge "Add volume bootable information to api response"
Jenkins [Thu, 22 Nov 2012 02:14:03 +0000 (02:14 +0000)]
Merge "Cleaning up volume driver paths"
Jenkins [Thu, 22 Nov 2012 01:03:23 +0000 (01:03 +0000)]
Merge "Removes the xensm driver"
Nirmal Ranganathan [Wed, 21 Nov 2012 17:44:27 +0000 (11:44 -0600)]
Cleaning up volume driver paths
Moved all the remaining drivers under
cinder.volume.drivers. Updated the tests with
the new module paths and add backwards compatibilty
for the existing paths.
Implements bp driver-cleanup
Change-Id: I7673b5209cc072ac859d7d32cdeed2e7a17331e8
Mike Perez [Mon, 19 Nov 2012 05:27:39 +0000 (21:27 -0800)]
Add volume bootable information to api response
If there is any glance metadata associated with a volume, we'll consider
the volume bootable. This will return the information for both /volumes
and /detail calls.
blueprint list-bootable-volumes
Change-Id: Id9dbe5cb648be62fb19bb8bd6a97d8eab05ec25a
Jenkins [Wed, 21 Nov 2012 17:33:35 +0000 (17:33 +0000)]
Merge "Add XenAPINFSDriver"
Mate Lakat [Mon, 5 Nov 2012 09:57:52 +0000 (09:57 +0000)]
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
Ollie Leahy [Thu, 15 Nov 2012 11:48:27 +0000 (11:48 +0000)]
Add db table for Glance Metadata
This commit implements the blueprint
https://blueprints.launchpad.net/cinder/+spec/retain-glance-metadata-for-billing
It creates the new table volume_glance_metadata in the cinder
database, provides the CRUD methods for it, and populates the table
when a volume or snapshot is created from a Glance image.
Patch set 2: remove superflous line
Patch set 3: Fix incorrect column types in sqlalchemy/models.py
Patch set 4: Define exception class GlanceMetadataExists
Change-Id: I8f98f6eaae005a33bfd49cea783774407b7aa120
Chuck Short [Tue, 20 Nov 2012 15:05:57 +0000 (09:05 -0600)]
Pin pep8 1.3.3
Apart of making pep8 version standard across all openstack
projects.
Also fix tools/hacking.py so it is compliant for pep8 1.2
and beyond, taken from
fbc4568 in the nova tree.
Change-Id: I801c98a01960fa113dae1b6174c1a06bb149fea3
Signed-off-by: Chuck Short <chuck.short@canonical.com>
John Garbutt [Fri, 9 Nov 2012 14:38:56 +0000 (14:38 +0000)]
Removes the xensm driver
This code does not work, and is slowly being replaced by
alternative XenServer specific drivers.
Fixes LP bug #
1077011
Change-Id: I1af92ecdbb49a57a0ff4c05a70d77bcb69958cb2
John Griffith [Tue, 20 Nov 2012 00:50:27 +0000 (00:50 +0000)]
Pass in correct volume_ref to create_from_snapshot.
The new rpc versioning change introduced a bug in the
create_from_snapshot code. The originating volume_ref
was being passed in instead of the newly created volume_ref
as expected.
Fixes bug
1080898
Change-Id: I6ba4f4989c77e29685abb2649af8e003c447ab0f
John Griffith [Tue, 13 Nov 2012 19:03:50 +0000 (19:03 +0000)]
Add hosts extension to Cinder.
This adds the hosts extension to Cinder which is similar to
the extension by the same name in Nova.
This extension allows an admin user to check the status of
Cinder services on different hosts. In addition it also
provides the capability to get host and project specific information
regarding volume count and space allocated for volumes on a specified
host.
Implements blueprint cinder-hosts-extension
Change-Id: Ic3679cfcd900baecdc2da17e42194cac99c9d422
Jenkins [Fri, 16 Nov 2012 09:14:04 +0000 (09:14 +0000)]
Merge "Volume RPC API Versioning"
Jenkins [Fri, 16 Nov 2012 05:33:38 +0000 (05:33 +0000)]
Merge "Make tox.ini run pep8/hacking checks on bin."
Jenkins [Fri, 16 Nov 2012 01:27:31 +0000 (01:27 +0000)]
Merge "Remove unused python-daemon dependency"
Jenkins [Thu, 15 Nov 2012 21:55:26 +0000 (21:55 +0000)]
Merge "Various pep8/HACKING fixes for Cinder."
Eric Harney [Thu, 15 Nov 2012 20:26:16 +0000 (15:26 -0500)]
Remove unused python-daemon dependency
python-daemon is listed as a dependency, but it is not needed.
Change-Id: I4d6eadfef5d60cd277ff7395a12f5ad255db7155
Dan Prince [Thu, 15 Nov 2012 16:27:06 +0000 (11:27 -0500)]
Make tox.ini run pep8/hacking checks on bin.
This updates the pep8 checks in our tox.ini file so that
we are also scanning the bin directory.
Additionally, it updates the main pep8 check so that it scans
cinder properly as well. Previously there were a bunch of files
getting skipped due to some of the pep8 pattern matching.
Change-Id: Ib47a590303409e62546a75625ee356c9fa7af6ad
Dan Prince [Thu, 15 Nov 2012 16:26:31 +0000 (11:26 -0500)]
Various pep8/HACKING fixes for Cinder.
Fix some ordering/pep8/hacking issues in preperation for re-enabling
full pep8/HACKING checks in tox.
Change-Id: I7151ac73d1ace5d98046580e6d1c6a1dcc6c4cef
Jenkins [Thu, 15 Nov 2012 18:03:18 +0000 (18:03 +0000)]
Merge "Remove gen_uuid()"
Zhiteng Huang [Fri, 9 Nov 2012 17:32:22 +0000 (01:32 +0800)]
Volume RPC API Versioning
Add versioning to Volume Rpc API version. This is initial version
1.0, which is compatible with previous non-versioned RPC API.
Note: this patch slightly change the db.volume_update() behavior,
which now returns updated volume info.
Change-Id: I78036b6ed97c5bc369d8c85307ecaaad8e31ff90
Zhongyue Luo [Wed, 14 Nov 2012 13:49:07 +0000 (22:49 +0900)]
Remove gen_uuid()
Removed gen_uuid and uuid related unittests
Replaced utils.gen_uuid() with uuid.uuid4()
Change-Id: If34096f47fdea719e2dc180b448654519ede9bc9
Jenkins [Wed, 14 Nov 2012 17:02:06 +0000 (17:02 +0000)]
Merge "Remove obsolete use_local_volumes"
Jenkins [Wed, 14 Nov 2012 16:50:39 +0000 (16:50 +0000)]
Merge "Remove unused volume API method - remove_from_compute()"
Julien Danjou [Tue, 13 Nov 2012 14:26:48 +0000 (15:26 +0100)]
Remove obsolete use_local_volumes
Reading documentation, I felt on that option, but grepping the source
everywhere saw no use at all, and removing seems to be safe.
Change-Id: I0ec22bcc406402420bc06fd28c352b84a4e21b69
Signed-off-by: Julien Danjou <julien@danjou.info>
Zhongyue Luo [Wed, 7 Nov 2012 07:56:33 +0000 (15:56 +0800)]
Import order cleanup per HACKING
Change-Id: I5540a5d24f45aa51e0ef58b43427fbaf7726da89
Zhiteng Huang [Fri, 9 Nov 2012 06:37:21 +0000 (14:37 +0800)]
Remove unused volume API method - remove_from_compute()
remove_from_compute() method in cinder.volume.api is never used
by others and it is also broken since the interface in Nova has
been changed to remove_volume_connection(), thus it should be
removed from Cinder.
Change-Id: Ibcb2cf7f88606d9a540cc9a03b5c95990fca8c3e
Jenkins [Fri, 9 Nov 2012 06:11:58 +0000 (06:11 +0000)]
Merge "Scheduler API clean up and refactor"
Zhiteng Huang [Sat, 6 Oct 2012 17:11:41 +0000 (01:11 +0800)]
Scheduler API clean up and refactor
Unlike Nova scheduler, which has to consider serving compute and volume
scheduling, Cinder scheduler only serves volume scheduling, so there's no
need to keep generic interface 'schedule'. Instead, 'schedule_create_volume'
is added (if missing) to manager/driver class and chance/simple scheduler
driver implementation.
Also this patch changes the interface between API service and scheduler to
allow more information about volume is passed to scheduler for advanced
scheduling while maintained backward compatibility. And this change bumps
scheduler RPC API to version 1.2.
Change-Id: I42be05675cd73f89a03c84105ec512d7ee4f3c3a
Jenkins [Wed, 7 Nov 2012 02:15:42 +0000 (02:15 +0000)]
Merge "Add 'create_volume' to scheduler RPC API."
John Griffith [Tue, 6 Nov 2012 18:08:58 +0000 (11:08 -0700)]
Remove dm_setup(remove) call in volume_delete.
While it makes sense to perform the dm_setup(remove) before
performing the lvm remove, it seems to cause some buffer IO
errors as evident by kern.log.
I'm also a bit suspicous in that it seems the delete timeouts
we see seems to have increased in frequency with this addition.
I propose this step is removed until we completely understand the
impact of the kernel error on Precise kernels.
Fixes bug: #
1075675
Change-Id: I7ae4decea42d8f070d774d3e6376686b3e5b4f83
john-griffith [Tue, 6 Nov 2012 06:26:07 +0000 (23:26 -0700)]
Add ability to disable secure volume delete.
Due to gating issues caused by secure delete on LVM volumes,
add the ability to disable via flag.secure_delete.
Default will be set to True, but we add a way for the gate tests
to disable this until we can come up with a fix for
https://bugs.launchpad.net/cinder/+bug/
1023755 OR implement an alternative
secure delete method that doesn' suck.
Change-Id: I2a06e4f0021ba1f5d5aad7d0a5997a992e268858
john-griffith [Tue, 6 Nov 2012 05:11:52 +0000 (22:11 -0700)]
Remove the zeroing out of the volume altogether
Temporary change to get in new version which will
make the secure_delete configurable.
After pushing this and modifying the gate setup we'll
push the flag version.
Change-Id: Ic8a08566e02d822ab0eb309f61993fd8b7d21232
Zhiteng Huang [Thu, 4 Oct 2012 09:34:01 +0000 (17:34 +0800)]
Add 'create_volume' to scheduler RPC API.
Instead of directly call RPC methods, 'create_volume' should be
implemented in scheduler RPC API in order to do versioning.
This increases scheduler RPC version to 1.1
Change-Id: I22d5a097ec3a73c3460f4acd35c602da57f8b52d
Rushi Agrawal [Sat, 3 Nov 2012 06:51:28 +0000 (12:21 +0530)]
Fix run_tests.sh ambiguous usage msg and behaviour for -x option
In commit
https://github.com/openstack/cinder/commit/
50792c2ff41fdc7e73b3e3c51f4510366debfd14,
the committer wanted to add an option in run_tests.sh for generating XML
coverage report, but ended up accidentally overriding the default nose
option -x. But, the usage message still showed that using option -x will
'Stop running tests after the first error or failure'. So, I changed the
option to generate XML report to -X (capitalized 'x'). So now both -x and
-X options are available, with different purposes.
Fixes bug
1070047
Change-Id: Ie8c30c14629d4811d6db74f3eea9cdecb1d27c8a
clayg [Thu, 25 Oct 2012 09:55:13 +0000 (02:55 -0700)]
Add admin only action for force detach
This action calls the same methods nova would after it successfully
detaches a volume. By exposing it to the administrator it makes it's
easier to repair un-syncronized state between services. Generally when
the host is no longer attached, but the volume state is wrong.
Future work: The Iscsi based drivers don't seem to use
initialize_connection and terminate_connection to create the export for
the volume. This would be more useful with drivers that do that.
I added the force parameter to terminate_connection for drivers that may
want to differintiate between a normal terminate and the force detach.
Future Nova work: Nova will want an admin action to update the bdm
tables - today it's a bit of nova-manage shell work.
Change-Id: Icc1cff0f50a5ace9ebdae62c85524ee8d6ec23e0
Jenkins [Wed, 7 Nov 2012 17:20:59 +0000 (17:20 +0000)]
Merge "Splitting out volume drivers in driver.py"
Jenkins [Wed, 7 Nov 2012 16:43:14 +0000 (16:43 +0000)]
Merge "Port openstack-common/uuidutils to Cinder"
Zhongyue Luo [Wed, 7 Nov 2012 07:59:35 +0000 (15:59 +0800)]
Changes bit mode of zadara.py to 644
Change-Id: I0b4693d7da4ecfe5242dc302630c40ed2b8268ef
Zhiteng Huang [Mon, 5 Nov 2012 17:46:09 +0000 (01:46 +0800)]
Port openstack-common/uuidutils to Cinder
openstack-common has a new uuidutils to handle is_uuid_like(),
port it to Cinder.
Change-Id: I0ccc6166854193137af6a3210d3c465dd38fd955
Vishvananda Ishaya [Wed, 7 Nov 2012 04:12:00 +0000 (20:12 -0800)]
Fix 401 from auth_token middleware
The openssl popen call to verify the token returns an error code
of 2 when a file doesn't exist. Normally this is caught and the
relevant file is downloaded, but monkeypatching os causes this
error code to be eaten and cinder to return a 401. Note that this
is likely a race condition that depends on exactly when greenthreads
are switching that is causing the return code from Popen to get
overwritten.
It is possible that this is exposing an underlying bug in eventlet
but the workaround is simply to make sure that we don't monkeypatch
os.
Fixes bug
1075838
Change-Id: I69ba75136e32e95c6fdf108f0c4fe21a5e3bdbe6
Nirmal Ranganathan [Sun, 21 Oct 2012 19:07:13 +0000 (14:07 -0500)]
Splitting out volume drivers in driver.py
Moved RBDDriver, SheepdogDriver into their own respective driver
files under cinder/volume/drivers/*. Moved FakeISCSIDriver and
LoggingVolumeDriver into a fake driver file under the tests,
since that's the only place where those are used.
Implements bp driver-cleanup
Change-Id: I39d91ac8e498a9e42c5443db16706203b988444b
Jenkins [Sat, 3 Nov 2012 00:08:05 +0000 (00:08 +0000)]
Merge "Adding a SSH Connection Pool."
Nirmal Ranganathan [Fri, 2 Nov 2012 16:49:17 +0000 (11:49 -0500)]
Minor optimization in create_volume in HpSanISCSIDriver
Removing extra call to getClusterInfo in HpSANISCSIDriver
on every create_volume call. The cluster info is now
being lazily stored in a local variable.
Fixes bug
1074201
Change-Id: Iadf8383dbf87a8e82c649c312c67978c7dd3df71
Nirmal Ranganathan [Fri, 2 Nov 2012 04:05:35 +0000 (23:05 -0500)]
Adding a SSH Connection Pool.
Adds a connection pool using eventlet.pools
which works well with greenthreads. Adding new
parameters ssh_min_pool_conn and ssh_max_pool_conn.
Updating the _run_ssh method in san.py to use the
connection pool and cleaning up the existing
single connections, also added retries.
Fixes bug
1074185
Change-Id: I90dd89ffc025d09fc6ad060c4273508103b85456
Jenkins [Thu, 1 Nov 2012 17:02:07 +0000 (17:02 +0000)]
Merge "Return volume type name on volume create"
Jenkins [Thu, 1 Nov 2012 03:48:14 +0000 (03:48 +0000)]
Merge "Allow the user to update a volume's metadata"
Jenkins [Thu, 1 Nov 2012 03:44:20 +0000 (03:44 +0000)]
Merge "Log the body of an /action"
Jenkins [Wed, 31 Oct 2012 22:01:29 +0000 (22:01 +0000)]
Merge "Detect and fix issues caused by vol ID migration"
Clay Gerrard [Wed, 31 Oct 2012 20:25:55 +0000 (15:25 -0500)]
Return volume type name on volume create
Update openstack api controller for volumes to fully inflate the
returned volume model on create to populate the volume_type fields so
the response serializer will return the name of the volume_type instead
of the id on volume create requests. Returning the name on create is
consistent with the show and index commands.
fixes bug #
1071436
Change-Id: Ie091cf824a2df40211d8bcfa7f177fc851d737f5
Jenkins [Wed, 31 Oct 2012 18:29:20 +0000 (18:29 +0000)]
Merge "Add VolumeTenantAttribute API extension"
Sean Dague [Wed, 31 Oct 2012 14:10:29 +0000 (10:10 -0400)]
pin sqlalchemy to the 0.7 series
sqlalchemy 0.8 beta has hit mirrors, and changes dependencies, thus
breaking jenkins. This pins it to 0.7 series until all the projects
agree to move forward to 0.8.
Fixes bug #
1073569
Change-Id: If11f39d311ba9ef5cb2b198c9649a8997b2a52b5
Brian Waldon [Tue, 30 Oct 2012 22:06:12 +0000 (15:06 -0700)]
Add VolumeTenantAttribute API extension
Expose the ID of the project to which a volume belongs through a
new API extension. This is only presented to Admins by default.
Visibility can be controlled with the 'volume_tenant_attribute'
policy rule.
Change-Id: If85d9759af6a9457bf3230375cc64af9efe4a088
Jenkins [Tue, 30 Oct 2012 18:28:08 +0000 (18:28 +0000)]
Merge "Split out drivers in san.py"
Derrick J. Wippler [Fri, 19 Oct 2012 14:53:18 +0000 (14:53 +0000)]
Log the body of an /action
The inability to deduce an /action request from the logs
makes diagnosing integration with nova difficult. This change
logs the action method and arguments
Change-Id: Iea4f46c7da9c61e07aa23e897b60992b8fdb6663
John Griffith [Wed, 24 Oct 2012 22:28:02 +0000 (16:28 -0600)]
Detect and fix issues caused by vol ID migration
The migration from volume ID to UUID neglected to update the provider_location
field on the volume. As a result the iqn and volume name no long match and
existing volumes are no longer able to be attached after an upgrade
(essex -> folsom and then nova-vol->cinder).
This patch adds a method to the volume driver that will check for the
mismatch of volume name in the iqn during service start up. If
detected it will update the provider_location field in the database
to include the new ID. Also it will create a symlink to the device backing
file that also has the correct naming convention.
Note: We don't disturb an connections that are currently attached.
For this case we add a check in manager.detach and do any provider_location
cleanup that's needed at that time. This ensures that connections
persist on restarts of tgtd and reboot.
Change-Id: I8224824b793c98a9767c5d8dd741d892be720c4f
Fixes: bug 1065702
Nirmal Ranganathan [Sun, 21 Oct 2012 16:38:45 +0000 (11:38 -0500)]
Split out drivers in san.py
The SolarisISCSIDriver and HpSanISCSIDriver have been removed from
san.py and placed in their own files. The default SanISCSIDriver
implementing some common methods still resides in san.py. These
san drivers have now been grouped in the san module.
Implements bp driver-cleanup
Change-Id: I68802f01a4a8c7e93e097777d305fbee0d15128a
Brian Waldon [Sat, 27 Oct 2012 22:36:30 +0000 (15:36 -0700)]
Add VolumeHostAttribute API extension
Expose the host on which a volume resides through a new API
extension. This is only presented to Admins by default. This
can be controlled with the 'volume_host_attribute' policy
rule.
Fixes bug
1035350.
Change-Id: I0a74a0dfbd78e853219150fbe0d3fba77c6f9bb6
Zhiteng Huang [Wed, 3 Oct 2012 09:10:57 +0000 (17:10 +0800)]
Add default volume type flag
Where using volume type scheduler, 'volume type' is an essential input for
scheduler to perform sophysticated scheduling. This patch adds a new
flag 'default_volume_type to allow admin to set one volume type as the
default type for volume creation if user doesn't specify any.
Also add more clear 404 message to API if create request provided non-existing
volume type.
Note: Setting the 'default_volume_type' flag to non-existing volume type
is problematic and should be avoided, and the outcome of such behavior is
equivlant to setting default volume type to None.
This is part of patch set implementing 'volume-type-scheduler'.
Change-Id: Ib2b2bbdc9bc96ab097cca2821c9aef04c65c2857
Josh Durgin [Thu, 25 Oct 2012 23:14:07 +0000 (16:14 -0700)]
Fix typo so setting volume_tmp_dir works
This can be controlled by environment variables without setting
volume_tmp_dir as well, so there's an easy workaround for
Folsom.
Fixes LP bug #
1071536
Signed-off-by: Josh Durgin <josh.durgin@inktank.com>
Change-Id: I50996c7c7a870d8e2bab1d3f44fd4d15b8ced6a6
Rongze Zhu [Tue, 23 Oct 2012 12:12:30 +0000 (12:12 +0000)]
Rollback for resources during volume creation failure
Fixes bug #
1070258
Add a single QUOTAS.rollback for all exceptions. Ensure that no stale
"reservations" are left in place after a failed volume creation.
Change-Id: Iedb193b213b8ee700a5765278ac4d00dac66d53a
jking-6 [Wed, 24 Oct 2012 17:15:03 +0000 (13:15 -0400)]
Allow the user to update a volume's metadata
The fix mainly involves updating the VolumeController's update method
to allow the 'metadata' key to be a valid key in a request body.
The _translate_volume_summary_view method is updated to check for a
'metadata' key in the vol parameter after checking first for
'volume_metadata'. This is to avoid making a third call to the
database after updating the volume model. This solution introduces
the least amount of new code.
Change-Id: I41256d03f9c4c7a0866ff0f2d35fce8e4fd26b11
Fixes: bug #1046382
Jenkins [Wed, 24 Oct 2012 17:52:45 +0000 (17:52 +0000)]
Merge "Drop unused quota_usage db methods"
Jenkins [Wed, 24 Oct 2012 17:22:53 +0000 (17:22 +0000)]
Merge "Update HACKING.rst and related changes from Nova/PEP8."
Jenkins [Wed, 24 Oct 2012 15:00:39 +0000 (15:00 +0000)]
Merge "Adds support for Windows 2012 Storage Server blueprint windows2012driver https://blueprints.launchpad.net/cinder/+spec/windows2012driver"
Vincent Hou [Mon, 22 Oct 2012 05:50:56 +0000 (13:50 +0800)]
Add the generation of the username and password for iSCSI target.
When a volume is created, a pair of username and password is generated by the
driver for tgtadm and ietadm.
Implementation of bpiSCSI-CHAP.
Change-Id: I4f382a96ba4553158dc609e8caf9e70486e30603
Jenkins [Tue, 23 Oct 2012 01:17:19 +0000 (01:17 +0000)]
Merge "Add trove classifiers for PyPI"
Eric Harney [Mon, 22 Oct 2012 22:37:11 +0000 (18:37 -0400)]
Update HACKING.rst and related changes from Nova/PEP8.
Sync up with changes made in Nova, this adds information
about line continuation (PEP8), OpenStack capitalization,
and commit messages.
Change-Id: Id6637307411bcc7a3637ac514c4ec34e26481e0d
Jenkins [Mon, 22 Oct 2012 22:39:03 +0000 (22:39 +0000)]
Merge "Ensure device node exists before wiping during volume deletion"
Jenkins [Mon, 22 Oct 2012 22:37:53 +0000 (22:37 +0000)]
Merge "Update volume and snapshot status on delete"
Doug Hellmann [Mon, 22 Oct 2012 22:25:01 +0000 (18:25 -0400)]
Add trove classifiers for PyPI
Add classifiers so we can eventually register the project
on PyPI to reserve the name, even though we won't release
packages there.
Change-Id: I11fa429d34301ba9a1ec9a543f88d57eb3ac56bb
Signed-off-by: Doug Hellmann <doug.hellmann@dreamhost.com>
Eric Harney [Mon, 22 Oct 2012 22:02:17 +0000 (18:02 -0400)]
Ensure device node exists before wiping during volume deletion
If the LVM device node is missing when a Cinder volume is deleted,
a large amount of data will be written to /dev/. Check that the
device node exists before performing a _copy_volume('/dev/zero'...)
to wipe it. Fixes bug
1070023.
Change-Id: I77a0a5545a54a4adc905a781ed8120db7adccc27
Clay Gerrard [Mon, 22 Oct 2012 21:47:12 +0000 (16:47 -0500)]
Update volume and snapshot status on delete
Change the status of "deleting" resources at the same time we update boolean
flag for deleted. Makes dumb queries looking for stuck statuses a little
easier.
Change-Id: Iaf3386526a369f9bf281eb4be42eb11277038c92
Brian Waldon [Mon, 22 Oct 2012 21:37:26 +0000 (14:37 -0700)]
Drop unused quota_usage db methods
The quota_usage_update and quota_usage_destroy db methods are
not used anywhere - drop them.
Change-Id: Iaa23d1de1642ac7ec9ab4b4cbe119ec742346505
Brian Waldon [Mon, 22 Oct 2012 21:17:40 +0000 (14:17 -0700)]
Drop duplicate sqlalchemy db api methods
Several methods were redefined at the bottom of
cinder/db/sqlalchemy/api.py. They have been removed:
- quota_get
- quota_get_all_by_project
- quota_create
- quota_update
- quota_destroy
- quota_destroy_all_by_project
- quota_class_get
- quota_class_get_all_by_name
- quota_class_create
- quota_class_update
- quota_class_destroy
- quota_class_destroy_all_by_name
- quota_usage_get
- quota_usage_get_all_by_project
- quota_usage_create
- quota_usage_update
- quota_usage_destroy
Fix bug
1070033
Change-Id: I64b0b0045af7251853da97a8a8c4b2cb09b1dd53
Jenkins [Mon, 22 Oct 2012 19:11:22 +0000 (19:11 +0000)]
Merge "Update common."
Rongze Zhu [Mon, 22 Oct 2012 03:39:04 +0000 (03:39 +0000)]
Change output strings to i18ned
Fixes bug #
1069601.
Ensure visible message in cinder-volume-usage-audit got through
translation.
Change-Id: I5c32ce3b2ef2541b8a5520ed53feaf8e00f43c9d
Pedro Navarro Perez [Thu, 18 Oct 2012 20:44:59 +0000 (22:44 +0200)]
Adds support for Windows 2012 Storage Server
blueprint windows2012driver
https://blueprints.launchpad.net/cinder/+spec/windows2012driver
Change-Id: I3f7efb1b976fedc4afb736b87d550a34c330c839
Michael Still [Thu, 18 Oct 2012 18:43:12 +0000 (11:43 -0700)]
Update common.
policy.py is not updated as it causes test failures. I will investigate
that separately.
Change-Id: I9936137c1ab5b368ba6c3c35c423568b38bf913f
Cory Wright [Thu, 18 Oct 2012 15:00:41 +0000 (08:00 -0700)]
Fix incorrect class path for legacycinder formatter in logging_sample.conf
Change-Id: I313609f7b996650dfa2c804ebe964aa31549f5ea
Eric Harney [Wed, 10 Oct 2012 14:38:22 +0000 (10:38 -0400)]
Error message references incorrect variable
In remove_iscsi_target() for the TgtAdm class, the "Failed to
create iscsi target for volume id:" message references a
variable that doesn't exist -- use the correct variable name.
Fixes bug
1065073.
Change-Id: I55acb0dd2ee368fdc62a0ded6280d7ef7cd8ab7f
Jenkins [Tue, 9 Oct 2012 02:32:13 +0000 (02:32 +0000)]
Merge "Configuration Options clean up"
Eoghan Glynn [Thu, 27 Sep 2012 21:03:16 +0000 (22:03 +0100)]
Loosen anyjson dependency to avoid clash with ceilometer
Ceilometer depends on anyjson 0.3.1, whereas cinder requires
exacly 0.2.4.
The net effect is a devstack with ceilometer installed will
appear to work initially, as ceilometer is sparked up after
cinder. However, if any of the cinder services are subsequently
restarted, they fail with:
pkg_resources.DistributionNotFound: anyjson==0.2.4
By simply allowing the cinder anyjson dependency version to
be greater than as opposed to an exact match, we can avoid
the clash.
Change-Id: I21737a2504705f15dd16e6762b44624678177442
Zhiteng Huang [Mon, 8 Oct 2012 07:36:39 +0000 (15:36 +0800)]
Configuration Options clean up
Small clean up of configuration options including:
* unused config opts:
- reclaim_instance_interval
* rename 'instance' in config opts name/help message to 'volume'
- 'instance_usage_audit_period' to 'volume_usage_audit_period'
- help message of 'volume_name_template'
This change also re-generates cinder.conf.sample file.
Change-Id: I3d6c43cf56a5335b4bf768c51d65d76735213431
Jenkins [Fri, 5 Oct 2012 18:16:35 +0000 (18:16 +0000)]
Merge "Add snapshot force delete admin action"
Jenkins [Fri, 5 Oct 2012 17:49:44 +0000 (17:49 +0000)]
Merge "Mock out sleep in some retry tests"
Julien Danjou [Fri, 5 Oct 2012 12:29:19 +0000 (14:29 +0200)]
Fix typo in policy documentation
Change-Id: I61df9dc9b752e1598f4a472771e581091f4de18f
Signed-off-by: Julien Danjou <julien@danjou.info>
Jenkins [Fri, 5 Oct 2012 04:32:15 +0000 (04:32 +0000)]
Merge "Use policy based rule to define context.is_admin"
clayg [Thu, 4 Oct 2012 07:31:28 +0000 (02:31 -0500)]
Add snapshot force delete admin action
Change-Id: I289030cf0db42aa78cd2d8441d89610dad6cbeaa
Clay Gerrard [Wed, 3 Oct 2012 18:00:07 +0000 (13:00 -0500)]
Mock out sleep in some retry tests
Stub sleep in storwize tests
Stub sleep in glance tests
Change-Id: Ia935d561d104a4cd6373624208dedf5891b516e3
Jenkins [Wed, 3 Oct 2012 17:29:41 +0000 (17:29 +0000)]
Merge "Fix typo in sample configuration file"
Jenkins [Wed, 3 Oct 2012 17:19:08 +0000 (17:19 +0000)]
Merge "Replace builtin hash with MD5 to solve 32/64-bit issues."