| *** markvoelker has joined #openstack-cinder | 00:00 | |
| *** mudassirlatif has quit IRC | 00:03 | |
| *** IlyaG has joined #openstack-cinder | 00:03 | |
| *** markvoelker has quit IRC | 00:05 | |
| openstackgerrit | Walter A. Boring IV (hemna) proposed openstack/os-brick: WIP: os-brick add cinder local_dev lvm code https://review.openstack.org/260739 | 00:05 |
|---|---|---|
| *** IlyaG has quit IRC | 00:07 | |
| *** IlyaG has joined #openstack-cinder | 00:07 | |
| apoorvad | smcginnis: 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 |
| bswartz | apoorvad: no | 00:08 |
| apoorvad | bswartz: thanks, is there any mechanism to prevent such thing from happening? | 00:08 |
| smcginnis | apoorvad: What bswartz said. :) | 00:09 |
| bswartz | apoorvad: the driver can do such enforcement at startup time in ensure_volume(), but there's no ongoing checking of existing volumes | 00:09 |
| smcginnis | Kind of an issue IMO, but that's how it is. | 00:09 |
| apoorvad | bswartz, smcginnis: thanks for clarifying folks! | 00:09 |
| bswartz | the fundamental problem is that the admin can change the extra specs on volume type at any time, and there could be thousands of existing volumes | 00:10 |
| bswartz | it would be a scaling nightmare to try to go alter all the existing volumes | 00:10 |
| apoorvad | bswartz: Or volume could just be flagged as non-compliant, user can change the type whenever possible | 00:11 |
| bswartz | apoorvad: even that presents a scaling challengfe | 00:11 |
| apoorvad | thats true! | 00:11 |
| *** martyturner has quit IRC | 00:12 | |
| *** alonma has joined #openstack-cinder | 00:18 | |
| *** salv-orlando has quit IRC | 00:18 | |
| bswartz | the 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 cinder | 00:19 |
| bswartz | the scheduler would need the power to veto certain types of changes and changes would need to be rolled out slowly | 00:19 |
| bswartz | a background scanner that checks for volume type compliance would be less troublesome | 00:20 |
| apoorvad | bswartz: update of volume types to be disabled? | 00:20 |
| *** alonma has quit IRC | 00:22 | |
| bswartz | as 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 code | 00:23 |
| bswartz | there are perfectly valid types of modifications admins might choose to make so we have to trust them not to screw themselves | 00:23 |
| *** alonma has joined #openstack-cinder | 00:24 | |
| *** EinstCrazy has quit IRC | 00:26 | |
| openstackgerrit | Merged openstack/cinder: Fix volume upload failure with glance_api_version=2 https://review.openstack.org/259405 | 00:28 |
| *** alonma has quit IRC | 00:29 | |
| *** alonma has joined #openstack-cinder | 00:31 | |
| openstackgerrit | OpenStack Proposal Bot proposed openstack/cinder: Updated from global requirements https://review.openstack.org/260251 | 00:31 |
| *** cknight has quit IRC | 00:33 | |
| *** sgotliv has quit IRC | 00:34 | |
| *** alonma has quit IRC | 00:35 | |
| *** p0rtal has joined #openstack-cinder | 00:37 | |
| *** alonma has joined #openstack-cinder | 00:37 | |
| *** salv-orlando has joined #openstack-cinder | 00:37 | |
| *** p0rtal has quit IRC | 00:41 | |
| *** alonma has quit IRC | 00:42 | |
| *** alonma has joined #openstack-cinder | 00:44 | |
| *** salv-orlando has quit IRC | 00:45 | |
| openstackgerrit | Walter A. Boring IV (hemna) proposed openstack/cinder: WIP: Remove local_dev from cinder https://review.openstack.org/260756 | 00:47 |
| *** sbezverk has quit IRC | 00:47 | |
| abhi | smcginnis, 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 IRC | 00:48 | |
| *** alonma has joined #openstack-cinder | 00:50 | |
| abhi | smcginnis, Corrected link without the dot: https://review.openstack.org/246787 | 00:50 |
| *** mudassirlatif has joined #openstack-cinder | 00:51 | |
| *** sbezverk has joined #openstack-cinder | 00:53 | |
| *** alonma has quit IRC | 00:54 | |
| *** hemna is now known as hemnafk | 00:54 | |
| *** alonma has joined #openstack-cinder | 00:56 | |
| sbezverk | smcginnis: 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-pa | 00:59 |
| sbezverk | ckages/cinder/openstack/common/scheduler/filters/capabilities_filter.py:56 | 00:59 |
| *** EinstCrazy has joined #openstack-cinder | 01:00 | |
| *** alonma has quit IRC | 01:00 | |
| *** mudassirlatif has quit IRC | 01:03 | |
| *** leeantho has quit IRC | 01:09 | |
| *** lixiaoy1 has joined #openstack-cinder | 01:17 | |
| *** kylieXK has joined #openstack-cinder | 01:21 | |
| *** salv-orlando has joined #openstack-cinder | 01:23 | |
| kylieXK | I've followed this http://docs.openstack.org/liberty/config-reference/content/enable-fc-zone-manager.html | 01:24 |
| kylieXK | but I still get DEBUG cinder.zonemanager.utils [req-3d9448f8-629f-46ab-af6c-1fd6123c4a6b tempest-DeleteServersTestJSON-1430641270] FC Zone Manager not enabled in cinder.conf | 01:24 |
| kylieXK | someone knows how to enable it ? | 01:25 |
| *** salv-orlando has quit IRC | 01:27 | |
| openstackgerrit | Doug Hellmann proposed openstack/cinder-specs: remove python 2.6 trove classifier https://review.openstack.org/260769 | 01:37 |
| *** p0rtal has joined #openstack-cinder | 01:38 | |
| *** mriedem has joined #openstack-cinder | 01:40 | |
| openstackgerrit | Doug Hellmann proposed openstack/os-brick: remove python 2.6 trove classifier https://review.openstack.org/260815 | 01:40 |
| *** p0rtal has quit IRC | 01:42 | |
| *** bardia has quit IRC | 01:49 | |
| *** takedakn has joined #openstack-cinder | 01:53 | |
| *** zhonghua-lee has quit IRC | 01:55 | |
| *** zhonghua-lee has joined #openstack-cinder | 01:56 | |
| *** erlon has quit IRC | 01:56 | |
| *** alonma has joined #openstack-cinder | 01:56 | |
| *** haomaiwa_ has joined #openstack-cinder | 01:59 | |
| *** haomaiwa_ has quit IRC | 01:59 | |
| *** haomaiwang has joined #openstack-cinder | 01:59 | |
| *** apoorvad has quit IRC | 01:59 | |
| *** haomaiwang has quit IRC | 02:01 | |
| *** DuncanT has quit IRC | 02:01 | |
| *** haomaiwang has joined #openstack-cinder | 02:01 | |
| *** alonma has quit IRC | 02:01 | |
| *** markvoelker has joined #openstack-cinder | 02:01 | |
| *** chenying has quit IRC | 02:01 | |
| *** chenying has joined #openstack-cinder | 02:02 | |
| *** chris_morrell has joined #openstack-cinder | 02:03 | |
| *** DuncanT has joined #openstack-cinder | 02:05 | |
| *** markvoelker has quit IRC | 02:06 | |
| *** chris_morrell has quit IRC | 02:06 | |
| *** chris_morrell has joined #openstack-cinder | 02:06 | |
| *** chris_morrell has quit IRC | 02:09 | |
| *** chris_morrell has joined #openstack-cinder | 02:10 | |
| *** chris_morrell has quit IRC | 02:12 | |
| *** ianbrown_ has quit IRC | 02:15 | |
| *** ianbrown_ has joined #openstack-cinder | 02:15 | |
| *** dims has quit IRC | 02:17 | |
| *** chris_morrell has joined #openstack-cinder | 02:20 | |
| *** p0rtal has joined #openstack-cinder | 02:21 | |
| *** haomaiwang has quit IRC | 02:22 | |
| *** chris_morrell has quit IRC | 02:23 | |
| *** haomaiwa_ has joined #openstack-cinder | 02:24 | |
| *** takedakn1 has joined #openstack-cinder | 02:26 | |
| *** gcb has joined #openstack-cinder | 02:28 | |
| *** takedakn has quit IRC | 02:28 | |
| *** takedakn1 is now known as takedakn | 02:28 | |
| *** dims has joined #openstack-cinder | 02:28 | |
| *** bardia has joined #openstack-cinder | 02:31 | |
| *** takedakn1 has joined #openstack-cinder | 02:31 | |
| bardia | smcginnis patrickeast: I'm still getting the same failures even after a fresh nodepool image rebuild | 02:33 |
| *** takedakn has quit IRC | 02:33 | |
| *** takedakn1 is now known as takedakn | 02:33 | |
| bardia | this is the errors in c-api: http://paste.openstack.org/show/482565/ | 02:34 |
| bardia | any insight would be greatly appreciated | 02:35 |
| patrickeast | bardia: dang, couldn't be so easy as a new image ;) | 02:36 |
| bardia | patrickeast: yeah I was hoping that would fix it | 02:36 |
| bardia | its really strange it all started Friday afternoon around 5 pm | 02:36 |
| patrickeast | I'll take a look in a little bit, just about to run some errands | 02:36 |
| *** chris_morrell has joined #openstack-cinder | 02:36 | |
| *** dims has quit IRC | 02:37 | |
| bardia | patrickeast: thanks a bunch | 02:37 |
| openstackgerrit | Cedric Zhuang proposed openstack/cinder: VNX: Add 'None' check in parsing provider location https://review.openstack.org/246230 | 02:39 |
| *** dims has joined #openstack-cinder | 02:40 | |
| *** dims has quit IRC | 02:46 | |
| *** chris_morrell has quit IRC | 02:50 | |
| *** dims has joined #openstack-cinder | 02:52 | |
| *** chris_morrell has joined #openstack-cinder | 02:55 | |
| *** alonma has joined #openstack-cinder | 02:59 | |
| *** pots1 has quit IRC | 03:00 | |
| *** haomaiwa_ has quit IRC | 03:01 | |
| *** haomaiwang has joined #openstack-cinder | 03:01 | |
| *** markvoelker has joined #openstack-cinder | 03:02 | |
| *** alonma has quit IRC | 03:04 | |
| *** dims has quit IRC | 03:05 | |
| *** chris_morrell has quit IRC | 03:06 | |
| *** markvoelker has quit IRC | 03:07 | |
| *** alonma has joined #openstack-cinder | 03:07 | |
| *** takedakn1 has joined #openstack-cinder | 03:08 | |
| *** links has joined #openstack-cinder | 03:09 | |
| *** takedakn has quit IRC | 03:10 | |
| *** takedakn1 is now known as takedakn | 03:10 | |
| *** dims has joined #openstack-cinder | 03:11 | |
| *** alonma has quit IRC | 03:11 | |
| *** alonma has joined #openstack-cinder | 03:13 | |
| *** dims has quit IRC | 03:16 | |
| openstackgerrit | XinXiaohui proposed openstack/cinder: Wrap the method to calculate virtual free capacity https://review.openstack.org/257620 | 03:16 |
| *** alonma has quit IRC | 03:17 | |
| *** coolsvap|away is now known as coolsvap | 03:18 | |
| *** alonma has joined #openstack-cinder | 03:19 | |
| *** jamielennox is now known as jamielennox|away | 03:22 | |
| *** alonma has quit IRC | 03:23 | |
| *** Guest13696 is now known as mfisch | 03:23 | |
| *** mfisch is now known as Guest303 | 03:24 | |
| *** sbezverk has quit IRC | 03:25 | |
| *** alonma has joined #openstack-cinder | 03:25 | |
| *** chris_morrell has joined #openstack-cinder | 03:29 | |
| *** alonma has quit IRC | 03:30 | |
| *** alonma has joined #openstack-cinder | 03:32 | |
| *** chris_morrell has quit IRC | 03:32 | |
| *** chris_morrell has joined #openstack-cinder | 03:34 | |
| *** alonma has quit IRC | 03:36 | |
| *** takedakn has quit IRC | 03:37 | |
| *** alonma has joined #openstack-cinder | 03:38 | |
| *** alonma has quit IRC | 03:42 | |
| openstackgerrit | Thelo Gaultier proposed openstack/os-brick: Add connector for ITRI DISCO cinder driver https://review.openstack.org/253352 | 03:43 |
| *** alonma has joined #openstack-cinder | 03:44 | |
| *** alonma has quit IRC | 03:48 | |
| *** alonma has joined #openstack-cinder | 03:50 | |
| *** alonma has quit IRC | 03:55 | |
| *** alonma has joined #openstack-cinder | 03:57 | |
| *** jaypipes has quit IRC | 03:58 | |
| *** haomaiwang has quit IRC | 04:01 | |
| *** haomaiwang has joined #openstack-cinder | 04:01 | |
| *** alonma has quit IRC | 04:01 | |
| *** alonma has joined #openstack-cinder | 04:03 | |
| *** alonma has quit IRC | 04:07 | |
| *** bkumar has joined #openstack-cinder | 04:08 | |
| *** alonma has joined #openstack-cinder | 04:09 | |
| *** NightKhaos has joined #openstack-cinder | 04:11 | |
| *** alonma has quit IRC | 04:13 | |
| *** alonma has joined #openstack-cinder | 04:15 | |
| *** ankit_ag has quit IRC | 04:16 | |
| *** alonma has quit IRC | 04:19 | |
| *** alonma has joined #openstack-cinder | 04:21 | |
| *** alonma has quit IRC | 04:26 | |
| openstackgerrit | yifan403 proposed openstack/cinder: Add ZTE Block Storage Driver for ZTE ZXCLOUD Storage arrays with iSCSI. https://review.openstack.org/258880 | 04:27 |
| openstackgerrit | yifan403 proposed openstack/cinder: Add ZTE Block Storage Driver for ZTE ZXCLOUD Storage arrays with iSCSI. https://review.openstack.org/258880 | 04:28 |
| *** zhangjn has joined #openstack-cinder | 04:33 | |
| *** dave-mccowan has quit IRC | 04:36 | |
| *** bardia has quit IRC | 04:38 | |
| *** markvoelker has joined #openstack-cinder | 04:48 | |
| *** markvoelker has quit IRC | 04:52 | |
| *** haomaiwang has quit IRC | 05:01 | |
| *** bkumar has quit IRC | 05:01 | |
| *** bkumar has joined #openstack-cinder | 05:01 | |
| *** haomaiwang has joined #openstack-cinder | 05:01 | |
| *** sheel has joined #openstack-cinder | 05:01 | |
| *** merooney has quit IRC | 05:03 | |
| *** ankit_ag has joined #openstack-cinder | 05:04 | |
| *** zhangjn has quit IRC | 05:14 | |
| *** chhavi has joined #openstack-cinder | 05:17 | |
| *** zhangjn has joined #openstack-cinder | 05:26 | |
| *** alonma has joined #openstack-cinder | 05:28 | |
| *** alonma has quit IRC | 05:32 | |
| *** alonma has joined #openstack-cinder | 05:36 | |
| *** alonma has quit IRC | 05:40 | |
| *** alonma has joined #openstack-cinder | 05:42 | |
| *** pocketprotector is now known as t_ | 05:44 | |
| *** t_ is now known as pocketprotector | 05:45 | |
| openstackgerrit | Thelo Gaultier proposed openstack/cinder: ITRI DISCO cinder driver https://review.openstack.org/253356 | 05:45 |
| *** alonma has quit IRC | 05:46 | |
| *** gcb has quit IRC | 05:48 | |
| *** alonma has joined #openstack-cinder | 05:48 | |
| *** markvoelker has joined #openstack-cinder | 05:49 | |
| *** alonma has quit IRC | 05:53 | |
| *** markvoelker has quit IRC | 05:54 | |
| *** alonma has joined #openstack-cinder | 05:55 | |
| *** gcb has joined #openstack-cinder | 05:59 | |
| *** alonma has quit IRC | 05:59 | |
| *** vinayp has joined #openstack-cinder | 06:00 | |
| *** haomaiwang has quit IRC | 06:01 | |
| *** alonma has joined #openstack-cinder | 06:01 | |
| *** haomaiwang has joined #openstack-cinder | 06:01 | |
| *** alonma has quit IRC | 06:06 | |
| openstackgerrit | wanghao proposed openstack/cinder: Get the replica volume ref for DR https://review.openstack.org/252250 | 06:10 |
| openstackgerrit | Wilson Liu proposed openstack/cinder: Huawei: Add manage/unmanage volume support https://review.openstack.org/240413 | 06:15 |
| *** vgridnev has joined #openstack-cinder | 06:21 | |
| *** ChubYann has quit IRC | 06:22 | |
| *** gouthamr has joined #openstack-cinder | 06:25 | |
| openstackgerrit | OpenStack Proposal Bot proposed openstack/cinder: Imported Translations from Zanata https://review.openstack.org/260893 | 06:27 |
| DuncanT | New gerrit is making my eyes bleed. This is not a good post-vacation present. | 06:27 |
| *** zhangjn has quit IRC | 06:29 | |
| *** Thelo has joined #openstack-cinder | 06:30 | |
| *** zhangjn has joined #openstack-cinder | 06:31 | |
| *** harlowja_at_home has joined #openstack-cinder | 06:36 | |
| flip214 | DuncanT: ~/.mozilla/firefox/*/chrome/userContent.css is my solution. | 06:38 |
| *** IlyaG has quit IRC | 06:38 | |
| *** gcb has quit IRC | 06:41 | |
| *** alonma has joined #openstack-cinder | 06:43 | |
| *** alonma has quit IRC | 06:47 | |
| *** alonma has joined #openstack-cinder | 06:49 | |
| *** chris_morrell has quit IRC | 06:52 | |
| *** alonma has quit IRC | 06:54 | |
| *** alonma has joined #openstack-cinder | 06:55 | |
| *** alonma has quit IRC | 07:00 | |
| *** haomaiwang has quit IRC | 07:01 | |
| *** haomaiwa_ has joined #openstack-cinder | 07:01 | |
| *** alonma has joined #openstack-cinder | 07:02 | |
| *** harlowja_at_home has quit IRC | 07:05 | |
| *** markvoelker has joined #openstack-cinder | 07:05 | |
| *** alonma has quit IRC | 07:06 | |
| *** alonma has joined #openstack-cinder | 07:08 | |
| *** sgotliv has joined #openstack-cinder | 07:09 | |
| *** markvoelker has quit IRC | 07:09 | |
| *** alonma has quit IRC | 07:12 | |
| *** lpetrut has joined #openstack-cinder | 07:13 | |
| *** alonma has joined #openstack-cinder | 07:14 | |
| openstackgerrit | Peter Wang proposed openstack/cinder: Remove name_id when creating volume with cache enabled https://review.openstack.org/259937 | 07:15 |
| *** haomaiwa_ has quit IRC | 07:17 | |
| *** gcb has joined #openstack-cinder | 07:18 | |
| *** haomaiwa_ has joined #openstack-cinder | 07:18 | |
| *** alonma has quit IRC | 07:18 | |
| openstackgerrit | LisaLi proposed openstack/cinder: Add restore_volume_id in backup https://review.openstack.org/260903 | 07:20 |
| *** alonma has joined #openstack-cinder | 07:20 | |
| *** alonma has quit IRC | 07:25 | |
| openstackgerrit | dongwenjuan proposed openstack/cinder-specs: Add ServiceGroup using Tooz driver https://review.openstack.org/258968 | 07:26 |
| *** alonma has joined #openstack-cinder | 07:28 | |
| *** coolsvap is now known as coolsvap|away | 07:29 | |
| *** notmorgan has quit IRC | 07:31 | |
| *** mordred has quit IRC | 07:32 | |
| *** alonma has quit IRC | 07:34 | |
| *** coolsvap|away is now known as coolsvap | 07:35 | |
| *** alonma has joined #openstack-cinder | 07:36 | |
| *** krfa has joined #openstack-cinder | 07:38 | |
| *** alonma has quit IRC | 07:40 | |
| krfa | Hello, 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 IRC | 07:41 | |
| *** alonma has joined #openstack-cinder | 07:42 | |
| *** alonma has quit IRC | 07:46 | |
| *** alonma has joined #openstack-cinder | 07:48 | |
| *** e0ne has joined #openstack-cinder | 07:50 | |
| *** e0ne has quit IRC | 07:52 | |
| *** alonma has quit IRC | 07:53 | |
| *** alonma has joined #openstack-cinder | 07:54 | |
| *** alonma has quit IRC | 07:59 | |
| *** alonma has joined #openstack-cinder | 08:00 | |
| *** haomaiwa_ has quit IRC | 08:01 | |
| *** haomaiwang has joined #openstack-cinder | 08:01 | |
| *** jwcroppe has joined #openstack-cinder | 08:03 | |
| flip214 | hemnafk: 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 IRC | 08:04 | |
| *** houming has joined #openstack-cinder | 08:05 | |
| *** alonma has quit IRC | 08:05 | |
| *** alonma has joined #openstack-cinder | 08:06 | |
| *** lpetrut has quit IRC | 08:07 | |
| *** alonma has quit IRC | 08:11 | |
| *** alonma has joined #openstack-cinder | 08:13 | |
| *** kylieXK has quit IRC | 08:15 | |
| *** alonma has quit IRC | 08:17 | |
| *** alonma has joined #openstack-cinder | 08:19 | |
| *** gouthamr has joined #openstack-cinder | 08:21 | |
| *** alonma has quit IRC | 08:24 | |
| *** alonma has joined #openstack-cinder | 08:25 | |
| openstackgerrit | wangxiyuan proposed openstack/cinder: Add pagination support to Qos specs https://review.openstack.org/257216 | 08:27 |
| *** salv-orlando has joined #openstack-cinder | 08:28 | |
| *** alonma has quit IRC | 08:30 | |
| *** salv-orl_ has joined #openstack-cinder | 08:31 | |
| *** salv-orl_ has quit IRC | 08:31 | |
| *** salv-orlando has quit IRC | 08:32 | |
| *** salv-orlando has joined #openstack-cinder | 08:32 | |
| *** liverpooler has joined #openstack-cinder | 08:35 | |
| *** alonma has joined #openstack-cinder | 08:35 | |
| *** vgridnev has quit IRC | 08:40 | |
| *** alonma has quit IRC | 08:40 | |
| *** alonma_ has joined #openstack-cinder | 08:43 | |
| *** kylie has joined #openstack-cinder | 08:43 | |
| * kylie slaps kylie around a bit with a large fishbot | 08:46 | |
| *** openstackgerrit has quit IRC | 08:47 | |
| *** openstackgerrit has joined #openstack-cinder | 08:48 | |
| flip214 | kylie: https://www.youtube.com/watch?v=IhJQp-q1Y1s ? | 08:48 |
| *** e0ne has joined #openstack-cinder | 08:52 | |
| *** teju has joined #openstack-cinder | 08:52 | |
| *** chenying_ has joined #openstack-cinder | 08:55 | |
| *** chenying has quit IRC | 08:57 | |
| *** haomaiwang has quit IRC | 09:01 | |
| *** haomaiwang has joined #openstack-cinder | 09:01 | |
| *** e0ne has quit IRC | 09:01 | |
| kylie | LOL | 09:01 |
| *** xxxxxx has joined #openstack-cinder | 09:04 | |
| *** p0rtal has joined #openstack-cinder | 09:05 | |
| *** markvoelker has joined #openstack-cinder | 09:06 | |
| *** p0rtal has quit IRC | 09:09 | |
| *** xxxxxx has quit IRC | 09:10 | |
| *** markvoelker has quit IRC | 09:10 | |
| openstackgerrit | Sheel Rana proposed openstack/cinder: Updated "deleted" column of volume_type_access https://review.openstack.org/255947 | 09:13 |
| *** rcernin has joined #openstack-cinder | 09:16 | |
| *** alonma_ has quit IRC | 09:21 | |
| *** alonma has joined #openstack-cinder | 09:22 | |
| *** salv-orlando has quit IRC | 09:23 | |
| *** alonma has quit IRC | 09:27 | |
| openstackgerrit | Yusuke Hayashi proposed openstack/cinder: Add Fujitsu ETERNUS DX Volume Driver (again) https://review.openstack.org/201500 | 09:27 |
| *** alonma has joined #openstack-cinder | 09:28 | |
| *** alonma has quit IRC | 09:32 | |
| *** alonma has joined #openstack-cinder | 09:36 | |
| openstackgerrit | Philipp Marek proposed openstack/cinder: Infrastructure to use the DRBD transport for NOVA. https://review.openstack.org/259973 | 09:37 |
| *** alonma has quit IRC | 09:40 | |
| openstackgerrit | yifan403 proposed openstack/cinder: Add ZTE Block Storage Driver. https://review.openstack.org/258880 | 09:41 |
| *** alonma has joined #openstack-cinder | 09:42 | |
| *** alonma has quit IRC | 09:47 | |
| *** alonma has joined #openstack-cinder | 09:48 | |
| *** alonma has quit IRC | 09:53 | |
| *** alonma has joined #openstack-cinder | 09:54 | |
| *** rcernin has quit IRC | 09:56 | |
| *** kylie has quit IRC | 09:56 | |
| *** alonma has quit IRC | 09:59 | |
| *** alonma has joined #openstack-cinder | 10:00 | |
| *** haomaiwang has quit IRC | 10:01 | |
| *** haomaiwang has joined #openstack-cinder | 10:01 | |
| *** zhenguo has quit IRC | 10:01 | |
| *** alonma has quit IRC | 10:05 | |
| *** e0ne has joined #openstack-cinder | 10:05 | |
| *** gcb has quit IRC | 10:06 | |
| openstackgerrit | chenzongliang proposed openstack/cinder: Huawei: Support huawei consistency group https://review.openstack.org/260930 | 10:06 |
| *** p0rtal has joined #openstack-cinder | 10:06 | |
| *** alonma has joined #openstack-cinder | 10:07 | |
| *** aix has joined #openstack-cinder | 10:10 | |
| *** p0rtal has quit IRC | 10:11 | |
| *** lpetrut has joined #openstack-cinder | 10:11 | |
| *** alonma has quit IRC | 10:11 | |
| *** alonma has joined #openstack-cinder | 10:13 | |
| openstackgerrit | Digvijay Ukirde proposed openstack/cinder: Fix create volume from snapshot functionality for GPFS driver https://review.openstack.org/260933 | 10:13 |
| *** gouthamr has quit IRC | 10:17 | |
| *** alonma has quit IRC | 10:18 | |
| *** philipw_ has quit IRC | 10:18 | |
| *** gcb has joined #openstack-cinder | 10:19 | |
| *** alonma has joined #openstack-cinder | 10:19 | |
| *** alonma has quit IRC | 10:23 | |
| *** salv-orlando has joined #openstack-cinder | 10:23 | |
| *** alonma has joined #openstack-cinder | 10:25 | |
| *** shakamunyi has quit IRC | 10:27 | |
| *** EmilienM has quit IRC | 10:27 | |
| *** EmilienM has joined #openstack-cinder | 10:27 | |
| *** whydidyoustealmy has quit IRC | 10:27 | |
| *** alonma has quit IRC | 10:29 | |
| *** salv-orlando has quit IRC | 10:31 | |
| DuncanT | krfa: Currently, that's rather tricky | 10:31 |
| *** salv-orlando has joined #openstack-cinder | 10:31 | |
| *** [1]Thelo has joined #openstack-cinder | 10:32 | |
| krfa | DuncanT : What do you mean exactly? | 10:33 |
| DuncanT | krfa: 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.conf | 10:33 |
| DuncanT | krfa: You can change the name or location of cinder.conf from the c-vol command line | 10:33 |
| *** Thelo has quit IRC | 10:34 | |
| *** [1]Thelo is now known as Thelo | 10:34 | |
| openstackgerrit | Szymon Borkowski proposed openstack/cinder: Quota API is now compatible with keystone API v2 https://review.openstack.org/259360 | 10:34 |
| krfa | DucanT : Ok. And what do you mean by the c-vol? | 10:35 |
| *** shakamunyi has joined #openstack-cinder | 10:38 | |
| *** lpetrut has quit IRC | 10:38 | |
| *** lpetrut has joined #openstack-cinder | 10:39 | |
| *** barra204 has joined #openstack-cinder | 10:40 | |
| dulek | krfa: cinder-volume service. | 10:41 |
| *** lpetrut has quit IRC | 10:42 | |
| *** coolsvap is now known as coolsvap|away | 10:46 | |
| *** lpetrut has joined #openstack-cinder | 10:47 | |
| *** dims_ has joined #openstack-cinder | 10:50 | |
| *** markvoelker has joined #openstack-cinder | 10:51 | |
| *** alonma has joined #openstack-cinder | 10:52 | |
| *** bkumar has quit IRC | 10:53 | |
| *** alonma has quit IRC | 10:56 | |
| *** alonma has joined #openstack-cinder | 10:56 | |
| *** markvoelker has quit IRC | 10:57 | |
| *** haomaiwang has quit IRC | 10:57 | |
| sheel | dulek: hi | 10:57 |
| *** EinstCrazy has quit IRC | 10:58 | |
| *** abhi has quit IRC | 11:00 | |
| *** zhangjn has quit IRC | 11:01 | |
| dulek | sheel: Hi, what's up? | 11:04 |
| sheel | dulek: its cool, jenkins turned green for https://review.openstack.org/#/c/255947/8 | 11:05 |
| sheel | dulek:what's up your side? | 11:06 |
| sheel | dulek: please find some time review it. | 11:06 |
| dulek | sheel: Great, I'm doing a review-day today, so I'll try to review and test your patch. | 11:06 |
| dulek | sheel: Ah, and sorry for commenting 3 times on the patch. Gerrit have had a hiccup that time. | 11:07 |
| sheel | dulek: ah, its ok...you have provided much support in fixing this bug as well.... So, thanks for that | 11:08 |
| *** teju has quit IRC | 11:08 | |
| dulek | sheel: No problem, thanks for working on this. | 11:09 |
| *** salv-orlando has quit IRC | 11:10 | |
| *** ociuhandu has joined #openstack-cinder | 11:10 | |
| DuncanT | krfa: The binary cinder-volume | 11:17 |
| krfa | Ok DuncanT, thank you. I'll check that | 11:18 |
| *** alonma has quit IRC | 11:18 | |
| *** alonma has joined #openstack-cinder | 11:19 | |
| *** alonma has quit IRC | 11:23 | |
| openstackgerrit | Szymon Borkowski proposed openstack/cinder: Update create_snapshot to use volume object https://review.openstack.org/260618 | 11:24 |
| *** alonma has joined #openstack-cinder | 11:25 | |
| *** chhavi has quit IRC | 11:29 | |
| *** alonma has quit IRC | 11:30 | |
| *** alonma has joined #openstack-cinder | 11:31 | |
| *** alonma has quit IRC | 11:36 | |
| *** krfa has quit IRC | 11:37 | |
| *** alonma has joined #openstack-cinder | 11:37 | |
| *** sheel has quit IRC | 11:38 | |
| *** alonma has quit IRC | 11:42 | |
| *** alonma has joined #openstack-cinder | 11:43 | |
| *** alonma has quit IRC | 11:48 | |
| *** alonma has joined #openstack-cinder | 11:50 | |
| *** alonma has quit IRC | 11:54 | |
| *** alonma has joined #openstack-cinder | 11:56 | |
| *** EinstCrazy has joined #openstack-cinder | 11:59 | |
| *** EinstCrazy has quit IRC | 11:59 | |
| *** EinstCrazy has joined #openstack-cinder | 11:59 | |
| *** alonma has quit IRC | 12:00 | |
| *** alonma has joined #openstack-cinder | 12:02 | |
| *** houming has quit IRC | 12:05 | |
| *** notmorgan has joined #openstack-cinder | 12:06 | |
| *** mordred has joined #openstack-cinder | 12:06 | |
| *** alonma has quit IRC | 12:06 | |
| *** p0rtal has joined #openstack-cinder | 12:08 | |
| *** alonma has joined #openstack-cinder | 12:08 | |
| *** vgridnev has joined #openstack-cinder | 12:08 | |
| *** salv-orlando has joined #openstack-cinder | 12:10 | |
| *** alonma has quit IRC | 12:12 | |
| *** p0rtal has quit IRC | 12:13 | |
| *** alonma has joined #openstack-cinder | 12:14 | |
| *** ociuhandu has quit IRC | 12:17 | |
| *** openstackgerrit has quit IRC | 12:17 | |
| *** openstackgerrit has joined #openstack-cinder | 12:18 | |
| *** alonma has quit IRC | 12:19 | |
| *** alonma has joined #openstack-cinder | 12:20 | |
| *** zhenguo has joined #openstack-cinder | 12:24 | |
| *** alonma has quit IRC | 12:25 | |
| *** gouthamr has joined #openstack-cinder | 12:26 | |
| *** alonma has joined #openstack-cinder | 12:27 | |
| *** alonma has quit IRC | 12:31 | |
| *** jaypipes has joined #openstack-cinder | 12:31 | |
| *** alonma has joined #openstack-cinder | 12:31 | |
| *** martyturner has joined #openstack-cinder | 12:33 | |
| *** zhangjn has joined #openstack-cinder | 12:36 | |
| *** slunkad has quit IRC | 12:36 | |
| *** slunkad has joined #openstack-cinder | 12:49 | |
| *** markvoelker has joined #openstack-cinder | 12:52 | |
| *** markvoelker has quit IRC | 12:57 | |
| *** martyturner has quit IRC | 12:58 | |
| *** salv-orlando has quit IRC | 13:00 | |
| *** martyturner has joined #openstack-cinder | 13:02 | |
| *** zhipeng has joined #openstack-cinder | 13:05 | |
| *** ankit_ag has quit IRC | 13:07 | |
| *** salv-orlando has joined #openstack-cinder | 13:08 | |
| *** notmorgan has quit IRC | 13:09 | |
| *** haomaiwang has joined #openstack-cinder | 13:09 | |
| *** mordred has quit IRC | 13:10 | |
| *** salv-orlando has quit IRC | 13:14 | |
| *** salv-orlando has joined #openstack-cinder | 13:15 | |
| *** dslevin_ has quit IRC | 13:19 | |
| *** med_ has quit IRC | 13:21 | |
| *** alonma has quit IRC | 13:22 | |
| *** dslevin has joined #openstack-cinder | 13:22 | |
| *** alonma has joined #openstack-cinder | 13:22 | |
| *** takedakn has joined #openstack-cinder | 13:23 | |
| *** alonma has quit IRC | 13:25 | |
| *** zhipeng has quit IRC | 13:25 | |
| *** alonma has joined #openstack-cinder | 13:25 | |
| *** takedakn has quit IRC | 13:28 | |
| *** akerr has joined #openstack-cinder | 13:37 | |
| *** vincent_hou has joined #openstack-cinder | 13:38 | |
| *** martyturner has quit IRC | 13:39 | |
| *** links has quit IRC | 13:44 | |
| *** martyturner has joined #openstack-cinder | 13:46 | |
| *** salv-orlando has quit IRC | 13:47 | |
| *** salv-orlando has joined #openstack-cinder | 13:47 | |
| *** dilip has joined #openstack-cinder | 13:50 | |
| *** markvoelker has joined #openstack-cinder | 13:53 | |
| *** zhangjn has quit IRC | 13:53 | |
| openstackgerrit | Shay Halsband proposed openstack/cinder: XtremIO: Set the location of a CA certificate https://review.openstack.org/260987 | 13:56 |
| *** markvoelker has quit IRC | 13:58 | |
| *** gouthamr has quit IRC | 14:00 | |
| *** haomaiwang has quit IRC | 14:01 | |
| openstackgerrit | Gorka Eguileor proposed openstack/cinder: Remove API races from delete methods https://review.openstack.org/205835 | 14:01 |
| openstackgerrit | Gorka Eguileor proposed openstack/cinder: Remove API races on extend and volume_upload_image https://review.openstack.org/216378 | 14:01 |
| openstackgerrit | Gorka Eguileor proposed openstack/cinder: Remove API races from consistency groups https://review.openstack.org/259429 | 14:01 |
| openstackgerrit | Gorka Eguileor proposed openstack/cinder: Remove API races from migrate and retype https://review.openstack.org/221442 | 14:01 |
| openstackgerrit | Gorka Eguileor proposed openstack/cinder: Remove API races on replication methods https://review.openstack.org/221441 | 14:01 |
| openstackgerrit | Gorka Eguileor proposed openstack/cinder: Remove API races from attach and detach methods https://review.openstack.org/216377 | 14:01 |
| openstackgerrit | Gorka Eguileor proposed openstack/cinder: Remove API races from backup https://review.openstack.org/255430 | 14:01 |
| openstackgerrit | Gorka Eguileor proposed openstack/cinder: Add ordering possibilities to conditional update https://review.openstack.org/231936 | 14:01 |
| *** haomaiwang has joined #openstack-cinder | 14:03 | |
| *** cknight has joined #openstack-cinder | 14:04 | |
| *** porrua has joined #openstack-cinder | 14:05 | |
| *** p0rtal has joined #openstack-cinder | 14:09 | |
| *** zhangjn has joined #openstack-cinder | 14:12 | |
| *** gouthamr has joined #openstack-cinder | 14:13 | |
| *** p0rtal has quit IRC | 14:14 | |
| *** mriedem1 has joined #openstack-cinder | 14:15 | |
| *** mriedem has quit IRC | 14:16 | |
| *** baumann has joined #openstack-cinder | 14:24 | |
| *** jasondotstar_ is now known as jasondotstar | 14:25 | |
| *** merooney has joined #openstack-cinder | 14:29 | |
| *** ociuhandu has joined #openstack-cinder | 14:29 | |
| *** zhangjn has quit IRC | 14:33 | |
| *** chris_morrell has joined #openstack-cinder | 14:39 | |
| *** vincent_hou has quit IRC | 14:43 | |
| *** Lee1092 has joined #openstack-cinder | 14:47 | |
| *** markvoelker has joined #openstack-cinder | 14:54 | |
| *** zhenguo has quit IRC | 14:56 | |
| *** gouthamr_ has joined #openstack-cinder | 14:57 | |
| *** markvoelker has quit IRC | 14:58 | |
| *** breitz has quit IRC | 14:58 | |
| *** breitz has joined #openstack-cinder | 14:59 | |
| *** gouthamr has quit IRC | 14:59 | |
| *** martyturner has quit IRC | 15:00 | |
| *** haomaiwang has quit IRC | 15:01 | |
| *** gouthamr has joined #openstack-cinder | 15:02 | |
| *** martyturner has joined #openstack-cinder | 15:02 | |
| *** haomaiwa_ has joined #openstack-cinder | 15:02 | |
| *** gouthamr_ has quit IRC | 15:03 | |
| *** jwcroppe has quit IRC | 15:03 | |
| *** jwcroppe has joined #openstack-cinder | 15:04 | |
| *** haomaiwa_ has quit IRC | 15:07 | |
| *** jwcroppe has quit IRC | 15:08 | |
| *** timcl has quit IRC | 15:11 | |
| *** erlon has joined #openstack-cinder | 15:11 | |
| *** salv-orlando has quit IRC | 15:14 | |
| *** timcl has joined #openstack-cinder | 15:14 | |
| *** salv-orlando has joined #openstack-cinder | 15:14 | |
| *** mriedem1 has quit IRC | 15:15 | |
| *** med_ has joined #openstack-cinder | 15:16 | |
| *** med_ is now known as Guest7726 | 15:17 | |
| *** liverpooler has quit IRC | 15:17 | |
| *** wilson has joined #openstack-cinder | 15:18 | |
| *** wilson is now known as Guest32023 | 15:18 | |
| openstackgerrit | Alex O'Rourke proposed openstack/cinder: LeftHand: Implement v2 replication (managed) https://review.openstack.org/255002 | 15:18 |
| *** mriedem has joined #openstack-cinder | 15:20 | |
| *** Guest32023 has quit IRC | 15:20 | |
| openstackgerrit | Alex O'Rourke proposed openstack/cinder: LeftHand: Implement v2 replication (unmanaged) https://review.openstack.org/255544 | 15:21 |
| *** JoseMello has joined #openstack-cinder | 15:22 | |
| *** wilson1 has joined #openstack-cinder | 15:24 | |
| *** alonma has quit IRC | 15:31 | |
| *** alonma has joined #openstack-cinder | 15:32 | |
| *** xyang1 has joined #openstack-cinder | 15:32 | |
| *** links has joined #openstack-cinder | 15:33 | |
| *** alonma has quit IRC | 15:37 | |
| *** alonma has joined #openstack-cinder | 15:39 | |
| *** gouthamr has quit IRC | 15:40 | |
| *** alonma has quit IRC | 15:43 | |
| *** alonma has joined #openstack-cinder | 15:45 | |
| *** Me1jin has joined #openstack-cinder | 15:45 | |
| Me1jin | hello | 15:45 |
| Me1jin | i have a question about cinder apu | 15:46 |
| Me1jin | api* | 15:46 |
| Me1jin | I'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 update | 15:47 |
| Me1jin | so for example, i'm setting metadata on volume: | 15:47 |
| Me1jin | "test": True | 15:48 |
| Me1jin | and API is returning me "test": False | 15:48 |
| Me1jin | is it normal behaviour ? | 15:48 |
| *** mriedem is now known as mriedem_away | 15:50 | |
| *** links has quit IRC | 15:50 | |
| *** alonma has quit IRC | 15:50 | |
| *** alonma has joined #openstack-cinder | 15:51 | |
| e0ne | Me1jin: it looks like a bug | 15:52 |
| openstackgerrit | Yuriy Nesenenko proposed openstack/cinder: Check min config requirements for rbd driver https://review.openstack.org/258910 | 15:52 |
| *** alonma has quit IRC | 15:56 | |
| *** alonma has joined #openstack-cinder | 15:57 | |
| e0ne | meeting? | 15:59 |
| *** salv-orlando has quit IRC | 16:01 | |
| *** alonma has quit IRC | 16:02 | |
| *** alonma has joined #openstack-cinder | 16:04 | |
| *** alonma has quit IRC | 16:08 | |
| *** chenying__ has joined #openstack-cinder | 16:09 | |
| *** EinstCrazy has quit IRC | 16:09 | |
| *** yuriy_n17 has quit IRC | 16:10 | |
| *** alonma has joined #openstack-cinder | 16:10 | |
| *** p0rtal has joined #openstack-cinder | 16:11 | |
| *** ociuhandu has quit IRC | 16:11 | |
| *** chenying_ has quit IRC | 16:12 | |
| *** diablo_rojo has joined #openstack-cinder | 16:12 | |
| *** alonma has quit IRC | 16:14 | |
| *** p0rtal has quit IRC | 16:16 | |
| *** chhavi has joined #openstack-cinder | 16:16 | |
| *** jdurgin1 has joined #openstack-cinder | 16:17 | |
| *** alonma has joined #openstack-cinder | 16:17 | |
| *** timcl has quit IRC | 16:17 | |
| *** jungleboyj has joined #openstack-cinder | 16:21 | |
| *** alonma has quit IRC | 16:21 | |
| *** merooney has quit IRC | 16:22 | |
| *** lpetrut has quit IRC | 16:23 | |
| jgriffith | hemnafk: patrickeast xyang1 Have you guys noticed this in Kilo: https://goo.gl/adxJRf | 16:24 |
| smcginnis | diablo_rojo: hipster coffee? | 16:25 |
| jgriffith | hemnafk: patrickeast xyang1 so that breaks the world if you have a mix of multi-path and non-multipath enabled devices | 16:25 |
| *** wilson1 has quit IRC | 16:25 | |
| *** yuriy_n17 has joined #openstack-cinder | 16:25 | |
| patrickeast | jgriffith: ouch thats not good | 16:25 |
| jgriffith | hemnafk: patrickeast xyang1 it *appears* that it may have been refactored since Kilo but I'm not sure... still trying to trace through it all | 16:25 |
| xyang1 | jgriffith: I did not know it breaks things | 16:25 |
| patrickeast | jgriffith: i havnt, but i pretty much always run with multipath only | 16:26 |
| diablo_rojo | smcginnis: Yeah some fancy pants chai with almond milk | 16:26 |
| smcginnis | diablo_rojo: Woah | 16:26 |
| jgriffith | patrickeast: 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_rojo | smcginnis: it's delicious. Super spicy today. | 16:26 |
| xyang1 | jgriffith: your multipath and non multipath devices are from the same backends? | 16:26 |
| jgriffith | xyang1: it seems wrong to have it as a global conf on the Nova side | 16:26 |
| smcginnis | jgriffith: Not much we can do about that at this point, is there? Granted definitely broken. | 16:27 |
| jgriffith | xyang1: hemnafk I'm thinking that should be embedded in the volume object and acted upon appropriately that way | 16:27 |
| jungleboyj | smcginnis: Haven't you figured out that diablo_rojo is a hipster? | 16:27 |
| smcginnis | jungleboyj: ;) | 16:27 |
| jgriffith | smcginnis: yeah... although we could patch it :) | 16:27 |
| jgriffith | smcginnis: https://goo.gl/pj9GjO | 16:27 |
| smcginnis | jgriffith: Is that "allowed"? | 16:27 |
| jgriffith | smcginnis: probably not, but what's the worst that they can do :) | 16:28 |
| smcginnis | jgriffith: Fair point. ;) | 16:28 |
| *** alonma has joined #openstack-cinder | 16:28 | |
| jgriffith | smcginnis: 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 me | 16:28 |
| diablo_rojo | smcginnis: I do wear beanies and colored skinny jeans and plaid to work...I think jungleboyj knows. | 16:28 |
| xyang1 | jgriffith: is this happening in trunk too? | 16:29 |
| jgriffith | xyang1: not sure... everything has been refactored so I need to test it | 16:29 |
| smcginnis | jgriffith: I'd just be worried about then having to argue whether other things should go back too. | 16:29 |
| patrickeast | jgriffith: isn't kilo in the "Phase II (6-12 months): Only critical bugfixes and security patches are acceptable" state? | 16:29 |
| jgriffith | xyang1: I've been tied up building/deploying new hardware | 16:29 |
| patrickeast | or am i failing at calenders | 16:29 |
| jgriffith | patrickeast: yeah... but this seems fairly critical :) | 16:30 |
| smcginnis | jgriffith: At least now it's clear cut. Security only or no. | 16:30 |
| xyang1 | jgriffith: it is easier to make changes in osbrick. I don't know what we can change in kilo in nova any more | 16:30 |
| patrickeast | jgriffith: yea exactly | 16:30 |
| patrickeast | jgriffith: seems like it would be np to fix it | 16:30 |
| smcginnis | Oh, "critical bugfixes" | 16:30 |
| jgriffith | Yeah... asssuming my patch works :) | 16:30 |
| jgriffith | I'll check out master today and see what's up | 16:30 |
| jgriffith | Assuming my cloud is operational again... it hasn't been the last few days :( | 16:31 |
| jgriffith | I updgraded to Liberty and threw in neutron... | 16:31 |
| * jgriffith has been an unhappy camper | 16:31 | |
| *** notmorgan has joined #openstack-cinder | 16:31 | |
| smcginnis | jgriffith: I've been meaning to switch my CI to use neutron, but I'm too scared. | 16:32 |
| xyang1 | jgriffith: you have to deal with neutron now, right? it is going to stay:) | 16:32 |
| jgriffith | smcginnis: yeah, it introduced a number of things that needed tweaking for mine | 16:32 |
| *** vgridnev has quit IRC | 16:33 | |
| *** alonma has quit IRC | 16:33 | |
| jgriffith | smcginnis: the good thing is that mordreds shade libs and new ansible modules made things quite a bit cleaner on my side | 16:33 |
| jgriffith | xyang1: yeah... love it or hate it... it's what we have | 16:33 |
| smcginnis | jgriffith: Oh, good to know. | 16:33 |
| *** timcl has joined #openstack-cinder | 16:34 | |
| jgriffith | smcginnis: if you're using the jenkins/puppet stuff though it's probably irrelevant | 16:34 |
| *** vgridnev has joined #openstack-cinder | 16:34 | |
| *** martyturner has quit IRC | 16:36 | |
| *** mudassirlatif has joined #openstack-cinder | 16:36 | |
| smcginnis | jgriffith: None of that automation tom foolery for me. Straight up wget and vim all the way. | 16:37 |
| smcginnis | :-D | 16:37 |
| *** akerr has quit IRC | 16:38 | |
| *** asselin__ has quit IRC | 16:39 | |
| * e0ne bb in ~2 hours | 16:39 | |
| *** akerr has joined #openstack-cinder | 16:39 | |
| *** e0ne has quit IRC | 16:40 | |
| *** alonma has joined #openstack-cinder | 16:40 | |
| *** mordred has joined #openstack-cinder | 16:42 | |
| *** jwcroppe has joined #openstack-cinder | 16:43 | |
| *** alonma has quit IRC | 16:44 | |
| *** lpetrut has joined #openstack-cinder | 16:46 | |
| *** alonma has joined #openstack-cinder | 16:48 | |
| yuriy_n17 | jgriffith: Hi! Very sorry for disturbing. Please review https://review.openstack.org/#/c/256398/ whenever you have free time. | 16:48 |
| *** chhavi has quit IRC | 16:49 | |
| jgriffith | smcginnis: LOL.. "tom foolery" | 16:50 |
| smcginnis | hehe | 16:50 |
| jgriffith | yuriy_n17: oh, nice! | 16:50 |
| yuriy_n17 | jgriffith: Thanks a lot. | 16:51 |
| *** timcl has quit IRC | 16:51 | |
| openstackgerrit | Merged openstack/cinder: Imported Translations from Zanata https://review.openstack.org/260893 | 16:51 |
| *** alonma has quit IRC | 16:52 | |
| *** alonma has joined #openstack-cinder | 16:54 | |
| *** markvoelker has joined #openstack-cinder | 16:55 | |
| jgriffith | numpy.... numpy... numpy | 16:58 |
| jgriffith | tisk tisk tisk | 16:58 |
| smcginnis | ?? :) | 16:58 |
| *** alonma has quit IRC | 16:59 | |
| jgriffith | smcginnis: 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 way | 16:59 |
| smcginnis | Ah, yeah. :[ | 16:59 |
| *** markvoelker has quit IRC | 16:59 | |
| jgriffith | Of course I could just pull horizon from my lists... not like i need it | 17:00 |
| *** alonma has joined #openstack-cinder | 17:00 | |
| smcginnis | jgriffith: I filtered out my enabled_service list. It did seem to help a little. | 17:01 |
| jgriffith | smcginnis: yeah.. mines pretty stripped down already, but I could yank out horizon still | 17:02 |
| *** apoorvad has joined #openstack-cinder | 17:02 | |
| jgriffith | that would probably help me out a bit | 17:02 |
| *** leeantho has joined #openstack-cinder | 17:02 | |
| *** alonma has quit IRC | 17:05 | |
| *** vgridnev has quit IRC | 17:05 | |
| *** alonma has joined #openstack-cinder | 17:07 | |
| *** mudassirlatif has quit IRC | 17:09 | |
| *** EinstCrazy has joined #openstack-cinder | 17:09 | |
| *** alonma has quit IRC | 17:11 | |
| *** p0rtal has joined #openstack-cinder | 17:12 | |
| *** EinstCrazy has quit IRC | 17:14 | |
| *** geguileo has quit IRC | 17:14 | |
| *** lpetrut has quit IRC | 17:15 | |
| *** p0rtal has quit IRC | 17:16 | |
| *** rhedlind-m has joined #openstack-cinder | 17:17 | |
| *** e0ne has joined #openstack-cinder | 17:33 | |
| *** lpetrut has joined #openstack-cinder | 17:33 | |
| openstackgerrit | Digvijay Ukirde proposed openstack/cinder: Fix creating volume by snapshot for GPFS driver https://review.openstack.org/260933 | 17:34 |
| *** jdurgin1 has quit IRC | 17:40 | |
| notmorgan | swap 14 33 | 17:42 |
| *** p0rtal has joined #openstack-cinder | 17:43 | |
| *** merooney has joined #openstack-cinder | 17:46 | |
| *** p0rtal has quit IRC | 17:48 | |
| *** merooney has quit IRC | 17:49 | |
| openstackgerrit | Jay Bryant proposed openstack/cinder: Add BackupStatus enum field https://review.openstack.org/256737 | 17:52 |
| openstackgerrit | Jay Bryant proposed openstack/cinder: Add CGSnapshotStatus enum field https://review.openstack.org/261068 | 17:52 |
| *** p0rtal has joined #openstack-cinder | 17:53 | |
| *** p0rtal has quit IRC | 17:57 | |
| *** martyturner has joined #openstack-cinder | 17:59 | |
| *** lpetrut has quit IRC | 18:00 | |
| *** lprice has joined #openstack-cinder | 18:01 | |
| smcginnis | Oh, summit speaking proposals are now being taken. | 18:02 |
| smcginnis | https://www.openstack.org/summit-login/login?BackURL=%2Fsummit%2Faustin-2016%2Fcall-for-speakers%2F | 18:02 |
| smcginnis | If anyone has a topic for Cinder, it would be great to get a few sessions on the schedule. | 18:02 |
| *** martyturner has quit IRC | 18:03 | |
| *** martyturner has joined #openstack-cinder | 18:04 | |
| *** lprice1 has joined #openstack-cinder | 18:04 | |
| openstackgerrit | Merged openstack/cinder: Replace use of mox with mock in test_quotas https://review.openstack.org/256398 | 18:04 |
| *** salv-orlando has joined #openstack-cinder | 18:05 | |
| *** lpetrut has joined #openstack-cinder | 18:05 | |
| *** lprice has quit IRC | 18:06 | |
| *** diablo_rojo has quit IRC | 18:07 | |
| openstackgerrit | Merged openstack/cinder: Storwize: Split up __init__ into separate files https://review.openstack.org/240329 | 18:09 |
| *** alonma has joined #openstack-cinder | 18:10 | |
| *** merooney has joined #openstack-cinder | 18:10 | |
| *** chris_morrell has quit IRC | 18:12 | |
| *** alonma has quit IRC | 18:14 | |
| *** timcl has joined #openstack-cinder | 18:15 | |
| *** alonma has joined #openstack-cinder | 18:16 | |
| openstackgerrit | Merged openstack/python-cinderclient: Remove the mutable default arguments "[]" https://review.openstack.org/259287 | 18:18 |
| *** alonma has quit IRC | 18:20 | |
| *** lpetrut has quit IRC | 18:21 | |
| *** jungleboyj has quit IRC | 18:22 | |
| *** alonma has joined #openstack-cinder | 18:23 | |
| openstackgerrit | Anthony Lee proposed openstack/cinder: 3PAR: Adding volume checks to manage snapshot API https://review.openstack.org/260728 | 18:23 |
| *** bardia has joined #openstack-cinder | 18:25 | |
| e0ne | jgriffith, smcginnis: just fyi, API v1 vs API v2 some perfeomance results http://cl.ly/2M131W20062l | 18:26 |
| *** alonma has quit IRC | 18:27 | |
| *** erlon has quit IRC | 18:36 | |
| smcginnis | e0ne: v2 slightly slower. | 18:39 |
| e0ne | yes | 18:39 |
| smcginnis | e0ne: What does that test do? | 18:39 |
| e0ne | I'll try go get more results for other methods | 18:39 |
| e0ne | create volume, boot intance, attach volume | 18:40 |
| e0ne | we did it on hardware 20 nodes environment | 18:40 |
| smcginnis | So 187 times creating and booting an instance. Still not too bad. | 18:41 |
| e0ne | yes | 18:42 |
| xyang1 | e0ne: does v2 perform additional tasks? | 18:43 |
| e0ne | xyang1: I didn't check it | 18:44 |
| xyang1 | e0ne: just wonder why it is a little slower | 18:44 |
| e0ne | xyang1: I have to check it with profiler | 18:44 |
| xyang1 | e0ne: sure | 18:45 |
| e0ne | for now, everything I get it's a these tests(rally) results | 18:45 |
| xyang1 | e0ne: 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 |
| e0ne | xyang1: sure, will do | 18:48 |
| xyang1 | e0ne: thanks! | 18:48 |
| e0ne | xyang1: it had -1 from jenkins last time I looked on | 18:48 |
| xyang1 | is it? i'll check | 18:48 |
| xyang1 | e0ne: I rebased it after your patch was merged, it passed jenkins now | 18:49 |
| e0ne | xyang1: I mean one of the previous versions | 18:50 |
| xyang1 | e0ne: yes, that was before your patch landed | 18:50 |
| *** ChubYann has joined #openstack-cinder | 18:52 | |
| e0ne | smcginnis: do we allow API changes before microversions? | 18:52 |
| e0ne | smcginnis: https://review.openstack.org/#/c/257216/9 it looks good, but I don't remember what we decided to to with API changes | 18:53 |
| *** markvoelker has joined #openstack-cinder | 18:55 | |
| xyang1 | e0ne: smcginnis I think API extension changes are fine. I don't know about core api changes | 18:56 |
| e0ne | with microversions, we'll dropp extensions | 18:57 |
| xyang1 | e0ne: yes, but it will take a while to move all extensions to core api | 18:57 |
| e0ne | xyang1: agree | 18:57 |
| *** simondodsley has joined #openstack-cinder | 18:58 | |
| smcginnis | xyang1: Is that work complete in Manila? I noticed there were a few patches for that. | 18:58 |
| smcginnis | It didn't look as straighforward as I had hoped. | 18:58 |
| xyang1 | smcginnis: almost done in manila | 18:58 |
| e0ne | smcginnis: so you mean microversions? | 18:59 |
| e0ne | https://review.openstack.org/224910 is not merged yet | 18:59 |
| xyang1 | smcginnis: but microversion was introduced in liberty in manila | 18:59 |
| smcginnis | e0ne: Manilas conversion to microversions, then the work to move extension APIs into core. | 18:59 |
| *** markvoelker has quit IRC | 19:00 | |
| *** jwcroppe has quit IRC | 19:00 | |
| xyang1 | e0ne: so it took one release to introduce microversion but another release to convert all extensions to core in manila | 19:01 |
| xyang1 | e0ne: smcginnis we have more extensions to move | 19:01 |
| *** salv-orlando has quit IRC | 19:02 | |
| e0ne | xyang1: thanks for info | 19:02 |
| e0ne | xyang1: I'm not very familar with manila :( | 19:02 |
| xyang1 | e0ne: that's ok | 19:03 |
| e0ne | xyang1: it's a really hard job to be an expert in both projects. you rock! | 19:08 |
| xyang1 | e0ne: thank you! there are lots of things that you work on that I don't know:) | 19:09 |
| *** martyturner has quit IRC | 19:10 | |
| *** dslev has quit IRC | 19:10 | |
| *** merooney has quit IRC | 19:11 | |
| *** martyturner has joined #openstack-cinder | 19:12 | |
| *** salv-orlando has joined #openstack-cinder | 19:18 | |
| *** cknight has quit IRC | 19:18 | |
| *** cknight has joined #openstack-cinder | 19:20 | |
| *** dslevin_ has joined #openstack-cinder | 19:21 | |
| *** merooney has joined #openstack-cinder | 19:24 | |
| *** mdenny has quit IRC | 19:25 | |
| *** alonma has joined #openstack-cinder | 19:25 | |
| *** gouthamr has joined #openstack-cinder | 19:26 | |
| *** e0ne has quit IRC | 19:26 | |
| *** rhedlind-m has quit IRC | 19:27 | |
| *** zhonghua-lee has quit IRC | 19:27 | |
| *** zhonghua-lee has joined #openstack-cinder | 19:28 | |
| *** zhonghua-lee has quit IRC | 19:29 | |
| *** alonma has quit IRC | 19:30 | |
| jgriffith | smcginnis: is that rally result good or bad :) | 19:31 |
| jgriffith | same number of iterations... and extra 160 seconds or so if I read it correctly | 19:32 |
| *** rhagarty__ has quit IRC | 19:38 | |
| *** mragupat has joined #openstack-cinder | 19:43 | |
| openstackgerrit | Anthony Lee proposed openstack/cinder: 3PAR: Adding volume checks to manage snapshot API https://review.openstack.org/260728 | 19:45 |
| *** harlowja_at_home has joined #openstack-cinder | 19:46 | |
| *** salv-orlando has quit IRC | 19:51 | |
| *** e0ne has joined #openstack-cinder | 20:06 | |
| *** aorourke has quit IRC | 20:09 | |
| *** leeantho has quit IRC | 20:14 | |
| *** harlowja_at_home has quit IRC | 20:18 | |
| *** ndipanov has quit IRC | 20:20 | |
| *** alonma has joined #openstack-cinder | 20:20 | |
| *** gouthamr has quit IRC | 20:26 | |
| *** alonma has quit IRC | 20:26 | |
| openstackgerrit | Merged openstack/cinder: Remove API races from attach and detach methods https://review.openstack.org/216377 | 20:28 |
| openstackgerrit | Merged openstack/cinder: Update Pure REST API supported version numbers in Pure driver https://review.openstack.org/255417 | 20:29 |
| *** alonma has joined #openstack-cinder | 20:29 | |
| openstackgerrit | Merged openstack/cinder: Backup snapshots https://review.openstack.org/243406 | 20:29 |
| *** mudassirlatif has joined #openstack-cinder | 20:33 | |
| *** boris-42 has quit IRC | 20:33 | |
| *** alonma has quit IRC | 20:35 | |
| *** timcl has quit IRC | 20:38 | |
| *** akerr has quit IRC | 20:38 | |
| *** cknight has quit IRC | 20:41 | |
| *** alonma has joined #openstack-cinder | 20:43 | |
| *** Yogi11 has quit IRC | 20:45 | |
| *** alonma has quit IRC | 20:48 | |
| *** e0ne has quit IRC | 20:48 | |
| *** merooney has quit IRC | 20:48 | |
| *** adrianofr has quit IRC | 20:50 | |
| *** alonma has joined #openstack-cinder | 20:50 | |
| *** p0rtal has joined #openstack-cinder | 20:51 | |
| *** salv-orlando has joined #openstack-cinder | 20:52 | |
| *** alonma has quit IRC | 20:54 | |
| *** mudassirlatif has quit IRC | 20:55 | |
| *** markvoelker has joined #openstack-cinder | 20:56 | |
| *** alonma has joined #openstack-cinder | 20:56 | |
| *** alonma has quit IRC | 21:00 | |
| *** markvoelker has quit IRC | 21:01 | |
| *** alonma has joined #openstack-cinder | 21:02 | |
| *** porrua has quit IRC | 21:03 | |
| *** alonma has quit IRC | 21:07 | |
| *** gouthamr has joined #openstack-cinder | 21:08 | |
| *** gouthamr has quit IRC | 21:09 | |
| *** apoorvad has quit IRC | 21:10 | |
| *** alonma has joined #openstack-cinder | 21:11 | |
| *** alonma has quit IRC | 21:16 | |
| *** JoseMello has quit IRC | 21:18 | |
| *** simondodsley has quit IRC | 21:18 | |
| *** alonma has joined #openstack-cinder | 21:19 | |
| *** Lee1092 has quit IRC | 21:21 | |
| *** alonma has quit IRC | 21:23 | |
| *** alonma has joined #openstack-cinder | 21:26 | |
| *** xyang1 has quit IRC | 21:29 | |
| *** salv-orlando has quit IRC | 21:30 | |
| *** alonma has quit IRC | 21:31 | |
| *** cknight has joined #openstack-cinder | 21:34 | |
| *** alonma has joined #openstack-cinder | 21:35 | |
| *** marcusvrn_ has quit IRC | 21:37 | |
| openstackgerrit | Helen Walsh proposed openstack/cinder: EMC VMAX - Fix for last volume in VMAX3 storage group https://review.openstack.org/244331 | 21:38 |
| *** alonma has quit IRC | 21:39 | |
| *** mragupat_ has joined #openstack-cinder | 21:43 | |
| *** alonma has joined #openstack-cinder | 21:44 | |
| *** mragupat_ has quit IRC | 21:45 | |
| *** mragupat has quit IRC | 21:46 | |
| *** alonma has quit IRC | 21:48 | |
| smcginnis | jgriffith: Yeah, slower, but not significantly slower overall given the number of operations. | 21:52 |
| *** apoorvad has joined #openstack-cinder | 21:52 | |
| *** markvoelker has joined #openstack-cinder | 21:57 | |
| *** esker has quit IRC | 22:00 | |
| *** markvoelker has quit IRC | 22:01 | |
| *** markstur has quit IRC | 22:04 | |
| openstackgerrit | Helen Walsh proposed openstack/cinder: EMC VMAX - getting iscsi ip from port in existing masking view https://review.openstack.org/245997 | 22:06 |
| *** dave-mccowan has joined #openstack-cinder | 22:16 | |
| *** openstack has joined #openstack-cinder | 22:23 | |
| *** e0ne has joined #openstack-cinder | 22:28 | |
| *** e0ne has quit IRC | 22:33 | |
| *** openstackstatus has quit IRC | 22:35 | |
| *** openstack has joined #openstack-cinder | 22:38 | |
| *** lprice1 has quit IRC | 22:41 | |
| *** p0rtal has quit IRC | 22:48 | |
| *** dave-mccowan has quit IRC | 22:50 | |
| *** p0rtal has joined #openstack-cinder | 22:51 | |
| *** esker has joined #openstack-cinder | 22:53 | |
| *** subhadeep_de has quit IRC | 22:55 | |
| *** subhadeep_de has joined #openstack-cinder | 22:56 | |
| *** esker has quit IRC | 22:56 | |
| *** p0rtal has quit IRC | 22:57 | |
| *** dims_ has quit IRC | 23:10 | |
| *** p0rtal has joined #openstack-cinder | 23:11 | |
| *** dims has joined #openstack-cinder | 23:12 | |
| openstackgerrit | Merged openstack/cinder: Add pagination support to Qos specs https://review.openstack.org/257216 | 23:15 |
| *** dims_ has joined #openstack-cinder | 23:27 | |
| *** martyturner has left #openstack-cinder | 23:28 | |
| *** dims has quit IRC | 23:29 | |
| openstackgerrit | Apoorva Deshpande proposed openstack/cinder: Tintri image direct clone https://review.openstack.org/261126 | 23:31 |
| *** alonma has joined #openstack-cinder | 23:32 | |
| *** yhayashi has joined #openstack-cinder | 23:35 | |
| *** alonma has quit IRC | 23:36 | |
| *** p0rtal has quit IRC | 23:38 | |
| openstackgerrit | Merged openstack/cinder: Updated from global requirements https://review.openstack.org/260251 | 23:38 |
| *** esker has joined #openstack-cinder | 23:38 | |
| *** markvoelker has joined #openstack-cinder | 23:43 | |
| *** boris-42 has joined #openstack-cinder | 23:44 | |
| openstackgerrit | Merged openstack/python-cinderclient: Fix help message in backup reset-state https://review.openstack.org/259862 | 23:45 |
| *** markvoelker has quit IRC | 23:47 | |
| *** esker has quit IRC | 23:51 | |
| openstackgerrit | Abhilash Divakaran proposed openstack/cinder: Add volume driver for Tegile IntelliFlash array https://review.openstack.org/246787 | 23:53 |
Generated by irclog2html.py 2.14.0 by Marius Gedminas - find it at mg.pov.lt!