*** awalende has joined #openstack-cinder | 00:06 | |
*** awalende has quit IRC | 00:10 | |
*** dviroel has quit IRC | 00:25 | |
*** brinzhang has joined #openstack-cinder | 00:35 | |
*** brinzh has joined #openstack-cinder | 00:55 | |
*** brinzhang has quit IRC | 00:58 | |
*** mriedem_away has quit IRC | 01:01 | |
*** brinzhang has joined #openstack-cinder | 01:11 | |
*** brinzh has quit IRC | 01:14 | |
*** baojg has joined #openstack-cinder | 01:35 | |
openstackgerrit | hjy proposed openstack/cinder master: Add MacroSAN cinder driver https://review.opendev.org/643519 | 01:36 |
---|---|---|
*** caixiaoyu has joined #openstack-cinder | 01:41 | |
openstackgerrit | zhufl proposed openstack/cinder master: Fix kwargs passed to exception to get better format of error message https://review.opendev.org/643528 | 01:43 |
*** whoami-rajat has joined #openstack-cinder | 02:08 | |
openstackgerrit | norman shen proposed openstack/cinder master: use urljoin to form swift_url for swift backup driver https://review.opendev.org/664563 | 02:22 |
*** _alastor_ has quit IRC | 02:50 | |
*** markvoelker has joined #openstack-cinder | 03:00 | |
*** markvoelker has quit IRC | 03:06 | |
*** m75abrams has joined #openstack-cinder | 03:08 | |
openstackgerrit | renminmin proposed openstack/python-cinderclient master: Remove promote/reenable replication https://review.opendev.org/658318 | 03:17 |
*** psachin has joined #openstack-cinder | 03:32 | |
*** _alastor_ has joined #openstack-cinder | 03:50 | |
*** _alastor_ has quit IRC | 03:54 | |
*** psachin has quit IRC | 04:01 | |
*** markvoelker has joined #openstack-cinder | 04:01 | |
*** psachin has joined #openstack-cinder | 04:03 | |
*** markvoelker has quit IRC | 04:06 | |
*** caixiaoyu has quit IRC | 04:09 | |
*** bhagyashris has joined #openstack-cinder | 04:24 | |
*** udesale has joined #openstack-cinder | 04:31 | |
*** flatscan has joined #openstack-cinder | 04:34 | |
flatscan | Hi. I'm getting a TypeError when trying to create a new volume from an image. I can't find anyone else having this issue, even though my deployment is pretty vanilla. | 04:35 |
openstackgerrit | Madhuri Kumari proposed openstack/cinder master: Replace deprecated with_lockmode with with_for_update https://review.opendev.org/666218 | 04:54 |
*** vishalmanchanda has joined #openstack-cinder | 04:55 | |
*** e0ne has joined #openstack-cinder | 05:15 | |
*** e0ne has quit IRC | 05:20 | |
*** dklyle_ has joined #openstack-cinder | 05:24 | |
*** david-lyle has quit IRC | 05:27 | |
*** freerunner has quit IRC | 05:27 | |
*** freerunner has joined #openstack-cinder | 05:28 | |
whoami-rajat | flatscan: could you share the error traceback? | 05:30 |
*** irclogbot_0 has quit IRC | 05:30 | |
flatscan | 2019-06-18 20:00:39.788 2907 ERROR oslo_messaging.rpc.server [req-71dd7b62-2136-4e9e-8acf-c4e93efcd51f 635c8bde2ff84af7ab73f626cfb44869 584d29866c31481e9dd3d7fd81ab9a9f - e8704477966d46e7831d202cec8bc815 e8704477966d46e7831d202cec8bc815] Exception during message handling: TypeError: __init__() got an unexpected keyword argument 'split_loggers' 2019-06-18 20:00:39.788 2907 ERROR oslo_messaging.rpc.server Traceback (most rec | 05:30 |
*** irclogbot_2 has joined #openstack-cinder | 05:31 | |
flatscan | i have the whole python stack trace, if you'd like | 05:31 |
flatscan | https://pastebin.com/a0jRSGj9 | 05:33 |
flatscan | ^ full trace of the TypeError | 05:33 |
*** Luzi has joined #openstack-cinder | 05:50 | |
*** sahid has joined #openstack-cinder | 05:59 | |
*** tkajinam has quit IRC | 06:03 | |
*** yikun has joined #openstack-cinder | 06:08 | |
*** spsurya has joined #openstack-cinder | 06:16 | |
whoami-rajat | flatscan: this is the rpc trace, could you share cinder (volume/api/scheduler) logs? | 06:16 |
flatscan | that is from cinder-volume.log on the storage node. | 06:17 |
flatscan | it's preceeded with this: https://pastebin.com/5F8uw7rq | 06:18 |
flatscan | cinder-scheduler.log: https://pastebin.com/DheVvrH6 | 06:19 |
flatscan | there are no cinder-api logs | 06:21 |
*** dpawlik has joined #openstack-cinder | 06:22 | |
whoami-rajat | flatscan: ok, could you tell me which release of cinder are you using? and have you configured split_loggers in the conf file? | 06:22 |
*** rajinir has quit IRC | 06:22 | |
flatscan | whoami-rajat: Rocky (c2:13.0.3) | 06:23 |
flatscan | split_loggers have not been configured anywhere. I've grepped the entire filesystem on all nodes for it. Only occurrances are logs and commented lines | 06:23 |
whoami-rajat | flatscan: This new config option | 06:26 |
whoami-rajat | 'split_loggers' should be enabled only when keystoneauth log level is | 06:26 |
whoami-rajat | set to DEBUG in 'default_log_levels' config option. | 06:26 |
*** threestrands has joined #openstack-cinder | 06:27 | |
flatscan | whoami-rajat: default_log_levels hasn't been configured anywhere. It should still be at the default | 06:29 |
whoami-rajat | flatscan: since your exception is being thrown from keystoneauth, could you check if this code is included in your keystoneauth code? https://review.opendev.org/#/c/505764/8 | 06:45 |
*** rcernin has quit IRC | 06:51 | |
flatscan | whoami-rajat: yes, the changes in this commit are all present on my system | 06:52 |
*** raghavendrat has joined #openstack-cinder | 07:01 | |
whoami-rajat | flatscan: hmm, since this is a feature of keystone and cinder only "supports" it[1] , IMO this probably is a config problem, my best recommendation is to manually set split_logging = False in cinder.conf | 07:01 |
whoami-rajat | [1] https://review.opendev.org/#/c/581219/3 | 07:01 |
openstackgerrit | Raghavendra Tilay proposed openstack/cinder master: 3PAR: Provide option to specify zone information for bootable volume https://review.opendev.org/657585 | 07:03 |
flatscan | giving that a try now | 07:04 |
*** tkajinam has joined #openstack-cinder | 07:05 | |
*** tesseract has joined #openstack-cinder | 07:20 | |
flatscan | whoami-rajat: That seems to have resolved the issue. Thank you very much. | 07:22 |
whoami-rajat | flatscan: np. reading correct value from conf files seems to be buggy sometimes. | 07:25 |
flatscan | Credeited you in the (now closed, still waiting for moderation) question on ask.openstack.org. Now I can sleep. Cheers. | 07:26 |
*** flatscan has left #openstack-cinder | 07:26 | |
*** helenafm has joined #openstack-cinder | 07:38 | |
*** raghavendrat has quit IRC | 07:40 | |
openstackgerrit | Simon O'Donovan proposed openstack/cinder master: PowerMax Driver - Unisphere version check https://review.opendev.org/664860 | 07:40 |
openstackgerrit | Simon O'Donovan proposed openstack/cinder master: PowerMax Driver - SnapVX Copy Mode Change https://review.opendev.org/665990 | 07:55 |
*** trident has quit IRC | 07:57 | |
*** threestrands has quit IRC | 07:59 | |
*** bhagyashris has quit IRC | 07:59 | |
*** gkadam has joined #openstack-cinder | 08:00 | |
*** trident has joined #openstack-cinder | 08:01 | |
*** m75abrams has quit IRC | 08:03 | |
*** tkajinam has quit IRC | 08:06 | |
*** brinzh has joined #openstack-cinder | 08:10 | |
*** brinzhang has quit IRC | 08:12 | |
*** ociuhandu has joined #openstack-cinder | 08:15 | |
*** pcaruana has quit IRC | 08:27 | |
*** e0ne has joined #openstack-cinder | 08:34 | |
*** _alastor_ has joined #openstack-cinder | 08:35 | |
*** _alastor_ has quit IRC | 08:39 | |
*** imacdonn has quit IRC | 08:41 | |
*** imacdonn has joined #openstack-cinder | 08:41 | |
*** pcaruana has joined #openstack-cinder | 08:45 | |
*** markvoelker has joined #openstack-cinder | 08:53 | |
*** caixiaoyu has joined #openstack-cinder | 08:54 | |
*** bhagyashris__ has joined #openstack-cinder | 08:55 | |
*** markvoelker has quit IRC | 08:58 | |
*** lemko has joined #openstack-cinder | 09:02 | |
*** kaisers1 has quit IRC | 09:13 | |
*** chhagarw has joined #openstack-cinder | 09:14 | |
*** kaisers has joined #openstack-cinder | 09:16 | |
*** caixiaoyu has quit IRC | 09:18 | |
*** brinzh has quit IRC | 09:18 | |
*** brinzhang has joined #openstack-cinder | 09:19 | |
*** awalende has joined #openstack-cinder | 09:19 | |
*** brinzhang has quit IRC | 09:19 | |
*** brinzhang has joined #openstack-cinder | 09:19 | |
*** brinzhang has quit IRC | 09:20 | |
*** brinzhang has joined #openstack-cinder | 09:20 | |
*** davidsha has joined #openstack-cinder | 09:24 | |
openstackgerrit | hjy proposed openstack/cinder master: Add MacroSAN cinder driver https://review.opendev.org/643519 | 09:29 |
*** lpetrut has joined #openstack-cinder | 09:49 | |
*** m75abrams has joined #openstack-cinder | 09:53 | |
*** markvoelker has joined #openstack-cinder | 09:53 | |
*** brinzhang has quit IRC | 09:55 | |
*** markvoelker has quit IRC | 09:58 | |
*** bhagyashris__ has quit IRC | 09:59 | |
*** lpetrut has quit IRC | 10:13 | |
*** rcernin has joined #openstack-cinder | 10:18 | |
*** dviroel has joined #openstack-cinder | 10:29 | |
*** dave-mccowan has joined #openstack-cinder | 10:31 | |
*** _alastor_ has joined #openstack-cinder | 10:35 | |
*** _alastor_ has quit IRC | 10:40 | |
*** chhagarw has quit IRC | 10:50 | |
*** lpetrut has joined #openstack-cinder | 10:51 | |
*** markvoelker has joined #openstack-cinder | 10:54 | |
*** awalende has quit IRC | 10:58 | |
*** markvoelker has quit IRC | 10:59 | |
openstackgerrit | Helen Walsh proposed openstack/cinder stable/pike: VMAX Pike docs - clarifying supported software in Pike https://review.opendev.org/666267 | 11:21 |
openstackgerrit | Helen Walsh proposed openstack/cinder stable/queens: PowerMax Queens docs - clarifying that PowerMax is supported in Queens https://review.opendev.org/666022 | 11:45 |
*** udesale has quit IRC | 11:53 | |
*** udesale has joined #openstack-cinder | 11:53 | |
*** markvoelker has joined #openstack-cinder | 11:55 | |
*** markvoelker has quit IRC | 12:00 | |
*** jrubenst has joined #openstack-cinder | 12:00 | |
*** awalende has joined #openstack-cinder | 12:07 | |
*** awalende has quit IRC | 12:08 | |
*** awalende has joined #openstack-cinder | 12:08 | |
*** rcernin has quit IRC | 12:15 | |
*** carloss has joined #openstack-cinder | 12:17 | |
*** chhagarw has joined #openstack-cinder | 12:18 | |
*** udesale has quit IRC | 12:20 | |
*** udesale has joined #openstack-cinder | 12:21 | |
*** udesale has quit IRC | 12:25 | |
*** udesale has joined #openstack-cinder | 12:25 | |
*** awalende has quit IRC | 12:29 | |
*** awalende has joined #openstack-cinder | 12:30 | |
*** _alastor_ has joined #openstack-cinder | 12:30 | |
*** awalende has quit IRC | 12:34 | |
*** v12aml has quit IRC | 12:38 | |
*** v12aml has joined #openstack-cinder | 12:39 | |
*** eharney has quit IRC | 12:40 | |
*** luizbag has joined #openstack-cinder | 12:50 | |
*** luizbag has left #openstack-cinder | 12:50 | |
*** markvoelker has joined #openstack-cinder | 12:56 | |
*** markvoelker has quit IRC | 13:00 | |
*** awalende has joined #openstack-cinder | 13:03 | |
openstackgerrit | Helen Walsh proposed openstack/cinder stable/pike: VMAX Pike docs - clarifying supported software in Pike https://review.opendev.org/666267 | 13:03 |
*** baojg has quit IRC | 13:07 | |
*** mriedem has joined #openstack-cinder | 13:11 | |
*** m75abrams has quit IRC | 13:22 | |
*** lemko has quit IRC | 13:32 | |
*** _alastor_ has quit IRC | 13:33 | |
*** rajinir has joined #openstack-cinder | 13:40 | |
*** lseki has joined #openstack-cinder | 13:40 | |
*** eharney has joined #openstack-cinder | 13:50 | |
*** mchlumsky has joined #openstack-cinder | 13:54 | |
*** markvoelker has joined #openstack-cinder | 13:57 | |
*** markvoelker has quit IRC | 14:01 | |
*** brinzhang has joined #openstack-cinder | 14:09 | |
*** dpawlik has quit IRC | 14:11 | |
*** lpetrut has quit IRC | 14:14 | |
openstackgerrit | Merged openstack/cinder master: Mark the Sheepdog driver unsupported https://review.opendev.org/660518 | 14:23 |
*** Luzi has quit IRC | 14:36 | |
*** awalende has quit IRC | 14:38 | |
*** awalende has joined #openstack-cinder | 14:38 | |
*** dklyle_ has quit IRC | 14:42 | |
*** awalende has quit IRC | 14:42 | |
*** dklyle has joined #openstack-cinder | 14:42 | |
*** brinzhang0 has joined #openstack-cinder | 14:47 | |
*** brinzhang has quit IRC | 14:47 | |
*** awalende has joined #openstack-cinder | 14:51 | |
*** brinzhang0 has quit IRC | 14:53 | |
*** awalende has quit IRC | 14:54 | |
*** markvoelker has joined #openstack-cinder | 14:58 | |
*** lpetrut has joined #openstack-cinder | 14:58 | |
*** lpetrut has quit IRC | 14:59 | |
*** lpetrut has joined #openstack-cinder | 14:59 | |
openstackgerrit | Walter A. Boring IV (hemna) proposed openstack/cinder master: WIP Add ceph iscsi volume driver https://review.opendev.org/662829 | 15:00 |
*** awalende has joined #openstack-cinder | 15:02 | |
*** markvoelker has quit IRC | 15:02 | |
*** _alastor_ has joined #openstack-cinder | 15:13 | |
*** gkadam has quit IRC | 15:19 | |
*** enriquetaso has joined #openstack-cinder | 15:24 | |
*** lpetrut has quit IRC | 15:30 | |
rajinir | Does anyone use the ci-watch for thirdparty, it is down http://ciwatch.mmedvede.net/project?project=cinder&time=48+hours . No response from infra/mmedvede | 15:34 |
*** awalende has quit IRC | 15:38 | |
*** awalende has joined #openstack-cinder | 15:39 | |
*** awalende_ has joined #openstack-cinder | 15:41 | |
smcginnis | That's not an infra run thing, so probably not going to get much help there. Probably just have to try to get ahold of mmedvede. | 15:42 |
smcginnis | rajinir: It's not as pretty as the old Tintri one, but I just use http://cinderstats.ivehearditbothways.com/cireport.txt | 15:42 |
*** awalende has quit IRC | 15:43 | |
smcginnis | rajinir: Were the Dell EMC CI accounts renamed or something? They're not found there. I think I've just recently noticed the space was dropped for some reason between the names (Dell EMC > DellEMC) | 15:43 |
*** awalende_ has quit IRC | 15:44 | |
*** enriquetaso has quit IRC | 15:44 | |
*** enriquetaso has joined #openstack-cinder | 15:45 | |
rajinir | smcginnis; I see them, yes space was dropped to follow the specs - http://ciwatch.mmedvede.net/project?project=cinder&time=7+days | 15:45 |
smcginnis | rajinir: Which spec? | 15:45 |
rajinir | smcginnis: https://wiki.openstack.org/wiki/Cinder/tested-3rdParty-drivers#How_do_I_trigger_my_CI_to_rerun_on_gerrit_comments.3F | 15:47 |
openstackgerrit | jacky06 proposed openstack/os-brick master: Sync Sphinx requirement https://review.opendev.org/666322 | 15:47 |
smcginnis | Oh, was it easier to do that by changing the name? There are still other spaces though. | 15:48 |
smcginnis | No big deal, just curious why that would be done. | 15:48 |
rajinir | smcginnis; I think sam standardized the CI names and launchpad accoutns as part of that process. I don't know why he decided to drop the space. No paticular reason | 15:50 |
*** helenafm has quit IRC | 15:52 | |
*** markvoelker has joined #openstack-cinder | 15:58 | |
*** markvoelker has quit IRC | 16:03 | |
*** lpetrut has joined #openstack-cinder | 16:10 | |
*** _erlon_ has joined #openstack-cinder | 16:12 | |
*** udesale has quit IRC | 16:12 | |
*** awalende has joined #openstack-cinder | 16:14 | |
*** spsurya has quit IRC | 16:18 | |
*** awalende has quit IRC | 16:19 | |
*** lpetrut has quit IRC | 16:49 | |
*** awalende has joined #openstack-cinder | 16:50 | |
*** davidsha has quit IRC | 16:57 | |
*** markvoelker has joined #openstack-cinder | 16:59 | |
*** trident has quit IRC | 17:02 | |
*** markvoelker has quit IRC | 17:04 | |
*** trident has joined #openstack-cinder | 17:04 | |
hemna | has anyone stood up a fresh devstack lately? | 17:14 |
hemna | I'm not getting cinder starting | 17:14 |
jungleboyj | I had one work last week. | 17:15 |
*** e0ne has quit IRC | 17:20 | |
*** tesseract has quit IRC | 17:21 | |
*** awalende has quit IRC | 17:22 | |
*** sahid has quit IRC | 17:22 | |
*** eharney has quit IRC | 17:25 | |
*** tesseract has joined #openstack-cinder | 17:36 | |
*** eharney has joined #openstack-cinder | 17:38 | |
*** psachin has quit IRC | 17:48 | |
*** melwitt is now known as jgwentworth | 17:55 | |
*** awalende has joined #openstack-cinder | 17:56 | |
*** markvoelker has joined #openstack-cinder | 18:00 | |
*** awalende has quit IRC | 18:00 | |
*** ociuhandu has quit IRC | 18:02 | |
*** markvoelker has quit IRC | 18:05 | |
*** pcaruana has quit IRC | 18:11 | |
*** e0ne has joined #openstack-cinder | 18:35 | |
*** e0ne has quit IRC | 18:36 | |
*** tesseract has quit IRC | 18:49 | |
*** chhagarw has quit IRC | 18:50 | |
*** markvoelker has joined #openstack-cinder | 19:01 | |
*** e0ne has joined #openstack-cinder | 19:05 | |
*** markvoelker has quit IRC | 19:20 | |
*** jrubenst has quit IRC | 19:32 | |
*** jrubenst has joined #openstack-cinder | 19:45 | |
*** eharney has quit IRC | 19:47 | |
*** jgwentworth is now known as melwitt | 19:52 | |
*** awalende has joined #openstack-cinder | 19:58 | |
*** e0ne has quit IRC | 20:11 | |
openstackgerrit | Jon Bernard proposed openstack/cinder master: RBD: save and restore multiattach features https://review.opendev.org/643116 | 20:14 |
*** markvoelker has joined #openstack-cinder | 20:17 | |
* jrubenst is there a standard when to update the individual version of a cinder driver should the version be micro-bumped with each bug fixed, and macro-bumped with each new functionality or something of that nature? | 20:21 | |
*** awalende has quit IRC | 20:32 | |
*** eharney has joined #openstack-cinder | 20:36 | |
*** markvoelker has quit IRC | 20:36 | |
*** awalende has joined #openstack-cinder | 20:41 | |
*** whoami-rajat has quit IRC | 20:47 | |
*** e0ne has joined #openstack-cinder | 20:55 | |
*** e0ne has quit IRC | 20:59 | |
*** e0ne has joined #openstack-cinder | 21:00 | |
*** jrubenst has quit IRC | 21:00 | |
openstackgerrit | Walter A. Boring IV (hemna) proposed openstack/cinder master: WIP Add ceph iscsi volume driver https://review.opendev.org/662829 | 21:19 |
*** enriquetaso has quit IRC | 21:29 | |
*** _erlon_ has quit IRC | 21:32 | |
*** markvoelker has joined #openstack-cinder | 21:33 | |
*** e0ne has quit IRC | 21:39 | |
*** dviroel has quit IRC | 21:51 | |
*** markvoelker has quit IRC | 21:53 | |
*** awalende has quit IRC | 21:55 | |
*** awalende has joined #openstack-cinder | 21:56 | |
*** awalende has quit IRC | 21:59 | |
*** mriedem has quit IRC | 21:59 | |
*** vishalmanchanda has quit IRC | 22:03 | |
*** carloss has quit IRC | 22:27 | |
*** markvoelker has joined #openstack-cinder | 22:50 | |
*** markvoelker has quit IRC | 23:05 | |
*** tkajinam has joined #openstack-cinder | 23:06 | |
*** rcernin has joined #openstack-cinder | 23:16 | |
*** lseki has quit IRC | 23:29 |
Generated by irclog2html.py 2.15.3 by Marius Gedminas - find it at mg.pov.lt!