Commit Graph

223 Commits (64496c1bd1919f4d70e055b583c4c9e8b1866b73)

Author SHA1 Message Date
Doug Hellmann 64496c1bd1 Update reno for stable/mitaka
Change-Id: I71cbd61eb79220d3009248c12d74fc06b4e90777
2016-03-11 14:57:33 -05:00
Jenkins d440385bb7 Merge "Fix Scality SOFS support" 2016-03-08 18:07:02 +00:00
Jenkins 9ae56a7fa8 Merge "Actually run the RemoteFSClient unit tests" 2016-03-08 18:06:52 +00:00
Jenkins cdc25318a8 Merge "Add sheepdog support" 2016-03-03 10:05:04 +00:00
OpenStack Proposal Bot aa66ca0d73 Updated from global requirements
Change-Id: I04287bbfef747617185a251572e17ea964e115d1
2016-03-01 16:54:32 +00:00
Jordan Pittier 08b1ad0c9d Fix Scality SOFS support
The "Scaling backup service" patch [1] in Cinder (merged a couple of days
ago) uses os-brick to perform a local attach volume. It revealed that the
support for Scality SOFS in os-brick was broken. (we did have a CI in
Cinder but the os-brick code path was not fully exercised until [1] merged).

This patch addresses this issue. The patch introduces a new class called
`ScalityRemoteFsClient` which inherits from `RemoteFsClient`. We can't
strictly use the `RemoteFsClient` because how to mount Scality FS is
a bit different from other FS.

Note that without this patch, the Scality Cinder driver is broken, more
precisely cinder backup is broken. So I would appreciate if we can merge
that for Mitaka (which needs another minor/micro(?) release of os-brick)

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

Change-Id: Icfa09b124d252d1d6b07d9cff8c63c7c0d65cc30
2016-02-26 16:35:00 +01:00
Jordan Pittier 1b6eb839ee Actually run the RemoteFSClient unit tests
A __init__.py file was missing. Also fix a unit test which failed
with 'TypeError: _patch_object() takes at least 2 arguments (1 given)'

Change-Id: I92e36ca1978d497f42573b61b6b1b03bbbd35f23
2016-02-26 15:02:23 +01:00
Jordan Pittier 123caab41d Mock time.sleep() in 3 unit tests
No need to actually wait in unit tests. This patch decreases the unit
tests run time by about 24 seconds.

Change-Id: I502e15e0fd2d8238f6b6b7089eb38d4d7b55114b
2016-02-26 14:35:41 +01:00
Jenkins f9b4e55db5 Merge "Fix setting the multipath_id" 2016-02-24 06:41:12 +00:00
Walter A. Boring IV c84dfef1f2 Fix setting the multipath_id
This fixes the logic in how we set the multipath_id in the device_info.
If the returned multipath_id is None, we didn't find a multipath device
and we don't set the multipath_id.  This is exactly what we do for FC.

Change-Id: Ic1f598da59ccda634b765d65706e02d1a4caff30
Closes-Bug: #1547539
2016-02-22 08:03:31 -08:00
OpenStack Proposal Bot 2d60736031 Updated from global requirements
Change-Id: Id10514f0b7f32e085c871425a476011ad472ac14
2016-02-20 21:59:12 +00:00
lisali a168bd08c3 Add sheepdog support
This patch is to add sheepdog connection in os-brick.

Most of codes are referred from sheepdog in volume drivers.

Change-Id: I358e66e11ba1c44741fdaed41eb7eb66706f92fb
2016-02-19 04:57:12 +00:00
Matt Riedemann 0d25bbb5b5 Include multipath -ll output in failed to parse warning
The multipath -ll output is logged at debug level but by
default debug level logging is disabled. If we fail to parse
the output of multipath -ll to get the device map, we should
include the command output in the warning message since INFO+
logging is enabled by default.

Change-Id: Ib66c254e6eb4394382fc928d833a3a1818336b9b
Closes-Bug: #1546773
2016-02-18 08:04:14 -08:00
Jenkins 44254e1e14 Merge "Fix iSCSI Multipath" 2016-02-17 17:49:37 +00:00
Jenkins 946bdcc016 Merge "Add missing release notes" 2016-02-16 22:05:03 +00:00
Walter A. Boring IV 508c33914a Fix iSCSI Multipath
In the refactoring of the multipath discovery code from the FC connector
we missed a class member in FC getting migrated into the base class.
This resulted in the original path not existing in the base class and
in turn breaking iSCSI multipath.

Change-Id: I7492fdf0d6d4ec6a17a937d88895449f946a1c3c
Closes-Bug: #1545198
2016-02-16 04:47:18 -08:00
Sean McGinnis f3f3ce789b Add missing release notes
Add omitted release notes in preparation for cutting the next release.

Change-Id: Id69d9d529cba108953187ed9fa81bb6e35ac3b22
2016-02-14 10:32:06 -06:00
Jenkins 82cdb40f87 Lun id's > 255 should be converted to hex
This patch addresses the issue where lun id's values are larger
than 255 and are being kept as integers. This causes the volume and
search paths to be malformed and volumes can't be found. This patch
adds two functions to linuxscsi.py to process the lun id's; they can
process both a single lun id and a list of them. If a lun id has a
value larger than 255 it is converted to hex. This patch also modifies
the necessary unit tests and adds ones to cover the new main function.

Change-Id: Ib0b2f239a8152275de9ea66fa99a286dfbe53d57
Closes-bug: #1493350
2016-02-12 12:56:37 -06:00
Jenkins 71e5745fef Merge "Raise exception in find_multipath_device" 2016-02-11 17:52:26 +00:00
Jenkins 434728be87 Merge "Fix output returned from get_all_available_volumes" 2016-02-11 17:22:19 +00:00
Jenkins b1558ea748 Merge "Remove multipath -l logic from ISCSI connector" 2016-02-11 17:21:51 +00:00
OpenStack Proposal Bot 4bdaba0562 Updated from global requirements
Change-Id: I7fb6a08969c92cf1ef8765af92b1954b92878fda
2016-02-10 21:57:42 +00:00
Anthony Lee 6998adfabe Fix output returned from get_all_available_volumes
The paths returned from the InitiatorConnector's
get_all_available_volumes function had a typo
where one of the forward slashes was missing.

Example:
/dev/disk/by-pathfake-ip-lun0

This patch revises the way the paths are queried so that the
forward slash is included.

Example:
/dev/disk/by-path/fake-ip-lun0

Closes-Bug: #1543238
Change-Id: I7eea70a32549c9d18820a5ce2155ecf93250158e
2016-02-08 10:12:12 -08:00
Jenkins fe0d746376 Merge "Add vzstorage protocol for remotefs connections" 2016-02-06 22:48:16 +00:00
felix23ma 2b051f7fa2 Raise exception in find_multipath_device
When failed to execute "multipath -l" in find_multipath_device,
raise an exception instead of printing warning only.

Change-Id: I593b49d1637c7077e51a2db343e5b1eec3053536
Closes-Bug: #1519363
2016-01-26 01:41:03 +08:00
OpenStack Proposal Bot 8f3163956b Updated from global requirements
Change-Id: I432bd861118c1df3d5623d886ac206abc6218bdf
2016-01-24 20:52:42 +00:00
Kendall Nelson ba2100a83f Remove multipath -l logic from ISCSI connector
This patch continues work on making the connect_volume methods
more efficient. Using multipath -l to find the available multipath
devices can take a lot of time listing all of the potential
devices. Previously, the FC connector had been modified to skip
the use of multipath -l.

This patch takes the FC code and makes it into a generic method to
be used in the ISCSI connector and the FC connector and updates tests.

I also fixed argument order in assertEquals() in the
test_connect_volume_with_multipath() function.

Closes-Bug: #1487169
Change-Id: If480df7c17a6f1c2ecebc0e00f5938d3056776fd
2016-01-22 15:28:21 -06:00
Dmitry Guryanov 6b22d755d0 Add vzstorage protocol for remotefs connections
Add vzstorage protocol support to RemoteFsConnector.

Change-Id: I494cb6ec8936142157bf2794c5886941955a04fa
2016-01-22 19:08:19 +03:00
Sean McGinnis 4b3dbdcb2f Add reno for release notes management
Adopt reno for release notes like we have done for cinder.
One difference for the client is we will not be backporting
to Liberty per recommendation here [1].

[1] http://lists.openstack.org/pipermail/openstack-dev/2015-November/080694.html

Change-Id: I8f0ea1e23cb60d9f5a2a41ee440c47716bb7a3f8
2016-01-20 19:19:36 -06:00
Jenkins 14fe7b5216 Merge "Updated from global requirements" 2016-01-20 23:34:41 +00:00
Walter A. Boring IV 40d95d8e00 Fix get_device_size with newlines
This patch adds strip() call to the return value
of the blockdevice call to fetch the size.  Sometimes we get a newline
after the size value.

Change-Id: I5917c0ad1a94b9d8ca6a41b278f9156193198a1d
Closes-Bug: #1535913
2016-01-19 07:23:03 -08:00
OpenStack Proposal Bot 6c5490bbd7 Updated from global requirements
Change-Id: Id2e6505f69e4d6c07e170899cf2cdae033187466
2016-01-18 22:44:41 +00:00
Thelo Gaultier a3261e3fbd Add connector for ITRI DISCO cinder driver
This commit adds the os-brick connector for the
ITRI DISCO cinder driver

This commit also includes the ITRI DISCO connector unit test.

The cinder driver itself has been commited in cinder but not merged yet.
( ref : https://review.openstack.org/#/c/253356/ )

I first commit this connector, then the part in nova
( ref : https://review.openstack.org/#/c/253353/ )
finally I committed the connector in cinder

Note that the patch for nova requires this commit to be merged
to pass the unit test.

Change-Id: I81036a58ab334a7e047f7fa5486c11fd19d24b8f
Implements: blueprint disco-driver-cinder
2016-01-14 09:52:55 +08:00
Jenkins 7f26d32a65 Merge "os-brick add extend_volume API" 2016-01-14 00:13:53 +00:00
Jenkins eca19810c0 Merge "Revert "Use assertTrue/False instead of assertEqual(T/F)"" 2016-01-13 21:57:47 +00:00
Walter A. Boring IV 7e10ab7bfa os-brick add extend_volume API
This patch adds the new extend_volume API to the connector objects.
The purpose of this patch is to add the ability to notify the host
kernel when an attached volume has been resized.   This allows both
raw device paths and multipath devices to get new sizes on the fly
without detaching and then reattaching to the host.

Cinder Spec:
  https://review.openstack.org/#/c/243730/

To manually test:
  Use the brick_resize.py tool here:
  https://github.com/WaltHP/diediedie/blob/master/diediedie/brick_resize.py

  sample brick.conf to output debug logging for the brick_resize.py tool
  https://gist.github.com/WaltHP/e9b71e0ea1b1d9097762

  After a successful resize, find the virt domain name
  then run
  virsh blockresize <domain name> <path to raw device> <new size>
  for example,
  blockresize instance-00000007 /dev/disk/by-id/dm-uuid-mpath-350002ace1dda383d 3145728

Implements blueprint: brick-extend-attached-volume

Change-Id: I19858dd47afe3bdb3dd25c1dfead732a804cdee2
2016-01-13 16:09:43 +00:00
Jenkins 6e947984b8 Merge "os-brick add cinder local_dev lvm code" 2016-01-13 14:29:14 +00:00
Walter A. Boring IV d3b9696f0d os-brick add cinder local_dev lvm code
This patch adds the local LVM control code from Cinder into os-brick.
Nova has it's own copy of code that does basically the same thing.
This patch is the first step to migrating both Cinder and Nova to using
the same exact code for managing local lvm volume groups and volumes.
This is NOT a replacement for the Cinder lvm volume driver, but the
low level lvm management code.

Change-Id: I80a1ac859b9f3aa50262a8d0db750a00cb3e2dc4
implements blueprint: local-dev-lvm-to-os-brick
2016-01-12 08:17:31 -08:00
Eric Harney a0b5c73901 Revert "Use assertTrue/False instead of assertEqual(T/F)"
assertFalse() is a weaker assertion than assertEqual(False, xxx),
because the former will allow None while the latter will not.

assertEqual is correct choice in a fair number of cases.

This reverts commit 7f00e710cf.

Change-Id: I115964b3f8fa0fa6d1bb5787b70a61a14b254348
2016-01-12 10:10:32 -05:00
Jenkins 36a19082ce Merge "Fix another unit test failure" 2016-01-11 23:17:47 +00:00
Walter A. Boring IV 00be786e9b Fix another unit test failure
There was another unit test that was failing when
/dev/disk/by-path exists on the system, due to a missing
expected scsi_id command.

This is another follow up fix as well as :
https://review.openstack.org/#/c/243338/

Change-Id: I7fb3a9bd035dbd9add496868d2c9da91f30c01fd
Closes-Bug: #1514611
2016-01-11 19:54:46 +00:00
Jenkins 4674068280 Merge "Use assertTrue/False instead of assertEqual(T/F)" 2016-01-08 20:46:31 +00:00
Jenkins 2252cb2e6d Merge "Actually log the command used in _run_iscsiadm" 2016-01-08 20:26:12 +00:00
Swapnil Kulkarni (coolsvap) 7f00e710cf Use assertTrue/False instead of assertEqual(T/F)
The usage of assertEqual(True/False, ***) should be changed
to a meaningful format of assertTrue/False(***).

Change-Id: If598c33fb3f72d828dc9e5184e83833d87fecf99
Closes-Bug:#1512207
2016-01-07 12:08:53 +05:30
Matt Riedemann ccff8625b6 Actually log the command used in _run_iscsiadm
7ee5a43a75 changed how
the command was logged so it would mask any passwords,
but is not substituting the variables in the command string,
so this actually just shows up as python code in the logs.

Replace the comma with % to properly substitute the variables
before masking passwords and logging.

Change-Id: I7dd730165142e0f7790eca64b8de3e321e0a3183
Closes-Bug: #1531572
2016-01-06 15:50:12 -08:00
OpenStack Proposal Bot 2f2b19d2a7 Updated from global requirements
Change-Id: I784ded5fda94cec3a5229d09d1bb328fd2bd49e3
2016-01-06 23:10:18 +00:00
Doug Hellmann 97c5768e9a remove python 2.6 trove classifier
OpenStack projects are no longer being tested under Python 2.6, so
remove the trove classifier implying that this project supports 2.6.

Change-Id: I9047beded251de0083bf6b6d48688e40872437d1
2015-12-23 01:31:13 +00:00
Jenkins a1d690bde2 Merge "ScaleIO could connect wrong volume to VM" 2015-12-18 22:59:30 +00:00
Jenkins a16791856d Merge "Updated from global requirements" 2015-12-18 18:46:33 +00:00
Jenkins 7ca487a668 Merge "DRBD connector class" 2015-12-18 15:04:40 +00:00