Wednesday, 2015-12-23

*** markvoelker has joined #openstack-cinder00:00
*** mudassirlatif has quit IRC00:03
*** IlyaG has joined #openstack-cinder00:03
*** markvoelker has quit IRC00:05
openstackgerritWalter A. Boring IV (hemna) proposed openstack/os-brick: WIP: os-brick add cinder local_dev lvm code  https://review.openstack.org/26073900:05
*** IlyaG has quit IRC00:07
*** IlyaG has joined #openstack-cinder00:07
apoorvadsmcginnis: Is there any "compliance check" we do in Cinder if the volume type is updates? eg. If a volume created with Type A, type A has compression=> true as extra_spec but somehow that gets changed to compression=>false ( Now the original volume is non compliant to Type A )00:08
bswartzapoorvad: no00:08
apoorvadbswartz: thanks, is there any mechanism to prevent such thing from happening?00:08
smcginnisapoorvad: What bswartz said. :)00:09
bswartzapoorvad: the driver can do such enforcement at startup time in ensure_volume(), but there's no ongoing checking of existing volumes00:09
smcginnisKind of an issue IMO, but that's how it is.00:09
apoorvadbswartz, smcginnis: thanks for clarifying folks!00:09
bswartzthe fundamental problem is that the admin can change the extra specs on  volume type at any time, and there could be thousands of existing volumes00:10
bswartzit would be a scaling nightmare to try to go alter all the existing volumes00:10
apoorvadbswartz: Or volume could just be flagged as non-compliant, user can change the type whenever possible00:11
bswartzapoorvad: even that presents a scaling challengfe00:11
apoorvadthats true!00:11
*** martyturner has quit IRC00:12
*** alonma has joined #openstack-cinder00:18
*** salv-orlando has quit IRC00:18
bswartzthe only scalable solution would be to somehow control changes to volume types so they couldn't be done instantly and at will -- which would be a significant design change to cinder00:19
bswartzthe scheduler would need the power to veto certain types of changes and changes would need to be rolled out slowly00:19
bswartza background scanner that checks for volume type compliance would be less troublesome00:20
apoorvadbswartz: update of volume types to be disabled?00:20
*** alonma has quit IRC00:22
bswartzas a matter of policy, admins SHOULDN'T modify volume types with existing volumes -- that's a documentation thing though, not something we want in the code00:23
bswartzthere are perfectly valid types of modifications admins might choose to make so we have to trust them not to screw themselves00:23
*** alonma has joined #openstack-cinder00:24
*** EinstCrazy has quit IRC00:26
openstackgerritMerged openstack/cinder: Fix volume upload failure with glance_api_version=2  https://review.openstack.org/25940500:28
*** alonma has quit IRC00:29
*** alonma has joined #openstack-cinder00:31
openstackgerritOpenStack Proposal Bot proposed openstack/cinder: Updated from global requirements  https://review.openstack.org/26025100:31
*** cknight has quit IRC00:33
*** sgotliv has quit IRC00:34
*** alonma has quit IRC00:35
*** p0rtal has joined #openstack-cinder00:37
*** alonma has joined #openstack-cinder00:37
*** salv-orlando has joined #openstack-cinder00:37
*** p0rtal has quit IRC00:41
*** alonma has quit IRC00:42
*** alonma has joined #openstack-cinder00:44
*** salv-orlando has quit IRC00:45
openstackgerritWalter A. Boring IV (hemna) proposed openstack/cinder: WIP: Remove local_dev from cinder  https://review.openstack.org/26075600:47
*** sbezverk has quit IRC00:47
abhismcginnis, I have a new driver code posted at https://review.openstack.org/246787. Could you take a look at it?00:48
*** alonma has quit IRC00:48
*** alonma has joined #openstack-cinder00:50
abhismcginnis, Corrected link without the dot: https://review.openstack.org/24678700:50
*** mudassirlatif has joined #openstack-cinder00:51
*** sbezverk has joined #openstack-cinder00:53
*** alonma has quit IRC00:54
*** hemna is now known as hemnafk00:54
*** alonma has joined #openstack-cinder00:56
sbezverksmcginnis: Any idea what should I check for this message? 2015-12-22 19:57:44.443 2152 DEBUG cinder.openstack.common.scheduler.filters.capabilities_filter [req-8c005d0b-ec1d-4e51-bd6a-926377ebd03f 005895bfb93d4453bcbf143fe16a65b0 4d54a21146814c56b8a90c60ef281e6a - - -] extra_spec requirement 'lvm-san-1' does not match 'san-storage-4' _satisfies_extra_specs /usr/lib/python2.7/site-pa00:59
sbezverkckages/cinder/openstack/common/scheduler/filters/capabilities_filter.py:5600:59
*** EinstCrazy has joined #openstack-cinder01:00
*** alonma has quit IRC01:00
*** mudassirlatif has quit IRC01:03
*** leeantho has quit IRC01:09
*** lixiaoy1 has joined #openstack-cinder01:17
*** kylieXK has joined #openstack-cinder01:21
*** salv-orlando has joined #openstack-cinder01:23
kylieXKI've followed this http://docs.openstack.org/liberty/config-reference/content/enable-fc-zone-manager.html01:24
kylieXKbut I still get DEBUG cinder.zonemanager.utils [req-3d9448f8-629f-46ab-af6c-1fd6123c4a6b tempest-DeleteServersTestJSON-1430641270] FC Zone Manager not enabled in cinder.conf01:24
kylieXKsomeone knows how to enable it ?01:25
*** salv-orlando has quit IRC01:27
openstackgerritDoug Hellmann proposed openstack/cinder-specs: remove python 2.6 trove classifier  https://review.openstack.org/26076901:37
*** p0rtal has joined #openstack-cinder01:38
*** mriedem has joined #openstack-cinder01:40
openstackgerritDoug Hellmann proposed openstack/os-brick: remove python 2.6 trove classifier  https://review.openstack.org/26081501:40
*** p0rtal has quit IRC01:42
*** bardia has quit IRC01:49
*** takedakn has joined #openstack-cinder01:53
*** zhonghua-lee has quit IRC01:55
*** zhonghua-lee has joined #openstack-cinder01:56
*** erlon has quit IRC01:56
*** alonma has joined #openstack-cinder01:56
*** haomaiwa_ has joined #openstack-cinder01:59
*** haomaiwa_ has quit IRC01:59
*** haomaiwang has joined #openstack-cinder01:59
*** apoorvad has quit IRC01:59
*** haomaiwang has quit IRC02:01
*** DuncanT has quit IRC02:01
*** haomaiwang has joined #openstack-cinder02:01
*** alonma has quit IRC02:01
*** markvoelker has joined #openstack-cinder02:01
*** chenying has quit IRC02:01
*** chenying has joined #openstack-cinder02:02
*** chris_morrell has joined #openstack-cinder02:03
*** DuncanT has joined #openstack-cinder02:05
*** markvoelker has quit IRC02:06
*** chris_morrell has quit IRC02:06
*** chris_morrell has joined #openstack-cinder02:06
*** chris_morrell has quit IRC02:09
*** chris_morrell has joined #openstack-cinder02:10
*** chris_morrell has quit IRC02:12
*** ianbrown_ has quit IRC02:15
*** ianbrown_ has joined #openstack-cinder02:15
*** dims has quit IRC02:17
*** chris_morrell has joined #openstack-cinder02:20
*** p0rtal has joined #openstack-cinder02:21
*** haomaiwang has quit IRC02:22
*** chris_morrell has quit IRC02:23
*** haomaiwa_ has joined #openstack-cinder02:24
*** takedakn1 has joined #openstack-cinder02:26
*** gcb has joined #openstack-cinder02:28
*** takedakn has quit IRC02:28
*** takedakn1 is now known as takedakn02:28
*** dims has joined #openstack-cinder02:28
*** bardia has joined #openstack-cinder02:31
*** takedakn1 has joined #openstack-cinder02:31
bardiasmcginnis patrickeast: I'm still getting the same failures even after a fresh nodepool image rebuild02:33
*** takedakn has quit IRC02:33
*** takedakn1 is now known as takedakn02:33
bardiathis is the errors in c-api: http://paste.openstack.org/show/482565/02:34
bardiaany insight would be greatly appreciated02:35
patrickeastbardia: dang, couldn't be so easy as a new image ;)02:36
bardiapatrickeast: yeah I was hoping that would fix it02:36
bardiaits really strange it all started Friday afternoon around 5 pm02:36
patrickeastI'll take a look in a little bit, just about to run some errands02:36
*** chris_morrell has joined #openstack-cinder02:36
*** dims has quit IRC02:37
bardiapatrickeast: thanks a bunch02:37
openstackgerritCedric Zhuang proposed openstack/cinder: VNX: Add 'None' check in parsing provider location  https://review.openstack.org/24623002:39
*** dims has joined #openstack-cinder02:40
*** dims has quit IRC02:46
*** chris_morrell has quit IRC02:50
*** dims has joined #openstack-cinder02:52
*** chris_morrell has joined #openstack-cinder02:55
*** alonma has joined #openstack-cinder02:59
*** pots1 has quit IRC03:00
*** haomaiwa_ has quit IRC03:01
*** haomaiwang has joined #openstack-cinder03:01
*** markvoelker has joined #openstack-cinder03:02
*** alonma has quit IRC03:04
*** dims has quit IRC03:05
*** chris_morrell has quit IRC03:06
*** markvoelker has quit IRC03:07
*** alonma has joined #openstack-cinder03:07
*** takedakn1 has joined #openstack-cinder03:08
*** links has joined #openstack-cinder03:09
*** takedakn has quit IRC03:10
*** takedakn1 is now known as takedakn03:10
*** dims has joined #openstack-cinder03:11
*** alonma has quit IRC03:11
*** alonma has joined #openstack-cinder03:13
*** dims has quit IRC03:16
openstackgerritXinXiaohui proposed openstack/cinder: Wrap the method to calculate virtual free capacity  https://review.openstack.org/25762003:16
*** alonma has quit IRC03:17
*** coolsvap|away is now known as coolsvap03:18
*** alonma has joined #openstack-cinder03:19
*** jamielennox is now known as jamielennox|away03:22
*** alonma has quit IRC03:23
*** Guest13696 is now known as mfisch03:23
*** mfisch is now known as Guest30303:24
*** sbezverk has quit IRC03:25
*** alonma has joined #openstack-cinder03:25
*** chris_morrell has joined #openstack-cinder03:29
*** alonma has quit IRC03:30
*** alonma has joined #openstack-cinder03:32
*** chris_morrell has quit IRC03:32
*** chris_morrell has joined #openstack-cinder03:34
*** alonma has quit IRC03:36
*** takedakn has quit IRC03:37
*** alonma has joined #openstack-cinder03:38
*** alonma has quit IRC03:42
openstackgerritThelo Gaultier proposed openstack/os-brick: Add connector for ITRI DISCO cinder driver  https://review.openstack.org/25335203:43
*** alonma has joined #openstack-cinder03:44
*** alonma has quit IRC03:48
*** alonma has joined #openstack-cinder03:50
*** alonma has quit IRC03:55
*** alonma has joined #openstack-cinder03:57
*** jaypipes has quit IRC03:58
*** haomaiwang has quit IRC04:01
*** haomaiwang has joined #openstack-cinder04:01
*** alonma has quit IRC04:01
*** alonma has joined #openstack-cinder04:03
*** alonma has quit IRC04:07
*** bkumar has joined #openstack-cinder04:08
*** alonma has joined #openstack-cinder04:09
*** NightKhaos has joined #openstack-cinder04:11
*** alonma has quit IRC04:13
*** alonma has joined #openstack-cinder04:15
*** ankit_ag has quit IRC04:16
*** alonma has quit IRC04:19
*** alonma has joined #openstack-cinder04:21
*** alonma has quit IRC04:26
openstackgerrityifan403 proposed openstack/cinder: Add ZTE Block Storage Driver for ZTE ZXCLOUD Storage arrays with iSCSI.  https://review.openstack.org/25888004:27
openstackgerrityifan403 proposed openstack/cinder: Add ZTE Block Storage Driver for ZTE ZXCLOUD Storage arrays with iSCSI.  https://review.openstack.org/25888004:28
*** zhangjn has joined #openstack-cinder04:33
*** dave-mccowan has quit IRC04:36
*** bardia has quit IRC04:38
*** markvoelker has joined #openstack-cinder04:48
*** markvoelker has quit IRC04:52
*** haomaiwang has quit IRC05:01
*** bkumar has quit IRC05:01
*** bkumar has joined #openstack-cinder05:01
*** haomaiwang has joined #openstack-cinder05:01
*** sheel has joined #openstack-cinder05:01
*** merooney has quit IRC05:03
*** ankit_ag has joined #openstack-cinder05:04
*** zhangjn has quit IRC05:14
*** chhavi has joined #openstack-cinder05:17
*** zhangjn has joined #openstack-cinder05:26
*** alonma has joined #openstack-cinder05:28
*** alonma has quit IRC05:32
*** alonma has joined #openstack-cinder05:36
*** alonma has quit IRC05:40
*** alonma has joined #openstack-cinder05:42
*** pocketprotector is now known as t_05:44
*** t_ is now known as pocketprotector05:45
openstackgerritThelo Gaultier proposed openstack/cinder: ITRI DISCO cinder driver  https://review.openstack.org/25335605:45
*** alonma has quit IRC05:46
*** gcb has quit IRC05:48
*** alonma has joined #openstack-cinder05:48
*** markvoelker has joined #openstack-cinder05:49
*** alonma has quit IRC05:53
*** markvoelker has quit IRC05:54
*** alonma has joined #openstack-cinder05:55
*** gcb has joined #openstack-cinder05:59
*** alonma has quit IRC05:59
*** vinayp has joined #openstack-cinder06:00
*** haomaiwang has quit IRC06:01
*** alonma has joined #openstack-cinder06:01
*** haomaiwang has joined #openstack-cinder06:01
*** alonma has quit IRC06:06
openstackgerritwanghao proposed openstack/cinder: Get the replica volume ref for DR  https://review.openstack.org/25225006:10
openstackgerritWilson Liu proposed openstack/cinder: Huawei: Add manage/unmanage volume support  https://review.openstack.org/24041306:15
*** vgridnev has joined #openstack-cinder06:21
*** ChubYann has quit IRC06:22
*** gouthamr has joined #openstack-cinder06:25
openstackgerritOpenStack Proposal Bot proposed openstack/cinder: Imported Translations from Zanata  https://review.openstack.org/26089306:27
DuncanTNew gerrit is making my eyes bleed. This is not a good post-vacation present.06:27
*** zhangjn has quit IRC06:29
*** Thelo has joined #openstack-cinder06:30
*** zhangjn has joined #openstack-cinder06:31
*** harlowja_at_home has joined #openstack-cinder06:36
flip214DuncanT: ~/.mozilla/firefox/*/chrome/userContent.css is my solution.06:38
*** IlyaG has quit IRC06:38
*** gcb has quit IRC06:41
*** alonma has joined #openstack-cinder06:43
*** alonma has quit IRC06:47
*** alonma has joined #openstack-cinder06:49
*** chris_morrell has quit IRC06:52
*** alonma has quit IRC06:54
*** alonma has joined #openstack-cinder06:55
*** alonma has quit IRC07:00
*** haomaiwang has quit IRC07:01
*** haomaiwa_ has joined #openstack-cinder07:01
*** alonma has joined #openstack-cinder07:02
*** harlowja_at_home has quit IRC07:05
*** markvoelker has joined #openstack-cinder07:05
*** alonma has quit IRC07:06
*** alonma has joined #openstack-cinder07:08
*** sgotliv has joined #openstack-cinder07:09
*** markvoelker has quit IRC07:09
*** alonma has quit IRC07:12
*** lpetrut has joined #openstack-cinder07:13
*** alonma has joined #openstack-cinder07:14
openstackgerritPeter Wang proposed openstack/cinder: Remove name_id when creating volume with cache enabled  https://review.openstack.org/25993707:15
*** haomaiwa_ has quit IRC07:17
*** gcb has joined #openstack-cinder07:18
*** haomaiwa_ has joined #openstack-cinder07:18
*** alonma has quit IRC07:18
openstackgerritLisaLi proposed openstack/cinder: Add restore_volume_id in backup  https://review.openstack.org/26090307:20
*** alonma has joined #openstack-cinder07:20
*** alonma has quit IRC07:25
openstackgerritdongwenjuan proposed openstack/cinder-specs: Add ServiceGroup using Tooz driver  https://review.openstack.org/25896807:26
*** alonma has joined #openstack-cinder07:28
*** coolsvap is now known as coolsvap|away07:29
*** notmorgan has quit IRC07:31
*** mordred has quit IRC07:32
*** alonma has quit IRC07:34
*** coolsvap|away is now known as coolsvap07:35
*** alonma has joined #openstack-cinder07:36
*** krfa has joined #openstack-cinder07:38
*** alonma has quit IRC07:40
krfaHello, I've configured cinder to use NetApp NFS Share. How do I do to set different availability zone for the different share indicated under /etc/cinder/nfs_export_file.conf?07:41
*** gouthamr has quit IRC07:41
*** alonma has joined #openstack-cinder07:42
*** alonma has quit IRC07:46
*** alonma has joined #openstack-cinder07:48
*** e0ne has joined #openstack-cinder07:50
*** e0ne has quit IRC07:52
*** alonma has quit IRC07:53
*** alonma has joined #openstack-cinder07:54
*** alonma has quit IRC07:59
*** alonma has joined #openstack-cinder08:00
*** haomaiwa_ has quit IRC08:01
*** haomaiwang has joined #openstack-cinder08:01
*** jwcroppe has joined #openstack-cinder08:03
flip214hemnafk: https://review.openstack.org/#/c/256292/3 is Jenkins/green now. Please take a look, it's only the FibreChannel file copied over.08:04
*** p0rtal has quit IRC08:04
*** houming has joined #openstack-cinder08:05
*** alonma has quit IRC08:05
*** alonma has joined #openstack-cinder08:06
*** lpetrut has quit IRC08:07
*** alonma has quit IRC08:11
*** alonma has joined #openstack-cinder08:13
*** kylieXK has quit IRC08:15
*** alonma has quit IRC08:17
*** alonma has joined #openstack-cinder08:19
*** gouthamr has joined #openstack-cinder08:21
*** alonma has quit IRC08:24
*** alonma has joined #openstack-cinder08:25
openstackgerritwangxiyuan proposed openstack/cinder: Add pagination support to Qos specs  https://review.openstack.org/25721608:27
*** salv-orlando has joined #openstack-cinder08:28
*** alonma has quit IRC08:30
*** salv-orl_ has joined #openstack-cinder08:31
*** salv-orl_ has quit IRC08:31
*** salv-orlando has quit IRC08:32
*** salv-orlando has joined #openstack-cinder08:32
*** liverpooler has joined #openstack-cinder08:35
*** alonma has joined #openstack-cinder08:35
*** vgridnev has quit IRC08:40
*** alonma has quit IRC08:40
*** alonma_ has joined #openstack-cinder08:43
*** kylie has joined #openstack-cinder08:43
* kylie slaps kylie around a bit with a large fishbot08:46
*** openstackgerrit has quit IRC08:47
*** openstackgerrit has joined #openstack-cinder08:48
flip214kylie: https://www.youtube.com/watch?v=IhJQp-q1Y1s ?08:48
*** e0ne has joined #openstack-cinder08:52
*** teju has joined #openstack-cinder08:52
*** chenying_ has joined #openstack-cinder08:55
*** chenying has quit IRC08:57
*** haomaiwang has quit IRC09:01
*** haomaiwang has joined #openstack-cinder09:01
*** e0ne has quit IRC09:01
kylieLOL09:01
*** xxxxxx has joined #openstack-cinder09:04
*** p0rtal has joined #openstack-cinder09:05
*** markvoelker has joined #openstack-cinder09:06
*** p0rtal has quit IRC09:09
*** xxxxxx has quit IRC09:10
*** markvoelker has quit IRC09:10
openstackgerritSheel Rana proposed openstack/cinder: Updated "deleted" column of volume_type_access  https://review.openstack.org/25594709:13
*** rcernin has joined #openstack-cinder09:16
*** alonma_ has quit IRC09:21
*** alonma has joined #openstack-cinder09:22
*** salv-orlando has quit IRC09:23
*** alonma has quit IRC09:27
openstackgerritYusuke Hayashi proposed openstack/cinder: Add Fujitsu ETERNUS DX Volume Driver (again)  https://review.openstack.org/20150009:27
*** alonma has joined #openstack-cinder09:28
*** alonma has quit IRC09:32
*** alonma has joined #openstack-cinder09:36
openstackgerritPhilipp Marek proposed openstack/cinder: Infrastructure to use the DRBD transport for NOVA.  https://review.openstack.org/25997309:37
*** alonma has quit IRC09:40
openstackgerrityifan403 proposed openstack/cinder: Add ZTE Block Storage Driver.  https://review.openstack.org/25888009:41
*** alonma has joined #openstack-cinder09:42
*** alonma has quit IRC09:47
*** alonma has joined #openstack-cinder09:48
*** alonma has quit IRC09:53
*** alonma has joined #openstack-cinder09:54
*** rcernin has quit IRC09:56
*** kylie has quit IRC09:56
*** alonma has quit IRC09:59
*** alonma has joined #openstack-cinder10:00
*** haomaiwang has quit IRC10:01
*** haomaiwang has joined #openstack-cinder10:01
*** zhenguo has quit IRC10:01
*** alonma has quit IRC10:05
*** e0ne has joined #openstack-cinder10:05
*** gcb has quit IRC10:06
openstackgerritchenzongliang proposed openstack/cinder: Huawei: Support huawei consistency group  https://review.openstack.org/26093010:06
*** p0rtal has joined #openstack-cinder10:06
*** alonma has joined #openstack-cinder10:07
*** aix has joined #openstack-cinder10:10
*** p0rtal has quit IRC10:11
*** lpetrut has joined #openstack-cinder10:11
*** alonma has quit IRC10:11
*** alonma has joined #openstack-cinder10:13
openstackgerritDigvijay Ukirde proposed openstack/cinder: Fix create volume from snapshot functionality for GPFS driver  https://review.openstack.org/26093310:13
*** gouthamr has quit IRC10:17
*** alonma has quit IRC10:18
*** philipw_ has quit IRC10:18
*** gcb has joined #openstack-cinder10:19
*** alonma has joined #openstack-cinder10:19
*** alonma has quit IRC10:23
*** salv-orlando has joined #openstack-cinder10:23
*** alonma has joined #openstack-cinder10:25
*** shakamunyi has quit IRC10:27
*** EmilienM has quit IRC10:27
*** EmilienM has joined #openstack-cinder10:27
*** whydidyoustealmy has quit IRC10:27
*** alonma has quit IRC10:29
*** salv-orlando has quit IRC10:31
DuncanTkrfa: Currently, that's rather tricky10:31
*** salv-orlando has joined #openstack-cinder10:31
*** [1]Thelo has joined #openstack-cinder10:32
krfaDuncanT : What do you mean exactly?10:33
DuncanTkrfa: AFAIK the only way to do it is to run a second copy of cinder.conf with it's own cinder.conf and nfs_export.conf10:33
DuncanTkrfa: You can change the name or location of cinder.conf from the c-vol command line10:33
*** Thelo has quit IRC10:34
*** [1]Thelo is now known as Thelo10:34
openstackgerritSzymon Borkowski proposed openstack/cinder: Quota API is now compatible with keystone API v2  https://review.openstack.org/25936010:34
krfaDucanT : Ok. And what do you mean by the c-vol?10:35
*** shakamunyi has joined #openstack-cinder10:38
*** lpetrut has quit IRC10:38
*** lpetrut has joined #openstack-cinder10:39
*** barra204 has joined #openstack-cinder10:40
dulekkrfa: cinder-volume service.10:41
*** lpetrut has quit IRC10:42
*** coolsvap is now known as coolsvap|away10:46
*** lpetrut has joined #openstack-cinder10:47
*** dims_ has joined #openstack-cinder10:50
*** markvoelker has joined #openstack-cinder10:51
*** alonma has joined #openstack-cinder10:52
*** bkumar has quit IRC10:53
*** alonma has quit IRC10:56
*** alonma has joined #openstack-cinder10:56
*** markvoelker has quit IRC10:57
*** haomaiwang has quit IRC10:57
sheeldulek: hi10:57
*** EinstCrazy has quit IRC10:58
*** abhi has quit IRC11:00
*** zhangjn has quit IRC11:01
duleksheel: Hi, what's up?11:04
sheeldulek: its cool, jenkins turned green for https://review.openstack.org/#/c/255947/811:05
sheeldulek:what's up your side?11:06
sheeldulek: please find some time review it.11:06
duleksheel: Great, I'm doing a review-day today, so I'll try to review and test your patch.11:06
duleksheel: Ah, and sorry for commenting 3 times on the patch. Gerrit have had a hiccup that time.11:07
sheeldulek: ah, its ok...you have provided much support in fixing this bug as well.... So, thanks for that11:08
*** teju has quit IRC11:08
duleksheel: No problem, thanks for working on this.11:09
*** salv-orlando has quit IRC11:10
*** ociuhandu has joined #openstack-cinder11:10
DuncanTkrfa: The binary cinder-volume11:17
krfaOk DuncanT, thank you. I'll check that11:18
*** alonma has quit IRC11:18
*** alonma has joined #openstack-cinder11:19
*** alonma has quit IRC11:23
openstackgerritSzymon Borkowski proposed openstack/cinder: Update create_snapshot to use volume object  https://review.openstack.org/26061811:24
*** alonma has joined #openstack-cinder11:25
*** chhavi has quit IRC11:29
*** alonma has quit IRC11:30
*** alonma has joined #openstack-cinder11:31
*** alonma has quit IRC11:36
*** krfa has quit IRC11:37
*** alonma has joined #openstack-cinder11:37
*** sheel has quit IRC11:38
*** alonma has quit IRC11:42
*** alonma has joined #openstack-cinder11:43
*** alonma has quit IRC11:48
*** alonma has joined #openstack-cinder11:50
*** alonma has quit IRC11:54
*** alonma has joined #openstack-cinder11:56
*** EinstCrazy has joined #openstack-cinder11:59
*** EinstCrazy has quit IRC11:59
*** EinstCrazy has joined #openstack-cinder11:59
*** alonma has quit IRC12:00
*** alonma has joined #openstack-cinder12:02
*** houming has quit IRC12:05
*** notmorgan has joined #openstack-cinder12:06
*** mordred has joined #openstack-cinder12:06
*** alonma has quit IRC12:06
*** p0rtal has joined #openstack-cinder12:08
*** alonma has joined #openstack-cinder12:08
*** vgridnev has joined #openstack-cinder12:08
*** salv-orlando has joined #openstack-cinder12:10
*** alonma has quit IRC12:12
*** p0rtal has quit IRC12:13
*** alonma has joined #openstack-cinder12:14
*** ociuhandu has quit IRC12:17
*** openstackgerrit has quit IRC12:17
*** openstackgerrit has joined #openstack-cinder12:18
*** alonma has quit IRC12:19
*** alonma has joined #openstack-cinder12:20
*** zhenguo has joined #openstack-cinder12:24
*** alonma has quit IRC12:25
*** gouthamr has joined #openstack-cinder12:26
*** alonma has joined #openstack-cinder12:27
*** alonma has quit IRC12:31
*** jaypipes has joined #openstack-cinder12:31
*** alonma has joined #openstack-cinder12:31
*** martyturner has joined #openstack-cinder12:33
*** zhangjn has joined #openstack-cinder12:36
*** slunkad has quit IRC12:36
*** slunkad has joined #openstack-cinder12:49
*** markvoelker has joined #openstack-cinder12:52
*** markvoelker has quit IRC12:57
*** martyturner has quit IRC12:58
*** salv-orlando has quit IRC13:00
*** martyturner has joined #openstack-cinder13:02
*** zhipeng has joined #openstack-cinder13:05
*** ankit_ag has quit IRC13:07
*** salv-orlando has joined #openstack-cinder13:08
*** notmorgan has quit IRC13:09
*** haomaiwang has joined #openstack-cinder13:09
*** mordred has quit IRC13:10
*** salv-orlando has quit IRC13:14
*** salv-orlando has joined #openstack-cinder13:15
*** dslevin_ has quit IRC13:19
*** med_ has quit IRC13:21
*** alonma has quit IRC13:22
*** dslevin has joined #openstack-cinder13:22
*** alonma has joined #openstack-cinder13:22
*** takedakn has joined #openstack-cinder13:23
*** alonma has quit IRC13:25
*** zhipeng has quit IRC13:25
*** alonma has joined #openstack-cinder13:25
*** takedakn has quit IRC13:28
*** akerr has joined #openstack-cinder13:37
*** vincent_hou has joined #openstack-cinder13:38
*** martyturner has quit IRC13:39
*** links has quit IRC13:44
*** martyturner has joined #openstack-cinder13:46
*** salv-orlando has quit IRC13:47
*** salv-orlando has joined #openstack-cinder13:47
*** dilip has joined #openstack-cinder13:50
*** markvoelker has joined #openstack-cinder13:53
*** zhangjn has quit IRC13:53
openstackgerritShay Halsband proposed openstack/cinder: XtremIO: Set the location of a CA certificate  https://review.openstack.org/26098713:56
*** markvoelker has quit IRC13:58
*** gouthamr has quit IRC14:00
*** haomaiwang has quit IRC14:01
openstackgerritGorka Eguileor proposed openstack/cinder: Remove API races from delete methods  https://review.openstack.org/20583514:01
openstackgerritGorka Eguileor proposed openstack/cinder: Remove API races on extend and volume_upload_image  https://review.openstack.org/21637814:01
openstackgerritGorka Eguileor proposed openstack/cinder: Remove API races from consistency groups  https://review.openstack.org/25942914:01
openstackgerritGorka Eguileor proposed openstack/cinder: Remove API races from migrate and retype  https://review.openstack.org/22144214:01
openstackgerritGorka Eguileor proposed openstack/cinder: Remove API races on replication methods  https://review.openstack.org/22144114:01
openstackgerritGorka Eguileor proposed openstack/cinder: Remove API races from attach and detach methods  https://review.openstack.org/21637714:01
openstackgerritGorka Eguileor proposed openstack/cinder: Remove API races from backup  https://review.openstack.org/25543014:01
openstackgerritGorka Eguileor proposed openstack/cinder: Add ordering possibilities to conditional update  https://review.openstack.org/23193614:01
*** haomaiwang has joined #openstack-cinder14:03
*** cknight has joined #openstack-cinder14:04
*** porrua has joined #openstack-cinder14:05
*** p0rtal has joined #openstack-cinder14:09
*** zhangjn has joined #openstack-cinder14:12
*** gouthamr has joined #openstack-cinder14:13
*** p0rtal has quit IRC14:14
*** mriedem1 has joined #openstack-cinder14:15
*** mriedem has quit IRC14:16
*** baumann has joined #openstack-cinder14:24
*** jasondotstar_ is now known as jasondotstar14:25
*** merooney has joined #openstack-cinder14:29
*** ociuhandu has joined #openstack-cinder14:29
*** zhangjn has quit IRC14:33
*** chris_morrell has joined #openstack-cinder14:39
*** vincent_hou has quit IRC14:43
*** Lee1092 has joined #openstack-cinder14:47
*** markvoelker has joined #openstack-cinder14:54
*** zhenguo has quit IRC14:56
*** gouthamr_ has joined #openstack-cinder14:57
*** markvoelker has quit IRC14:58
*** breitz has quit IRC14:58
*** breitz has joined #openstack-cinder14:59
*** gouthamr has quit IRC14:59
*** martyturner has quit IRC15:00
*** haomaiwang has quit IRC15:01
*** gouthamr has joined #openstack-cinder15:02
*** martyturner has joined #openstack-cinder15:02
*** haomaiwa_ has joined #openstack-cinder15:02
*** gouthamr_ has quit IRC15:03
*** jwcroppe has quit IRC15:03
*** jwcroppe has joined #openstack-cinder15:04
*** haomaiwa_ has quit IRC15:07
*** jwcroppe has quit IRC15:08
*** timcl has quit IRC15:11
*** erlon has joined #openstack-cinder15:11
*** salv-orlando has quit IRC15:14
*** timcl has joined #openstack-cinder15:14
*** salv-orlando has joined #openstack-cinder15:14
*** mriedem1 has quit IRC15:15
*** med_ has joined #openstack-cinder15:16
*** med_ is now known as Guest772615:17
*** liverpooler has quit IRC15:17
*** wilson has joined #openstack-cinder15:18
*** wilson is now known as Guest3202315:18
openstackgerritAlex O'Rourke proposed openstack/cinder: LeftHand: Implement v2 replication (managed)  https://review.openstack.org/25500215:18
*** mriedem has joined #openstack-cinder15:20
*** Guest32023 has quit IRC15:20
openstackgerritAlex O'Rourke proposed openstack/cinder: LeftHand: Implement v2 replication (unmanaged)  https://review.openstack.org/25554415:21
*** JoseMello has joined #openstack-cinder15:22
*** wilson1 has joined #openstack-cinder15:24
*** alonma has quit IRC15:31
*** alonma has joined #openstack-cinder15:32
*** xyang1 has joined #openstack-cinder15:32
*** links has joined #openstack-cinder15:33
*** alonma has quit IRC15:37
*** alonma has joined #openstack-cinder15:39
*** gouthamr has quit IRC15:40
*** alonma has quit IRC15:43
*** alonma has joined #openstack-cinder15:45
*** Me1jin has joined #openstack-cinder15:45
Me1jinhello15:45
Me1jini have a question about cinder apu15:46
Me1jinapi*15:46
Me1jinI'm making PUT requests by curl to API and, what is strange that in response i've got not newest data from volume, but the state before update15:47
Me1jinso for example, i'm setting metadata on volume:15:47
Me1jin"test": True15:48
Me1jinand API is returning me "test": False15:48
Me1jinis it normal behaviour ?15:48
*** mriedem is now known as mriedem_away15:50
*** links has quit IRC15:50
*** alonma has quit IRC15:50
*** alonma has joined #openstack-cinder15:51
e0neMe1jin: it looks like a bug15:52
openstackgerritYuriy Nesenenko proposed openstack/cinder: Check min config requirements for rbd driver  https://review.openstack.org/25891015:52
*** alonma has quit IRC15:56
*** alonma has joined #openstack-cinder15:57
e0nemeeting?15:59
*** salv-orlando has quit IRC16:01
*** alonma has quit IRC16:02
*** alonma has joined #openstack-cinder16:04
*** alonma has quit IRC16:08
*** chenying__ has joined #openstack-cinder16:09
*** EinstCrazy has quit IRC16:09
*** yuriy_n17 has quit IRC16:10
*** alonma has joined #openstack-cinder16:10
*** p0rtal has joined #openstack-cinder16:11
*** ociuhandu has quit IRC16:11
*** chenying_ has quit IRC16:12
*** diablo_rojo has joined #openstack-cinder16:12
*** alonma has quit IRC16:14
*** p0rtal has quit IRC16:16
*** chhavi has joined #openstack-cinder16:16
*** jdurgin1 has joined #openstack-cinder16:17
*** alonma has joined #openstack-cinder16:17
*** timcl has quit IRC16:17
*** jungleboyj has joined #openstack-cinder16:21
*** alonma has quit IRC16:21
*** merooney has quit IRC16:22
*** lpetrut has quit IRC16:23
jgriffithhemnafk: patrickeast xyang1 Have you guys noticed this in Kilo:  https://goo.gl/adxJRf16:24
smcginnisdiablo_rojo: hipster coffee?16:25
jgriffithhemnafk: patrickeast xyang1 so that breaks the world if you have a mix of multi-path and non-multipath enabled devices16:25
*** wilson1 has quit IRC16:25
*** yuriy_n17 has joined #openstack-cinder16:25
patrickeastjgriffith: ouch thats not good16:25
jgriffithhemnafk: patrickeast xyang1 it *appears* that it may have been refactored since Kilo but I'm not sure... still trying to trace through it all16:25
xyang1jgriffith: I did not know it breaks things16:25
patrickeastjgriffith: i havnt, but i pretty much always run with multipath only16:26
diablo_rojosmcginnis: Yeah some fancy pants chai with almond milk16:26
smcginnisdiablo_rojo: Woah16:26
jgriffithpatrickeast: yeah... if you're in multi-path mode you're golden.  If not.. well then you're hosed because the discovery is going to fail :(16:26
diablo_rojosmcginnis: it's delicious. Super spicy today.16:26
xyang1jgriffith: your multipath and non multipath devices are from the same backends?16:26
jgriffithxyang1: it seems wrong to have it as a global conf on the Nova side16:26
smcginnisjgriffith: Not much we can do about that at this point, is there? Granted definitely broken.16:27
jgriffithxyang1: hemnafk I'm thinking that should be embedded in the volume object and acted upon appropriately that way16:27
jungleboyjsmcginnis: Haven't you figured out that diablo_rojo is a hipster?16:27
smcginnisjungleboyj: ;)16:27
jgriffithsmcginnis: yeah...  although we could patch it :)16:27
jgriffithsmcginnis: https://goo.gl/pj9GjO16:27
smcginnisjgriffith: Is that "allowed"?16:27
jgriffithsmcginnis: probably not, but what's the worst that they can do :)16:28
smcginnisjgriffith: Fair point. ;)16:28
*** alonma has joined #openstack-cinder16:28
jgriffithsmcginnis: so I think that we can/should be able to consider fixing any serious bug we want.... regardless of the security status;  but that's just me16:28
diablo_rojosmcginnis: I do wear beanies and colored skinny jeans and plaid to work...I think jungleboyj knows.16:28
xyang1jgriffith: is this happening in trunk too?16:29
jgriffithxyang1: not sure... everything has been refactored so I need to test it16:29
smcginnisjgriffith: I'd just be worried about then having to argue whether other things should go back too.16:29
patrickeastjgriffith: isn't kilo in the "Phase II (6-12 months): Only critical bugfixes and security patches are acceptable" state?16:29
jgriffithxyang1: I've been tied up building/deploying new hardware16:29
patrickeastor am i failing at calenders16:29
jgriffithpatrickeast: yeah... but this seems fairly critical :)16:30
smcginnisjgriffith: At least now it's clear cut. Security only or no.16:30
xyang1jgriffith: it is easier to make changes in osbrick.  I don't know what we can change in kilo in nova any more16:30
patrickeastjgriffith: yea exactly16:30
patrickeastjgriffith: seems like it would be np to fix it16:30
smcginnisOh, "critical bugfixes"16:30
jgriffithYeah... asssuming my patch works :)16:30
jgriffithI'll check out master today and see what's up16:30
jgriffithAssuming my cloud is operational again... it hasn't been the last few days :(16:31
jgriffithI updgraded to Liberty and threw in neutron...16:31
* jgriffith has been an unhappy camper16:31
*** notmorgan has joined #openstack-cinder16:31
smcginnisjgriffith: I've been meaning to switch my CI to use neutron, but I'm too scared.16:32
xyang1jgriffith: you have to deal with neutron now, right?  it is going to stay:)16:32
jgriffithsmcginnis: yeah, it introduced a number of things that needed tweaking for mine16:32
*** vgridnev has quit IRC16:33
*** alonma has quit IRC16:33
jgriffithsmcginnis: the good thing is that mordreds shade libs and new ansible modules made things quite a bit cleaner on my side16:33
jgriffithxyang1: yeah... love it or hate it... it's what we have16:33
smcginnisjgriffith: Oh, good to know.16:33
*** timcl has joined #openstack-cinder16:34
jgriffithsmcginnis: if you're using the jenkins/puppet stuff though it's probably irrelevant16:34
*** vgridnev has joined #openstack-cinder16:34
*** martyturner has quit IRC16:36
*** mudassirlatif has joined #openstack-cinder16:36
smcginnisjgriffith: None of that automation tom foolery for me. Straight up wget and vim all the way.16:37
smcginnis:-D16:37
*** akerr has quit IRC16:38
*** asselin__ has quit IRC16:39
* e0ne bb in ~2 hours16:39
*** akerr has joined #openstack-cinder16:39
*** e0ne has quit IRC16:40
*** alonma has joined #openstack-cinder16:40
*** mordred has joined #openstack-cinder16:42
*** jwcroppe has joined #openstack-cinder16:43
*** alonma has quit IRC16:44
*** lpetrut has joined #openstack-cinder16:46
*** alonma has joined #openstack-cinder16:48
yuriy_n17jgriffith: Hi! Very sorry for disturbing. Please review https://review.openstack.org/#/c/256398/ whenever you have free time.16:48
*** chhavi has quit IRC16:49
jgriffithsmcginnis: LOL.. "tom foolery"16:50
smcginnishehe16:50
jgriffithyuriy_n17: oh, nice!16:50
yuriy_n17jgriffith: Thanks a lot.16:51
*** timcl has quit IRC16:51
openstackgerritMerged openstack/cinder: Imported Translations from Zanata  https://review.openstack.org/26089316:51
*** alonma has quit IRC16:52
*** alonma has joined #openstack-cinder16:54
*** markvoelker has joined #openstack-cinder16:55
jgriffithnumpy.... numpy... numpy16:58
jgriffithtisk tisk tisk16:58
smcginnis?? :)16:58
*** alonma has quit IRC16:59
jgriffithsmcginnis: I just get annoyed every time I stack.sh now and have the 5 minute install numpy thing ;(16:59
jgriffith^^  That's a shedding tear by the way16:59
smcginnisAh, yeah. :[16:59
*** markvoelker has quit IRC16:59
jgriffithOf course I could just pull horizon from my lists... not like i need it17:00
*** alonma has joined #openstack-cinder17:00
smcginnisjgriffith: I filtered out my enabled_service list. It did seem to help a little.17:01
jgriffithsmcginnis: yeah.. mines pretty stripped down already, but I could yank out horizon still17:02
*** apoorvad has joined #openstack-cinder17:02
jgriffiththat would probably help me out a bit17:02
*** leeantho has joined #openstack-cinder17:02
*** alonma has quit IRC17:05
*** vgridnev has quit IRC17:05
*** alonma has joined #openstack-cinder17:07
*** mudassirlatif has quit IRC17:09
*** EinstCrazy has joined #openstack-cinder17:09
*** alonma has quit IRC17:11
*** p0rtal has joined #openstack-cinder17:12
*** EinstCrazy has quit IRC17:14
*** geguileo has quit IRC17:14
*** lpetrut has quit IRC17:15
*** p0rtal has quit IRC17:16
*** rhedlind-m has joined #openstack-cinder17:17
*** e0ne has joined #openstack-cinder17:33
*** lpetrut has joined #openstack-cinder17:33
openstackgerritDigvijay Ukirde proposed openstack/cinder: Fix creating volume by snapshot for GPFS driver  https://review.openstack.org/26093317:34
*** jdurgin1 has quit IRC17:40
notmorganswap 14 3317:42
*** p0rtal has joined #openstack-cinder17:43
*** merooney has joined #openstack-cinder17:46
*** p0rtal has quit IRC17:48
*** merooney has quit IRC17:49
openstackgerritJay Bryant proposed openstack/cinder: Add BackupStatus enum field  https://review.openstack.org/25673717:52
openstackgerritJay Bryant proposed openstack/cinder: Add CGSnapshotStatus enum field  https://review.openstack.org/26106817:52
*** p0rtal has joined #openstack-cinder17:53
*** p0rtal has quit IRC17:57
*** martyturner has joined #openstack-cinder17:59
*** lpetrut has quit IRC18:00
*** lprice has joined #openstack-cinder18:01
smcginnisOh, summit speaking proposals are now being taken.18:02
smcginnishttps://www.openstack.org/summit-login/login?BackURL=%2Fsummit%2Faustin-2016%2Fcall-for-speakers%2F18:02
smcginnisIf anyone has a topic for Cinder, it would be great to get a few sessions on the schedule.18:02
*** martyturner has quit IRC18:03
*** martyturner has joined #openstack-cinder18:04
*** lprice1 has joined #openstack-cinder18:04
openstackgerritMerged openstack/cinder: Replace use of mox with mock in test_quotas  https://review.openstack.org/25639818:04
*** salv-orlando has joined #openstack-cinder18:05
*** lpetrut has joined #openstack-cinder18:05
*** lprice has quit IRC18:06
*** diablo_rojo has quit IRC18:07
openstackgerritMerged openstack/cinder: Storwize: Split up __init__ into separate files  https://review.openstack.org/24032918:09
*** alonma has joined #openstack-cinder18:10
*** merooney has joined #openstack-cinder18:10
*** chris_morrell has quit IRC18:12
*** alonma has quit IRC18:14
*** timcl has joined #openstack-cinder18:15
*** alonma has joined #openstack-cinder18:16
openstackgerritMerged openstack/python-cinderclient: Remove the mutable default arguments "[]"  https://review.openstack.org/25928718:18
*** alonma has quit IRC18:20
*** lpetrut has quit IRC18:21
*** jungleboyj has quit IRC18:22
*** alonma has joined #openstack-cinder18:23
openstackgerritAnthony Lee proposed openstack/cinder: 3PAR: Adding volume checks to manage snapshot API  https://review.openstack.org/26072818:23
*** bardia has joined #openstack-cinder18:25
e0nejgriffith, smcginnis: just fyi, API v1 vs API v2 some perfeomance results http://cl.ly/2M131W20062l18:26
*** alonma has quit IRC18:27
*** erlon has quit IRC18:36
smcginnise0ne: v2 slightly slower.18:39
e0neyes18:39
smcginnise0ne: What does that test do?18:39
e0neI'll try go get more results for other methods18:39
e0necreate volume, boot intance, attach volume18:40
e0newe did it on hardware 20 nodes environment18:40
smcginnisSo 187 times creating and booting an instance. Still not too bad.18:41
e0neyes18:42
xyang1e0ne: does v2 perform additional tasks?18:43
e0nexyang1: I didn't check it18:44
xyang1e0ne: just wonder why it is a little slower18:44
e0nexyang1: I have to check it with profiler18:44
xyang1e0ne: sure18:45
e0nefor now, everything I get it's a these tests(rally) results18:45
xyang1e0ne: can you take a look of this again when you get a chance?  I removed downgrade migrations. https://review.openstack.org/#/c/243406/18:47
e0nexyang1: sure, will do18:48
xyang1e0ne: thanks!18:48
e0nexyang1: it had -1 from jenkins last time I looked on18:48
xyang1is it?  i'll check18:48
xyang1e0ne: I rebased it after your patch was merged, it passed jenkins now18:49
e0nexyang1: I mean one of the previous versions18:50
xyang1e0ne: yes, that was before your patch landed18:50
*** ChubYann has joined #openstack-cinder18:52
e0nesmcginnis: do we allow API changes before microversions?18:52
e0nesmcginnis: https://review.openstack.org/#/c/257216/9 it looks good, but I don't remember what we decided to to with API changes18:53
*** markvoelker has joined #openstack-cinder18:55
xyang1e0ne: smcginnis I think API extension changes are fine.  I don't know about core api changes18:56
e0newith microversions, we'll dropp extensions18:57
xyang1e0ne: yes, but it will take a while to move all extensions to core api18:57
e0nexyang1: agree18:57
*** simondodsley has joined #openstack-cinder18:58
smcginnisxyang1: Is that work complete in Manila? I noticed there were a few patches for that.18:58
smcginnisIt didn't look as straighforward as I had hoped.18:58
xyang1smcginnis: almost done in manila18:58
e0nesmcginnis: so you mean microversions?18:59
e0nehttps://review.openstack.org/224910 is not merged yet18:59
xyang1smcginnis: but microversion was introduced in liberty in manila18:59
smcginnise0ne: Manilas conversion to microversions, then the work to move extension APIs into core.18:59
*** markvoelker has quit IRC19:00
*** jwcroppe has quit IRC19:00
xyang1e0ne: so it took one release to introduce microversion but another release to convert all extensions to core in manila19:01
xyang1e0ne: smcginnis we have more extensions to move19:01
*** salv-orlando has quit IRC19:02
e0nexyang1: thanks for info19:02
e0nexyang1: I'm not very familar with manila :(19:02
xyang1e0ne: that's ok19:03
e0nexyang1: it's a really hard job to be an expert in both projects. you rock!19:08
xyang1e0ne: thank you!  there are lots of things that you work on that I don't know:)19:09
*** martyturner has quit IRC19:10
*** dslev has quit IRC19:10
*** merooney has quit IRC19:11
*** martyturner has joined #openstack-cinder19:12
*** salv-orlando has joined #openstack-cinder19:18
*** cknight has quit IRC19:18
*** cknight has joined #openstack-cinder19:20
*** dslevin_ has joined #openstack-cinder19:21
*** merooney has joined #openstack-cinder19:24
*** mdenny has quit IRC19:25
*** alonma has joined #openstack-cinder19:25
*** gouthamr has joined #openstack-cinder19:26
*** e0ne has quit IRC19:26
*** rhedlind-m has quit IRC19:27
*** zhonghua-lee has quit IRC19:27
*** zhonghua-lee has joined #openstack-cinder19:28
*** zhonghua-lee has quit IRC19:29
*** alonma has quit IRC19:30
jgriffithsmcginnis: is that rally result good or bad :)19:31
jgriffithsame number of iterations... and extra 160 seconds or so if I read it correctly19:32
*** rhagarty__ has quit IRC19:38
*** mragupat has joined #openstack-cinder19:43
openstackgerritAnthony Lee proposed openstack/cinder: 3PAR: Adding volume checks to manage snapshot API  https://review.openstack.org/26072819:45
*** harlowja_at_home has joined #openstack-cinder19:46
*** salv-orlando has quit IRC19:51
*** e0ne has joined #openstack-cinder20:06
*** aorourke has quit IRC20:09
*** leeantho has quit IRC20:14
*** harlowja_at_home has quit IRC20:18
*** ndipanov has quit IRC20:20
*** alonma has joined #openstack-cinder20:20
*** gouthamr has quit IRC20:26
*** alonma has quit IRC20:26
openstackgerritMerged openstack/cinder: Remove API races from attach and detach methods  https://review.openstack.org/21637720:28
openstackgerritMerged openstack/cinder: Update Pure REST API supported version numbers in Pure driver  https://review.openstack.org/25541720:29
*** alonma has joined #openstack-cinder20:29
openstackgerritMerged openstack/cinder: Backup snapshots  https://review.openstack.org/24340620:29
*** mudassirlatif has joined #openstack-cinder20:33
*** boris-42 has quit IRC20:33
*** alonma has quit IRC20:35
*** timcl has quit IRC20:38
*** akerr has quit IRC20:38
*** cknight has quit IRC20:41
*** alonma has joined #openstack-cinder20:43
*** Yogi11 has quit IRC20:45
*** alonma has quit IRC20:48
*** e0ne has quit IRC20:48
*** merooney has quit IRC20:48
*** adrianofr has quit IRC20:50
*** alonma has joined #openstack-cinder20:50
*** p0rtal has joined #openstack-cinder20:51
*** salv-orlando has joined #openstack-cinder20:52
*** alonma has quit IRC20:54
*** mudassirlatif has quit IRC20:55
*** markvoelker has joined #openstack-cinder20:56
*** alonma has joined #openstack-cinder20:56
*** alonma has quit IRC21:00
*** markvoelker has quit IRC21:01
*** alonma has joined #openstack-cinder21:02
*** porrua has quit IRC21:03
*** alonma has quit IRC21:07
*** gouthamr has joined #openstack-cinder21:08
*** gouthamr has quit IRC21:09
*** apoorvad has quit IRC21:10
*** alonma has joined #openstack-cinder21:11
*** alonma has quit IRC21:16
*** JoseMello has quit IRC21:18
*** simondodsley has quit IRC21:18
*** alonma has joined #openstack-cinder21:19
*** Lee1092 has quit IRC21:21
*** alonma has quit IRC21:23
*** alonma has joined #openstack-cinder21:26
*** xyang1 has quit IRC21:29
*** salv-orlando has quit IRC21:30
*** alonma has quit IRC21:31
*** cknight has joined #openstack-cinder21:34
*** alonma has joined #openstack-cinder21:35
*** marcusvrn_ has quit IRC21:37
openstackgerritHelen Walsh proposed openstack/cinder: EMC VMAX - Fix for last volume in VMAX3 storage group  https://review.openstack.org/24433121:38
*** alonma has quit IRC21:39
*** mragupat_ has joined #openstack-cinder21:43
*** alonma has joined #openstack-cinder21:44
*** mragupat_ has quit IRC21:45
*** mragupat has quit IRC21:46
*** alonma has quit IRC21:48
smcginnisjgriffith: Yeah, slower, but not significantly slower overall given the number of operations.21:52
*** apoorvad has joined #openstack-cinder21:52
*** markvoelker has joined #openstack-cinder21:57
*** esker has quit IRC22:00
*** markvoelker has quit IRC22:01
*** markstur has quit IRC22:04
openstackgerritHelen Walsh proposed openstack/cinder: EMC VMAX - getting iscsi ip from port in existing masking view  https://review.openstack.org/24599722:06
*** dave-mccowan has joined #openstack-cinder22:16
*** openstack has joined #openstack-cinder22:23
*** e0ne has joined #openstack-cinder22:28
*** e0ne has quit IRC22:33
*** openstackstatus has quit IRC22:35
*** openstack has joined #openstack-cinder22:38
*** lprice1 has quit IRC22:41
*** p0rtal has quit IRC22:48
*** dave-mccowan has quit IRC22:50
*** p0rtal has joined #openstack-cinder22:51
*** esker has joined #openstack-cinder22:53
*** subhadeep_de has quit IRC22:55
*** subhadeep_de has joined #openstack-cinder22:56
*** esker has quit IRC22:56
*** p0rtal has quit IRC22:57
*** dims_ has quit IRC23:10
*** p0rtal has joined #openstack-cinder23:11
*** dims has joined #openstack-cinder23:12
openstackgerritMerged openstack/cinder: Add pagination support to Qos specs  https://review.openstack.org/25721623:15
*** dims_ has joined #openstack-cinder23:27
*** martyturner has left #openstack-cinder23:28
*** dims has quit IRC23:29
openstackgerritApoorva Deshpande proposed openstack/cinder: Tintri image direct clone  https://review.openstack.org/26112623:31
*** alonma has joined #openstack-cinder23:32
*** yhayashi has joined #openstack-cinder23:35
*** alonma has quit IRC23:36
*** p0rtal has quit IRC23:38
openstackgerritMerged openstack/cinder: Updated from global requirements  https://review.openstack.org/26025123:38
*** esker has joined #openstack-cinder23:38
*** markvoelker has joined #openstack-cinder23:43
*** boris-42 has joined #openstack-cinder23:44
openstackgerritMerged openstack/python-cinderclient: Fix help message in backup reset-state  https://review.openstack.org/25986223:45
*** markvoelker has quit IRC23:47
*** esker has quit IRC23:51
openstackgerritAbhilash Divakaran proposed openstack/cinder: Add volume driver for Tegile IntelliFlash array  https://review.openstack.org/24678723:53

Generated by irclog2html.py 2.14.0 by Marius Gedminas - find it at mg.pov.lt!