]> review.fuel-infra Code Review - openstack-build/cinder-build.git/log
openstack-build/cinder-build.git
10 years agoMerge "CiscoFCSanLookupSerive uses extra argument in init"
Jenkins [Mon, 27 Oct 2014 01:39:48 +0000 (01:39 +0000)]
Merge "CiscoFCSanLookupSerive uses extra argument in init"

10 years agoMerge "Reserve 5 migrations for backports"
Jenkins [Sun, 26 Oct 2014 23:26:41 +0000 (23:26 +0000)]
Merge "Reserve 5 migrations for backports"

10 years agoMerge "Add ability to update migration info on backend"
Jenkins [Sun, 26 Oct 2014 23:26:32 +0000 (23:26 +0000)]
Merge "Add ability to update migration info on backend"

10 years agoCiscoFCSanLookupSerive uses extra argument in init
Xing Yang [Sun, 26 Oct 2014 21:29:26 +0000 (17:29 -0400)]
CiscoFCSanLookupSerive uses extra argument in init

This patch fixed two issues with the __init__ routine in
CiscoFCSanLookupService:

1. There's an extra argument in super(CiscoFCSanLookupService,
self).__init__(self, **kwargs). It should be changed to
super(CiscoFCSanLookupService, self).__init__(**kwargs).

2. The last line 'self.fabric_configs = ""' should be removed.
self.fabric_configs was created in self.create_configuration() in the
middle of the __init__ routine. It shouldn't be cleared out at the end
of the __init__ routine.

Change-Id: I2623f3b51af34d14849015e52e3676271c9fe414
Closes-Bug: #1385974

10 years agoEventlet green threads not released back to pool
abhishekkekane [Tue, 21 Oct 2014 09:31:15 +0000 (02:31 -0700)]
Eventlet green threads not released back to pool

Presently, the wsgi server allows persist connections hence even after
the response is sent to the client, it doesn't close the client socket
connection.
Because of this problem, the green thread is not released back to the pool.

In order to close the client socket connection explicitly after the
response is sent and read successfully by the client, you simply have to
set keepalive to False when you create a wsgi server.

DocImpact:
Added wsgi_keep_alive option (default=True).
In order to maintain the backward compatibility, setting wsgi_keep_alive
as True by default. Recommended is set it to False.

SecurityImpact

Closes-Bug: #1361360
Change-Id: Ic57b2aceb136e8626388cfe4df72b2f47cb0661c

10 years agoAdd ability to update migration info on backend
John Griffith [Tue, 21 Oct 2014 23:19:22 +0000 (23:19 +0000)]
Add ability to update migration info on backend

The current migration process creates a new volume,
xfr's it's contents, then deletes the original and
modifies the new volume to have the previous ID.

All in all this is kinda troublesome, but regardless
the bigger problem is that the generic impl doesn't
provide any method to tell the backend devices that
their device names/id's have changed.

This patch provides a method to inform backends
that a migration operation has been completed on
their target volume.

It shouldn't be necessary to do anything with the originating
or source volume because it's deleted as part of the process.

Change-Id: Ib5e6a47fe9eedab3e60e77a6c2d987355c0bf167
Closes-Bug: #1383499

10 years agoReserve 5 migrations for backports
John Griffith [Fri, 24 Oct 2014 14:19:19 +0000 (08:19 -0600)]
Reserve 5 migrations for backports

Reserve 5 migrations incase the need arises to backport any
fixes that require a db migration in stable/juno.

We've never set this up in the past and we did run into a case
last cycle where we had to hack some things around to make it work
without the place holder.

Why 5?  Why not?  For as little as we touch the DB historically
this number should be more than sufficient.

Change-Id: I2830f6557c65c4c9b3056bb5ee72b17346e21823

10 years agoMerge "Imported Translations from Transifex"
Jenkins [Fri, 24 Oct 2014 12:11:46 +0000 (12:11 +0000)]
Merge "Imported Translations from Transifex"

10 years agoMerge "NFS Security Enhancements: allows secure NFS environment setup"
Jenkins [Fri, 24 Oct 2014 12:11:07 +0000 (12:11 +0000)]
Merge "NFS Security Enhancements: allows secure NFS environment setup"

10 years agoImported Translations from Transifex
OpenStack Proposal Bot [Fri, 24 Oct 2014 06:10:35 +0000 (06:10 +0000)]
Imported Translations from Transifex

For more information about this automatic import see:
https://wiki.openstack.org/wiki/Translations/Infrastructure

Change-Id: I3fd4f684914909cd4fb35f7d0435a430c80ecfd6

10 years agoNFS Security Enhancements: allows secure NFS environment setup
Glenn M. Gobeli [Thu, 12 Jun 2014 13:31:25 +0000 (09:31 -0400)]
NFS Security Enhancements: allows secure NFS environment setup

This patch allows an OpenStack environment to run as a secure NAS
environment from the client and server perspective, including having
root squash enabled and not running file operations as the 'root'
user. This also sets Cinder file permissions as 660: removing
other/world file access.

The "nas_secure_file_permissions" option controls the setting of file
permissions when Cinder volumes are created. The option defaults to
"auto" to gracefully handle upgrade scenarios. When set to "auto",
a check is done during Cinder startup to determine if there are
existing Cinder volumes: no volumes will set the option to 'true',
and use secure file permissions. The detection of existing volumes will
set the option to 'false', and use the current insecure method of
handling file permissions.

The "nas_secure_file_operations" option controls whether file
operations are run as the 'root' user or the current OpenStack
'process' user. The option defaults to "auto" to gracefully handle
upgrade scenarios. When set to "auto", a check is done during Cinder
startup to determine if there are existing Cinder volumes: no volumes
will set the option to 'true', be secure and do NOT run as the 'root'
user. The detection of existing volumes will set the option to 'false',
and use the current method of running operations as the 'root' user.
For new installations, a 'marker file' is written so that subsequent
restarts of Cinder will know what the original determination had been.

This patch enables this functionality only for the NFS driver.
Other similar drivers can use this code to enable the same
functionality with the same config options.

DocImpact
Change-Id: I3d25f593beab7f5462576b14ab62d13d8c53e7c6
Implements: blueprint secure-nfs
Partial-Bug: 1260679

10 years agoUpdate volume-type's quota when extending volume
Haomai Wang [Mon, 29 Sep 2014 05:36:54 +0000 (13:36 +0800)]
Update volume-type's quota when extending volume

Now cinder only update total "gigabytes" quota but not update special
volume-type's "gigabytes" quota.

Fix bug #1375120

Change-Id: Ibb0b91afc81ba8c864f3c56fbe8a31972edd9bfc
Signed-off-by: Haomai Wang <haomai@unitedstack.com>
10 years agoMerge "Cinder api service doesn't handle SIGHUP properly"
Jenkins [Wed, 22 Oct 2014 05:12:09 +0000 (05:12 +0000)]
Merge "Cinder api service doesn't handle SIGHUP properly"

10 years agoCinder api service doesn't handle SIGHUP properly
Zhiteng Huang [Tue, 21 Oct 2014 09:05:50 +0000 (17:05 +0800)]
Cinder api service doesn't handle SIGHUP properly

When SIGHUP signal is sent to cinder-api service, it doesn't complete
processing of all pending requests before terminating all the
processes.

This change is a copy of Abhishek Kekane's fix for nova api.

Change-Id: I049d2aa2f3ad1fe388e00213a71f374803ed409a
Closes-Bug: #1334647

10 years agoMerge "Remove outdated _ as a builting from pylintrc"
Jenkins [Wed, 22 Oct 2014 00:28:21 +0000 (00:28 +0000)]
Merge "Remove outdated _ as a builting from pylintrc"

10 years agoMerge "VMware: Fix initialization of datastore selector"
Jenkins [Tue, 21 Oct 2014 19:54:25 +0000 (19:54 +0000)]
Merge "VMware: Fix initialization of datastore selector"

10 years agoMerge "ProphetStor driver consistency group support"
Jenkins [Tue, 21 Oct 2014 10:27:13 +0000 (10:27 +0000)]
Merge "ProphetStor driver consistency group support"

10 years agoRemove outdated _ as a builting from pylintrc
Duncan Thomas [Mon, 20 Oct 2014 13:37:11 +0000 (14:37 +0100)]
Remove outdated _ as a builting from pylintrc

Closes-bug: #1383302
Change-Id: I35e73fcabf39a01b667d570478227c960e1c450c

10 years agoMerge "Improve Cinder API internal cache interface"
Jenkins [Sun, 19 Oct 2014 06:28:53 +0000 (06:28 +0000)]
Merge "Improve Cinder API internal cache interface"

10 years agoMerge "Turn on Flake-8 Complexity Checking"
Jenkins [Sun, 19 Oct 2014 05:15:58 +0000 (05:15 +0000)]
Merge "Turn on Flake-8 Complexity Checking"

10 years agoProphetStor driver consistency group support
Rick Chen [Fri, 26 Sep 2014 07:25:08 +0000 (15:25 +0800)]
ProphetStor driver consistency group support

Implement ProphetStor driver support for the new consistency group
feature in Cinder Kilo.

Change-Id: Id2f7a93cabcf4f54215a035b3ad8d30ea5439297
Implements: blueprint prophetstor-consistency-group

10 years agoTurn on Flake-8 Complexity Checking
John Griffith [Fri, 17 Oct 2014 04:43:20 +0000 (22:43 -0600)]
Turn on Flake-8 Complexity Checking

Flake8 provides the ability to measure code complexity. There are
a lot of modules in Cinder that are considered "too complex", the
worst being "cinder/tests/test_huawei_hvs.py:110:1:" with a complexity
ranking of 59.

There's some outlyers at the higher end here, but the majority of the
code checks in at under 30, so let's make that our threshold and ignore
the two offenders that are above that for now.

Granted this may or may not be valuable, but it doesn't hurt to try it
and if we all hate it or find there's no value but it makes life difficult
we can always turn it back off.

See flake8.readthedocs for more info on flake8 and McCabe complexity
checking.

Change-Id: Icc1b5f2ccf0b630c1e655f5e6abf4e25ee30afc4

10 years agoMerge "Add client_socket_timeout option"
Jenkins [Fri, 17 Oct 2014 16:05:47 +0000 (16:05 +0000)]
Merge "Add client_socket_timeout option"

10 years agoMerge "Log a warning when getting lvs and vgs takes longer than 60 seconds"
Jenkins [Fri, 17 Oct 2014 15:57:52 +0000 (15:57 +0000)]
Merge "Log a warning when getting lvs and vgs takes longer than 60 seconds"

10 years agoMerge "Fix unnecessary snap of glance image, with non-raw images"
Jenkins [Fri, 17 Oct 2014 02:24:50 +0000 (02:24 +0000)]
Merge "Fix unnecessary snap of glance image, with non-raw images"

10 years agoLog a warning when getting lvs and vgs takes longer than 60 seconds
Matt Riedemann [Thu, 16 Oct 2014 15:39:07 +0000 (08:39 -0700)]
Log a warning when getting lvs and vgs takes longer than 60 seconds

We know something is causing lvs/vgs commands to block while deleting a
volume and this is causing Tempest to timeout while waiting for the
volume to be deleted.  What we don't have right now is very good
(specific) logging when this happens, unless we get messages in syslog
for lvm tasks taking more than 120 seconds, but that doesn't always
happen when we see the volume delete timeout in Tempest.

This patch adds a check for when getting logical volumes and volume
groups takes longer than 60 seconds and logs a warning if that happens.
This is helpful in production also because the default interval for
periodic tasks is 60 seconds so having these take longer than that time
could cause periodic tasks to block up on each other and you'll get
warnings from the FixedIntervalLoopingCall in oslo which is controlling
the task runs.

Related-Bug: #1373513

Change-Id: I7ac5ddbbd9bda7744db33f0bb8d56879301f5538

10 years agoMerge "Multipath commands with error messages in stdout fail to parse"
Jenkins [Thu, 16 Oct 2014 19:53:06 +0000 (19:53 +0000)]
Merge "Multipath commands with error messages in stdout fail to parse"

10 years agoMerge "Fix display name change during backup restore"
Jenkins [Thu, 16 Oct 2014 10:08:52 +0000 (10:08 +0000)]
Merge "Fix display name change during backup restore"

10 years agoAdd client_socket_timeout option
Stuart McLaren [Fri, 5 Sep 2014 12:48:04 +0000 (12:48 +0000)]
Add client_socket_timeout option

Add a parameter to take advantage of the new(ish) eventlet socket timeout
behaviour.  Allows closing idle client connections after a period of
time, eg:

$ time nc localhost 8776
real    1m0.063s

Setting 'client_socket_timeout = 0' means do not timeout.

DocImpact

Change-Id: If492810a2f10fa5954f8c8bb708b14be0b77fb90
Closes-bug: #1371022

10 years agoMerge "Updated from global requirements"
Jenkins [Thu, 16 Oct 2014 05:56:27 +0000 (05:56 +0000)]
Merge "Updated from global requirements"

10 years agoMerge "IBM Storwize driver: Add local variable assignment to "ctxt""
Jenkins [Thu, 16 Oct 2014 05:56:19 +0000 (05:56 +0000)]
Merge "IBM Storwize driver: Add local variable assignment to "ctxt""

10 years agoMerge "Correct the message string"
Jenkins [Thu, 16 Oct 2014 05:55:25 +0000 (05:55 +0000)]
Merge "Correct the message string"

10 years agoMerge "NetApp fix to set non default server port in api"
Jenkins [Thu, 16 Oct 2014 05:55:16 +0000 (05:55 +0000)]
Merge "NetApp fix to set non default server port in api"

10 years agoIBM Storwize driver: Add local variable assignment to "ctxt"
Vincent Hou [Fri, 10 Oct 2014 07:46:36 +0000 (15:46 +0800)]
IBM Storwize driver: Add local variable assignment to "ctxt"

* The method get_vdisk_params in helpers.py is missing a local variable
assignment for "ctxt", causing "UnboundLocalError: local variable
'ctxt' referenced before assignment. Adding the assignment should
resolve this issue.

* Add the unit tests coverage for get_vdisk_params.

Change-Id: I564b1ef8cd1b6504d5ac8c9af0bb11bf29767d9a
closes-bug: #1379654

10 years agoUpdated from global requirements
OpenStack Proposal Bot [Wed, 15 Oct 2014 23:40:34 +0000 (23:40 +0000)]
Updated from global requirements

Change-Id: I8ad37eb2e149aa1bb51ec71988e8dbbf6243118e

10 years agoMultipath commands with error messages in stdout fail to parse
Patrick East [Tue, 14 Oct 2014 22:45:38 +0000 (15:45 -0700)]
Multipath commands with error messages in stdout fail to parse

This change fixes an issue in find_multipath_device() where the command
output of ‘multipath -l <device>’ would sometimes fail to be parsed if
there were error messages in the stdout string in addition to the
expected output. We will now strip out the error messages before we
attempt to parse the lines.

Change-Id: I3d48debc7d64f6a891ac37d4c2c5ebddfb5b00b0
Closes-Bug: #1380742

10 years agoNetApp fix to set non default server port in api
Andrew Kerr [Thu, 29 May 2014 03:16:23 +0000 (08:46 +0530)]
NetApp fix to set non default server port in api

The non default netapp_server_port config option was not
getting set in api even if specified in cinder.conf. Its
made non mandatory and set if specified in the configuration.

Change-Id: I62943427e0caac2742cce4ce56c1a49917f9210d
Closes-bug: #1322379

10 years agoCorrect the message string
YangLei [Wed, 15 Oct 2014 10:59:31 +0000 (18:59 +0800)]
Correct the message string

Change %(volumeid) to %(volumeid)s in message string.

Change-Id: Ia780a8687a784a6d8d8f0c5e6fe9b1a884416608
Closes-Bug: #1381464

10 years agoMerge "Fix LVM iSCSI driver tgtadm CHAP authentication"
Jenkins [Wed, 15 Oct 2014 04:49:47 +0000 (04:49 +0000)]
Merge "Fix LVM iSCSI driver tgtadm CHAP authentication"

10 years agoMerge "Remove vol_type_id cast to str"
Jenkins [Wed, 15 Oct 2014 01:08:39 +0000 (01:08 +0000)]
Merge "Remove vol_type_id cast to str"

10 years agoFix LVM iSCSI driver tgtadm CHAP authentication
Tomoki Sekiyama [Tue, 14 Oct 2014 23:09:44 +0000 (19:09 -0400)]
Fix LVM iSCSI driver tgtadm CHAP authentication

Currently CHAP Authentication in LVM iSCSI driver with tgtadm does not work.
This is because the tgtadm helper creates the target configuration file
with an 'IncomingUser' entry, which is ignored by tgtd.
This patch fixes it to 'incominguser'.

Change-Id: I14871985a2a916834122f849238f05b75726bc1a
Closes-Bug: #1329214

10 years agoMerge "check the configuration item glance_num_retries"
Jenkins [Tue, 14 Oct 2014 22:23:32 +0000 (22:23 +0000)]
Merge "check the configuration item glance_num_retries"

10 years agoMerge "Export cinder volumes only if the status is 'in-use'"
Jenkins [Tue, 14 Oct 2014 22:17:07 +0000 (22:17 +0000)]
Merge "Export cinder volumes only if the status is 'in-use'"

10 years agoMerge "HP 3PAR: Don't ignore extra-specs snap_cpg when missing cpg"
Jenkins [Tue, 14 Oct 2014 20:52:37 +0000 (20:52 +0000)]
Merge "HP 3PAR: Don't ignore extra-specs snap_cpg when missing cpg"

10 years agoMerge "3PAR migrate without losing type settings"
Jenkins [Tue, 14 Oct 2014 20:52:28 +0000 (20:52 +0000)]
Merge "3PAR migrate without losing type settings"

10 years agoMerge "3PAR with pool-aware-cinder-scheduler"
Jenkins [Tue, 14 Oct 2014 20:52:19 +0000 (20:52 +0000)]
Merge "3PAR with pool-aware-cinder-scheduler"

10 years agoMerge "Move SolidFire driver from httplib to requests"
Jenkins [Tue, 14 Oct 2014 20:19:29 +0000 (20:19 +0000)]
Merge "Move SolidFire driver from httplib to requests"

10 years agoExport cinder volumes only if the status is 'in-use'
Mitsuhiro Tanino [Tue, 14 Oct 2014 16:41:41 +0000 (12:41 -0400)]
Export cinder volumes only if the status is 'in-use'

Currently, cinder volumes are exported both 'in-use' and 'available'
after restarting cinder-volume service.
This behavior was introduced following commit.

  commit ffefe18334a9456250e1b6ff88b7b47fb366f374
  Author: Zhiteng Huang <zhithuang@ebaysf.com>
  Date: Sat Aug 23 18:32:57 2014 +0000

If the volumes are attached to nova instances, they should be exported
via tgtd after restarting cinder-volume.
But the volumes which are not attached to instances must not be exported
because everyone can connect these volumes.

This patch changes volume export behavior that exports a volume only if
the volume status is 'in-use'.

Change-Id: I4c598c240b9290c81bd8001e5a0720c8c329aeb9
Signed-off-by: Mitsuhiro Tanino <mitsuhiro.tanino@hds.com>
Closes-bug: #1381106

10 years agoRemove vol_type_id cast to str
Ivan Kolodyazhny [Mon, 13 Oct 2014 08:57:58 +0000 (11:57 +0300)]
Remove vol_type_id cast to str

Volume Type ID is string field, so we don't need to cast it
to str one more time

Change-Id: I8dcbfb770c412624d59c80bebe00d8c27ab0f823

10 years agoMove SolidFire driver from httplib to requests
John Griffith [Fri, 10 Oct 2014 01:22:03 +0000 (19:22 -0600)]
Move SolidFire driver from httplib to requests

The SolidFire driver has been pretty static for a number of
years now, this change is to move from httplib for API calls
to requests.  There are a number of advantages to this, including
performance, simplicity and ability to add things like ssl support
easily.

In addtion this change removes the confusing looping/retry mechanisms
that were in the issue_api_request method and replaces it with a
retry decorator for the exceptions we're interested in retrying.

Finally, I realize that my unit tests suck!  That will be one of the
follow up items after a bit more clean up in the driver.

Change-Id: Icc4cf601bffddb057f35537f3870c45dd5eb67cc

10 years agocheck the configuration item glance_num_retries
zhangchunlong1@huawei.com [Tue, 23 Sep 2014 07:50:27 +0000 (15:50 +0800)]
check the configuration item glance_num_retries

we need to to check the value of the configuration item glance_num_retries
in the code in order to ensure the " glance_num_retries " is equal or greater
than 0

Change-Id: I661ee883f3e1009e7fb242e0df2fa130eb8daa66
Closes-Bug: #1372452

10 years agoVMware: Fix initialization of datastore selector
Vipin Balachandran [Mon, 13 Oct 2014 14:04:36 +0000 (19:34 +0530)]
VMware: Fix initialization of datastore selector

The WSDL URL of storage policy service is determined and a session is
created using it in do_setup(). This session is later used to initialize
the datastore selector property (ds_sel), which uses the session for all
storage policy related API calls.

After commit a8fa3ceb1e72bac2ab67f569a2ca009f995f59fd (Integrate
OSprofiler and Cinder), the properties defined in vmdk module are called
before do_setup(). As a result, the ds_sel (datastore selector) property
is initialized with a session instance containing a 'None' PBM (storage
policy service) WSDL URL. This results in failures of all storage policy
related APIs invoked using datastore selector. This patch fixes the
problem by re-initializing the property in do_setup().

Change-Id: Ibdf8b23f9e215000cf9053b81d374066fabd6851
Closes-Bug: #1380675

10 years agoMerge "SQL scripts should not manage transactions"
Jenkins [Tue, 14 Oct 2014 06:38:57 +0000 (06:38 +0000)]
Merge "SQL scripts should not manage transactions"

10 years agoMerge "check the configuration eqlx_cli_max_retries"
Jenkins [Mon, 13 Oct 2014 15:38:54 +0000 (15:38 +0000)]
Merge "check the configuration eqlx_cli_max_retries"

10 years agoMerge "Fix exception handling on test_delete_nonexistent_volume"
Jenkins [Mon, 13 Oct 2014 09:25:24 +0000 (09:25 +0000)]
Merge "Fix exception handling on test_delete_nonexistent_volume"

10 years agoMerge "NetApp fix for default host type in eseries"
Jenkins [Mon, 13 Oct 2014 07:16:29 +0000 (07:16 +0000)]
Merge "NetApp fix for default host type in eseries"

10 years agoMerge "Remove deprecated use of gettextutils import _"
Jenkins [Mon, 13 Oct 2014 06:56:43 +0000 (06:56 +0000)]
Merge "Remove deprecated use of gettextutils import _"

10 years agoImported Translations from Transifex
OpenStack Proposal Bot [Sun, 12 Oct 2014 06:17:44 +0000 (06:17 +0000)]
Imported Translations from Transifex

Change-Id: Idbbc5fbb66b53445a7934cff2e32832d9e4c22e2

10 years agoFix exception handling on test_delete_nonexistent_volume
Eiichi Aikawa [Fri, 26 Sep 2014 06:37:31 +0000 (15:37 +0900)]
Fix exception handling on test_delete_nonexistent_volume

test_delete_nonexistent_volume wants to check the exception would be
received when nonexistent volume was specified. But currently, this
test case checks the exception would be received when nonexistent
metadata was specified.

Change-Id: Ia110618d5c658551a1826d495656954be02f4326

10 years agoMerge "GlusterFS: Remove unneeded conf import"
Jenkins [Sat, 11 Oct 2014 07:54:07 +0000 (07:54 +0000)]
Merge "GlusterFS: Remove unneeded conf import"

10 years agoMerge "coraid: allow setting default repository"
Jenkins [Sat, 11 Oct 2014 07:53:59 +0000 (07:53 +0000)]
Merge "coraid: allow setting default repository"

10 years agoMerge "Fixes docstring typos (Cinder)"
Jenkins [Sat, 11 Oct 2014 07:46:35 +0000 (07:46 +0000)]
Merge "Fixes docstring typos (Cinder)"

10 years agoMerge "gitignore /.*"
Jenkins [Sat, 11 Oct 2014 07:46:26 +0000 (07:46 +0000)]
Merge "gitignore /.*"

10 years agoMerge "VMware: Bump driver version"
Jenkins [Sat, 11 Oct 2014 07:33:22 +0000 (07:33 +0000)]
Merge "VMware: Bump driver version"

10 years agocheck the configuration eqlx_cli_max_retries
zhangchunlong1@huawei.com [Tue, 23 Sep 2014 08:18:50 +0000 (16:18 +0800)]
check the configuration eqlx_cli_max_retries

we need to to check the value of the configuration item eqlx_cli_max_retries
in the code in order to ensure the "eqlx_cli_max_retries" is equal to or
greater than 0

DocImpact: The 'retries' is not a configured number of attempts
Change-Id: If9fadda83a855b4bbda6129d3b3a64d296eb2b54
Closes-Bug: #1372454

10 years agoRevert "Relocate volume to compliant datastore"
Vipin Balachandran [Fri, 10 Oct 2014 17:36:27 +0000 (23:06 +0530)]
Revert "Relocate volume to compliant datastore"

Commit 4be8913520f5e9fe4109ade101da9509e4a83360 introduced a regression
which causes failures during cinder volume re-attach. This patch reverts
commit 4be8913520f5e9fe4109ade101da9509e4a83360 as an immediate fix.

Closes-Bug: #1379830
Change-Id: I5dfbd45533489c3c81db8d256bbfd2f85614a357

10 years agoMerge "Eseries warn if multipath is not set for img xfer"
Jenkins [Fri, 10 Oct 2014 18:37:32 +0000 (18:37 +0000)]
Merge "Eseries warn if multipath is not set for img xfer"

10 years agoRemove deprecated use of gettextutils import _
Jay S. Bryant [Wed, 10 Sep 2014 03:07:48 +0000 (22:07 -0500)]
Remove deprecated use of gettextutils import _

The initial hacking check I wrote allowed users to check in code
using 'from cinder.openstack.common.gettextutils import _' or
'from cinder.i18n import _'.  This was to ease the transition for
code that was in flight with the old import.

Now that we have moved Cinder over to using cinder.i18n and most
of the code that was in flight with the old import has been merged
and/or fixed, I am updating the hacking check to enforce the use of
cinder.i18n and fixing the cases that still had the old import.

Change-Id: Iff6ccac1996c06bbc5defd5139113a2baa0b677c

10 years agoHP 3PAR: Don't ignore extra-specs snap_cpg when missing cpg
Mark Sturdevant [Sat, 13 Sep 2014 06:48:16 +0000 (23:48 -0700)]
HP 3PAR: Don't ignore extra-specs snap_cpg when missing cpg

When snap_cpg is specified in extra-specs, it should be used.
For some reason, it was being ignored when extra-specs did not
also specify a user cpg.

When using a volume-type, the snapCPG should come from (in this order
of preference):
1. extra specs snap_cpg,
2. extra specs cpg,
3. config hp3par_cpg_snap,
4. config hp3par_cpg.

Change-Id: I649e3dc49f7775a8071229fc315f0ee5f23aa833
Closes-Bug: 1368972

10 years ago3PAR migrate without losing type settings
Mark Sturdevant [Mon, 1 Sep 2014 21:33:12 +0000 (14:33 -0700)]
3PAR migrate without losing type settings

Leverage retype to fix migrate.  It was losing type settings.

Closes-Bug: 1356608
Change-Id: Ic4d5233533abf65e4784b0e89f5793a6cd1ce521

10 years ago3PAR with pool-aware-cinder-scheduler
Mark Sturdevant [Mon, 9 Jun 2014 02:57:21 +0000 (10:57 +0800)]
3PAR with pool-aware-cinder-scheduler

HP 3PAR support for the pool-aware scheduler.
Adds support for a list of CPGs (pools).  Uses
model update when our volume-type CPG is used
instead of the scheduler selected CPG.

In cinder.conf, hp3par_cpg now accepts a list of CPGs.

DocImpact
Implements: blueprint pool-aware-cinder-scheduler-hp3par
Change-Id: I74ef0af5390311eb1a529e0d5d4875c4f7d04156

10 years agoFix display name change during backup restore
Vipin Balachandran [Thu, 9 Oct 2014 11:20:24 +0000 (16:50 +0530)]
Fix display name change during backup restore

Currently the display name and description of the target volume
is changed to that in the backup meta-data during backup restore.
This can confuse the end-user, especially in the case of restore
to an existing volume. This patch removes display name and display
description from the list of fields to be copied from the backup
meta-data to update the volume.

Change-Id: I21a0505352ddc8db801f4820d575399a4771b259
Closes-Bug: #1376194

10 years agoMerge "Remove useless sslutils from openstack.common"
Jenkins [Fri, 10 Oct 2014 08:23:36 +0000 (08:23 +0000)]
Merge "Remove useless sslutils from openstack.common"

10 years agoMerge "Fixed Typo from modfied to modified"
Jenkins [Thu, 9 Oct 2014 23:18:17 +0000 (23:18 +0000)]
Merge "Fixed Typo from modfied to modified"

10 years agogitignore /.*
Eric Harney [Wed, 8 Oct 2014 21:07:07 +0000 (17:07 -0400)]
gitignore /.*

Ignore all dotfiles in the base dir of the tree except for
.gitignore, .coveragerc, .mailmap, and .testr.conf.

This should solve the "ignore my IDE's files" problem in a
general way.

Change-Id: Ia53fff4b97e4e99b6827030573973377beddb22b

10 years agoMerge "Truncate fail_reason to column length"
Jenkins [Thu, 9 Oct 2014 18:46:58 +0000 (18:46 +0000)]
Merge "Truncate fail_reason to column length"

10 years agoMerge "Fix eqlx CLI output parsing on bad input"
Jenkins [Thu, 9 Oct 2014 17:50:36 +0000 (17:50 +0000)]
Merge "Fix eqlx CLI output parsing on bad input"

10 years agoMerge "Eqlx fix NoSuchOptError for volume_name_template on clone"
Jenkins [Thu, 9 Oct 2014 17:35:55 +0000 (17:35 +0000)]
Merge "Eqlx fix NoSuchOptError for volume_name_template on clone"

10 years agoFixes docstring typos (Cinder)
Rafael Rivero [Wed, 24 Sep 2014 20:15:41 +0000 (13:15 -0700)]
Fixes docstring typos (Cinder)

A few more typographical errors found in Cinder docstrings.

Change-Id: If841350592650e23e9d7b24b4c52a3cdddb62d2f

10 years agoRemove useless sslutils from openstack.common
Julien Danjou [Tue, 7 Oct 2014 08:52:51 +0000 (10:52 +0200)]
Remove useless sslutils from openstack.common

This module has been named by mistake in openstack-common.conf but has
never been used, except by the RPC code back then. Let's remove it.

Change-Id: Ie0c88d2c962d1daa9f1fcf0b4d0d530c15223aa9

10 years agoTruncate fail_reason to column length
Vipin Balachandran [Thu, 9 Oct 2014 14:05:46 +0000 (19:35 +0530)]
Truncate fail_reason to column length

During create_backup failure handling, backup_update fails with
DataError ("Data too long for column") if the fail_reason is
greater than 255 characters. As a result, backup status is stuck
in 'creating' state. This patch avoids the problem by truncating
fail_reason to 255 characters before update.

Closes-Bug: #1376199
Change-Id: If0d616b81d3869f7ea110caab8cf4140cf5c5c9e

10 years agoFix eqlx CLI output parsing on bad input
Sean McGinnis [Tue, 7 Oct 2014 15:29:26 +0000 (10:29 -0500)]
Fix eqlx CLI output parsing on bad input

The eqlx driver would identify CLI command completion
by looking for the system name prompt at the end of
the output ("ARRAY_NAME>"). In some cases where there
is bad input the array will print an error, then
prepopulate the command again so it can be edited,
resulting in the output:

"ARRAY_NAME> [bad command]"

The array name prompt only gets printed on command
completion, so the fix is to look for the prompt
anywhere in the CLI output.

Change-Id: I063a203c9746689ca8a42a97725b059f782e3812
Closes-Bug: 1378394

10 years agoEqlx fix NoSuchOptError for volume_name_template on clone
Sean McGinnis [Tue, 7 Oct 2014 15:10:57 +0000 (10:10 -0500)]
Eqlx fix NoSuchOptError for volume_name_template on clone

The eqlx driver was referencing the volume_name_template
config setting via self.configuration.volume_name_template.
This option is not imported in self.configuration.

The curent preferred method for volume clone is to reference
the passed in name, avoiding the need for the driver to
know what the naming template is all together.

Change-Id: If4963bbe61574c006ad04e5e88d04c7f7bc7cee1
Closes-Bug: 1378369

10 years agoVMware: Bump driver version
Vipin Balachandran [Wed, 8 Oct 2014 10:12:58 +0000 (15:42 +0530)]
VMware: Bump driver version

Commit 86591a24d48fe19be427b5a8981821fcdb85bb37 added support for
retype API in VMDK driver. This patch updates the driver version
to reflect this.

Change-Id: I8351a40d393d68f5873237fb670a5e0c4a93a863

10 years agoMerge "Make sure device support Direct before setting"
Jenkins [Thu, 9 Oct 2014 03:22:32 +0000 (03:22 +0000)]
Merge "Make sure device support Direct before setting"

10 years agoMake sure device support Direct before setting
John Griffith [Tue, 7 Oct 2014 17:49:58 +0000 (11:49 -0600)]
Make sure device support Direct before setting

We added '-t none' option to the qemu-img convert operation
in image_utils.py a while back to accomodate a couple of
backend devices that didn't flush writes on disconnect.
(Change: I7a04f683add8c23b9125fe837c4048ccc3ac224d)

The only problem here is that some backend devices don't
support Direct mode and raise an exception and fail when
setting this option.

This patch adds a simple check using dd to see if the dest
supports the Direct flag and only sets '-t none' if the device
does in fact support it.

Additionally it was brought up that even yet other backends
are using file devices not blk devices.  In their case setting
Direct will still work, however it's sub-optimal as qemu-convert
has internal mechanisms to make sure flushing etc are done
correctly and efficiently for those devices.  So to accomodate
that particular use case I'm also adding a check if blk dev
that can be used for determining whether to set Direct for the
qemu-convert process.

Change-Id: I34127ac373ceadcfb6fc2662628b1a91eb7b0046
Closes-Bug: 1375487

10 years agoEseries warn if multipath is not set for img xfer
Tom Barron [Tue, 23 Sep 2014 22:05:40 +0000 (18:05 -0400)]
Eseries warn if multipath is not set for img xfer

Warn at driver startup if the configuration option
"use_multipath_for_image_xfer" has not been set to "True".  Eseries filers
require appropriate multipath/DMMP configuration on the host running the
cinder volume process for image transfers to work reliably.

Change-Id: Ib79a23a5a9527b254f155a9f4ea022d4387a4a13
Closes-Bug: #1376349

10 years agoGlusterFS: Remove unneeded conf import
Eric Harney [Wed, 8 Oct 2014 16:10:19 +0000 (12:10 -0400)]
GlusterFS: Remove unneeded conf import

The 'volume_name_template' option is no longer needed here.

Change-Id: Ib965ec26278651b2ed93e2e2b1db0d9e6191b299

10 years agoFixed Typo from modfied to modified
Timothy Okwii [Mon, 8 Sep 2014 17:25:43 +0000 (10:25 -0700)]
Fixed Typo from modfied to modified

Change-Id: Iad9515fd239b559b5c4a01b6deb33860ae79230e

10 years agoUpdated from global requirements
OpenStack Proposal Bot [Tue, 7 Oct 2014 19:11:27 +0000 (19:11 +0000)]
Updated from global requirements

Change-Id: I5e9c61dbf0751c90a191d644e515af5838e96439

10 years agoMerge "Imported Translations from Transifex"
Jenkins [Tue, 7 Oct 2014 19:03:30 +0000 (19:03 +0000)]
Merge "Imported Translations from Transifex"

10 years agoImported Translations from Transifex
OpenStack Proposal Bot [Tue, 7 Oct 2014 06:06:17 +0000 (06:06 +0000)]
Imported Translations from Transifex

Change-Id: I31709cb29865acf3f73fa7f6155c16085bf3418c

10 years agocoraid: allow setting default repository
Roman Bogorodskiy [Wed, 1 Oct 2014 08:15:14 +0000 (08:15 +0000)]
coraid: allow setting default repository

Currently, the Coraid driver requires storing Storage Repository
name in volume type key named 'coraid_repository' or different key name
if a value of the 'coraid_repository_key' option changed in the cinder
configuration file.

In case of creating a volume without volume type associated or creating
a volume with volume type that doesn't have an appropriate key with
the repository name, volume creation fails.

That is an inconvenient behaviour, especially in case of using that with
Tempest that creates new volume types but obviously doesn't know
that it should add keys with the repository name.

In order to fix that, introduce a 'coraid_default_repository' config
option that allows to set a default repository to use if one is not
specified in the volume type key.

In case if neither volume type nor config file provide a repository
name, throw CoraidException with description of the problem.

DocImpact

Change-Id: Ib205553cdee0af0036a774f6926433f4452ec023

10 years agoSync latest processutils from oslo-incubator
Tristan Cacqueray [Fri, 3 Oct 2014 19:57:01 +0000 (19:57 +0000)]
Sync latest processutils from oslo-incubator

An earlier commit (Ia92aab76fa83d01c5fbf6f9d31df2463fc26ba5c) failed
to address ssh_execute(). This change set addresses ssh_execute.

------------------------------------------------

oslo-incubator head:

commit 4990535fb5f3e2dc9b397e1a18c1b5dda94ef1c4
Merge: 9f5c700 2a130bf
Author: Jenkins <jenkins@review.openstack.org>
Date:   Mon Sep 29 23:12:14 2014 +0000

    Merge "Script to list unreleased changes in all oslo projects"

-----------------------------------------------

The sync pulls in the following changes (newest to oldest):

6a60f842 - Mask passwords in exceptions and error messages (SSH)

-----------------------------------------------

Change-Id: Ie0caf32469126dd9feb44867adf27acb6e383958
Closes-Bug: #1377981

10 years agoMerge "NetApp fix eseries unit test mock clean"
Jenkins [Fri, 3 Oct 2014 01:38:27 +0000 (01:38 +0000)]
Merge "NetApp fix eseries unit test mock clean"

10 years agoMerge "Windows SMBFS: Handle volume_name in _qemu_img_info"
Jenkins [Fri, 3 Oct 2014 01:00:47 +0000 (01:00 +0000)]
Merge "Windows SMBFS: Handle volume_name in _qemu_img_info"

10 years agoMerge "ZFSSA iSCSI vol create fails with vol type option"
Jenkins [Thu, 2 Oct 2014 22:40:18 +0000 (22:40 +0000)]
Merge "ZFSSA iSCSI vol create fails with vol type option"

10 years agoMerge "Clarify InvalidInput exception when the size is missing"
Jenkins [Thu, 2 Oct 2014 22:40:10 +0000 (22:40 +0000)]
Merge "Clarify InvalidInput exception when the size is missing"

10 years agoMerge "Handle eqlx SSH connection close on abort."
Jenkins [Thu, 2 Oct 2014 22:35:58 +0000 (22:35 +0000)]
Merge "Handle eqlx SSH connection close on abort."

10 years agoMerge "Refuse invalid qcow2 backing files"
Jenkins [Thu, 2 Oct 2014 21:44:22 +0000 (21:44 +0000)]
Merge "Refuse invalid qcow2 backing files"