*** edmondsw has quit IRC | 00:04 | |
mriedem1 | smcginnis: jgriffith: jungleboyj: looks like https://review.openstack.org/#/c/510615/ was the magic | 00:04 |
---|---|---|
mriedem1 | drops the c-api start time from 62 seconds to 4 seconds | 00:04 |
*** mriedem1 is now known as mriedem | 00:04 | |
*** aspiers has quit IRC | 00:11 | |
*** gouthamr has joined #openstack-cinder | 00:21 | |
smcginnis | mriedem: Ooh, nice. | 00:27 |
*** wanghao has joined #openstack-cinder | 00:28 | |
smcginnis | jungleboyj: We may want to consider backporting that to Pike. Since it was supposed to be removed awhile ago that part is fine, but the long start time being the bigger issue. | 00:28 |
mriedem | if no one noticed in pike, i wouldn't consider it urgent enough | 00:39 |
*** mriedem has quit IRC | 00:40 | |
*** Apoorva_ has joined #openstack-cinder | 00:41 | |
smcginnis | Not critical enough to go to ocata I think, but would be kind of nice for pike. | 00:41 |
*** Apoorva has quit IRC | 00:44 | |
*** Apoorva_ has quit IRC | 00:45 | |
smcginnis | How did everything just go into merge conflict? | 00:45 |
openstackgerrit | Sean McGinnis proposed openstack/cinder master: Add .stestr.conf configuration https://review.openstack.org/505421 | 00:46 |
openstackgerrit | Sean McGinnis proposed openstack/cinder master: Remove API check is_valid_body https://review.openstack.org/509283 | 00:53 |
*** savvas has joined #openstack-cinder | 00:57 | |
openstackgerrit | Eric Young proposed openstack/cinder master: ScaleIO Driver - adding cache and refactoring tests https://review.openstack.org/502473 | 00:58 |
openstackgerrit | Boris Pavlovic proposed openstack/cinder master: Switch Rally Task To format V2 https://review.openstack.org/507010 | 00:59 |
*** savvas has quit IRC | 01:02 | |
*** s-shiono has joined #openstack-cinder | 01:02 | |
*** Shunli has joined #openstack-cinder | 01:08 | |
*** catintheroof has quit IRC | 01:09 | |
openstackgerrit | Dou Rui Yuan proposed openstack/cinder master: Update tenant to project in cli quota doc https://review.openstack.org/504353 | 01:18 |
openstackgerrit | Sean McGinnis proposed openstack/cinder master: Add index for reservations on (deleted, uuid) https://review.openstack.org/275047 | 01:19 |
openstackgerrit | junbo.li proposed openstack/cinder master: Sheepdog: Use HostAddressOpt instead of StrOpt https://review.openstack.org/478305 | 01:24 |
dhinesh | are there known issues with "/home/cinder/.tox/docs/lib/python2.7/site-packages/sphinx/util/logging.py" , "tox -edocs" dishes out "TypeError: not all arguments converted during string formatting" | 01:24 |
*** wanghao_ has joined #openstack-cinder | 01:25 | |
*** wanghao_ has quit IRC | 01:25 | |
*** wanghao has quit IRC | 01:25 | |
*** psachin has joined #openstack-cinder | 01:26 | |
*** wanghao has joined #openstack-cinder | 01:26 | |
*** edmondsw has joined #openstack-cinder | 01:28 | |
*** amrith has joined #openstack-cinder | 01:28 | |
amrith | smcginnis hello | 01:29 |
openstackgerrit | Vu Cong Tuan proposed openstack/cinder master: Replace the usage of some aliases in tempest https://review.openstack.org/509362 | 01:30 |
openstackgerrit | junbo.li proposed openstack/cinder master: Api-ref: Add missing api response for volume transfer https://review.openstack.org/504023 | 01:32 |
smcginnis | dhinesh: Haven't seen that. Do you have a log file or paste showing where that's being triggered from? | 01:34 |
dhinesh | smcginnis: https://pastebin.com/31ePGZwk | 01:38 |
openstackgerrit | junbo.li proposed openstack/cinder master: Switch base to the latest in doc link address https://review.openstack.org/502249 | 01:44 |
*** wes_dillingham has joined #openstack-cinder | 01:44 | |
*** cheneydc has joined #openstack-cinder | 01:51 | |
*** diablo_rojo has quit IRC | 01:57 | |
*** kberger has joined #openstack-cinder | 02:01 | |
*** kberger has quit IRC | 02:01 | |
smcginnis | dhinesh: Sorry, got pulled away for other things. | 02:03 |
smcginnis | dhinesh: Not good debugging info there, but I think I may have actually seen that before when there are more values passed in to the logger than formatting identifiers in the text. | 02:03 |
smcginnis | Would be nice if that actually said where the error originated from. | 02:04 |
*** dikonoor has joined #openstack-cinder | 02:08 | |
*** wxy_ has joined #openstack-cinder | 02:09 | |
dhinesh | smcginnis: no problem, so i will have to limit logging on the my cinder driver implementation? | 02:09 |
smcginnis | dhinesh: No, there's a bug with how you are doing it now. This just isn't telling us where. | 02:11 |
dhinesh | smcginnis: got it, so how do i proceed with it? | 02:13 |
dhinesh | dhinesh: is it just trial and error | 02:14 |
smcginnis | dhinesh: I had a few things to fix on that patch. Maybe make those changes first and see if you notice any issues with the logging being done while you're doing that. | 02:14 |
smcginnis | dhinesh: Then run "tox -e docs" after the changes and see if you are still able to reproduce it I guess. | 02:15 |
dhinesh | smcginnis: ok, will give it a shot | 02:15 |
smcginnis | dhinesh: Worse case scenario, you might have to comment out all the LOG calls in a file, run the job and see if it fails. If not, then you've at least narrowed it down to one specific file. | 02:15 |
smcginnis | dhinesh: Then from there, uncomment one logger call at a time until you find which one does it. | 02:16 |
smcginnis | Gotta sign off for the night. Good luck! | 02:16 |
dhinesh | smcginnis: cool thanks, catch you later... | 02:17 |
amrith | G"NIGHT | 02:17 |
*** dhinesh has quit IRC | 02:19 | |
*** wanghao_ has joined #openstack-cinder | 02:20 | |
*** wanghao has quit IRC | 02:23 | |
openstackgerrit | TommyLike proposed openstack/cinder master: [policy in code] Add support for service, limits https://review.openstack.org/510722 | 02:24 |
*** lhx__ has joined #openstack-cinder | 02:30 | |
*** eharney has quit IRC | 02:31 | |
*** dave-mccowan has quit IRC | 02:31 | |
*** yangyapeng has joined #openstack-cinder | 02:39 | |
*** Shatadru|Gone is now known as Shatadru|coffee| | 02:39 | |
openstackgerrit | Merged openstack/python-cinderclient master: Correct sphinx source code syntax https://review.openstack.org/491974 | 02:41 |
openstackgerrit | Merged openstack/cinder master: Remove newton-compat upgrade code on service startup https://review.openstack.org/510615 | 02:43 |
openstackgerrit | Merged openstack/cinder master: Do not load extendable routes for the Versions router https://review.openstack.org/510653 | 02:43 |
openstackgerrit | Merged openstack/cinder master: Delete limited_by_marker from api/common.py https://review.openstack.org/460736 | 02:43 |
*** links has joined #openstack-cinder | 02:44 | |
*** wes_dillingham has quit IRC | 02:46 | |
*** nicolasbock_ has quit IRC | 02:47 | |
*** catintheroof has joined #openstack-cinder | 02:57 | |
openstackgerrit | Jeremy Zhang proposed openstack/cinder master: Add v3 api-ref for deleting extra spec for a volume type https://review.openstack.org/504009 | 03:02 |
*** catintheroof has quit IRC | 03:06 | |
*** jiamin has joined #openstack-cinder | 03:12 | |
*** jiamin has quit IRC | 03:14 | |
*** wanghao_ has quit IRC | 03:14 | |
*** wanghao has joined #openstack-cinder | 03:15 | |
*** edmondsw has quit IRC | 03:23 | |
openstackgerrit | TommyLike proposed openstack/cinder master: [policy in code] Add support for backup resource https://review.openstack.org/507015 | 03:28 |
openstackgerrit | TommyLike proposed openstack/cinder master: [policy in code] Add support for snapshot resource https://review.openstack.org/507721 | 03:28 |
*** Shatadru|coffee| is now known as Shatadru | 03:29 | |
openstackgerrit | TommyLike proposed openstack/cinder master: [policy in code] Add support for group, g-snapshot resources https://review.openstack.org/507812 | 03:29 |
*** Shatadru is now known as Shatadru|afk | 03:37 | |
*** Shatadru|afk is now known as Shatadru | 03:38 | |
*** Shatadru is now known as Shatadru|mtg | 03:38 | |
*** Shatadru|mtg is now known as Shatadru | 03:38 | |
openstackgerrit | TommyLike proposed openstack/cinder master: Add documentation for API 'validate_setup_for_nested_quota_use' https://review.openstack.org/498147 | 03:38 |
openstackgerrit | Merged openstack/os-brick master: Add attribute 'name' to class RBDVolume. https://review.openstack.org/432188 | 03:41 |
*** kwathore__ has joined #openstack-cinder | 03:47 | |
*** kwathore_ has quit IRC | 03:50 | |
openstackgerrit | wang yong proposed openstack/cinder master: Inspur Cinder FC/iSCSI driver https://review.openstack.org/502455 | 03:50 |
*** gkadam has joined #openstack-cinder | 04:01 | |
*** gouthamr has quit IRC | 04:14 | |
*** edmondsw has joined #openstack-cinder | 04:21 | |
*** Shatadru is now known as Shatadru|afk | 04:21 | |
openstackgerrit | Merged openstack/cinder master: Remove API check is_valid_body https://review.openstack.org/509283 | 04:24 |
*** edmondsw has quit IRC | 04:26 | |
*** arnewiebalck_ has joined #openstack-cinder | 04:27 | |
*** dikonoor has quit IRC | 04:28 | |
*** dikonoor has joined #openstack-cinder | 04:28 | |
*** pcaruana has joined #openstack-cinder | 04:32 | |
*** dikonoo has joined #openstack-cinder | 04:37 | |
*** dikonoor has quit IRC | 04:37 | |
*** dikonoo has quit IRC | 04:38 | |
*** dikonoo has joined #openstack-cinder | 04:38 | |
*** cheneydc has quit IRC | 04:38 | |
*** dikonoor has joined #openstack-cinder | 04:40 | |
*** dikonoo has quit IRC | 04:41 | |
*** armaan has quit IRC | 04:41 | |
*** armaan has joined #openstack-cinder | 04:41 | |
*** dikonoor has quit IRC | 04:46 | |
openstackgerrit | Shunei Shiono proposed openstack/cinder master: NEC driver: Fix exception in terminate_connection with no connector https://review.openstack.org/509716 | 04:49 |
*** pcaruana has quit IRC | 04:58 | |
*** armax has quit IRC | 04:59 | |
*** cheneydc has joined #openstack-cinder | 04:59 | |
*** armax has joined #openstack-cinder | 05:00 | |
openstackgerrit | nikesh proposed openstack/cinder master: Kaminario K2: Support duplicated FQDN in network https://review.openstack.org/508167 | 05:00 |
openstackgerrit | nikesh proposed openstack/cinder master: Kaminario K2: Add non discovery iSCSI multipath https://review.openstack.org/508141 | 05:01 |
*** Shatadru|afk is now known as Shatadru | 05:02 | |
*** armax has quit IRC | 05:04 | |
*** lpetrut has joined #openstack-cinder | 05:04 | |
*** arnewiebalck_ has quit IRC | 05:09 | |
*** dikonoor has joined #openstack-cinder | 05:20 | |
*** Shatadru is now known as Shatadru|Bomgar | 05:30 | |
*** abhitechie has joined #openstack-cinder | 05:34 | |
openstackgerrit | Merged openstack/cinder master: Remove reserving quotas in c-vol's retype method https://review.openstack.org/437582 | 05:39 |
*** e0ne has joined #openstack-cinder | 05:43 | |
*** ChubYann has quit IRC | 05:49 | |
*** dikonoor has quit IRC | 05:50 | |
*** markstur has quit IRC | 05:50 | |
*** markstur has joined #openstack-cinder | 05:51 | |
openstackgerrit | Peter Wang proposed openstack/cinder master: VNX: Fix issue when creating without type https://review.openstack.org/508064 | 05:53 |
jungleboyj | smcginnis: https://review.openstack.org/510753 | 05:53 |
*** markstur has quit IRC | 05:56 | |
openstackgerrit | Ivan Kolodyazhny proposed openstack/cinder master: Add ability to specify backup driver via class name https://review.openstack.org/477472 | 05:59 |
openstackgerrit | Ivan Kolodyazhny proposed openstack/cinder master: Remove deprecated VD base classes which are not used now https://review.openstack.org/504453 | 05:59 |
*** abhitechie has quit IRC | 06:02 | |
*** lpetrut has quit IRC | 06:04 | |
*** dikonoor has joined #openstack-cinder | 06:04 | |
*** abhitechie has joined #openstack-cinder | 06:09 | |
*** edmondsw has joined #openstack-cinder | 06:10 | |
*** Shatadru|Bomgar is now known as Shatadru | 06:12 | |
*** edmondsw has quit IRC | 06:14 | |
*** hemna_ has quit IRC | 06:18 | |
*** edisonxiang has quit IRC | 06:20 | |
*** lpetrut has joined #openstack-cinder | 06:21 | |
*** spectr has joined #openstack-cinder | 06:22 | |
openstackgerrit | TommyLike proposed openstack/cinder master: [policy in code] Add support for qos and quota resources https://review.openstack.org/508091 | 06:24 |
*** yangyape_ has joined #openstack-cinder | 06:30 | |
*** yangyapeng has quit IRC | 06:32 | |
openstackgerrit | Silvan Kaiser proposed openstack/cinder master: Optimizes volume creation in the Quobyte Driver https://review.openstack.org/500782 | 06:33 |
openstackgerrit | Silvan Kaiser proposed openstack/cinder master: Adds a Cache for Volumes Created from Snapshots with Quobyte https://review.openstack.org/502974 | 06:33 |
openstackgerrit | Silvan Kaiser proposed openstack/cinder master: [WIP] Adds Overlay Volumes Created from Snapshots to Quobyte https://review.openstack.org/507050 | 06:33 |
*** yangyapeng has joined #openstack-cinder | 06:33 | |
*** yangyape_ has quit IRC | 06:36 | |
*** abhitechie has quit IRC | 06:49 | |
*** lpetrut has quit IRC | 06:54 | |
*** rcernin has joined #openstack-cinder | 06:58 | |
*** abhitechie has joined #openstack-cinder | 06:59 | |
*** lpetrut has joined #openstack-cinder | 07:00 | |
*** pcaruana has joined #openstack-cinder | 07:04 | |
*** zhonghua has joined #openstack-cinder | 07:10 | |
*** josecastroleon has joined #openstack-cinder | 07:10 | |
*** lpetrut has quit IRC | 07:12 | |
*** jwcroppe has joined #openstack-cinder | 07:13 | |
*** e0ne has quit IRC | 07:17 | |
*** tesseract has joined #openstack-cinder | 07:27 | |
*** cheneydc_ has joined #openstack-cinder | 07:29 | |
*** cheneydc has quit IRC | 07:32 | |
*** cheneydc_ is now known as cheneydc | 07:32 | |
openstackgerrit | Jack Lu proposed openstack/os-brick master: Update supported transports for iscsi connector https://review.openstack.org/510776 | 07:33 |
*** lhx__ has quit IRC | 07:33 | |
*** yangyapeng has quit IRC | 07:39 | |
*** abhitechie has quit IRC | 07:40 | |
*** yangyapeng has joined #openstack-cinder | 07:41 | |
*** crushil has quit IRC | 07:44 | |
*** yangyapeng has quit IRC | 07:49 | |
*** yangyapeng has joined #openstack-cinder | 07:51 | |
*** _pewp_ has quit IRC | 07:53 | |
*** yangyapeng has quit IRC | 07:57 | |
*** edmondsw has joined #openstack-cinder | 07:58 | |
*** lhx__ has joined #openstack-cinder | 07:58 | |
*** yangyapeng has joined #openstack-cinder | 07:58 | |
*** edmondsw has quit IRC | 08:02 | |
*** lpetrut has joined #openstack-cinder | 08:04 | |
*** _pewp_ has joined #openstack-cinder | 08:11 | |
openstackgerrit | Gyorgy Szombathelyi proposed openstack/cinder master: Remove deprecated nova config options https://review.openstack.org/503596 | 08:18 |
*** jwcroppe has quit IRC | 08:18 | |
*** jwcroppe has joined #openstack-cinder | 08:19 | |
*** kwathore has joined #openstack-cinder | 08:21 | |
*** kwathore__ has quit IRC | 08:22 | |
*** jwcroppe has quit IRC | 08:23 | |
*** s-shiono has quit IRC | 08:27 | |
openstackgerrit | Merged openstack/os-brick master: Update and optimize documentation links https://review.openstack.org/485548 | 08:29 |
openstackgerrit | Peter Wang proposed openstack/cinder master: VNX: Fix issue when creating without type https://review.openstack.org/508064 | 08:33 |
openstackgerrit | Unana Okpoyo proposed openstack/cinder master: VMAX driver - Deprecate backend xml configuration https://review.openstack.org/508843 | 08:35 |
openstackgerrit | Merged openstack/cinder master: Remove deprecated VD base classes which are not used now https://review.openstack.org/504453 | 08:37 |
*** cheneydc has quit IRC | 08:38 | |
*** e0ne has joined #openstack-cinder | 08:40 | |
openstackgerrit | Ciara Stacke proposed openstack/cinder master: VMAX driver - concurrently deleting volumes can fail https://review.openstack.org/500500 | 08:50 |
openstackgerrit | Ciara Stacke proposed openstack/cinder master: VMAX driver - Volume identifier issues https://review.openstack.org/505559 | 08:52 |
openstackgerrit | Ciara Stacke proposed openstack/cinder master: VMAX driver - detach volume shouldn't remove from volume groups https://review.openstack.org/509800 | 08:55 |
openstackgerrit | Ciara Stacke proposed openstack/cinder master: VMAX driver - Implement Tiramisu feature on VMAX https://review.openstack.org/505581 | 08:57 |
openstackgerrit | Ciara Stacke proposed openstack/cinder master: VMAX driver - Remove workload for next gen arrays https://review.openstack.org/507070 | 08:59 |
*** aspiers has joined #openstack-cinder | 09:01 | |
openstackgerrit | Ciara Stacke proposed openstack/cinder master: VMAX driver - Deprecate backend xml configuration https://review.openstack.org/508843 | 09:03 |
openstackgerrit | yixuan zhang proposed openstack/cinder master: Storwize: add hyperswap volume support https://review.openstack.org/492414 | 09:07 |
openstackgerrit | Ciara Stacke proposed openstack/cinder master: VMAX driver - Add async replication support https://review.openstack.org/509222 | 09:10 |
*** vivsoni has quit IRC | 09:11 | |
openstackgerrit | Ciara Stacke proposed openstack/cinder master: VMAX driver - Enable CHAP authentication for vmax backend https://review.openstack.org/510614 | 09:14 |
*** dalgaaf has quit IRC | 09:14 | |
*** dalgaaf has joined #openstack-cinder | 09:15 | |
*** vivsoni has joined #openstack-cinder | 09:24 | |
openstackgerrit | Ciara Stacke proposed openstack/cinder master: VMAX driver - Generic volume group clone performance improvements https://review.openstack.org/499104 | 09:26 |
*** wanghao has quit IRC | 09:27 | |
*** wanghao has joined #openstack-cinder | 09:27 | |
*** wanghao has quit IRC | 09:28 | |
*** wanghao has joined #openstack-cinder | 09:28 | |
*** Shunli has quit IRC | 09:28 | |
*** wanghao has quit IRC | 09:28 | |
*** spectr has quit IRC | 09:29 | |
*** ntpttr has quit IRC | 09:29 | |
*** wanghao has joined #openstack-cinder | 09:29 | |
*** spectr has joined #openstack-cinder | 09:29 | |
*** david-lyle has quit IRC | 09:29 | |
*** wanghao has quit IRC | 09:29 | |
*** wanghao has joined #openstack-cinder | 09:30 | |
*** wanghao has quit IRC | 09:30 | |
*** wanghao has joined #openstack-cinder | 09:30 | |
*** wanghao has quit IRC | 09:31 | |
*** wanghao has joined #openstack-cinder | 09:31 | |
*** wanghao has quit IRC | 09:32 | |
*** spectr has quit IRC | 09:32 | |
*** wanghao has joined #openstack-cinder | 09:32 | |
*** wanghao has quit IRC | 09:32 | |
*** abhitechie has joined #openstack-cinder | 09:33 | |
*** wanghao has joined #openstack-cinder | 09:33 | |
*** spectr has joined #openstack-cinder | 09:34 | |
*** armaan has quit IRC | 09:35 | |
*** armaan has joined #openstack-cinder | 09:35 | |
*** edmondsw has joined #openstack-cinder | 09:46 | |
*** edmondsw has quit IRC | 09:51 | |
*** alexchadin has joined #openstack-cinder | 09:54 | |
openstackgerrit | zhangbailin proposed openstack/cinder master: Replace http with https for doc links in cinder https://review.openstack.org/500245 | 10:02 |
*** tbarron|PTO is now known as tbarron | 10:04 | |
*** sdague has joined #openstack-cinder | 10:12 | |
openstackgerrit | Silvan Kaiser proposed openstack/cinder master: [WIP] Adds Overlay Volumes Created from Snapshots to Quobyte https://review.openstack.org/507050 | 10:15 |
openstackgerrit | Silvan Kaiser proposed openstack/cinder master: Adds Overlay Volumes Created from Snapshots to Quobyte https://review.openstack.org/507050 | 10:17 |
openstackgerrit | Hanxi Liu proposed openstack/cinder master: Use oslo_db.sqlalchemy.enginefacade https://review.openstack.org/510829 | 10:25 |
*** yangyapeng has quit IRC | 10:25 | |
*** lhx_ has joined #openstack-cinder | 10:25 | |
*** lhx__ has quit IRC | 10:26 | |
*** markstur has joined #openstack-cinder | 10:28 | |
openstackgerrit | Ivan Kolodyazhny proposed openstack/cinder master: Add ability to specify backup driver via class name https://review.openstack.org/477472 | 10:32 |
*** markstur has quit IRC | 10:32 | |
*** dikonoor has quit IRC | 10:44 | |
*** alexchadin has quit IRC | 10:46 | |
*** alexchadin has joined #openstack-cinder | 10:47 | |
openstackgerrit | Alexandru Muresan proposed openstack/cinder master: RemoteFS: revert snapshot support https://review.openstack.org/510016 | 10:47 |
*** abhitechie has quit IRC | 10:50 | |
*** dikonoor has joined #openstack-cinder | 10:58 | |
*** ociuhandu has joined #openstack-cinder | 10:59 | |
*** kwathore has quit IRC | 10:59 | |
*** kwathore has joined #openstack-cinder | 11:00 | |
*** nicolasbock_ has joined #openstack-cinder | 11:04 | |
*** alexchadin has quit IRC | 11:07 | |
openstackgerrit | Alexandru Muresan proposed openstack/cinder master: RemoteFS: revert snapshot support https://review.openstack.org/510016 | 11:09 |
openstackgerrit | xiaoqin proposed openstack/cinder master: Add Storwize replication group support https://review.openstack.org/469394 | 11:14 |
*** dikonoor has quit IRC | 11:14 | |
*** dikonoor has joined #openstack-cinder | 11:15 | |
*** alexchadin has joined #openstack-cinder | 11:16 | |
*** nicolasbock_ has quit IRC | 11:16 | |
*** dr_gogeta86 has quit IRC | 11:20 | |
*** mvk has quit IRC | 11:24 | |
*** Alexey_Abashkin has joined #openstack-cinder | 11:27 | |
*** AlexeyAbashkin has quit IRC | 11:28 | |
*** Alexey_Abashkin is now known as AlexeyAbashkin | 11:28 | |
*** nicolasbock_ has joined #openstack-cinder | 11:28 | |
*** savvas has joined #openstack-cinder | 11:33 | |
*** dikonoor has quit IRC | 11:38 | |
*** dikonoor has joined #openstack-cinder | 11:43 | |
swamireddy | smcginnis: hi | 11:44 |
swamireddy | is "cinder list " support --type specific volumes, assume that there are 3 types of backends supported for ex: --type-name=gold/platinum/silver. I wanted to display only volumes related with type-name=gold | 11:45 |
*** dikonoor has quit IRC | 11:50 | |
*** abhitechie has joined #openstack-cinder | 11:54 | |
*** abishop has joined #openstack-cinder | 11:57 | |
*** dalgaaf has quit IRC | 11:58 | |
*** mvk has joined #openstack-cinder | 11:58 | |
*** dalgaaf has joined #openstack-cinder | 11:59 | |
*** edmondsw has joined #openstack-cinder | 12:03 | |
*** edmondsw has quit IRC | 12:04 | |
*** edmondsw_ has joined #openstack-cinder | 12:05 | |
*** tpsilva has joined #openstack-cinder | 12:06 | |
*** zzzeek has quit IRC | 12:07 | |
*** zzzeek has joined #openstack-cinder | 12:10 | |
*** markstur has joined #openstack-cinder | 12:16 | |
*** alexchadin has quit IRC | 12:17 | |
openstackgerrit | Hanxi Liu proposed openstack/cinder master: Use oslo_db.sqlalchemy.enginefacade https://review.openstack.org/510829 | 12:18 |
*** wes_dillingham has joined #openstack-cinder | 12:19 | |
*** markstur has quit IRC | 12:20 | |
*** eharney has joined #openstack-cinder | 12:24 | |
*** mchlumsky has joined #openstack-cinder | 12:34 | |
*** abhitechie has quit IRC | 12:35 | |
*** alexchadin has joined #openstack-cinder | 12:39 | |
*** abhitechie has joined #openstack-cinder | 12:43 | |
*** dikonoor has joined #openstack-cinder | 12:43 | |
*** gkadam has quit IRC | 12:44 | |
*** liverpooler has joined #openstack-cinder | 12:45 | |
*** liverpooler has quit IRC | 12:46 | |
*** liverpooler has joined #openstack-cinder | 12:46 | |
*** dustins has joined #openstack-cinder | 12:46 | |
*** spectr has quit IRC | 12:53 | |
*** spectr has joined #openstack-cinder | 12:55 | |
*** zhurong has joined #openstack-cinder | 12:58 | |
*** lhx_ has quit IRC | 12:59 | |
*** edmondsw_ is now known as edmondsw | 13:01 | |
*** david-lyle has joined #openstack-cinder | 13:06 | |
*** abhitechie has quit IRC | 13:10 | |
*** jistr is now known as jistr|mtg | 13:11 | |
*** Shatadru is now known as Shatadru|Gone | 13:15 | |
*** jistr|mtg is now known as jistr | 13:19 | |
*** mriedem has joined #openstack-cinder | 13:22 | |
*** savvas has quit IRC | 13:26 | |
*** lbragstad has joined #openstack-cinder | 13:28 | |
*** links has quit IRC | 13:29 | |
*** dave-mccowan has joined #openstack-cinder | 13:34 | |
*** armaan has quit IRC | 13:35 | |
*** armaan has joined #openstack-cinder | 13:36 | |
smcginnis | swamireddy: jgriffith and tommylikehu added filtering recently. Maybe they can give examples. | 13:37 |
smcginnis | swamireddy: It would be for pike or later though. | 13:38 |
smcginnis | swamireddy: I don't believe we had volume type filter support for volume list before then. | 13:38 |
openstackgerrit | Helen Walsh proposed openstack/cinder master: VMAX driver - documentation updates around versions https://review.openstack.org/510888 | 13:40 |
*** savvas has joined #openstack-cinder | 13:41 | |
*** crushil has joined #openstack-cinder | 13:42 | |
*** zhurong has quit IRC | 13:45 | |
*** gouthamr has joined #openstack-cinder | 13:45 | |
*** itlinux has joined #openstack-cinder | 13:47 | |
*** chlong_ has joined #openstack-cinder | 13:47 | |
swamireddy | smcginnis: thank you... will check with jgriffith and tommylikehu | 13:48 |
*** chlong has joined #openstack-cinder | 13:48 | |
*** jwcroppe has joined #openstack-cinder | 13:51 | |
savvas | mriedem: how are you? I was wondering if you have any suggestion for a workaround to this problem: https://git.openstack.org/cgit/openstack/nova/commit/?id=ae9542eb7da22ad6bcd59145c56b2781aa7b507a I've noticed you've been working / monitoring this | 13:53 |
smcginnis | savvas: We'll see if mriedem is around, but from last I heard, the only "workaround" is to manually rebuild (i.e. delete and create a new one). | 13:54 |
savvas | mmm ok that sucks. In a production environment where end-users frequently rebuild their instances it would be nearly impossible to automate | 13:55 |
smcginnis | savvas: We'll see if he has any better options. Maybe ask in #openstack-nova in case someone else from that team knows. melwitt maybe? | 13:57 |
savvas | I was thinking of a way to attach a new volume to the existing instance but I don't think that is even possible. As I can't detach the root volume without powering off the instance | 13:57 |
savvas | Yes I will give that a try too, thank you smcginnis | 13:58 |
mriedem | there is no workaround | 13:58 |
smcginnis | savvas: Good luck. | 13:58 |
mriedem | there is a ML thread about this | 13:58 |
*** armax has joined #openstack-cinder | 13:58 | |
mriedem | savvas: http://lists.openstack.org/pipermail/openstack-dev/2017-October/123255.html | 13:58 |
* smcginnis though he had just read something about this | 13:59 | |
mriedem | and http://lists.openstack.org/pipermail/openstack-operators/2017-October/014340.html | 14:00 |
savvas | yes I actually did run into your posts there | 14:00 |
savvas | which is why I decided to reach out on irc, see what your thoughts are on the subject | 14:00 |
savvas | I was hoping there would have been someone with a creative workaround to this by now, which I wasn't able to find either | 14:01 |
savvas | I've considered going back an NFS based storage solution to host the instance root disks on but I'd really rather not.. Right now we're testing with Cinder for root volumes backed by Ceph, but I am stuck here | 14:02 |
savvas | any of you tried running root volumes on CephFS? | 14:02 |
*** savvas has quit IRC | 14:03 | |
*** alexchadin has quit IRC | 14:03 | |
*** jmlowe has joined #openstack-cinder | 14:03 | |
*** savvas has joined #openstack-cinder | 14:03 | |
*** felipemonteiro has joined #openstack-cinder | 14:05 | |
*** felipemonteiro_ has joined #openstack-cinder | 14:06 | |
*** felipemonteiro has quit IRC | 14:10 | |
tommylikehu | hey smcginnis , jungleboyj one more policy in code patch: ) https://review.openstack.org/#/c/507721/ | 14:14 |
jungleboyj | tommylikehu: Ok, will look. | 14:14 |
openstackgerrit | Merged openstack/cinder master: Remove Hitachi volume drivers https://review.openstack.org/507709 | 14:15 |
*** hemna_ has joined #openstack-cinder | 14:16 | |
*** alexchadin has joined #openstack-cinder | 14:16 | |
*** dikonoor has quit IRC | 14:21 | |
ericyoung | periodic plea for reviews against https://review.openstack.org/#/c/502473/ :) CI passes, comments all addressed | 14:24 |
*** edmondsw has quit IRC | 14:25 | |
*** edmondsw has joined #openstack-cinder | 14:26 | |
smcginnis | tommylikehu: Cool, will check it out shortly. | 14:26 |
*** edmondsw_ has joined #openstack-cinder | 14:27 | |
*** dhinesh has joined #openstack-cinder | 14:28 | |
*** edmonds__ has joined #openstack-cinder | 14:28 | |
*** savvas has quit IRC | 14:28 | |
*** swright has joined #openstack-cinder | 14:29 | |
*** edmondsw has quit IRC | 14:30 | |
*** edmondsw_ has quit IRC | 14:31 | |
*** chlong has quit IRC | 14:36 | |
*** chlong_ has quit IRC | 14:36 | |
*** chlong has joined #openstack-cinder | 14:36 | |
*** alexchadin has quit IRC | 14:37 | |
*** swright has quit IRC | 14:46 | |
*** jgriffith has quit IRC | 14:48 | |
*** rcernin has quit IRC | 14:49 | |
*** markstur has joined #openstack-cinder | 14:49 | |
*** markstur has quit IRC | 14:49 | |
*** markstur has joined #openstack-cinder | 14:50 | |
*** links has joined #openstack-cinder | 14:51 | |
*** jgriffith has joined #openstack-cinder | 14:51 | |
*** jwcroppe has quit IRC | 14:55 | |
*** jwcroppe has joined #openstack-cinder | 14:55 | |
lbragstad | tommylikehu: o/ | 14:56 |
lbragstad | tommylikehu: https://review.openstack.org/#/c/500141/ merged and i have an implementation in flight - you should be on track to start consuming that by queens-1 | 14:56 |
tommylikehu | lbragstad: that's great, thanks! | 14:58 |
*** jgriffith_ has joined #openstack-cinder | 14:58 | |
lbragstad | tommylikehu: implementation is here if you're interested in seeing how to use it https://review.openstack.org/#/c/509909/ | 14:58 |
tommylikehu | lbragstad: sure :) | 14:59 |
*** jwcroppe has quit IRC | 15:00 | |
*** jwcroppe has joined #openstack-cinder | 15:00 | |
*** jwcroppe_ has joined #openstack-cinder | 15:02 | |
*** lucasxu has joined #openstack-cinder | 15:05 | |
*** itlinux has quit IRC | 15:05 | |
*** jwcroppe has quit IRC | 15:05 | |
*** jwcroppe_ has quit IRC | 15:06 | |
*** felipemonteiro_ has quit IRC | 15:07 | |
*** spectr has quit IRC | 15:07 | |
*** jdillaman has quit IRC | 15:09 | |
*** armaan has quit IRC | 15:11 | |
smcginnis | Folks, not sure if you've seen the ML, but they plan on flipping the switch again to zuul v3 tomorrow. | 15:12 |
smcginnis | Last I saw, we were still getting job failures on zuul jobs. | 15:12 |
smcginnis | We need to figure out what's going on there, or file bugs for them asap. | 15:12 |
*** jdillaman has joined #openstack-cinder | 15:14 | |
*** savvas has joined #openstack-cinder | 15:14 | |
*** savvas has quit IRC | 15:14 | |
*** savvas has joined #openstack-cinder | 15:15 | |
*** psachin has quit IRC | 15:18 | |
*** links has quit IRC | 15:20 | |
*** spectr has joined #openstack-cinder | 15:20 | |
*** edmonds__ has quit IRC | 15:29 | |
*** edmondsw has joined #openstack-cinder | 15:32 | |
openstackgerrit | Merged openstack/cinder master: ibm-storage: enable FC zonning to all ports https://review.openstack.org/484204 | 15:33 |
*** crushil has quit IRC | 15:36 | |
*** edmondsw_ has joined #openstack-cinder | 15:36 | |
*** edmondsw has quit IRC | 15:37 | |
*** edmondsw_ has quit IRC | 15:41 | |
*** jwcroppe has joined #openstack-cinder | 15:44 | |
*** e0ne has quit IRC | 15:45 | |
*** edmondsw has joined #openstack-cinder | 15:50 | |
*** ntpttr_laptop has joined #openstack-cinder | 15:50 | |
Swanson | There are no merges, only zuul. | 15:53 |
*** edmondsw has quit IRC | 15:55 | |
smcginnis | Let's hope that's not the case again. | 15:55 |
*** edmondsw has joined #openstack-cinder | 15:56 | |
amrith | smcginnis g'morning ... | 16:01 |
amrith | I went and studied manage/unmanage | 16:01 |
amrith | tried it out on my little openstack setup | 16:01 |
amrith | it is devstack ... | 16:01 |
*** dave-mcc_ has joined #openstack-cinder | 16:01 | |
amrith | I created a volume, I unmanaged, I managed, life was good | 16:01 |
amrith | then I went and added a new loopback device, updated cinder.conf and allowed my openstack to create volumes on it. | 16:02 |
amrith | works fine, created volume, attached to vm, good things happened. | 16:02 |
amrith | shutdown the VM | 16:02 |
amrith | unmanaged the volume | 16:02 |
amrith | it doesn't show up in the unmanage-list | 16:02 |
amrith | :( | 16:02 |
amrith | smcginnis thanks for the pointers, made progress, have to figure out what's wrong now. thx! | 16:03 |
*** dave-mccowan has quit IRC | 16:04 | |
smcginnis | amrith: unmanage-list? You mean listing volumes that can be managed? | 16:06 |
*** felipemonteiro has joined #openstack-cinder | 16:06 | |
amrith | yes | 16:07 |
amrith | manageable-list | 16:07 |
amrith | sorry, wrong command name | 16:07 |
*** AlexeyAbashkin has quit IRC | 16:07 | |
*** pcaruana has quit IRC | 16:07 | |
*** felipemonteiro_ has joined #openstack-cinder | 16:07 | |
smcginnis | amrith: That was added later, so another caveat to be aware of is some drivers may support manage/unmanage but not have the functionality implemented yet to list what could be managed. | 16:08 |
*** savvas has quit IRC | 16:09 | |
*** gouthamr has quit IRC | 16:10 | |
amrith | smcginnis this is loopback, same as the first volume in my devstack | 16:10 |
amrith | loopback supports manage_existing | 16:10 |
*** crushil has joined #openstack-cinder | 16:10 | |
smcginnis | amrith: Hmm, not sure then what's going on there. | 16:10 |
amrith | so if you setup devstack, by default, it gives you one backing file | 16:10 |
amrith | it works fine on that backing file | 16:11 |
*** felipemonteiro has quit IRC | 16:11 | |
amrith | I went and created a new file, mounted loopback on it, did the pvcreate, lvcreate, then added a new entry in cinder.conf, added it to enabled_backends. and I am able to create a volume on it. | 16:11 |
amrith | just that when I unmanage that volume, it doesn't show up in the manageable-list | 16:12 |
*** armaan has joined #openstack-cinder | 16:18 | |
smcginnis | amrith: Oh, I think the syntax is actually: cinder manageable-list amrith-work@lvmdriver-2#lvmdriver-2 | 16:20 |
smcginnis | amrith: Try that and see if you get different results. | 16:20 |
smcginnis | amrith: Maybe we need some error checking/handling there. | 16:20 |
amrith | that worked | 16:23 |
amrith | thanks! | 16:23 |
*** mvk has quit IRC | 16:27 | |
thingee | #thanks thingee test | 16:28 |
openstackstatus | thingee: Added thanks to Thanks page | 16:28 |
*** armaan_ has joined #openstack-cinder | 16:31 | |
smcginnis | It's alive. | 16:31 |
ildikov | thingee: would that make sense to add a link to the status report text to the actual page? | 16:31 |
thingee | ildikov: I actually have a patch for that already :) | 16:31 |
*** dhinesh has quit IRC | 16:31 | |
ildikov | thingee: nice! | 16:32 |
*** armaan has quit IRC | 16:33 | |
smcginnis | jungleboyj: These might not be getting reviews since zuul made it look like they failed in the gate: | 16:34 |
smcginnis | https://review.openstack.org/#/q/status:open+branch:master+topic:stestr+owner:%22Sean+McGinnis+%253Csean.mcginnis%2540gmail.com%253E%22 | 16:34 |
*** Guest66098 is now known as mgagne | 16:34 | |
*** mgagne has quit IRC | 16:34 | |
*** mgagne has joined #openstack-cinder | 16:34 | |
jungleboyj | hint hint hint. ;-) | 16:34 |
smcginnis | ;) | 16:34 |
*** eharney has quit IRC | 16:35 | |
smcginnis | I could recheck them or make a trivial change, but didn't want to waste gate resources. | 16:35 |
jungleboyj | Ok. I will look. | 16:35 |
smcginnis | And if we are going back to zuul tomorrow, I kinda would like to see things go through before then. | 16:35 |
*** eharney has joined #openstack-cinder | 16:35 | |
*** ociuhandu has quit IRC | 16:36 | |
*** dhinesh has joined #openstack-cinder | 16:37 | |
mriedem | just thought of something, | 16:40 |
mriedem | if you try detaching an available volume, you get a 400 with this error, | 16:40 |
mriedem | Invalid volume: Invalid input received: Invalid volume: Unable to detach volume. Volume status must be \\\'in-use\\\' and attach_status must be \\\'attached\\\' to detach. | 16:41 |
mriedem | but, | 16:41 |
*** dhinesh has quit IRC | 16:41 | |
mriedem | the volume details resp doesn't have an "attach_status" field :) | 16:41 |
mriedem | i guess that would be the status of any attachments for that volume, yes? | 16:41 |
*** jwcroppe has quit IRC | 16:42 | |
smcginnis | mriedem: Yeah. But we should probably treat that like deleting a deleted volume. You want it detached, ok, it's detached and not fail. | 16:43 |
*** jwcroppe has joined #openstack-cinder | 16:43 | |
ildikov | mriedem: that error message looks so familiar :( | 16:43 |
*** crose has joined #openstack-cinder | 16:43 | |
mriedem | https://bugs.launchpad.net/nova/+bug/1722577 | 16:43 |
openstack | Launchpad bug 1722577 in tempest "test_list_get_volume_attachments failing with 400 error on teardown when detaching an already detached volume" [Medium,Confirmed] - Assigned to Matt Riedemann (mriedem) | 16:43 |
mriedem | if you want the fun details | 16:43 |
*** ganso has joined #openstack-cinder | 16:44 | |
*** lpetrut has quit IRC | 16:46 | |
mriedem | smcginnis: if you try to delete a deleted volume, it's not a 404? | 16:47 |
*** jwcroppe has quit IRC | 16:47 | |
mriedem | i seem to remember that change happening, in ocata? | 16:47 |
smcginnis | mriedem: I think it varied by backend driver. Some used to throw an error if the requested volume wasn't on the backend anymore. | 16:47 |
smcginnis | mriedem: I think most have changed. | 16:48 |
smcginnis | mriedem: Interestingly, with the new attach code jgriffith does have a check in there to just update status and return if there are no attachments on detach. | 16:48 |
smcginnis | Hmm, actually both paths cover that. | 16:49 |
smcginnis | Oh, there's another check in the API layer. | 16:50 |
ildikov | is this a new failure? | 16:52 |
ildikov | I mean I saw that test failing earlier on the new attach patch before we introduced attachment_complete, but otherwise I don't recall that one failing specifically | 16:52 |
*** tomtomtom has joined #openstack-cinder | 16:52 | |
*** tesseract has quit IRC | 16:53 | |
tomtomtom | does anyone know if restarting the cinder-volume service will have effect on running instances? | 16:54 |
tomtomtom | is there a document describing these operational details? | 16:54 |
smcginnis | tomtomtom: No, restarting cinder-volume will just cause downtime to being able to manage storage. It doesn't affect the storage itself. | 16:55 |
smcginnis | Cinder is the management layer, not the data layer. | 16:56 |
*** gouthamr has joined #openstack-cinder | 16:56 | |
*** ociuhandu has joined #openstack-cinder | 16:57 | |
*** lpetrut has joined #openstack-cinder | 16:58 | |
*** gouthamr has quit IRC | 17:00 | |
*** gouthamr has joined #openstack-cinder | 17:01 | |
*** dustins has quit IRC | 17:02 | |
jgriffith_ | mriedem smcginnis The delete already deleted volume thing was specifically for a backend Volume Not Found, but if it's in Cinder's DB as deleted that should be a 404 when attempting the get | 17:02 |
*** lifeless has quit IRC | 17:03 | |
*** dhinesh has joined #openstack-cinder | 17:03 | |
*** Apoorva has joined #openstack-cinder | 17:07 | |
*** dhinesh has quit IRC | 17:08 | |
*** armaan_ has quit IRC | 17:12 | |
*** armaan has joined #openstack-cinder | 17:12 | |
*** mvk has joined #openstack-cinder | 17:12 | |
*** armaan has quit IRC | 17:17 | |
ildikov | jgriffith_: I swear I only rebased the new attach patch and it seems to constantly fail now with this: http://logs.openstack.org/85/330285/144/check/gate-tempest-dsvm-neutron-full-ubuntu-xenial/7a079b9/logs/screen-c-api.txt.gz?#_Oct_10_12_53_01_740442 | 17:19 |
*** lifeless has joined #openstack-cinder | 17:20 | |
ildikov | jgriffith_: I will do my best to look into it, however if you got a few minutes I always appreciate guidance :) | 17:20 |
jgriffith_ | ildikov I can try, I'm offline most of this week but I'll see if can poke at it | 17:21 |
ildikov | jgriffith_: ok, thanks | 17:21 |
ildikov | jgriffith_: does this mean that you will skip the Thursday slot too? | 17:22 |
ildikov | jgriffith_: I mean the meeting | 17:22 |
jgriffith_ | ildikov that's calling the old attach code | 17:24 |
ildikov | jgriffith_: hmm, then I either messed up the service version bump when I rebased, or I don't know :/ | 17:25 |
ildikov | jgriffith_: I saw attachments call in the debug log there though | 17:25 |
tomtomtom | one more question is cinder rdb encryption supported in OS newton? | 17:34 |
tomtomtom | i'm using the following for key management: api_class = castellan.key_manager.barbican_key_manager.BarbicanKeyManager | 17:34 |
tomtomtom | from this link: https://github.com/openstack/cinder/blob/3bdf5b3b67b8fde0e8b9a4b2c1b0b4463db2273b/doc/source/configuration/block-storage/volume-encryption.rst | 17:35 |
*** AlexeyAbashkin has joined #openstack-cinder | 17:37 | |
*** nicolasbock_ has quit IRC | 17:38 | |
*** nicolasbock has joined #openstack-cinder | 17:39 | |
*** AlexeyAbashkin has quit IRC | 17:42 | |
*** ntpttr_laptop has quit IRC | 17:43 | |
*** dhinesh has joined #openstack-cinder | 17:53 | |
*** stvnoyes has quit IRC | 18:00 | |
*** Apoorva_ has joined #openstack-cinder | 18:00 | |
*** diablo_rojo has joined #openstack-cinder | 18:02 | |
*** Apoorva has quit IRC | 18:03 | |
ericyoung | If zuul is getting re-enabled tomorrow... can a core recheck https://review.openstack.org/#/c/502473 for me? I | 18:14 |
ericyoung | I'd love to get it in prior to zuul | 18:14 |
* ericyoung owes smcginnis a pint | 18:19 | |
*** Apoorva_ has quit IRC | 18:19 | |
*** Apoorva has joined #openstack-cinder | 18:20 | |
smcginnis | Hah | 18:21 |
*** rmk has quit IRC | 18:24 | |
*** diablo_rojo has quit IRC | 18:24 | |
*** dustins has joined #openstack-cinder | 18:26 | |
jgriffith_ | I see you Cinder people. :) | 18:32 |
*** rmk has joined #openstack-cinder | 18:32 | |
*** rmk has quit IRC | 18:32 | |
*** rmk has joined #openstack-cinder | 18:32 | |
*** stvnoyes has joined #openstack-cinder | 18:33 | |
smcginnis | jgriffith_: I see you hiding off to the side. | 18:34 |
jgriffith_ | LOL | 18:34 |
jungleboyj | ericyoung: Yeah, if you want your code in, now is the time. ;-) | 18:35 |
ericyoung | jungleboyj, Sean got me moving. Jenkins is verifying now :) | 18:36 |
jungleboyj | Cool. | 18:36 |
ildikov | smcginnis: he doesn't do a that good job if you can see him :) | 18:37 |
smcginnis | ildikov: I'm guessing he actually just got there too late to get a spot at the table. ;) | 18:40 |
ildikov | smcginnis: I wonder where that guess came from ;) | 18:42 |
*** ChubYann has joined #openstack-cinder | 18:43 | |
jgriffith_ | smcginnis yeah yeah yeah... you're such a smarty pants | 18:45 |
jgriffith_ | :) | 18:45 |
*** rcallawa has joined #openstack-cinder | 18:48 | |
*** diablo_rojo has joined #openstack-cinder | 18:51 | |
ildikov | jgriffith_: don't get distracted by smcginnis's comments :) | 18:56 |
*** AlexeyAbashkin has joined #openstack-cinder | 18:57 | |
*** rcallawa has quit IRC | 19:00 | |
*** AlexeyAbashkin has quit IRC | 19:01 | |
*** stvnoyes has quit IRC | 19:01 | |
*** stvnoyes has joined #openstack-cinder | 19:07 | |
*** armax has quit IRC | 19:14 | |
*** rcernin has joined #openstack-cinder | 19:16 | |
*** diablo_rojo has quit IRC | 19:16 | |
*** diablo_rojo has joined #openstack-cinder | 19:17 | |
*** eharney has quit IRC | 19:26 | |
*** markstur has quit IRC | 19:26 | |
*** markstur has joined #openstack-cinder | 19:27 | |
*** markstur has quit IRC | 19:29 | |
*** angela-s has joined #openstack-cinder | 19:30 | |
*** eharney has joined #openstack-cinder | 19:41 | |
*** wes_dillingham has quit IRC | 19:50 | |
openstackgerrit | Sean McGinnis proposed openstack/cinder master: Don't fail detach if volume already detached https://review.openstack.org/511003 | 19:53 |
ildikov | smcginnis: I think I assumed in at least one spec that it's already done ^^ | 19:55 |
*** AlexeyAbashkin has joined #openstack-cinder | 19:57 | |
smcginnis | ildikov: As in there's already a patch out there that does this? | 19:57 |
openstackgerrit | Merged openstack/cinder master: [policy in code] Add support for snapshot resource https://review.openstack.org/507721 | 19:58 |
openstackgerrit | Merged openstack/cinder master: Add v3 api-ref for deleting extra spec for a volume type https://review.openstack.org/504009 | 19:58 |
openstackgerrit | Merged openstack/cinder master: NEC driver: Fix exception in terminate_connection with no connector https://review.openstack.org/509716 | 19:58 |
*** e0ne has joined #openstack-cinder | 20:00 | |
ildikov | smcginnis: I meant the behavior | 20:00 |
*** AlexeyAbashkin has quit IRC | 20:01 | |
*** markstur has joined #openstack-cinder | 20:05 | |
*** avishay has joined #openstack-cinder | 20:12 | |
*** avishay has quit IRC | 20:14 | |
*** ntpttr_laptop has joined #openstack-cinder | 20:16 | |
ericyoung | If jenkins fails to verify a review that already has workflow... should I force a "recheck" or does some other thing need to happen? | 20:18 |
smcginnis | ericyoung: Probably. I might have gotten lost in a restart or something. | 20:19 |
*** e0ne has quit IRC | 20:20 | |
ericyoung | I'll try a recheck and see what happens | 20:22 |
*** e0ne has joined #openstack-cinder | 20:23 | |
*** e0ne has quit IRC | 20:25 | |
*** openstackgerrit has quit IRC | 20:33 | |
*** dustins has quit IRC | 20:44 | |
*** openstackgerrit has joined #openstack-cinder | 20:47 | |
openstackgerrit | OpenStack Proposal Bot proposed openstack/cinder master: Updated from global requirements https://review.openstack.org/511028 | 20:47 |
jgriffith_ | ildikov I don't see when the last succesful test was? | 20:49 |
jgriffith_ | ildikov also wasn't the boot from volume scenarios disabled for a while? | 20:49 |
ildikov | jgriffith_: that was before I rebased the patch | 20:49 |
ildikov | jgriffith_: on #141 | 20:49 |
ildikov | jgriffith_: how do you mean disabled? | 20:50 |
*** catintheroof has joined #openstack-cinder | 20:50 | |
ildikov | jgriffith_: we talked about that for multi-attach, but not for regular attach | 20:50 |
ildikov | jgriffith_: yep, double checked, #141 was the last successful run | 20:52 |
ildikov | jgriffith_: I had to bump the service version, that was the merge conflict | 20:52 |
jgriffith_ | Sorry, I meant the tempest test itself; but that doesn't appear to be the case | 20:52 |
jgriffith_ | I'm not sure why this worked before though... there's a call to attachment-update in that refresh connection | 20:53 |
ildikov | jgriffith_: ah, with tempest I think migration was disabled | 20:53 |
ildikov | not BFV | 20:53 |
jgriffith_ | which seems incorrect, as opposed to just getting the attachment and refereshing the connector... or as Matt said, since you already have the connector might not be necessary anyway | 20:54 |
jgriffith_ | not sure | 20:54 |
ildikov | jgriffith_: https://review.openstack.org/#/c/481346/ | 20:54 |
ildikov | so the refresh in bdm is not called in the reboot flow | 20:54 |
ildikov | at least by reading the code it seemingly doesn't | 20:55 |
jgriffith_ | well, that's the thing though, not sure how else we'd get into the "attaching" state again | 20:56 |
*** AlexeyAbashkin has joined #openstack-cinder | 20:56 | |
jgriffith_ | Unless it tried to create a new attachment altogether? Might be worth adding some debug code in there that dumps attachment-list-by-volume | 20:56 |
jgriffith_ | or something like that | 20:56 |
ildikov | https://review.openstack.org/#/c/511031/1/nova/virt/block_device.py | 20:57 |
jgriffith_ | ? | 20:58 |
openstackgerrit | Merged openstack/os-brick master: Fix vmware migrate available volume bug https://review.openstack.org/484327 | 20:59 |
ildikov | it's supposed to blow up if update is called during reboot | 20:59 |
ildikov | so we see what's happening there | 21:00 |
jgriffith_ | Oh, I see it | 21:00 |
jgriffith_ | sorry, wasn't opening | 21:00 |
jgriffith_ | I'm obviously of no help here | 21:00 |
ildikov | ah, sorry, could've describe it by default | 21:00 |
*** AlexeyAbashkin has quit IRC | 21:00 | |
ildikov | jgriffith_: I don't think it's true and certainly not obvious! | 21:01 |
openstackgerrit | Merged openstack/python-cinderclient master: cleanup test-requirements https://review.openstack.org/507112 | 21:02 |
ildikov | jgriffith_: BTW, did you see my earlier direct messages on some administrativa? | 21:02 |
openstackgerrit | OpenStack Proposal Bot proposed openstack/cinder master: Updated from global requirements https://review.openstack.org/511028 | 21:03 |
jgriffith_ | No, I did not | 21:04 |
jgriffith_ | No DM's in my queue | 21:05 |
jgriffith_ | hmm | 21:05 |
*** gouthamr has quit IRC | 21:06 | |
ildikov | jgriffith_: it's weird as I see two nicks and they both open the same query | 21:06 |
ildikov | on my side | 21:06 |
jgriffith_ | sigh | 21:06 |
ildikov | and seems that it's just overall broken :/ | 21:06 |
*** Apoorva_ has joined #openstack-cinder | 21:09 | |
*** eharney has quit IRC | 21:11 | |
*** crose has quit IRC | 21:11 | |
*** Apoorva has quit IRC | 21:12 | |
*** diablo_rojo has quit IRC | 21:18 | |
*** rcernin has quit IRC | 21:19 | |
*** armaan has joined #openstack-cinder | 21:20 | |
*** diablo_rojo has joined #openstack-cinder | 21:20 | |
*** armaan has quit IRC | 21:21 | |
*** armaan has joined #openstack-cinder | 21:22 | |
*** jgriffith has quit IRC | 21:22 | |
*** abishop has quit IRC | 21:23 | |
*** jgriffith has joined #openstack-cinder | 21:23 | |
*** Apoorva_ has quit IRC | 21:26 | |
openstackgerrit | OpenStack Proposal Bot proposed openstack/cinder master: Updated from global requirements https://review.openstack.org/511028 | 21:26 |
*** Apoorva has joined #openstack-cinder | 21:26 | |
*** mchlumsky has quit IRC | 21:26 | |
*** dhinesh has quit IRC | 21:29 | |
*** edmondsw has quit IRC | 21:33 | |
*** edmondsw_ has joined #openstack-cinder | 21:35 | |
*** lucasxu has quit IRC | 21:38 | |
*** edmondsw_ has quit IRC | 21:39 | |
*** lpetrut has quit IRC | 21:45 | |
*** wes_dillingham has joined #openstack-cinder | 21:52 | |
*** diablo_rojo has quit IRC | 21:53 | |
*** diablo_rojo has joined #openstack-cinder | 21:58 | |
*** catintheroof has quit IRC | 21:58 | |
*** catintheroof has joined #openstack-cinder | 21:59 | |
*** catintheroof has quit IRC | 21:59 | |
*** AlexeyAbashkin has joined #openstack-cinder | 22:02 | |
*** felipemonteiro_ has quit IRC | 22:04 | |
*** AlexeyAbashkin has quit IRC | 22:06 | |
*** dhinesh has joined #openstack-cinder | 22:07 | |
*** edmondsw has joined #openstack-cinder | 22:08 | |
*** dhinesh_ has joined #openstack-cinder | 22:12 | |
*** edmondsw has quit IRC | 22:13 | |
*** angela-s has quit IRC | 22:14 | |
*** dhinesh has quit IRC | 22:16 | |
*** chlong has quit IRC | 22:30 | |
*** sdague has quit IRC | 22:39 | |
*** jgriffith has quit IRC | 22:40 | |
*** John has joined #openstack-cinder | 22:40 | |
*** John is now known as Guest84519 | 22:41 | |
*** Guest84519 is now known as jgriffith | 22:41 | |
*** jgriffith_ has quit IRC | 22:46 | |
*** jmlowe has quit IRC | 22:47 | |
*** armax has joined #openstack-cinder | 22:48 | |
*** wes_dillingham has quit IRC | 22:50 | |
*** AlexeyAbashkin has joined #openstack-cinder | 22:57 | |
*** AlexeyAbashkin has quit IRC | 23:01 | |
*** ntpttr_laptop has quit IRC | 23:15 | |
*** Apoorva has quit IRC | 23:16 | |
*** Apoorva has joined #openstack-cinder | 23:18 | |
*** abhitechie has joined #openstack-cinder | 23:26 | |
*** mriedem has quit IRC | 23:38 | |
*** gouthamr has joined #openstack-cinder | 23:39 | |
*** Apoorva_ has joined #openstack-cinder | 23:42 | |
*** Apoorva has quit IRC | 23:42 | |
*** diablo_rojo has quit IRC | 23:57 |
Generated by irclog2html.py 2.15.3 by Marius Gedminas - find it at mg.pov.lt!