]> review.fuel-infra Code Review - openstack-build/cinder-build.git/log
openstack-build/cinder-build.git
9 years agoLVM: Support efficient data copy using "dd" for create_cloned_volume
Mitsuhiro Tanino [Fri, 8 May 2015 19:00:03 +0000 (15:00 -0400)]
LVM: Support efficient data copy using "dd" for create_cloned_volume

The create_cloned_volume uses dd command for data copy, but the
copy always copy full blocks even if the source data contains
many null or zero blocks. When we use thin provisioned LVM,
blocks are not pre-allocated, so unused region returns zero.
If we copy full block for destination volume, unnecessary blocks
will be allocated and the usage will be 100%.

The dd command has conv=sparse option in order to copy data more
efficiently. This patch enables conv=sparse option as an argument
of dd command for create_cloned_volume when we use thin provisioned
LVM.

[NOTE]
This patch only enables conv=sparse parameter of dd command for
create_cloned_volume() path of LVM driver. There are some places
using dd in Cinder, but we should carefully consider to apply
this parameter for other places because misuse of this parameter
causes security issues or data corruptions. Also we DO NOT use this
parameter for volume wiping case because the volume is not cleared
at all.

Here are some results for this option.

- Without conv=sparse option
  LV            VG    Attr       LSize   Pool     Origin Data%
  vg1-pool      vg1   twi-a-tz--   3.80g                  31.45
  volume-clone  vg1   Vwi-a-tz--   1.00g vg1-pool        100.00
  volume-source vg1   Vwi-a-tz--   1.00g vg1-pool         19.53

- With conv=sparse option
  LV            VG    Attr       LSize   Pool     Origin Data%
  vg1-pool      vg1   twi-a-tz--   3.80g                  10.28
  volume-clone  vg1   Vwi-a-tz--   1.00g vg1-pool         19.53
  volume-source vg1   Vwi-a-tz--   1.00g vg1-pool         19.53

Change-Id: I743f823ca38529b12301a89308d1d406aa3fa45f
Closes-bug: #1224671

9 years agoMerge "GlusterFS: Support over subscription in thin provisioning"
Jenkins [Tue, 12 May 2015 21:30:32 +0000 (21:30 +0000)]
Merge "GlusterFS: Support over subscription in thin provisioning"

9 years agoMerge "Check type match on create from source/snap"
Jenkins [Tue, 12 May 2015 19:39:10 +0000 (19:39 +0000)]
Merge "Check type match on create from source/snap"

9 years agoMerge "Remove Brick from cinder codebase"
Jenkins [Tue, 12 May 2015 17:25:17 +0000 (17:25 +0000)]
Merge "Remove Brick from cinder codebase"

9 years agoCheck type match on create from source/snap
John Griffith [Tue, 12 May 2015 14:03:27 +0000 (08:03 -0600)]
Check type match on create from source/snap

We used to allow creating from source/snap and specifying a
different type than the originating resource when doing so.
Once we started getting more drivers and more multi-backend
configurations, we implemented a check in volume.api that
took this away (broke it).  There have been a number of
arguments about whether this should be allowed or not, and
that it could fail after the rpc call leaving the user with
nothing more than a "failed" volume and no explanation as to
why.

This patch allows the capability, but checks validity at the
API layer before issuing the create call.  There are two
requirements for the new type specification to be valid:
1. There is only one backend (cinder-volume) topic configured
2. Both types in question specify the same volume_backend_name
If neither of these requirements are met, the user will receive
an "invalid type" error explaining that the type combination is
not compatible and that they should omit the type argument altogether.

Change-Id: I08bc5e9a8800ce3b27c7db90b7bff86d7d14359a
Closes-Bug: #1289931

9 years agoMerge "Clean up failed clones in VMAX driver"
Jenkins [Tue, 12 May 2015 01:42:43 +0000 (01:42 +0000)]
Merge "Clean up failed clones in VMAX driver"

9 years agoMerge "Fix common misspellings"
Jenkins [Mon, 11 May 2015 20:03:52 +0000 (20:03 +0000)]
Merge "Fix common misspellings"

9 years agoMerge "Follow i18n guidelines in LIO target"
Jenkins [Mon, 11 May 2015 18:43:26 +0000 (18:43 +0000)]
Merge "Follow i18n guidelines in LIO target"

9 years agoMerge "Fix typo in log messages and comments"
Jenkins [Mon, 11 May 2015 15:46:38 +0000 (15:46 +0000)]
Merge "Fix typo in log messages and comments"

9 years agoMerge "GlusterFS: Renaming test case to test_mount_glusterfs"
Jenkins [Mon, 11 May 2015 15:46:24 +0000 (15:46 +0000)]
Merge "GlusterFS: Renaming test case to test_mount_glusterfs"

9 years agoRemove Brick from cinder codebase
Walter A. Boring IV [Wed, 11 Feb 2015 20:22:01 +0000 (12:22 -0800)]
Remove Brick from cinder codebase

This patch removes the existing brick initiator code from Cinder.
The new os-brick pypi library takes over.

The only thing left behind is the local_dev directory
as it's not part of os-brick.   We should possibly
move this elsewhere in a follow up patch.

Change-Id: Iaa22b30b852ea055a8698e0faaefa5caff84d090
Depends-On: I0096e76f958e04829b98d5c4c47f49c82b58d8aa

9 years agoFollow i18n guidelines in LIO target
Gorka Eguileor [Wed, 6 May 2015 12:44:19 +0000 (14:44 +0200)]
Follow i18n guidelines in LIO target

In LIO target some logging instances do not follow i18n guidelines
related to delayed string interpolation.

Change-Id: Ie184725ea9d83d676612ec82ea56013c0f15eed4

9 years agoNFS Backup: Correcting backup_sha_block_size_bytes help message
Bharat Kumar Kobagana [Mon, 11 May 2015 10:31:10 +0000 (16:01 +0530)]
NFS Backup: Correcting backup_sha_block_size_bytes help message

This patch corrects the help message of configuration parameter
"backup_sha_block_size_bytes".

Change-Id: I9d8082adad8ea13aec348a4cbb027ec16d4086a4

9 years agoFix common misspellings
Martin Kletzander [Thu, 19 Mar 2015 16:25:56 +0000 (17:25 +0100)]
Fix common misspellings

Wikipedia's list of common misspellings [1] has a machine-readable
version.  This patch fixes those misspellings mentioned in the list
which don't have multiple right variants (as e.g. "accension", which can
be both "accession" and "ascension"), such misspellings are left
untouched.  The list of changes was manually re-checked for false
positives.

[1] https://en.wikipedia.org/wiki/Wikipedia:Lists_of_common_misspellings/For_machines

Change-Id: I44d53a807a6d2e9910daab939f4c0b7768c07ad9
Signed-off-by: Martin Kletzander <mkletzan@redhat.com>
9 years agoGlusterFS: Renaming test case to test_mount_glusterfs
Bharat Kumar Kobagana [Mon, 11 May 2015 07:19:21 +0000 (12:49 +0530)]
GlusterFS: Renaming test case to test_mount_glusterfs

With the patch [1], GlusterFS is now using mount method in
RemoteFsClient. That method mounts a gluster share only if it has
not already been mounted.

So, having test case name as
test_mount_glusterfs_should_mount_correctly, doesn't make sense now.
This patch changes its name to 'test_mount_glusterfs'.

[1] https://review.openstack.org/#/c/165424/

Change-Id: I33c16a8315a11fc16ab478d667490f3f73002ee8

9 years agoMerge "Add os-brick to cinder requirements.txt"
Jenkins [Sun, 10 May 2015 05:17:19 +0000 (05:17 +0000)]
Merge "Add os-brick to cinder requirements.txt"

9 years agoMerge "Remove unnecessary checks for encrypted types"
Jenkins [Sun, 10 May 2015 04:53:40 +0000 (04:53 +0000)]
Merge "Remove unnecessary checks for encrypted types"

9 years agoAdd new exception to retryables in SolidFire driver
John Griffith [Mon, 4 May 2015 17:31:15 +0000 (11:31 -0600)]
Add new exception to retryables in SolidFire driver

Newer versions of SolidFire Element OS introduce an
internal snapshot mechanism during cloning that also
includes a new exception (xNotReadyForIO).

This can be encountered when programmatically cloning
hundreds of large volumes. Typically this will succeed
on a retry of the clone command, so we should add this
new exception to our list of retryable exceptions in
the SolidFire driver.

Change-Id: I4e1ddf02087499b4efff6eabf2310a245bef93c9
Closes-Bug: #1451505

9 years agoMerge "Convert mox to mock: tests/compute/test_service.py"
Jenkins [Sat, 9 May 2015 10:48:13 +0000 (10:48 +0000)]
Merge "Convert mox to mock: tests/compute/test_service.py"

9 years agoMerge "Add volume status to error messages in backup create flow"
Jenkins [Fri, 8 May 2015 22:27:21 +0000 (22:27 +0000)]
Merge "Add volume status to error messages in backup create flow"

9 years agoConvert mox to mock: tests/compute/test_service.py
Bala Gopal Raj [Wed, 24 Dec 2014 12:15:21 +0000 (17:45 +0530)]
Convert mox to mock: tests/compute/test_service.py

Replace mox testing library by mock in the file
cinder/tests/compute/test_service.py

Implements: blueprint mox-to-mock-conversion
Change-Id: I48e7de0606318e4140928a8209691f752a3fbb0c

9 years agoMerge "Dell: Added support for update_migrated_volume"
Jenkins [Fri, 8 May 2015 21:23:50 +0000 (21:23 +0000)]
Merge "Dell: Added support for update_migrated_volume"

9 years agoMerge "GlusterFS: Using mount method in RemoteFsClient"
Jenkins [Fri, 8 May 2015 20:40:28 +0000 (20:40 +0000)]
Merge "GlusterFS: Using mount method in RemoteFsClient"

9 years agoMerge "FlashSystem reports error while running tests with multi-thread"
Jenkins [Fri, 8 May 2015 19:02:20 +0000 (19:02 +0000)]
Merge "FlashSystem reports error while running tests with multi-thread"

9 years agoMerge "Create initiator id for VMAX iSCSI driver"
Jenkins [Fri, 8 May 2015 19:02:09 +0000 (19:02 +0000)]
Merge "Create initiator id for VMAX iSCSI driver"

9 years agoMerge "SMBFS: Add minimum qemu-img version requirement"
Jenkins [Fri, 8 May 2015 19:01:17 +0000 (19:01 +0000)]
Merge "SMBFS: Add minimum qemu-img version requirement"

9 years agoMerge "Add Multi-connection support to XIV"
Jenkins [Fri, 8 May 2015 18:56:44 +0000 (18:56 +0000)]
Merge "Add Multi-connection support to XIV"

9 years agoMerge "Correct directories check for N327 hacking check"
Jenkins [Fri, 8 May 2015 18:55:37 +0000 (18:55 +0000)]
Merge "Correct directories check for N327 hacking check"

9 years agoMerge "tests: replace mox by mox3, clean out mox usage"
Jenkins [Fri, 8 May 2015 18:55:18 +0000 (18:55 +0000)]
Merge "tests: replace mox by mox3, clean out mox usage"

9 years agoMerge "Windows iSCSI: remove ensure_export"
Jenkins [Fri, 8 May 2015 18:55:07 +0000 (18:55 +0000)]
Merge "Windows iSCSI: remove ensure_export"

9 years agoMerge "Cinder os-attach api returns 500"
Jenkins [Fri, 8 May 2015 18:54:57 +0000 (18:54 +0000)]
Merge "Cinder os-attach api returns 500"

9 years agoMerge "Rename Datera test to test_datera for discovery"
Jenkins [Fri, 8 May 2015 18:54:47 +0000 (18:54 +0000)]
Merge "Rename Datera test to test_datera for discovery"

9 years agoMerge "Allow rexports for targets with Datera"
Jenkins [Fri, 8 May 2015 18:50:51 +0000 (18:50 +0000)]
Merge "Allow rexports for targets with Datera"

9 years agoMerge "Log command failure details before raising ISCSITargetDetachFailed"
Jenkins [Fri, 8 May 2015 18:43:57 +0000 (18:43 +0000)]
Merge "Log command failure details before raising ISCSITargetDetachFailed"

9 years agoMerge "Fix missing translations for log messages"
Jenkins [Fri, 8 May 2015 18:35:12 +0000 (18:35 +0000)]
Merge "Fix missing translations for log messages"

9 years agoMerge "cinder os-detach api returns 500"
Jenkins [Fri, 8 May 2015 18:31:34 +0000 (18:31 +0000)]
Merge "cinder os-detach api returns 500"

9 years agoMerge "Bad link in API version details response"
Jenkins [Fri, 8 May 2015 18:18:29 +0000 (18:18 +0000)]
Merge "Bad link in API version details response"

9 years agoMerge "Fix FakeISCSIDriver and FakeISERDriver"
Jenkins [Fri, 8 May 2015 18:09:09 +0000 (18:09 +0000)]
Merge "Fix FakeISCSIDriver and FakeISERDriver"

9 years agoMerge "Eqlx: Fixes the retries on Network Connection Error"
Jenkins [Fri, 8 May 2015 18:03:04 +0000 (18:03 +0000)]
Merge "Eqlx: Fixes the retries on Network Connection Error"

9 years agoFlashSystem reports error while running tests with multi-thread
Edwin Wang [Fri, 8 May 2015 03:00:01 +0000 (11:00 +0800)]
FlashSystem reports error while running tests with multi-thread

There was an issue while running initialize_connection/
terminate_connection/_map_vdisk_to_host/_unmap_vdisk_from_host in
parallel threads.

This fix adds lock into these functions and removes incorrect
timer.stop().

Change-Id: If433522bc7799e16a918ba7c5b300b7333e430a8
Close-bug: 1452721

9 years agoDell: Added support for update_migrated_volume
Tom Swanson [Thu, 7 May 2015 21:39:26 +0000 (16:39 -0500)]
Dell: Added support for update_migrated_volume

Added support for updated_migrated_volume to common driver.
Added rename_volume to dell_storagecenter_api to support it.
Added tests to test_dellsc.py and test_dellapi.py.

The only thing we do in this rename the newly migrated volume
destination volume on the Dell Storage center to be the same
as the original volume ID.  Since we identify the volumes
by volume ID this prevents them from being lost.

Change-Id: I531e24853cf5db8b7c34d91460d3abe786a652de
Closes-bug: 1452919

9 years agoMerge "Fix xxx=\n pep8 errors in volume_utils.py"
Jenkins [Fri, 8 May 2015 14:14:26 +0000 (14:14 +0000)]
Merge "Fix xxx=\n pep8 errors in volume_utils.py"

9 years agoFix FakeISCSIDriver and FakeISERDriver
Ivan Kolodyazhny [Fri, 8 May 2015 14:00:04 +0000 (17:00 +0300)]
Fix FakeISCSIDriver and FakeISERDriver

Need to pass correct int value for provisioned_capacity_gb capability
to get it working with scheduler.

Change-Id: Iee93f11d12e035d89227c5ffaf336ee2dcd1bcec
Closes-Bug: #1453146

9 years agoAdd volume status to error messages in backup create flow
Ivan Kolodyazhny [Wed, 8 Apr 2015 10:49:49 +0000 (13:49 +0300)]
Add volume status to error messages in backup create flow

If volume status is not 'available' we can't create a backup. Adding
current volume status to error message will make logs more
user-friendly.

Change-Id: Iab7a794a5104b28c54de23571f589fcf60e09c7d

9 years agoBad link in API version details response
Vilobh Meshram [Wed, 6 May 2015 19:23:40 +0000 (12:23 -0700)]
Bad link in API version details response

Fix the broken link in API version detail response.

Change-Id: I556edadf70896711f6c1fa4e01442f65604d9a53
Closes-Bug: #1445088

9 years agoMerge "Fix the KeyError in CloudByte iSCSI cinder driver"
Jenkins [Thu, 7 May 2015 23:26:41 +0000 (23:26 +0000)]
Merge "Fix the KeyError in CloudByte iSCSI cinder driver"

9 years agoFix xxx=\n pep8 errors in volume_utils.py
John Griffith [Thu, 7 May 2015 22:27:05 +0000 (16:27 -0600)]
Fix xxx=\n pep8 errors in volume_utils.py

Newer versions of pep8 will catch this and complain,
rather than continuing to ignore in my editor just fix
them up real quick.

Change-Id: Ib19b11cad3508d879059a22b4a81aa024b5d9a30

9 years agoMerge "Fix 'driver is uninitialize' typo"
Jenkins [Thu, 7 May 2015 21:37:38 +0000 (21:37 +0000)]
Merge "Fix 'driver is uninitialize' typo"

9 years agoLog command failure details before raising ISCSITargetDetachFailed
Matt Riedemann [Thu, 7 May 2015 20:39:33 +0000 (13:39 -0700)]
Log command failure details before raising ISCSITargetDetachFailed

In the case that there is some useful information in the
ProcessExecutionError (like stderr) when trying to terminate the
connection in the lio target, also log the error.

Related-Bug: #1450658

Change-Id: Id28968735eca27c4c4e5892e14d06aece02b06f5

9 years agoEqlx: Fixes the retries on Network Connection Error
rajinir [Tue, 28 Apr 2015 16:28:51 +0000 (11:28 -0500)]
Eqlx: Fixes the retries on Network Connection Error

Volume creations were failing due to ssh connection
errors throwing ProcessExecutionError
and retries were not happening. Made a fix
to retry commands on both network errors and
backend api exceptions.
The parameter eqlx_cli_max_retries determines
the number of retry attempts made.

Closes Bug: #1441719
Change-Id: I54b76afc6c9c5d51dd9c38831ee0a1c731c7b161

9 years agoRename Datera test to test_datera for discovery
Mike Perez [Thu, 7 May 2015 19:12:52 +0000 (12:12 -0700)]
Rename Datera test to test_datera for discovery

This will allow testr to see the tests when specifying to only run the
Datera tests.

Change-Id: I3316ab1d2cd614d4e2b076ab3d68b366383c9c29

9 years agoAllow rexports for targets with Datera
Mike Perez [Thu, 7 May 2015 19:09:45 +0000 (12:09 -0700)]
Allow rexports for targets with Datera

Sometimes due to timing, rexporting a target would fail. This will
verify with Datera if a target already exists, or if it should recreate
an export.

Change-Id: I9c40603cbb525c23e010285bdc66efaaaf4be142
Closes-Bug: #1452838

9 years agoAdd os-brick to cinder requirements.txt
Walter A. Boring IV [Thu, 7 May 2015 18:15:18 +0000 (11:15 -0700)]
Add os-brick to cinder requirements.txt

This patch adds the os-brick pypi library to
Cinder's requirements.txt as a precursor to the
removal of cinder/brick from the codebase.

Change-Id: Ib0c0996421af1c52fe66df5479768addc40412ad

9 years agoFix the KeyError in CloudByte iSCSI cinder driver
yogeshprasad [Thu, 7 May 2015 11:17:12 +0000 (16:47 +0530)]
Fix the KeyError in CloudByte iSCSI cinder driver

Driver returns KeyError during list TSM if there is no TSM
found in CloudByte Storage.
This patch will make driver to return proper message.

Change-Id: I77f137afc87b63c0b491e010a1b8ccf63e9e89c2
Closes-Bug: 1452642

9 years agoFix missing translations for log messages
ankitagrawal [Mon, 16 Mar 2015 13:01:59 +0000 (06:01 -0700)]
Fix missing translations for log messages

Fixed log translations in sqlalchemy module for error, info and warning
messages with appropriate marker function according to the logging
standards [1].

As LOG.warn has deprecated [2] so I have changed LOG.warn to
LOG.warning.

[1] http://docs.openstack.org/developer/oslo.i18n/guidelines.html
[2] http://bugs.python.org/issue13235

Partial-Bug: 1431256
Change-Id: Icec6775ca54b47bd0aa7796d5656a0f42a599f51

9 years agoCinder os-attach api returns 500
PranaliDeore [Mon, 27 Apr 2015 11:52:46 +0000 (04:52 -0700)]
Cinder os-attach api returns 500

If volume is in 'in-use' state or invalid instance UUID
is passed to cinder os-attach api, then it returns 500 error
because InvalidVolume and InvalidUUID exceptions are raised
from manager, but not caught at api level.

Caught RemoteError exception in the api and returned 400 error
code if user passes invalid information of the volume or invalid
instance UUID.

Closes-Bug: 1449454
Change-Id: I2121b03b9f2310c40e0158627b7d4b9ba73a8f5d

9 years agocinder os-detach api returns 500
PranaliDeore [Tue, 28 Apr 2015 12:00:28 +0000 (05:00 -0700)]
cinder os-detach api returns 500

If invalid 'attachment_id' is passed to the os-detach
api, then it returns 500 error because even though
VolumeAttachmentNotFound exception is raised from manager,
it gets converted to RemoteError due to rpcapi call.

Caught RemoteError exception in the api and returned 400
error to the user if exception type is VolumeAttachmentNotFound
OR InvalidVolume. In other cases 500 error is raised.

Fixed typo in comment of volume manager.

Closes-Bug: 1449870
Change-Id: I92b03e0af3b7ab517e34edaeffd88f0a00516000

9 years agoMerge "Preserve usage and reservations on quota deletion"
Jenkins [Thu, 7 May 2015 09:29:06 +0000 (09:29 +0000)]
Merge "Preserve usage and reservations on quota deletion"

9 years agoMerge "Fix unit tests spam output"
Jenkins [Thu, 7 May 2015 05:20:32 +0000 (05:20 +0000)]
Merge "Fix unit tests spam output"

9 years agoMerge "Logging not using oslo.i18n guidelines (zonemgr)"
Jenkins [Thu, 7 May 2015 03:02:09 +0000 (03:02 +0000)]
Merge "Logging not using oslo.i18n guidelines (zonemgr)"

9 years agoMerge "HDS HNAS Driver fails when FS unhealthy"
Jenkins [Wed, 6 May 2015 18:50:03 +0000 (18:50 +0000)]
Merge "HDS HNAS Driver fails when FS unhealthy"

9 years agoHDS HNAS Driver fails when FS unhealthy
Adriano Rosso [Tue, 5 May 2015 18:58:38 +0000 (15:58 -0300)]
HDS HNAS Driver fails when FS unhealthy

This patch fixes the error when there is a file system in an
unhealthy HNAS storage pool.

Change-Id: Ic17c540039996f4a1060829d5f1f12a5f3155271
Closes-bug: #1452002

9 years agoLogging not using oslo.i18n guidelines (zonemgr)
Sean McGinnis [Tue, 5 May 2015 20:57:30 +0000 (15:57 -0500)]
Logging not using oslo.i18n guidelines (zonemgr)

Multi-patch set for easier chunks. This one addresses
the zonemanager cinder directory.

There have been quite a few instances found where the
i18n guidelines are not being followed. I believe this
has helped lead to some of the confusion around how to
correctly do this. Other developers see this code and
assume it is an example of the correct usage.

This patch attempts to clean up most of those violations
in the existing codebase to hopefully help avoid some of
that confusion in reviews.

Some issues address:
* Correct log translation markers for different log levels
* Passing format values as arguments to call, not preformatting
* Not forcing translation via six.text_type and others

Guidelines can be found here:
http://docs.openstack.org/developer/oslo.i18n/guidelines.html

Hacking checks will not be able to identify all violations of
the guidelines, but it could be useful for catching obvious
one such as LOG.info("No markers!").

Change-Id: I992234cdbe3ac8c59d4c6a6c5362b009162ba38a
Partial-bug: 1433216

9 years agoFix broken add_iscsi_conn log message
ankitagrawal [Wed, 6 May 2015 07:39:56 +0000 (00:39 -0700)]
Fix broken add_iscsi_conn log message

In hnas_backend.py add_iscsi_conn method, info message is
not logged correctly due to broken format string.

Fixed the broken format string to log proper info message.

Closes-Bug: 1452160
Change-Id: Ie277ecc23ca5c10b161849075d448188845f0865

9 years agoMerge "Logging not using oslo.i18n guidelines (scheduler)"
Jenkins [Wed, 6 May 2015 02:47:27 +0000 (02:47 +0000)]
Merge "Logging not using oslo.i18n guidelines (scheduler)"

9 years agoFix unit tests spam output
Yuriy Nesenenko [Wed, 29 Apr 2015 17:36:09 +0000 (20:36 +0300)]
Fix unit tests spam output

Some of unit tests print logs to stdout. Tests output should be clear
and contain only necessary information. Debug output should not be mixed
with tests output.

Change-Id: Ia886998693ce559b270f52c3d9f2ac6062e09a67
Closes-Bug: #1449073

9 years agoPreserve usage and reservations on quota deletion
Gorka Eguileor [Mon, 9 Mar 2015 18:39:11 +0000 (19:39 +0100)]
Preserve usage and reservations on quota deletion

Current API deletes quota usage and reservations on quota limit
deletion.

According to API documentation what should only happen is that quotas
limits revert to default values by deleting tenant/user limits.

This patch fixes this issue.

APIImpact: Delete on os-quota-sets will no longer remove usage and
           reservation quotas. Those quotas are handled by Cinder
           service.
UpgradeImpact: There is no upgrade impact afaik.
Closes-Bug: #1410034
Change-Id: I9340b6f78623cfa5b505886ad75b8e4d3cd6131b

9 years agoFix 'driver is uninitialize' typo
Eric Harney [Tue, 5 May 2015 14:32:48 +0000 (10:32 -0400)]
Fix 'driver is uninitialize' typo

Accidentally changed in commit 386e285.

Change-Id: I7ea5a52f2911bf9a7017a934e8858adad51ab0cb

9 years agoWindows iSCSI: remove ensure_export
Lucian Petrut [Tue, 5 May 2015 08:12:50 +0000 (11:12 +0300)]
Windows iSCSI: remove ensure_export

The ensure_export method is called by the manager when the service
is initialized, ensuring that in-use volumes are properly exported.

iSCSI targets exported by WinTarget persist after host reboot.
For this reason, the ensure_export method can simply pass, thus
simplifying the iSCSI target creation logic.

The patch set depending on this introduces CHAP credentials support.
If the iSCSI target is accidentaly deleted, the CHAP credentials
will change, so the volume won't be accessible anyway if the target
is recreated using ensure_export.

Change-Id: I29367fc0ef0e38bb06c4a0ff5a485274cc29660e

9 years agotests: replace mox by mox3, clean out mox usage
Julien Danjou [Thu, 15 Jan 2015 11:40:38 +0000 (12:40 +0100)]
tests: replace mox by mox3, clean out mox usage

This patch replaces mox3 by mox, so we can drop mox from requirements
and bring Python 3 compatibility. It also clear some mox usage and
use the fixture brought by oslotest.

Change-Id: Ia242425815b09e1e67d33702f1e5dbe6bcd599fd

9 years agoMerge "Fix range check for NFS used ratio"
Jenkins [Tue, 5 May 2015 07:59:35 +0000 (07:59 +0000)]
Merge "Fix range check for NFS used ratio"

9 years agoMerge "Catch additional type conversion errors"
Jenkins [Tue, 5 May 2015 07:57:12 +0000 (07:57 +0000)]
Merge "Catch additional type conversion errors"

9 years agoMerge "Tests: Remove sleep from NFS tests"
Jenkins [Tue, 5 May 2015 04:59:53 +0000 (04:59 +0000)]
Merge "Tests: Remove sleep from NFS tests"

9 years agoCatch additional type conversion errors
Jamie Lennox [Tue, 5 May 2015 01:50:21 +0000 (11:50 +1000)]
Catch additional type conversion errors

When converting strings to integers in quota we catch ValueError which
will handle an input which is not a valid number, eg 'abc'. Extend this
to covert TypeErrors which will handle things like a None value being
passed.

Partial-Bug: #1451637
Change-Id: I7e3e694d539113beeb99001aeb80012ac4c1124d

9 years agoTests: Remove sleep from NFS tests
Eric Harney [Mon, 4 May 2015 21:14:08 +0000 (17:14 -0400)]
Tests: Remove sleep from NFS tests

This will shave a few seconds off of a unit test run.

Change-Id: I785607f5efe9ed45b1555bbbaab38b68c57f5cc3

9 years agoVMware: Enable vCenter certificate verification
Vipin Balachandran [Mon, 4 May 2015 10:43:41 +0000 (16:13 +0530)]
VMware: Enable vCenter certificate verification

Currently vCenter certificate is not verified during connection
establishment. This patch adds a config option to specify a CA
bundle file to verify vCenter server certificate.

DocImpact

Change-Id: Ida730db66b154a4d445f7a91bccb9ca5b5a26f5e
Closes-Bug: #1276207

9 years agoMerge "Fake out sleeps in unit tests"
Jenkins [Sun, 3 May 2015 22:46:49 +0000 (22:46 +0000)]
Merge "Fake out sleeps in unit tests"

9 years agoMerge "Drop use of 'oslo' namespace package."
Jenkins [Sun, 3 May 2015 20:52:06 +0000 (20:52 +0000)]
Merge "Drop use of 'oslo' namespace package."

9 years agoMerge "Add hacking check for str and unicode in exceptions"
Jenkins [Sun, 3 May 2015 17:18:38 +0000 (17:18 +0000)]
Merge "Add hacking check for str and unicode in exceptions"

9 years agoFix typo in log messages and comments
ankitagrawal [Thu, 26 Mar 2015 07:32:54 +0000 (00:32 -0700)]
Fix typo in log messages and comments

Fixed following typos in log messages and comment strings

accesible -> accessible
Extacts -> Extracts
intitiators -> initiators
swith -> switch
unavailble -> unavailable

Change-Id: I972984f61ee2d97db64aece0e5116ed5ca1da4cf

9 years agoClean up failed clones in VMAX driver
Xing Yang [Sat, 25 Apr 2015 02:42:28 +0000 (22:42 -0400)]
Clean up failed clones in VMAX driver

If the clone operation fails, clean up is not done properly in
the VMAX driver. This patch catches the exception during the
clone operation, removes the target volume, and then re-throw
the exception.

Closes-Bug: #1440154
Change-Id: I548d5da09cb66077f04b1c5f1aa168c5bd5cf02e

9 years agoCorrect directories check for N327 hacking check
Jay S. Bryant [Fri, 1 May 2015 21:05:25 +0000 (16:05 -0500)]
Correct directories check for N327 hacking check

For some reason the N327 hacking heck was looking for
cinder.unit/tests and cinder.functional/tests in the filename
that is sent in for the hacking check.  This should be
cinder/tests/unit and cinder/tests/functional.

This concern was originally raised in this review:
https://review.openstack.org/175604

Change-Id: Ic3041d9e16b3707aaf42ff941206d24ec66ead2b

9 years agoFake out sleeps in unit tests
John Griffith [Fri, 1 May 2015 16:35:30 +0000 (10:35 -0600)]
Fake out sleeps in unit tests

Just a minor cleanup, had a few tests that were doing sleeps
(or looping calls for those that prefer it) that were being
executed to test timeouts in the unit tests.  No value in
actually *waiting* for these, so this patch just mocks them
out so we still test the procedure but don't actually have
to wait.

This shaves about 30 seconds or so off of the unit test run,
not a huge deal, but every little bit helps IMO.

Also noticed a LOG.debug message in the test_extensions file
that wasn't picked up in other cleanup work so I removed that
debug log call as well.

Change-Id: I415ac75816e8a0f4c48c61b23391df1a9a016d62

9 years agoFix range check for NFS used ratio
Tom Barron [Sat, 18 Apr 2015 13:42:10 +0000 (09:42 -0400)]
Fix range check for NFS used ratio

The nfs_used_ratio configuration parameter is supposed to be
greater than zero and less than or equal to one.  However,
current configuration checks actually allow values greater
than one because of a logic error.  Unit tests fail to detect
this issue because they find the exception that they expect
to find, but it is actually being thrown for another reason.

This commit fixes the logic error in the nfs driver code.

It also reworks all the unit tests for the do_setup method since
they suffer from the same issue that led to failure to detect
this error in the first place - they fail to do proper mocks of
submethods, and when these run the expected exception gets triggered
for the wrong reason.  We have moved these tests into their own test
class, where mock is used rather than mox.  Over time it is likely
that new tests will be implemented, or old tests reworked, with mock
instead of mox.  These can go in the new test class, which can be
renamed if that is appropriate.

Change-Id: I19ab396057fb6f60ad8e7d10944384db7e95ece6
Fixes-bug: 1445786

9 years agoMerge "Dell SC driver calls out the wrong REST API version"
Jenkins [Fri, 1 May 2015 06:08:24 +0000 (06:08 +0000)]
Merge "Dell SC driver calls out the wrong REST API version"

9 years agoMerge "Move logging sample to use oslo_log"
Jenkins [Fri, 1 May 2015 00:45:15 +0000 (00:45 +0000)]
Merge "Move logging sample to use oslo_log"

9 years agoMerge "Add retry to lvm delete"
Jenkins [Thu, 30 Apr 2015 18:48:48 +0000 (18:48 +0000)]
Merge "Add retry to lvm delete"

9 years agoMove logging sample to use oslo_log
Tom Hancock [Thu, 30 Apr 2015 14:42:15 +0000 (14:42 +0000)]
Move logging sample to use oslo_log

etc/cinder/logging_sample.conf needs an update to refer to
oslo_log, not cinder.openstack.common.log for its ContextFormatter.

Change-Id: I8bc2618124dfffc54d15fc5615bb1884d74988f4
Closes-Bug: #1450500

9 years agoRevert state if attachment already exists
Shyama Venugopal [Thu, 30 Apr 2015 10:22:27 +0000 (12:22 +0200)]
Revert state if attachment already exists

When attach is called twice for the same volume and instance the
attach_volume checks if the attachment already exists and returns.
This leaves the volume in 'Attaching' state. The volume status should
be reset to 'in-use' if we see the attachment already exists.

Change-Id: I2a2d28de59af234300082ab4655b0bc10699d54c
Closes-Bug: #1449980

9 years agoAdd retry to lvm delete
John Griffith [Wed, 29 Apr 2015 23:25:12 +0000 (17:25 -0600)]
Add retry to lvm delete

Seems we have another issue related to lvm and
snapshots, but this time it's on the delete side.

We used a simple retry mechanism for snapshot create
here:
  https://review.openstack.org/#/c/149360/8

I'm hesitant to just add another retry without looking
at dm issues, but this should address the problem
temporarily and give us a chance to collect some
data on the issue.

Change-Id: I37607a09e2f9af6f2f32ddfaa8567400541e533a
Closes-Bug: #1450110

9 years agoMerge "Leverage timeutils, drop strtime() usage"
Jenkins [Wed, 29 Apr 2015 16:05:28 +0000 (16:05 +0000)]
Merge "Leverage timeutils, drop strtime() usage"

9 years agoMerge "Admin extends tenant's volume but change admin's quota"
Jenkins [Wed, 29 Apr 2015 15:44:48 +0000 (15:44 +0000)]
Merge "Admin extends tenant's volume but change admin's quota"

9 years agoMerge "Fix fetch_to_volume_format if vhd is requested"
Jenkins [Wed, 29 Apr 2015 02:10:24 +0000 (02:10 +0000)]
Merge "Fix fetch_to_volume_format if vhd is requested"

9 years agoAdmin extends tenant's volume but change admin's quota
wuyuting [Fri, 13 Feb 2015 02:16:24 +0000 (10:16 +0800)]
Admin extends tenant's volume but change admin's quota

When admin extends a tenant's volume, the tenant's
quota-usage doesn't change. However, admin's quota-usage
has changed. The right practice is: extend whose volume,
whose quota-usage should be changed.

Change-Id: Ia1bed7f212cbee715e29698ebbfe3c67486a55f5
Closes-Bug: #1421492

9 years agoDrop use of 'oslo' namespace package.
Doug Hellmann [Tue, 28 Apr 2015 16:46:59 +0000 (16:46 +0000)]
Drop use of 'oslo' namespace package.

The Oslo libraries have moved all of their code out of the 'oslo'
namespace package into per-library packages. The namespace package was
retained during kilo for backwards compatibility, but will be removed by
the liberty-2 milestone. This change removes the use of the namespace
package, replacing it with the new package names.

The patches in the libraries will be put on hold until application
patches have landed, or L2, whichever comes first. At that point, new
versions of the libraries without namespace packages will be released as
a major version update.

Please merge this patch, or an equivalent, before L2 to avoid problems
with those library releases.

Blueprint: remove-namespace-packages
https://blueprints.launchpad.net/oslo-incubator/+spec/remove-namespace-packages

Change-Id: I950f1afb1b4600dfc1f38d1a7d9322f240f444a6

9 years agoAdd Multi-connection support to XIV
Alon Marx [Sun, 19 Apr 2015 05:56:35 +0000 (08:56 +0300)]
Add Multi-connection support to XIV

Add field in cinder.conf to hold a list of management IP addresses to connect
to the XIV backend.

DocImpact
Change-Id: Ie4eceb315188765747dc02a0a77b5a1d2c692fb5
Implements: blueprint xiv-multiple-mgmt-ips

9 years agoMerge "Remove redundant code from VNX Cinder Driver"
Jenkins [Tue, 28 Apr 2015 06:22:35 +0000 (06:22 +0000)]
Merge "Remove redundant code from VNX Cinder Driver"

9 years agoMerge "Fixed issue with mismatched config in VMAX driver"
Jenkins [Tue, 28 Apr 2015 06:22:04 +0000 (06:22 +0000)]
Merge "Fixed issue with mismatched config in VMAX driver"

9 years agoMerge "Updated from global requirements"
Jenkins [Tue, 28 Apr 2015 06:21:53 +0000 (06:21 +0000)]
Merge "Updated from global requirements"

9 years agoMerge "Enable use of filter_function in PureISCIDriver"
Jenkins [Tue, 28 Apr 2015 06:07:19 +0000 (06:07 +0000)]
Merge "Enable use of filter_function in PureISCIDriver"