]> review.fuel-infra Code Review - openstack-build/cinder-build.git/log
openstack-build/cinder-build.git
10 years agoRe-raise exceptions in upload-to-image
Jon Bernard [Fri, 11 Apr 2014 14:44:55 +0000 (10:44 -0400)]
Re-raise exceptions in upload-to-image

This patch catches any exceptions returned from Glance during an
upload-to-image operation and re-raises them so that the user can see
the failure message and make the appropriate adjustments.  More
specifically, this addresses an invalid container format.

For example, the following command:

    $ cinder upload-to-image --container-format foobar ...

Goes from:

    ERROR: The server could not comply with the request since it is
           either malformed or otherwise incorrect. (HTTP 400)
           (Request-ID: req-f19bad2f-c39d-40a2-a3cc-6db9b9fe64cd)

To:

    ERROR: 400 Bad Request
    Invalid container format 'foobar' for image.
        (HTTP 400) (HTTP 400)
        (Request-ID: req-47cb2772-78c4-48b7-87ce-fb124ecfa989)

Closes-Bug: #1308689
Change-Id: If18851e0b9f5c242f84b1eab928b42d809335d80

10 years agoMerge "Use cached db object in volume_mig_status ext"
Jenkins [Wed, 16 Apr 2014 05:20:27 +0000 (05:20 +0000)]
Merge "Use cached db object in volume_mig_status ext"

10 years agoMerge "Disable oslo.messaging debug logs"
Jenkins [Wed, 16 Apr 2014 01:33:37 +0000 (01:33 +0000)]
Merge "Disable oslo.messaging debug logs"

10 years agoMerge "Fixes HP LeftHand driver with Paramiko 1.13.0"
Jenkins [Wed, 16 Apr 2014 01:27:26 +0000 (01:27 +0000)]
Merge "Fixes HP LeftHand driver with Paramiko 1.13.0"

10 years agoMerge "Inform about instance_uuid in volume usage notification"
Jenkins [Wed, 16 Apr 2014 01:07:44 +0000 (01:07 +0000)]
Merge "Inform about instance_uuid in volume usage notification"

10 years agoUse cached db object in volume_mig_status ext
Vishvananda Ishaya [Tue, 15 Apr 2014 21:29:38 +0000 (14:29 -0700)]
Use cached db object in volume_mig_status ext

There is no need to rerequest the volume object from the db in
the extension because we already have a cached copy in the request.
This can potentially save hundreds of db queries in list.

Change-Id: I46da8c7b6c2af2435d246ebd8e95d4712065f1e7
Resolves-bug: 1308255

10 years agoEnable flake8 H303,H304 checking
Alexander Bochkarev [Mon, 24 Feb 2014 11:10:44 +0000 (15:10 +0400)]
Enable flake8 H303,H304 checking

We had two types of wildcard imports in the code. Unneeded ones
in test files that are just removed, and some that we actually
want which are kept using the '#noqa' comment to tell flake8
to skip specific checks (such as H303) for that line.

Change-Id: I7d194a7bbcccdba419a2a49a919e17c047633cf0

10 years agoMerge "Switch over to FixedIntervalLoopingCall"
Jenkins [Mon, 14 Apr 2014 21:45:16 +0000 (21:45 +0000)]
Merge "Switch over to FixedIntervalLoopingCall"

10 years agoMerge "Force detach should only be an admin api"
Jenkins [Mon, 14 Apr 2014 18:21:57 +0000 (18:21 +0000)]
Merge "Force detach should only be an admin api"

10 years agoMerge "Storwize/SVC driver crashes when check volume copy status"
Jenkins [Mon, 14 Apr 2014 18:09:14 +0000 (18:09 +0000)]
Merge "Storwize/SVC driver crashes when check volume copy status"

10 years agoStorwize/SVC driver crashes when check volume copy status
Li Min Liu [Tue, 8 Apr 2014 02:18:56 +0000 (10:18 +0800)]
Storwize/SVC driver crashes when check volume copy status

Storwize/SVC driver does not clear up property of _vdiskcopyops
when deleting a volume. So if a volume which under async copy is
deleted before sync completed, the driver will crash.

When delete a volume, add a check for _vdiskcopyops, if volume
is in the dict, remove it.

Change-Id: I4905404b72a7ac8f90bd92fa4345ba771a78418b
Closes-Bug: #1304115

10 years agoSwitch over to FixedIntervalLoopingCall
Dirk Mueller [Mon, 14 Apr 2014 15:12:23 +0000 (17:12 +0200)]
Switch over to FixedIntervalLoopingCall

Change-Id: Iebe5269ea01acdd4ba011742831ca5e569f66b28
Closes-Bug: #1307560

10 years agoMerge "Fixes cinder error state volume delete on Windows"
Jenkins [Mon, 14 Apr 2014 05:21:09 +0000 (05:21 +0000)]
Merge "Fixes cinder error state volume delete on Windows"

10 years agoMerge "driver.create/remove_export() require elevated context"
Jenkins [Fri, 11 Apr 2014 04:22:12 +0000 (04:22 +0000)]
Merge "driver.create/remove_export() require elevated context"

10 years agoMerge "GlusterFS: Delete active snapshot file on volume delete."
Jenkins [Fri, 11 Apr 2014 01:56:23 +0000 (01:56 +0000)]
Merge "GlusterFS: Delete active snapshot file on volume delete."

10 years agoMerge "Check for silent failure of tgtadm remove"
Jenkins [Fri, 11 Apr 2014 00:23:04 +0000 (00:23 +0000)]
Merge "Check for silent failure of tgtadm remove"

10 years agodriver.create/remove_export() require elevated context
Eric Harney [Wed, 9 Apr 2014 17:05:54 +0000 (13:05 -0400)]
driver.create/remove_export() require elevated context

The volume manager should call driver.create_export()
and driver.remove_export() with an elevated context.

This is already done for remove_export() in some cases
but not in initialize_connection error paths, or for
terminate_connection.

This will at a minimum cause issues with the LVM LIO
driver as its create/remove_export methods uses database
queries requiring admin access (volume_get_iscsi_target_num,
iscsi_target_count_by_host).

Partial-Bug: #1300148
Closes-Bug: #1305197

Change-Id: I5c1091cf9720ebccefc328b64fbf2982b3aac397

10 years agoMerge "Updated from global requirements"
OpenStack Jenkins [Thu, 10 Apr 2014 15:46:15 +0000 (15:46 +0000)]
Merge "Updated from global requirements"

10 years agoInform about instance_uuid in volume usage notification
Pavel Kirpichyov [Thu, 10 Apr 2014 07:20:29 +0000 (10:20 +0300)]
Inform about instance_uuid in volume usage notification

Change-Id: I6f43a2ef2401d6369ad0258f61fe2d3a8c168734

10 years agoMerge "GET details REST API next link missing 'details'"
Jenkins [Thu, 10 Apr 2014 07:17:58 +0000 (07:17 +0000)]
Merge "GET details REST API next link missing 'details'"

10 years agoCheck for silent failure of tgtadm remove
John Griffith [Thu, 10 Apr 2014 00:10:08 +0000 (00:10 +0000)]
Check for silent failure of tgtadm remove

In order to work around a failure to remove targets that
had a reconnect the force flag was added to the tgt delete cmd.
    (https://bugs.launchpad.net/cinder/+bug/1159948)

It turns out there's a bug in tgt where some versions will
sometimes silently fail when using the force flag.
    (https://bugs.launchpad.net/ubuntu/+source/tgt/+bug/1305343)

The problem is that in the gates since we merged the force change
there's a very high number of cases where lvremove fails because
the device is still active.  It appears that this is a result of
the silent force failures in target.

This patch adds a simple check after the force target removal,
if it detects the target is still present it reverts back to the old
non-force method to catch the cases that don't actually need the
force option.

This is a work-around until the version of target in the distros
is updated and can be used reliably, but closes the gate issue
bug that was reported.

Change-Id: I9150669040815e4831bd570964d12676b83ecbc9
Close-Bug: #1304122

10 years agoMerge "Log initialize_connection error before remove_export"
Jenkins [Wed, 9 Apr 2014 17:54:56 +0000 (17:54 +0000)]
Merge "Log initialize_connection error before remove_export"

10 years agoGlusterFS: Delete active snapshot file on volume delete.
Thang Pham [Tue, 8 Apr 2014 20:45:34 +0000 (16:45 -0400)]
GlusterFS: Delete active snapshot file on volume delete.

If a snapshot is taken of a volume that is attached to an active
instance, the volume file used by the instance will be switched to
the new snapshot file that is created.  When you delete the
snapshot, the base volume file will be merged with the snapshot
file and the base volume is deleted.  Upon a deleting the active
volume, the active snapshot file is not deleted because it does not
have the expected name that cinder is looking for, i.e.
volume-<uuid>.  Instead, the snapshot file has the name
volume-<uuid>.<snapshot-uuid>.  This patch looks at the volume info
file to find any active snapshot file and properly delete it when
the volume is deleted.

Change-Id: Ib0af4401d839ec3bd1eb3a81e1671811e0d4a288
Closes-Bug: #1300303

10 years agoFixes HP LeftHand driver with Paramiko 1.13.0
Jim Branen [Fri, 4 Apr 2014 20:36:42 +0000 (13:36 -0700)]
Fixes HP LeftHand driver with Paramiko 1.13.0

With Paramiko 1.13.0, the method exec_command now returns Unicode.
This causes a problem when the driver tries to build the XML returned
from the LeftHand array. The XML header returned from the array defines
the encoding as encoding=UTF-8. Therefore, we must now ensure the
encoding passed to the parser is utf-8.

Change-Id: I7b504626e2d9a0ee2b62820b11f56eb136e31987
closes-bug: #1298608

10 years agoFixes cinder error state volume delete on Windows
Lucian Petrut [Tue, 8 Apr 2014 16:35:10 +0000 (19:35 +0300)]
Fixes cinder error state volume delete on Windows

If the volume creation fails and the iSCSI disk is not created,
trying to delete the error state volume will fail on Windows.

Deleting the iSCSI disk must be skipped when it does not exist.

Change-Id: I2cd615e71fe457c241bea207c4bd8904c1ffd9cb
Closes-Bug: #1304516

10 years agoLog initialize_connection error before remove_export
Eric Harney [Tue, 8 Apr 2014 17:55:25 +0000 (13:55 -0400)]
Log initialize_connection error before remove_export

The way this code is currently structured, if
self.driver.remove_export() raises an exception, you see the
error message logged for that but the original exception
from initialize_connection() never gets logged.

Change-Id: I454c73e8fdc88e5a9542369a5bca33f29617f013

10 years agoForce detach should only be an admin api
ling-yun [Tue, 8 Apr 2014 05:03:14 +0000 (13:03 +0800)]
Force detach should only be an admin api

Since force delete volume apis are only admin apis, force detach volume api
should also be an admin only api.  Currently, the force detach api,
which uses the default rule in policy.json, can be called by admins and owners.
This patch make force detach volume api an admin only api like force
delete volume.

Closes-Bug: #1303882
Change-Id: I12f927e816a5ba6809da9a27ac4ad150546286a1

10 years agoMerge "ceph backup driver: improve log messages"
Jenkins [Tue, 8 Apr 2014 10:01:59 +0000 (10:01 +0000)]
Merge "ceph backup driver: improve log messages"

10 years agoUpdated from global requirements
OpenStack Jenkins [Mon, 7 Apr 2014 21:19:32 +0000 (21:19 +0000)]
Updated from global requirements

Change-Id: I0cf3c003d307ace43b09c0377fac3dec42151f42

10 years agoMerge "Check that all po/pot files are valid"
Jenkins [Mon, 7 Apr 2014 15:11:55 +0000 (15:11 +0000)]
Merge "Check that all po/pot files are valid"

10 years agoMerge "Enable flake8 F841 checking"
Jenkins [Sun, 6 Apr 2014 20:04:30 +0000 (20:04 +0000)]
Merge "Enable flake8 F841 checking"

10 years agoMerge "Append nas_opts to IBMNAS_NFSDriver configuration"
Jenkins [Fri, 4 Apr 2014 19:34:56 +0000 (19:34 +0000)]
Merge "Append nas_opts to IBMNAS_NFSDriver configuration"

10 years agoMerge "Change iogrp property when retyping for Storwize/SVC"
Jenkins [Fri, 4 Apr 2014 07:16:52 +0000 (07:16 +0000)]
Merge "Change iogrp property when retyping for Storwize/SVC"

10 years agoMerge "Adds ionice command permutations to rootwrap filters"
Jenkins [Fri, 4 Apr 2014 06:31:35 +0000 (06:31 +0000)]
Merge "Adds ionice command permutations to rootwrap filters"

10 years agoMerge "_translate_from_glance() can cause an unnecessary HTTP request"
Jenkins [Fri, 4 Apr 2014 05:49:10 +0000 (05:49 +0000)]
Merge "_translate_from_glance() can cause an unnecessary HTTP request"

10 years agoChange iogrp property when retyping for Storwize/SVC
Li Min Liu [Tue, 1 Apr 2014 09:08:37 +0000 (17:08 +0800)]
Change iogrp property when retyping for Storwize/SVC

If need migration when retyping, Storwize/SVC driver will add a copy
of the volume first, and then start a task to check volume sync
progress which will run each 10 mins. At last delete the origin copy
when sync finished.

But iogrp property is not a parameter of addvdiskcopy, so the iogrp
of the copy volume is the same as the origin. If iogrp property is
diff between the old and new volume type, the property will not
change when retyped.

Change-Id: Ie4414bcf95fa6e61d7d618618f48837eef740da4
closed-bug: #1298247

10 years agoMerge "Allow deprecated volume update keys in v2"
Jenkins [Fri, 4 Apr 2014 03:47:33 +0000 (03:47 +0000)]
Merge "Allow deprecated volume update keys in v2"

10 years agoMerge "GlusterFS: Delete volume-<uuid>.info file when volume is deleted."
Jenkins [Fri, 4 Apr 2014 03:47:00 +0000 (03:47 +0000)]
Merge "GlusterFS: Delete volume-<uuid>.info file when volume is deleted."

10 years agoMerge "Fixes cinder volume delete on Windows"
Jenkins [Fri, 4 Apr 2014 03:42:51 +0000 (03:42 +0000)]
Merge "Fixes cinder volume delete on Windows"

10 years agoCheck that all po/pot files are valid
Andreas Jaeger [Mon, 31 Mar 2014 18:37:27 +0000 (20:37 +0200)]
Check that all po/pot files are valid

Perform minimal checks on po and pot files so that no broken files can
get imported.

Change-Id: I5dd0ca872fa25f8ef9557f039904090c4a672ff3
Co-Authored-By: Clark Boylan <clark.boylan@gmail.com>
Related-Bug: #1299349

10 years agoAllow deprecated volume update keys in v2
Mike Perez [Thu, 3 Apr 2014 00:52:11 +0000 (17:52 -0700)]
Allow deprecated volume update keys in v2

Keys like display_name and display_description were deprecated for other
actions in v2 like creating volumes, so for consistency they should work
with updating.

DocImpact
Closes-Bug: #1301172
Change-Id: I19bc7c85352578bb57fa9fdaf1817f78e0ee2f2a

10 years ago_translate_from_glance() can cause an unnecessary HTTP request
Chris Buccella [Thu, 3 Apr 2014 04:02:45 +0000 (04:02 +0000)]
_translate_from_glance() can cause an unnecessary HTTP request

After returning from a get() call to python-glanceclient, cinder runs a
translation function on the returned Image to get the data it wants. Part of
this process is checking for an expected set of attributes, one of which is
the deletion time ('deleted_at'). However, if the image has not been deleted,
deleted_at key will not exist. This forces another call to glance to occur for
the same image. A similar problem exists for the checksum attribute, which does
not exist before an image is active. The fix here is to only consider
deleted_at and checksum if they are expected to be present.

This change was made in nova as change I67b7dd16

Change-Id: Iedc16cb9316f9610fdb8ac03f448bc375a4e6bfa
Closes-Bug: #1275173

10 years agoAdds ionice command permutations to rootwrap filters
Bryan D. Payne [Mon, 31 Mar 2014 22:50:43 +0000 (15:50 -0700)]
Adds ionice command permutations to rootwrap filters

When setting volume_clear_ionice, the ionice command is prepended to a dd
command before executing it.  Previously, this would have failed because it
wasn't allowed through the default rootwrap filters.  This commit fixes this
problem.

Note that due to the way that the RegExpFilter works, we need three different
expressions to cover all cases.  This is because the various options result
in a different number of arguments.  And this filter will fail immediately
if the number of arguments is incorrect.

Change-Id: Ie29f7fa21b34982ed5394c2c8f38c3e066ef0112
Closes-Bug: #1300496

10 years agoAppend nas_opts to IBMNAS_NFSDriver configuration
Sasikanth [Thu, 27 Mar 2014 15:14:50 +0000 (20:44 +0530)]
Append nas_opts to IBMNAS_NFSDriver configuration

'nas_opts' were added in the NFS Driver (nfs.py), but were not appended
to the IBMNAS driver configuration, causing failure with the multi-backend
configuration of driver.

Adding the missing configuration.

Change-Id: I55727566d03573908750d01ae1345c4b6276f131
Closes-Bug: #1298279

10 years agoEnable flake8 F841 checking
Alexander Bochkarev [Thu, 20 Feb 2014 11:26:04 +0000 (15:26 +0400)]
Enable flake8 F841 checking

This check looks to see whether a local variable
is unused. This change fixed all violators of said check.

Change-Id: Iba4ab2b2a172d0c8b90ba29be33ebb129fce5e6b

10 years agoGET details REST API next link missing 'details'
Steven Kaufer [Mon, 31 Mar 2014 20:32:39 +0000 (20:32 +0000)]
GET details REST API next link missing 'details'

When executing a pagination query a "next" link is included in the
API reply when there are more items then the specified limit.

See pagination documentation for more information:
http://docs.openstack.org/api/openstack-compute/2/content/
Paginated_Collections-d1e664.html

The caller should be able to invoke the "next" link (without
having to re-format it) in order to get the next page of data.
The documentation states "Subsequent links will honor the
initial page size. Thus, a client may follow links to traverse
a paginated collection without having to input the marker parameter."

The problem is that the "next" link is always scoped to the non-
detailed query.

For example, if you execute "/v2/<tenant>/volumes/detail?limit=1",
the "next" link does not have the URL for a detailed query and is
formatted as "/v2/<tenant>/volumes?limit=1&marker=<marker>". In this
case the "next" link needs to be scoped to "/v2/<tenant>/volumes/detail".

The user could work around this issue my manually inserting '/details'
into the "next" link URL.

Test code is included to verify that the '/details' URL is correctly added
when the "next" link is included in a detailed pagination query. Also,
existing tests were changed to ensure that the correct controller function
(ie, 'index' vs. 'detail) are invoked for the appropriate query
(ie, non-detailed or detailed) -- 'index' was previously alwayed invoked
for detailed URL requests.

Change-Id: Ib00d6deb25255fac1db0f7bf4ecd3c8d30e1c39d
Closes-bug: 1299247

10 years agoGlusterFS: Delete volume-<uuid>.info file when volume is deleted.
Thang Pham [Mon, 31 Mar 2014 19:22:47 +0000 (15:22 -0400)]
GlusterFS: Delete volume-<uuid>.info file when volume is deleted.

glusterfs creates a file named volume-<uuid>.info to hold volume
data, mapping cinder snapshot UUIDs and filenames. When the
volume and its associated snapshots are both deleted, this file
remains. This patch deletes the volume-<uuid>.info (if one exists)
when the volume is deleted.

Change-Id: Iefc8bd4768b30a75c648c4689d935daeab3afe98
Closes-Bug: #1299182

10 years agoFix Jenkins translation jobs
Andreas Jaeger [Sat, 29 Mar 2014 05:38:52 +0000 (06:38 +0100)]
Fix Jenkins translation jobs

The jobs cinder-propose-translation-update and
cinder-upstream-translation-update do not update from
transifex since our po files contain duplicate entries where
obsolete entries duplicate normal entries.

Remove all obsolete entries to fix the jobs.

Change-Id: I6d41dbdcc41646fcbd1ee84ce48cb0c461cd454c
Closes-Bug: #1299349

10 years agoMerge "Updated from global requirements"
OpenStack Jenkins [Sat, 29 Mar 2014 19:46:39 +0000 (19:46 +0000)]
Merge "Updated from global requirements"

10 years agoMerge "Imported Translations from Transifex"
OpenStack Jenkins [Sat, 29 Mar 2014 19:00:47 +0000 (19:00 +0000)]
Merge "Imported Translations from Transifex"

10 years agoMerge "Fixes cinder volume attach on Windows"
Jenkins [Sat, 29 Mar 2014 18:55:29 +0000 (18:55 +0000)]
Merge "Fixes cinder volume attach on Windows"

10 years agoImported Translations from Transifex
OpenStack Jenkins [Sat, 29 Mar 2014 06:12:44 +0000 (06:12 +0000)]
Imported Translations from Transifex

Change-Id: Ifd2be3ff6ec8e81aa34fc40bda6e1c7f4d441e4d

10 years agoUpdated from global requirements
OpenStack Jenkins [Sat, 29 Mar 2014 01:30:34 +0000 (01:30 +0000)]
Updated from global requirements

Change-Id: Ie0bccd435dd2d897365eb17238e72a0e6113ae60

10 years agoMerge "Import request_id middleware bug fix from oslo"
Jenkins [Fri, 28 Mar 2014 22:14:28 +0000 (22:14 +0000)]
Merge "Import request_id middleware bug fix from oslo"

10 years agoFixes cinder volume delete on Windows
Lucian Petrut [Fri, 28 Mar 2014 08:47:07 +0000 (10:47 +0200)]
Fixes cinder volume delete on Windows

Because of the fact that an iSCSI target is not created anymore
at volume creation time, not all volumes will have a corresponding
target. For this reason, when removing an iSCSI target we must
first check if the target actually exists.

Change-Id: I8e571397df6d9a2eeb05e883b7da8494d4bfa1ad
Closes-Bug: #1299124

10 years agoFixes cinder volume attach on Windows
Lucian Petrut [Fri, 28 Mar 2014 08:57:13 +0000 (10:57 +0200)]
Fixes cinder volume attach on Windows

The initiator name and the target name are inverted when passing
the arguments to the method which associates the iSCSI target to
an initiator. For this reason, this operation will fail.

Also, the connection to the iSCSI target cannot be initialized
properly as the method which gets portal information is missing
the return value.

Change-Id: I31034cd407d12d69a410f8c9e86a2e6821349dad
Closes-Bug: #1299131

10 years agoMerge "Open Juno development"
Jenkins [Thu, 27 Mar 2014 15:37:39 +0000 (15:37 +0000)]
Merge "Open Juno development"

10 years agoOpen Juno development
Thierry Carrez [Thu, 27 Mar 2014 10:14:52 +0000 (11:14 +0100)]
Open Juno development

Bump preversion to 2014.2 to formally open Juno development.
The Icehouse release branch (milestone-proposed) will be cut
from the last commit before this one.

Change-Id: I0296da7e564db58d164d8d867c45959d425dea37

10 years agoMerge "vmware: Use SessionIsActive to find stale session"
Jenkins [Thu, 27 Mar 2014 10:14:21 +0000 (10:14 +0000)]
Merge "vmware: Use SessionIsActive to find stale session"

10 years agoImported Translations from Transifex
OpenStack Jenkins [Thu, 27 Mar 2014 06:12:40 +0000 (06:12 +0000)]
Imported Translations from Transifex

Change-Id: Ibb7c3b8a65f1356a06bcec5d23f03598a9966315

10 years agoMerge "NetApp cmode nfs: Fix QOS extra spec"
Jenkins [Thu, 27 Mar 2014 04:50:37 +0000 (04:50 +0000)]
Merge "NetApp cmode nfs: Fix QOS extra spec"

10 years agoMerge "Fixes a problem in attach volume in EMC driver."
Jenkins [Thu, 27 Mar 2014 04:38:47 +0000 (04:38 +0000)]
Merge "Fixes a problem in attach volume in EMC driver."

10 years agoMerge "NetApp cmode iscsi: Fix QOS extra spec"
Jenkins [Thu, 27 Mar 2014 04:38:40 +0000 (04:38 +0000)]
Merge "NetApp cmode iscsi: Fix QOS extra spec"

10 years agoMerge "Changes to correct name of missing NetApp license."
Jenkins [Thu, 27 Mar 2014 04:38:32 +0000 (04:38 +0000)]
Merge "Changes to correct name of missing NetApp license."

10 years agoMerge "Pass the mirrorlog option as two arguments."
Jenkins [Thu, 27 Mar 2014 04:38:24 +0000 (04:38 +0000)]
Merge "Pass the mirrorlog option as two arguments."

10 years agoChanges to correct name of missing NetApp license.
Glenn M. Gobeli [Fri, 21 Mar 2014 14:05:07 +0000 (10:05 -0400)]
Changes to correct name of missing NetApp license.

Change to have the NetApp ZAPI error of "SIS clone not licensed"
refer to the correct NetApp license of "FlexClone not licensed".
This code path is encountered when the NetApp 7mode driver uses
the clone interface for snapshotting or cloning.

Change-Id: I3e4d07d38870928a324ad044e03938826b0d0a98
Closes-Bug: #1295349

10 years agoNetApp cmode nfs: Fix QOS extra spec
Alex Meade [Thu, 20 Mar 2014 19:44:44 +0000 (15:44 -0400)]
NetApp cmode nfs: Fix QOS extra spec

This patch fixes the incorrect behavior where the NetApp cmode
nfs driver will choose to create a volume on a flexVol that has
a QOS policy group that matches the specified QOS policy group
intended for the cinder volume. The correct behavior is to ignore
the QOS policy group of the flexVol and instead assign the QOS policy
group to the newly created cinder volume.

Change-Id: I45d905da2a9a07b3ae8c00a225ab3b7f7ceb12d8
Closes-Bug: #1288283

10 years agoNetApp cmode iscsi: Fix QOS extra spec
Alex Meade [Wed, 19 Mar 2014 18:03:15 +0000 (14:03 -0400)]
NetApp cmode iscsi: Fix QOS extra spec

This patch fixes the incorrect behavior where the NetApp cmode
iscsi driver will choose to create a volume on a flexVol that has
a QOS policy group that matches the specified QOS policy group
intended for the cinder volume. The correct behavior is to ignore
the QOS policy group of the flexVol and instead assign the QOS policy
group to the newly created cinder volume.

Change-Id: Ibeb8e3b965af8e79d0294c5cf97410da2b44d40c
Partial-Bug: #1288283

10 years agoFixes a problem in attach volume in EMC driver.
Xing Yang [Sat, 22 Mar 2014 19:05:42 +0000 (15:05 -0400)]
Fixes a problem in attach volume in EMC driver.

This patch fixes a problem in attach volume in EMC SMI-S driver.
The existing logic checks if a volume is already attached to any host,
but it doesn't check whether a volume is already attached to the specific
host that nova wants cinder to attach.  As a result, initialize_connection
could return success (thinking it is already attached), but nova will
fail to discover the LUN later and fail the attach.

This patch adds a check to see if a volume is already attached to a
specific host.  If not, it will do the attach.  The reason that the
volume being attached already could be due to a nova live-migration
use case.  Cinder doesn't support multiple attaches currently, but
allows a volume to be attached multiple times from nova during
live-migration.

Change-Id: I05a2f57cd8708d7fcbe902ec13665a9cfb44db07
Closes-Bug: #1295906

10 years agoUpdate config generator from OSLO
john-griffith [Wed, 26 Mar 2014 22:47:21 +0000 (16:47 -0600)]
Update config generator from OSLO

Cinders sample config is out of date with recent
updates needed for keystone, however we had an
old version of the oslo generator so there was
no way to pick these changes up locally by running
the generate tool.

This pulls the latest generator.py from oslo, and
we run the update script to get us back in sync.

Current head of oslo:
  commit 2eab986ef3c43f8d1e25065e3cbc1307860c25c7
  Merge: 2b08343 0dbcae1
  Author: Jenkins <jenkins@review.openstack.org>
  Date:   Wed Mar 26 14:47:07 2014 +0000

      Merge "Adds test condition in test_periodic"

Change-Id: Id43becfaa39d04153167e592a1233a5aef6016c9

10 years agoPass the mirrorlog option as two arguments.
Vishvananda Ishaya [Wed, 26 Mar 2014 19:09:28 +0000 (12:09 -0700)]
Pass the mirrorlog option as two arguments.

We don't use shell=True when we Popen, so we have to keep all
arguments as separate values.

Change-Id: Ic35fad36be72386d3496920e259c32fe16625046
Closes-bug: 1298017

10 years agoImport request_id middleware bug fix from oslo
Chris Buccella [Wed, 26 Mar 2014 19:48:16 +0000 (19:48 +0000)]
Import request_id middleware bug fix from oslo

There is a bug in request-id middleware that a subsequent API request
will overwrite a request-id of a previous request when multiple API
calls are processed in parallel in request_id middleware. The fix is
a drop-in replacement; cinder code does not need to be modified to
use the updated request_id middleware.

oslo change to fix the middleware:
d7bd9dc37ac3d6bc171cd2e290c772633ad20a32

Closes-Bug: #1289696
Change-Id: Ib211318c47681f841bcde04e490ccc2070bdf8de

10 years agoMerge "vmware: Remove pbm_default_policy config option"
Jenkins [Wed, 26 Mar 2014 11:23:30 +0000 (11:23 +0000)]
Merge "vmware: Remove pbm_default_policy config option"

10 years agoMerge "Netapp iscsi: allow snapshots with unspecified block range."
Jenkins [Wed, 26 Mar 2014 08:29:53 +0000 (08:29 +0000)]
Merge "Netapp iscsi: allow snapshots with unspecified block range."

10 years agoNetapp iscsi: allow snapshots with unspecified block range.
Jeff Applewhite [Mon, 24 Mar 2014 21:37:22 +0000 (17:37 -0400)]
Netapp iscsi: allow snapshots with unspecified block range.

Snapshots were failing to create in all cases in the NetApp iscsi
driver. The clone lun function was never issuing the zapi call
because the block count was set to 0.

Closes-Bug: 1296881

Change-Id: Ic2bf67b57a566632103a3fa2ff032555f42a3961

10 years agoSerialize the notification payload
john-griffith [Thu, 20 Mar 2014 03:53:41 +0000 (21:53 -0600)]
Serialize the notification payload

Notification payload in oslomessaging needs to be
serialized correctly, currently it's not.

Use json to encode the payload.
Closes-Bug: 1294949

Change-Id: Idb2c13981cc1c60ed02445a28220d1dab1529d2b

10 years agoMerge "Adds xiv_chap to xiv/ds8k driver configuration"
Jenkins [Tue, 25 Mar 2014 06:25:17 +0000 (06:25 +0000)]
Merge "Adds xiv_chap to xiv/ds8k driver configuration"

10 years agoMerge "Can't force-create snapshot by an non-exist error volume"
Jenkins [Tue, 25 Mar 2014 05:59:23 +0000 (05:59 +0000)]
Merge "Can't force-create snapshot by an non-exist error volume"

10 years agoDisable oslo.messaging debug logs
Joe Gordon [Mon, 24 Mar 2014 21:44:27 +0000 (14:44 -0700)]
Disable oslo.messaging debug logs

oslo.messaging debug logs are too verbose, turn them off. A similar patch
dropped nova-conductor logs in the gate down from 7MB to under 300K.

Cherry-Pick from oslo-incubator since we are in feature freeze:
Ia12c003dae196e2220a5f6ea768758a75f2ede23 and
Icc61964c6a2b002ac1c8566f174e6a5230674c75

Change-Id: I9e6456f1c979d9a57fc7fa93fb290c6a26017373

10 years agoUpdated from global requirements
OpenStack Jenkins [Mon, 24 Mar 2014 11:47:40 +0000 (11:47 +0000)]
Updated from global requirements

Change-Id: I02c65db0ea9ef2c86d4bf280d811e8cd28deadb9

10 years agoMerge "Allow NetApp iSCSI driver to sub-clone large volumes"
Jenkins [Fri, 21 Mar 2014 08:22:41 +0000 (08:22 +0000)]
Merge "Allow NetApp iSCSI driver to sub-clone large volumes"

10 years agoMerge "init_host should be called before RPC consumer is created"
Jenkins [Fri, 21 Mar 2014 08:22:37 +0000 (08:22 +0000)]
Merge "init_host should be called before RPC consumer is created"

10 years agoAdds xiv_chap to xiv/ds8k driver configuration
alonma [Thu, 20 Mar 2014 17:41:56 +0000 (19:41 +0200)]
Adds xiv_chap to xiv/ds8k driver configuration

In order to support CHAP, xiv_chap was added to
the driver configuration. Valid values are disabled
and enabled (default: disabled)

Change-Id: I0c68f581ad78a87a506b00ab308806f4a8fa78a8
DocImpact
Closes-Bug: #1288816

10 years agovmware: Use SessionIsActive to find stale session
Vipin Balachandran [Wed, 19 Mar 2014 12:12:56 +0000 (17:42 +0530)]
vmware: Use SessionIsActive to find stale session

An API invocation with a stale session returns an empty response. In order
to distinguish it from an API returning valid empty response, the session
is recreated and the API is retried. If an empty response is received even
after the retry, it can be assumed that the API response is actually empty.
But this behavior results in authentication error from the VMware server
when there is an active session and the API response is actually empty.
This change fix this behavior by using the SessionIsActive check to
identify stale session.

Change-Id: I6ddc4028bc5319cd22006de0590c13d6868c3494
Closes-Bug: #1284979

10 years agoinit_host should be called before RPC consumer is created
wanghong [Thu, 20 Mar 2014 02:39:37 +0000 (10:39 +0800)]
init_host should be called before RPC consumer is created

Currently, the init_host method is called after RPC consumer is
created. This behavior will lead to a bug that when a rpc request
is received the manager can not handle it because the driver has not
been initialized!

Change-Id: Ieedba1adeb3dd98eb4ff78427fe347423c016469
Closes-Bug: #1271568

10 years agoAdd RequestContextSerializer for rpc notifications
john-griffith [Wed, 19 Mar 2014 22:19:28 +0000 (16:19 -0600)]
Add RequestContextSerializer for rpc notifications

RequestContext should be serialized when sent via oslo.messaging. The
serializer is correctly used for the general RPC mechanism, but has been
forgotten in the notifier. This patch fixes that.

Thanks goes to eharney for noticing this and pointing it out!!!

Same bug existed in Nova (1275771)

Change-Id: I99a571ef74bbcd13bf801313eea145ea69f821e1
Closes-Bug: #1294724

10 years agoAllow NetApp iSCSI driver to sub-clone large volumes
Andrew Kerr [Tue, 11 Mar 2014 14:28:55 +0000 (10:28 -0400)]
Allow NetApp iSCSI driver to sub-clone large volumes

The NetApp zapi used during certain extend operations has several limits
imposed on it.  Each block-range provided can only be 2^24 in size, and
there can only be 32 block-ranges per zapi call.  This fix allows the
NetApp iSCSI driver to send multiple zapi calls if necessary, to allow
for extend operations on volumes of an arbitrary size.

Closes-Bug: #1288962
Change-Id: I981d22f32cb2182112fbea3ea9880d1e8c8c91ab

10 years agoMerge "Simplify test force delete snapshot unit test"
Jenkins [Wed, 19 Mar 2014 17:38:05 +0000 (17:38 +0000)]
Merge "Simplify test force delete snapshot unit test"

10 years agoCan't force-create snapshot by an non-exist error volume
lirenke [Tue, 4 Mar 2014 12:59:07 +0000 (04:59 -0800)]
Can't force-create snapshot by an non-exist error volume

If we create an LVM volume whose size larger than
rest space in VG, the volume would not exist with
error status.
But then we still can force create a snapshot
by this volume, and the snapshot's status is available.
In the code,I found in create_lv_snapshot,
it return False when fail to get the volume.
However, raising an exception is only way to be
handle outside.
So, we should raise exception instead of return False.

Closes-Bug: #1283338

Change-Id: I80256f19d66da460c95ff23834abb79a557763bf

10 years agoMerge "resolve KeyError for IBM Storwize/SVC driver"
Jenkins [Tue, 18 Mar 2014 22:58:31 +0000 (22:58 +0000)]
Merge "resolve KeyError for IBM Storwize/SVC driver"

10 years agoSimplify test force delete snapshot unit test
Mike Perez [Mon, 17 Mar 2014 05:24:38 +0000 (22:24 -0700)]
Simplify test force delete snapshot unit test

Make this test simple in just verifying if we have a snapshot and we do
a force delete that we get back an ok response from the controller.
Removing out RPC call and verifying snapshot was deleted since that's
out of the scope here.

Closes-Bug: #1291108
Change-Id: If10b1057cf170e77527a0933a1ddf1a6a59baa1d

10 years agoMerge "Remove unused method from NetApp iscsi driver"
Jenkins [Tue, 18 Mar 2014 21:04:41 +0000 (21:04 +0000)]
Merge "Remove unused method from NetApp iscsi driver"

10 years agoceph backup driver: improve log messages
git-harry [Thu, 20 Feb 2014 15:30:35 +0000 (15:30 +0000)]
ceph backup driver: improve log messages

Added additional information to log messages where helpful and tidied
code.

Change-Id: Ie7c54ab970223c6993254069d5d419e1ee90bedb
Closes-Bug: #1279703

10 years agoresolve KeyError for IBM Storwize/SVC driver
Xiao Chen [Thu, 6 Mar 2014 10:13:46 +0000 (18:13 +0800)]
resolve KeyError for IBM Storwize/SVC driver

When using iSCSI protocol to conenct IBM v7000, and compression
is not enabled for the system, KeyError may occur because of the response
item's lack of 'license_compression_enclosures'. So add a check to
resolve it.

Change-Id: Ie53631ea5b047650897313ad5614f6e1df5377f2
Closes-Bug: #1288645

10 years agoMerge "VMware: Implement vmdk extend_volume"
Jenkins [Mon, 17 Mar 2014 22:45:54 +0000 (22:45 +0000)]
Merge "VMware: Implement vmdk extend_volume"

10 years agoRemove unused method from NetApp iscsi driver
Alex Meade [Mon, 17 Mar 2014 19:16:09 +0000 (15:16 -0400)]
Remove unused method from NetApp iscsi driver

This removes _get_qos_type() from the NetApp iscsi code
as it is never used.

Change-Id: I903245b5c018bce80bdc0b8edf9ab7241e475fa4

10 years agovmware: Remove pbm_default_policy config option
Vipin Balachandran [Mon, 17 Mar 2014 18:16:22 +0000 (23:46 +0530)]
vmware: Remove pbm_default_policy config option

The pbm_default_policy config option is used to associate a storage
policy with the volume backing if there is no associated volume_type
or the volume_type doesn't have the storage_profile option. A better
approach is to set the storage_profile option in the default_volume_type.
This change removes the pbm_default_policy and queries the policy
using the storage_profile option in the given volume_type.

Closes-Bug: #1291181
Closes-Bug: #1291804
DocImpact

Change-Id: I2519ec1145712ce6927dacde91db468d066af021

10 years agoMerge "Use the error_out_volume from flow common instead"
Jenkins [Mon, 17 Mar 2014 12:07:13 +0000 (12:07 +0000)]
Merge "Use the error_out_volume from flow common instead"

10 years agoVMware: Implement vmdk extend_volume
Vincent Hou [Fri, 7 Mar 2014 16:55:34 +0000 (11:55 -0500)]
VMware: Implement vmdk extend_volume

Add the API implementation of extend_volume for the VMware
vmdk driver.

Change-Id: Idf09c9e9cf015c78c1c5e91c05b897e3e9b7c006
Closes-Bug: #1232172

10 years agoMerge "Don't send untextified exc to webob"
Jenkins [Sun, 16 Mar 2014 15:37:22 +0000 (15:37 +0000)]
Merge "Don't send untextified exc to webob"