34822b33e6
* RemoteFsClient extend Executor * Add Windows Fibre Channel connector * Add Windows SMBFS connector * Fix the mocking mess * Fix FC multipath rescan * Splitting Out Connectors from connector.py * Remove race condition from lvextend * Updated from global requirements * Mock write and read operations to filesystem * Local attach feature in RBD connector * Remove useless info logging in check_valid_device * ScaleIO to get volume name from connection properties * Add ignore for . directories * Upgrade tox to 2.0 * Add trace facility * Fix string interpolation to delayed to be handled by the logging code * Replace assertEqual(None, *) with assertIsNone in tests * Fix wrong path used in iscsi "multipath -l" * Updated from global requirements * Remove unused LOG to keep code clean * Fix multipath iSCSI encrypted volume attach failure * Updated from global requirements * release note for windows iSCSI * Add Windows iSCSI connector * Make code line length less than 79 characters * Updated from global requirements * Replace ip with portal to express more accurately * Fix argument order for assertEqual to (expected, observed) * Add fast8 to quickly test pep8 changes * Make RBDImageMetadata and RBDVolumeIOWrapper re-usable * Copy encryptors from Nova to os-brick * Disconnect multipath iscsi may logout session * Add support for processutils.execute * Updated from global requirements * Mock time.sleep in ISCSIConnectorTestCase * Updated from global requirements * Updated from global requirements * Updated from global requirements * Ensure that the base connector is platform independent * Updated from global requirements * os-brick refactor get_connector_properties * Handle exception case with only target_portals * LVM: Create thin pool with 100%FREE * Fix coverage generation * Trivial rootwrap -> privsep replacement * Updated from global requirements * Updated from global requirements
11 lines
395 B
Plaintext
11 lines
395 B
Plaintext
Code-Review+2: Sean McGinnis <sean.mcginnis@gmail.com>
|
|
Code-Review+1: Erlon R. Cruz <sombrafam@gmail.com>
|
|
Code-Review+2: xing-yang <xing.yang@emc.com>
|
|
Workflow+1: xing-yang <xing.yang@emc.com>
|
|
Verified+2: Jenkins
|
|
Submitted-by: Jenkins
|
|
Submitted-at: Fri, 29 Jul 2016 17:58:37 +0000
|
|
Reviewed-on: https://review.openstack.org/348245
|
|
Project: openstack/deb-python-os-brick
|
|
Branch: refs/heads/master
|