Monday, 2019-12-09

*** irclogbot_2 has joined #openstack-cinder00:22
*** irclogbot_2 has quit IRC00:39
*** Liang__ has joined #openstack-cinder01:20
*** irclogbot_2 has joined #openstack-cinder01:26
*** whfnst has joined #openstack-cinder01:36
*** zhanglong has joined #openstack-cinder01:39
*** irclogbot_2 has quit IRC01:48
*** irclogbot_2 has joined #openstack-cinder02:46
*** brinzhang has joined #openstack-cinder03:06
*** e0ne has joined #openstack-cinder03:06
*** brinzhang has quit IRC03:08
*** brinzhang has joined #openstack-cinder03:08
*** e0ne has quit IRC03:11
*** lvbin01 has quit IRC03:25
*** lvbin01 has joined #openstack-cinder03:25
*** brinzhang_ has joined #openstack-cinder03:25
*** brinzhang has quit IRC03:29
*** udesale has joined #openstack-cinder04:25
*** bhagyashris has joined #openstack-cinder04:29
*** sapd1 has quit IRC05:09
*** zhanglong has quit IRC05:43
*** zhanglong has joined #openstack-cinder06:01
*** ircuser-1 has quit IRC06:33
*** brinzhang has joined #openstack-cinder06:53
*** awalende has joined #openstack-cinder06:53
*** brinzhang_ has quit IRC06:56
*** awalende has quit IRC06:58
*** brinzhang_ has joined #openstack-cinder07:06
*** brinzhang has quit IRC07:10
*** rcernin has quit IRC07:12
*** zhanglong has quit IRC07:13
*** brinzhang has joined #openstack-cinder07:19
*** brinzhang_ has quit IRC07:23
*** brinzhang has quit IRC07:29
*** brinzhang has joined #openstack-cinder07:29
*** brinzhang has quit IRC07:31
*** brinzhang has joined #openstack-cinder07:31
*** sahid has joined #openstack-cinder07:36
*** brinzhang_ has joined #openstack-cinder07:39
*** brinzhang has quit IRC07:42
*** brinzhang has joined #openstack-cinder07:55
*** brinzhang has quit IRC07:56
*** brinzhang has joined #openstack-cinder07:56
*** brinzhang_ has quit IRC07:58
*** brinzhang has quit IRC08:05
*** brinzhang has joined #openstack-cinder08:05
*** brinzhang_ has joined #openstack-cinder08:07
*** tkajinam has quit IRC08:07
*** awalende has joined #openstack-cinder08:09
*** brinzhang has quit IRC08:10
*** awalende has quit IRC08:14
*** sam_wan has joined #openstack-cinder08:25
*** brinzhang_ has quit IRC08:25
*** tosky has joined #openstack-cinder08:25
*** brinzhang_ has joined #openstack-cinder08:25
*** brinzhang has joined #openstack-cinder08:29
*** tesseract has joined #openstack-cinder08:30
*** tesseract has quit IRC08:31
*** tesseract has joined #openstack-cinder08:31
*** brinzhang_ has quit IRC08:32
*** e0ne has joined #openstack-cinder08:35
*** e0ne has quit IRC08:36
*** brinzhang has quit IRC08:38
*** zhanglong has joined #openstack-cinder08:53
*** martinkennelly has joined #openstack-cinder08:57
*** udesale has quit IRC09:01
*** awalende has joined #openstack-cinder09:05
*** rcernin has joined #openstack-cinder09:11
whfnstI have a question about driver_filter.py. Here https://github.com/openstack/cinder/blob/349e2c97a926b1eb6f3e787df10dd3b03b48715e/cinder/scheduler/filters/driver_filter.py#L11709:24
whfnstIn pike, if you create a volume without specifying a type, 'volume_type' will be equal to 'None' instead of '{}'. This will make the 'get' below go wrong. Is this a problem?09:24
openstackgerritPeng Wang proposed openstack/cinder master: DS8k Cinder Driver support Python3 Change IBM DS9K Cinder Driver code to support python3  https://review.opendev.org/69796009:28
openstackgerritPeng Wang proposed openstack/cinder master: DS8k Cinder Driver support Python3  https://review.opendev.org/69796009:32
*** Xuchu has joined #openstack-cinder09:34
*** Liang__ has quit IRC09:49
*** yan0s has joined #openstack-cinder09:59
*** udesale has joined #openstack-cinder10:08
*** e0ne has joined #openstack-cinder10:14
*** rcernin has quit IRC10:14
*** e0ne has quit IRC10:15
*** e0ne has joined #openstack-cinder10:17
*** davidsha has joined #openstack-cinder10:18
*** udesale has quit IRC10:31
*** Xuchu_ has joined #openstack-cinder10:49
*** Xuchu has quit IRC10:51
*** Xuchu_ is now known as Xuchu10:51
*** zhanglong has quit IRC11:14
*** sapd1 has joined #openstack-cinder11:20
*** Lucas_Gray has joined #openstack-cinder11:20
*** raghavendrat has joined #openstack-cinder11:32
*** dviroel has joined #openstack-cinder11:36
*** sapd1 has quit IRC11:36
*** Xuchu has quit IRC11:39
*** brinzhang has joined #openstack-cinder11:45
*** pcaruana has joined #openstack-cinder11:46
raghavendrathi e0ne: are you online?11:51
e0neraghavendrat: hi. yes11:51
raghavendratthis is regarding https://docs.openstack.org/cinder/latest/reference/support-matrix.html#operation_active_active_ha11:51
raghavendratIn HPE 3PAR we added Peer Persistence support -> https://review.opendev.org/#/c/677945/11:52
raghavendratNow wish to add below flag in code:11:53
raghavendratSUPPORTS_ACTIVE_ACTIVE = True11:53
e0neit's about different features11:54
e0nehttps://review.opendev.org/#/c/677945/ implements something for replication11:54
e0neSUPPORTS_ACTIVE_ACTIVE - it's a flag for Active/Active HA for cinder-volume service even without replication11:55
raghavendratregarding SUPPORTS_ACTIVE_ACTIVE ... one request: can you please provide link to some documentation11:56
e0neraghavendrat: here is it https://docs.openstack.org/cinder/latest/contributor/high_availability.html#enabling-active-active-on-drivers12:03
raghavendrate0ne: thanks. will have a look12:05
*** brinzhang_ has joined #openstack-cinder12:05
*** brinzhang has quit IRC12:09
raghavendratjust checked in https://github.com/openstack/cinder/tree/master/cinder/volume/drivers12:13
raghavendratonly rbd.py claims SUPPORTS_ACTIVE_ACTIVE = True12:13
*** dave-mccowan has joined #openstack-cinder12:19
e0neaccording to the https://docs.openstack.org/cinder/latest/reference/support-matrix.html#operation_active_active_ha there is few more drivers with this feature12:20
*** dave-mccowan has quit IRC12:25
*** udesale has joined #openstack-cinder12:33
*** Luzi has joined #openstack-cinder12:57
*** rosmaita has joined #openstack-cinder13:02
*** brinzhang has joined #openstack-cinder13:04
*** brinzhang has quit IRC13:06
*** brinzhang has joined #openstack-cinder13:07
openstackgerritMerged openstack/cinder stable/stein: PowerMax Driver - PowerMax Formatted Vols Fix  https://review.opendev.org/69673413:07
openstackgerritMerged openstack/cinder stable/train: NEC driver: replace deprecated xml library  https://review.opendev.org/69642113:07
openstackgerritMerged openstack/cinder stable/train: Fix Train release note prelude  https://review.opendev.org/69689413:07
openstackgerritMerged openstack/cinder stable/train: Tests: Isolate rbd deferred deletion tests  https://review.opendev.org/69717313:07
*** brinzhang_ has quit IRC13:07
*** Xuchu has joined #openstack-cinder13:17
*** Lucas_Gray has quit IRC13:26
*** bhagyashris has quit IRC13:36
*** enriquetaso has joined #openstack-cinder13:38
*** ociuhandu has joined #openstack-cinder13:51
*** Xuchu has quit IRC13:57
*** brinzhang_ has joined #openstack-cinder14:07
*** brinzhang_ has quit IRC14:09
*** brinzhang_ has joined #openstack-cinder14:09
*** brinzhang has quit IRC14:10
*** brinzhang_ has quit IRC14:11
*** brinzhang_ has joined #openstack-cinder14:12
*** brinzhang_ has quit IRC14:13
*** brinzhang_ has joined #openstack-cinder14:14
*** brinzhang_ has quit IRC14:15
*** brinzhang_ has joined #openstack-cinder14:16
*** brinzhang_ has quit IRC14:17
*** brinzhang_ has joined #openstack-cinder14:18
*** brinzhang_ has quit IRC14:19
*** brinzhang_ has joined #openstack-cinder14:20
*** brinzhang_ has quit IRC14:21
*** brinzhang_ has joined #openstack-cinder14:21
*** brinzhang_ has quit IRC14:22
rosmaitacinder cores: need someone other than me or geguileo to review https://review.opendev.org/#/c/696375/ -- needs to land before we can cut the train cinderlib release14:27
*** eharney has joined #openstack-cinder14:41
*** lpetrut has joined #openstack-cinder14:41
*** Luzi has quit IRC15:00
*** ociuhandu has quit IRC15:11
*** udesale has quit IRC15:36
*** awalende has quit IRC15:38
*** awalende has joined #openstack-cinder15:38
*** awalende_ has joined #openstack-cinder15:42
*** awalende has quit IRC15:43
*** awalende_ has quit IRC15:43
*** awalende has joined #openstack-cinder15:44
*** lpetrut has quit IRC15:47
*** johanssone has quit IRC15:48
*** awalende has quit IRC15:48
*** johanssone has joined #openstack-cinder15:49
*** ociuhandu has joined #openstack-cinder15:51
*** ociuhandu has quit IRC15:55
*** mmethot has quit IRC16:22
*** mmethot has joined #openstack-cinder16:23
*** ociuhandu has joined #openstack-cinder16:41
*** awalende has joined #openstack-cinder16:44
*** awalende has quit IRC16:49
*** ociuhandu has quit IRC16:58
walshh_Is there anyone available to take a look at https://review.opendev.org/#/c/691293.  Thank you17:21
*** pcaruana has quit IRC17:31
*** sahid has quit IRC17:32
*** mmethot has quit IRC17:35
jungleboyjwalshh_:  Looks ok but would be good to add a release note maybe.17:47
walshh_sure17:48
walshh_Thanks for reviewing17:48
jungleboyjWelcome.  Just given that it is kind of a nasty sounding bug ...17:48
*** e0ne has quit IRC17:52
*** e0ne_ has joined #openstack-cinder17:52
*** e0ne_ has quit IRC17:53
*** davidsha has quit IRC17:55
*** rishabhhpe has joined #openstack-cinder18:18
rishabhhpeHello All , Need your inputs on below -:18:18
rishabhhpeFrom Saturday onwards our openstack CI is failing for ISCSI driver at very early stage of devstack setup and for FC driver it is getting queued. Please let us know if there is any changes are done from community end.18:18
*** pcaruana has joined #openstack-cinder18:23
*** jbernard has quit IRC18:24
*** jbernard has joined #openstack-cinder18:26
*** martinkennelly has quit IRC18:40
*** rishabhhpe has quit IRC18:45
*** ociuhandu has joined #openstack-cinder19:10
*** ociuhandu has quit IRC19:15
*** ociuhandu has joined #openstack-cinder19:15
*** ociuhandu has quit IRC19:16
*** gmann is now known as gmann_afk19:17
*** strigazi has quit IRC19:37
*** tesseract has quit IRC19:37
*** awalende has joined #openstack-cinder19:39
*** e0ne has joined #openstack-cinder19:39
*** e0ne has quit IRC19:39
*** strigazi has joined #openstack-cinder19:40
*** martinkennelly has joined #openstack-cinder19:41
*** awalende has quit IRC19:43
*** strigazi has quit IRC19:46
*** e0ne has joined #openstack-cinder19:57
*** enriquetaso has quit IRC19:58
*** eharney has quit IRC20:04
*** e0ne has quit IRC20:08
*** whfnst has quit IRC20:15
*** Lucas_Gray has joined #openstack-cinder20:21
*** e0ne has joined #openstack-cinder20:33
*** e0ne has quit IRC20:33
*** ociuhandu has joined #openstack-cinder20:43
*** ociuhandu has quit IRC20:48
*** e0ne has joined #openstack-cinder20:49
*** e0ne has quit IRC20:51
*** eharney has joined #openstack-cinder21:01
*** Lucas_Gray has quit IRC21:04
*** Lucas_Gray has joined #openstack-cinder21:08
*** ociuhandu has joined #openstack-cinder21:21
*** e0ne has joined #openstack-cinder21:21
*** ociuhandu has quit IRC21:26
*** pcaruana has quit IRC21:31
*** e0ne has quit IRC21:45
*** gmann_afk is now known as gmann21:48
*** ociuhandu has joined #openstack-cinder22:04
*** ociuhandu has quit IRC22:10
*** rcernin has joined #openstack-cinder22:16
*** Lucas_Gray has quit IRC22:17
*** rcernin has quit IRC22:36
*** e0ne has joined #openstack-cinder22:36
*** e0ne has quit IRC22:47
openstackgerritMerged openstack/os-brick stable/train: iscsi: Add _get_device_link retry when waiting for /dev/disk/by-id/ to populate  https://review.opendev.org/69711523:12
*** martinkennelly has quit IRC23:12
*** tkajinam has joined #openstack-cinder23:12
*** ociuhandu has joined #openstack-cinder23:15
*** rcernin has joined #openstack-cinder23:17
*** ociuhandu has quit IRC23:20
*** ociuhandu has joined #openstack-cinder23:24
*** ociuhandu has quit IRC23:33
*** ociuhandu has joined #openstack-cinder23:34
*** ociuhandu has quit IRC23:39
*** ociuhandu has joined #openstack-cinder23:44
*** ociuhandu has quit IRC23:49
*** enriquetaso has joined #openstack-cinder23:54
*** ociuhandu has joined #openstack-cinder23:54
*** tosky has quit IRC23:56

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