Wednesday, 2019-06-19

*** awalende has joined #openstack-cinder00:06
*** awalende has quit IRC00:10
*** dviroel has quit IRC00:25
*** brinzhang has joined #openstack-cinder00:35
*** brinzh has joined #openstack-cinder00:55
*** brinzhang has quit IRC00:58
*** mriedem_away has quit IRC01:01
*** brinzhang has joined #openstack-cinder01:11
*** brinzh has quit IRC01:14
*** baojg has joined #openstack-cinder01:35
openstackgerrithjy proposed openstack/cinder master: Add MacroSAN cinder driver  https://review.opendev.org/64351901:36
*** caixiaoyu has joined #openstack-cinder01:41
openstackgerritzhufl proposed openstack/cinder master: Fix kwargs passed to exception to get better format of error message  https://review.opendev.org/64352801:43
*** whoami-rajat has joined #openstack-cinder02:08
openstackgerritnorman shen proposed openstack/cinder master: use urljoin to form swift_url for swift backup driver  https://review.opendev.org/66456302:22
*** _alastor_ has quit IRC02:50
*** markvoelker has joined #openstack-cinder03:00
*** markvoelker has quit IRC03:06
*** m75abrams has joined #openstack-cinder03:08
openstackgerritrenminmin proposed openstack/python-cinderclient master: Remove promote/reenable replication  https://review.opendev.org/65831803:17
*** psachin has joined #openstack-cinder03:32
*** _alastor_ has joined #openstack-cinder03:50
*** _alastor_ has quit IRC03:54
*** psachin has quit IRC04:01
*** markvoelker has joined #openstack-cinder04:01
*** psachin has joined #openstack-cinder04:03
*** markvoelker has quit IRC04:06
*** caixiaoyu has quit IRC04:09
*** bhagyashris has joined #openstack-cinder04:24
*** udesale has joined #openstack-cinder04:31
*** flatscan has joined #openstack-cinder04:34
flatscanHi. 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
openstackgerritMadhuri Kumari proposed openstack/cinder master: Replace deprecated with_lockmode with with_for_update  https://review.opendev.org/66621804:54
*** vishalmanchanda has joined #openstack-cinder04:55
*** e0ne has joined #openstack-cinder05:15
*** e0ne has quit IRC05:20
*** dklyle_ has joined #openstack-cinder05:24
*** david-lyle has quit IRC05:27
*** freerunner has quit IRC05:27
*** freerunner has joined #openstack-cinder05:28
whoami-rajatflatscan: could you share the error traceback?05:30
*** irclogbot_0 has quit IRC05:30
flatscan2019-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 rec05:30
*** irclogbot_2 has joined #openstack-cinder05:31
flatscani have the whole python stack trace, if you'd like05:31
flatscanhttps://pastebin.com/a0jRSGj905:33
flatscan^ full trace of the TypeError05:33
*** Luzi has joined #openstack-cinder05:50
*** sahid has joined #openstack-cinder05:59
*** tkajinam has quit IRC06:03
*** yikun has joined #openstack-cinder06:08
*** spsurya has joined #openstack-cinder06:16
whoami-rajatflatscan: this is the rpc trace, could you share cinder (volume/api/scheduler) logs?06:16
flatscanthat is from cinder-volume.log on the storage node.06:17
flatscanit's preceeded with this: https://pastebin.com/5F8uw7rq06:18
flatscancinder-scheduler.log: https://pastebin.com/DheVvrH606:19
flatscanthere are no cinder-api logs06:21
*** dpawlik has joined #openstack-cinder06:22
whoami-rajatflatscan: 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 IRC06:22
flatscanwhoami-rajat: Rocky (c2:13.0.3)06:23
flatscansplit_loggers have not been configured anywhere. I've grepped the entire filesystem on all nodes for it. Only occurrances are logs and commented lines06:23
whoami-rajatflatscan:  This new config option06:26
whoami-rajat    'split_loggers' should be enabled only when keystoneauth log level is06:26
whoami-rajat    set to DEBUG in 'default_log_levels' config option.06:26
*** threestrands has joined #openstack-cinder06:27
flatscanwhoami-rajat: default_log_levels hasn't been configured anywhere. It should still be at the default06:29
whoami-rajatflatscan: 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/806:45
*** rcernin has quit IRC06:51
flatscanwhoami-rajat: yes, the changes in this commit are all present on my system06:52
*** raghavendrat has joined #openstack-cinder07:01
whoami-rajatflatscan: 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.conf07:01
whoami-rajat[1] https://review.opendev.org/#/c/581219/307:01
openstackgerritRaghavendra Tilay proposed openstack/cinder master: 3PAR: Provide option to specify zone information for bootable volume  https://review.opendev.org/65758507:03
flatscangiving that a try now07:04
*** tkajinam has joined #openstack-cinder07:05
*** tesseract has joined #openstack-cinder07:20
flatscanwhoami-rajat: That seems to have resolved the issue. Thank you very much.07:22
whoami-rajatflatscan: np. reading correct value from conf files seems to be buggy sometimes.07:25
flatscanCredeited 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-cinder07:26
*** helenafm has joined #openstack-cinder07:38
*** raghavendrat has quit IRC07:40
openstackgerritSimon O'Donovan proposed openstack/cinder master: PowerMax Driver - Unisphere version check  https://review.opendev.org/66486007:40
openstackgerritSimon O'Donovan proposed openstack/cinder master: PowerMax Driver - SnapVX Copy Mode Change  https://review.opendev.org/66599007:55
*** trident has quit IRC07:57
*** threestrands has quit IRC07:59
*** bhagyashris has quit IRC07:59
*** gkadam has joined #openstack-cinder08:00
*** trident has joined #openstack-cinder08:01
*** m75abrams has quit IRC08:03
*** tkajinam has quit IRC08:06
*** brinzh has joined #openstack-cinder08:10
*** brinzhang has quit IRC08:12
*** ociuhandu has joined #openstack-cinder08:15
*** pcaruana has quit IRC08:27
*** e0ne has joined #openstack-cinder08:34
*** _alastor_ has joined #openstack-cinder08:35
*** _alastor_ has quit IRC08:39
*** imacdonn has quit IRC08:41
*** imacdonn has joined #openstack-cinder08:41
*** pcaruana has joined #openstack-cinder08:45
*** markvoelker has joined #openstack-cinder08:53
*** caixiaoyu has joined #openstack-cinder08:54
*** bhagyashris__ has joined #openstack-cinder08:55
*** markvoelker has quit IRC08:58
*** lemko has joined #openstack-cinder09:02
*** kaisers1 has quit IRC09:13
*** chhagarw has joined #openstack-cinder09:14
*** kaisers has joined #openstack-cinder09:16
*** caixiaoyu has quit IRC09:18
*** brinzh has quit IRC09:18
*** brinzhang has joined #openstack-cinder09:19
*** awalende has joined #openstack-cinder09:19
*** brinzhang has quit IRC09:19
*** brinzhang has joined #openstack-cinder09:19
*** brinzhang has quit IRC09:20
*** brinzhang has joined #openstack-cinder09:20
*** davidsha has joined #openstack-cinder09:24
openstackgerrithjy proposed openstack/cinder master: Add MacroSAN cinder driver  https://review.opendev.org/64351909:29
*** lpetrut has joined #openstack-cinder09:49
*** m75abrams has joined #openstack-cinder09:53
*** markvoelker has joined #openstack-cinder09:53
*** brinzhang has quit IRC09:55
*** markvoelker has quit IRC09:58
*** bhagyashris__ has quit IRC09:59
*** lpetrut has quit IRC10:13
*** rcernin has joined #openstack-cinder10:18
*** dviroel has joined #openstack-cinder10:29
*** dave-mccowan has joined #openstack-cinder10:31
*** _alastor_ has joined #openstack-cinder10:35
*** _alastor_ has quit IRC10:40
*** chhagarw has quit IRC10:50
*** lpetrut has joined #openstack-cinder10:51
*** markvoelker has joined #openstack-cinder10:54
*** awalende has quit IRC10:58
*** markvoelker has quit IRC10:59
openstackgerritHelen Walsh proposed openstack/cinder stable/pike: VMAX Pike docs - clarifying supported software in Pike  https://review.opendev.org/66626711:21
openstackgerritHelen Walsh proposed openstack/cinder stable/queens: PowerMax Queens docs - clarifying that PowerMax is supported in Queens  https://review.opendev.org/66602211:45
*** udesale has quit IRC11:53
*** udesale has joined #openstack-cinder11:53
*** markvoelker has joined #openstack-cinder11:55
*** markvoelker has quit IRC12:00
*** jrubenst has joined #openstack-cinder12:00
*** awalende has joined #openstack-cinder12:07
*** awalende has quit IRC12:08
*** awalende has joined #openstack-cinder12:08
*** rcernin has quit IRC12:15
*** carloss has joined #openstack-cinder12:17
*** chhagarw has joined #openstack-cinder12:18
*** udesale has quit IRC12:20
*** udesale has joined #openstack-cinder12:21
*** udesale has quit IRC12:25
*** udesale has joined #openstack-cinder12:25
*** awalende has quit IRC12:29
*** awalende has joined #openstack-cinder12:30
*** _alastor_ has joined #openstack-cinder12:30
*** awalende has quit IRC12:34
*** v12aml has quit IRC12:38
*** v12aml has joined #openstack-cinder12:39
*** eharney has quit IRC12:40
*** luizbag has joined #openstack-cinder12:50
*** luizbag has left #openstack-cinder12:50
*** markvoelker has joined #openstack-cinder12:56
*** markvoelker has quit IRC13:00
*** awalende has joined #openstack-cinder13:03
openstackgerritHelen Walsh proposed openstack/cinder stable/pike: VMAX Pike docs - clarifying supported software in Pike  https://review.opendev.org/66626713:03
*** baojg has quit IRC13:07
*** mriedem has joined #openstack-cinder13:11
*** m75abrams has quit IRC13:22
*** lemko has quit IRC13:32
*** _alastor_ has quit IRC13:33
*** rajinir has joined #openstack-cinder13:40
*** lseki has joined #openstack-cinder13:40
*** eharney has joined #openstack-cinder13:50
*** mchlumsky has joined #openstack-cinder13:54
*** markvoelker has joined #openstack-cinder13:57
*** markvoelker has quit IRC14:01
*** brinzhang has joined #openstack-cinder14:09
*** dpawlik has quit IRC14:11
*** lpetrut has quit IRC14:14
openstackgerritMerged openstack/cinder master: Mark the Sheepdog driver unsupported  https://review.opendev.org/66051814:23
*** Luzi has quit IRC14:36
*** awalende has quit IRC14:38
*** awalende has joined #openstack-cinder14:38
*** dklyle_ has quit IRC14:42
*** awalende has quit IRC14:42
*** dklyle has joined #openstack-cinder14:42
*** brinzhang0 has joined #openstack-cinder14:47
*** brinzhang has quit IRC14:47
*** awalende has joined #openstack-cinder14:51
*** brinzhang0 has quit IRC14:53
*** awalende has quit IRC14:54
*** markvoelker has joined #openstack-cinder14:58
*** lpetrut has joined #openstack-cinder14:58
*** lpetrut has quit IRC14:59
*** lpetrut has joined #openstack-cinder14:59
openstackgerritWalter A. Boring IV (hemna) proposed openstack/cinder master: WIP Add ceph iscsi volume driver  https://review.opendev.org/66282915:00
*** awalende has joined #openstack-cinder15:02
*** markvoelker has quit IRC15:02
*** _alastor_ has joined #openstack-cinder15:13
*** gkadam has quit IRC15:19
*** enriquetaso has joined #openstack-cinder15:24
*** lpetrut has quit IRC15:30
rajinirDoes anyone use the ci-watch for thirdparty, it is down http://ciwatch.mmedvede.net/project?project=cinder&time=48+hours . No response from infra/mmedvede15:34
*** awalende has quit IRC15:38
*** awalende has joined #openstack-cinder15:39
*** awalende_ has joined #openstack-cinder15:41
smcginnisThat'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
smcginnisrajinir: It's not as pretty as the old Tintri one, but I just use http://cinderstats.ivehearditbothways.com/cireport.txt15:42
*** awalende has quit IRC15:43
smcginnisrajinir: 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 IRC15:44
*** enriquetaso has quit IRC15:44
*** enriquetaso has joined #openstack-cinder15:45
rajinirsmcginnis; I see them, yes space was dropped to follow the specs - http://ciwatch.mmedvede.net/project?project=cinder&time=7+days15:45
smcginnisrajinir: Which spec?15:45
rajinirsmcginnis: https://wiki.openstack.org/wiki/Cinder/tested-3rdParty-drivers#How_do_I_trigger_my_CI_to_rerun_on_gerrit_comments.3F15:47
openstackgerritjacky06 proposed openstack/os-brick master: Sync Sphinx requirement  https://review.opendev.org/66632215:47
smcginnisOh, was it easier to do that by changing the name? There are still other spaces though.15:48
smcginnisNo big deal, just curious why that would be done.15:48
rajinirsmcginnis; 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 reason15:50
*** helenafm has quit IRC15:52
*** markvoelker has joined #openstack-cinder15:58
*** markvoelker has quit IRC16:03
*** lpetrut has joined #openstack-cinder16:10
*** _erlon_ has joined #openstack-cinder16:12
*** udesale has quit IRC16:12
*** awalende has joined #openstack-cinder16:14
*** spsurya has quit IRC16:18
*** awalende has quit IRC16:19
*** lpetrut has quit IRC16:49
*** awalende has joined #openstack-cinder16:50
*** davidsha has quit IRC16:57
*** markvoelker has joined #openstack-cinder16:59
*** trident has quit IRC17:02
*** markvoelker has quit IRC17:04
*** trident has joined #openstack-cinder17:04
hemnahas anyone stood up a fresh devstack lately?17:14
hemnaI'm not getting cinder starting17:14
jungleboyjI had one work last week.17:15
*** e0ne has quit IRC17:20
*** tesseract has quit IRC17:21
*** awalende has quit IRC17:22
*** sahid has quit IRC17:22
*** eharney has quit IRC17:25
*** tesseract has joined #openstack-cinder17:36
*** eharney has joined #openstack-cinder17:38
*** psachin has quit IRC17:48
*** melwitt is now known as jgwentworth17:55
*** awalende has joined #openstack-cinder17:56
*** markvoelker has joined #openstack-cinder18:00
*** awalende has quit IRC18:00
*** ociuhandu has quit IRC18:02
*** markvoelker has quit IRC18:05
*** pcaruana has quit IRC18:11
*** e0ne has joined #openstack-cinder18:35
*** e0ne has quit IRC18:36
*** tesseract has quit IRC18:49
*** chhagarw has quit IRC18:50
*** markvoelker has joined #openstack-cinder19:01
*** e0ne has joined #openstack-cinder19:05
*** markvoelker has quit IRC19:20
*** jrubenst has quit IRC19:32
*** jrubenst has joined #openstack-cinder19:45
*** eharney has quit IRC19:47
*** jgwentworth is now known as melwitt19:52
*** awalende has joined #openstack-cinder19:58
*** e0ne has quit IRC20:11
openstackgerritJon Bernard proposed openstack/cinder master: RBD: save and restore multiattach features  https://review.opendev.org/64311620:14
*** markvoelker has joined #openstack-cinder20: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 IRC20:32
*** eharney has joined #openstack-cinder20:36
*** markvoelker has quit IRC20:36
*** awalende has joined #openstack-cinder20:41
*** whoami-rajat has quit IRC20:47
*** e0ne has joined #openstack-cinder20:55
*** e0ne has quit IRC20:59
*** e0ne has joined #openstack-cinder21:00
*** jrubenst has quit IRC21:00
openstackgerritWalter A. Boring IV (hemna) proposed openstack/cinder master: WIP Add ceph iscsi volume driver  https://review.opendev.org/66282921:19
*** enriquetaso has quit IRC21:29
*** _erlon_ has quit IRC21:32
*** markvoelker has joined #openstack-cinder21:33
*** e0ne has quit IRC21:39
*** dviroel has quit IRC21:51
*** markvoelker has quit IRC21:53
*** awalende has quit IRC21:55
*** awalende has joined #openstack-cinder21:56
*** awalende has quit IRC21:59
*** mriedem has quit IRC21:59
*** vishalmanchanda has quit IRC22:03
*** carloss has quit IRC22:27
*** markvoelker has joined #openstack-cinder22:50
*** markvoelker has quit IRC23:05
*** tkajinam has joined #openstack-cinder23:06
*** rcernin has joined #openstack-cinder23:16
*** lseki has quit IRC23:29

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