Tuesday, 2019-12-24

*** brinzhang has joined #openstack-cinder00:13
*** brinzhang_ has quit IRC00:16
*** brinzhang_ has joined #openstack-cinder00:27
*** brinzhang has quit IRC00:31
*** lseki has quit IRC00:45
*** whfnst has joined #openstack-cinder01:09
*** enriquetaso has quit IRC01:14
*** Liang__ has joined #openstack-cinder01:22
*** ociuhandu has joined #openstack-cinder01:31
*** ociuhandu has quit IRC01:35
*** ruffian_sheep has joined #openstack-cinder01:45
*** brinzhang has joined #openstack-cinder01:58
*** brinzhang_ has quit IRC02:00
ruffian_sheepbrinzhang : Hi,are u online ?02:08
*** brinzhang_ has joined #openstack-cinder02:15
*** brinzhang has quit IRC02:18
*** brinzhang has joined #openstack-cinder02:19
*** brinzhang has quit IRC02:20
*** brinzhang_ has quit IRC02:20
openstackgerritDingDong proposed openstack/cinder master: [Unity] Support create volume with tiering policy.  https://review.opendev.org/66862102:31
*** zhanglong has joined #openstack-cinder02:34
*** zhanglong has quit IRC02:45
*** zhanglong has joined #openstack-cinder02:47
*** Liang__ has quit IRC02:49
*** Liang__ has joined #openstack-cinder03:11
*** psachin has joined #openstack-cinder03:38
*** udesale has joined #openstack-cinder03:44
*** udesale has quit IRC03:54
*** dingdong2020 has joined #openstack-cinder03:58
*** jdillaman has quit IRC04:20
*** udesale has joined #openstack-cinder04:20
*** bhagyashris has joined #openstack-cinder04:44
*** bhagyashris has quit IRC05:26
*** bhagyashris has joined #openstack-cinder05:32
*** udesale has quit IRC05:56
*** brinzhang has joined #openstack-cinder06:01
*** brinzhang_ has joined #openstack-cinder06:01
*** brinzhang_ has quit IRC06:01
*** brinzhang has quit IRC06:02
*** whoami-rajat has joined #openstack-cinder06:02
*** brinzhang has joined #openstack-cinder06:02
whoami-rajatruffian_sheep, Hi06:02
ruffian_sheepwhoami-rajat :Hi ;)06:03
whoami-rajatruffian_sheep, does the error occur on every run?06:03
ruffian_sheepwhoami-rajat :yes06:03
*** brinzhang has quit IRC06:04
*** brinzhang has joined #openstack-cinder06:04
whoami-rajatruffian_sheep, hmm06:05
whoami-rajatyour issue is not related to multiattach06:05
whoami-rajathere[1] at L#98 the volume is created, and at L#103 it is being attached06:06
whoami-rajat[1]06:06
whoami-rajathttps://github.com/openstack/tempest/blob/master/tempest/api/compute/admin/test_volume_swap.py#L98-L10306:06
whoami-rajatsince it is being attached for the first time, it should not go into the multiattach part, which causes your failure06:06
*** Xuchu has joined #openstack-cinder06:09
ruffian_sheepwhoami-rajat :Attachment of these two volumes is performed normally, and the logs on cinder and nova have not reported errors.06:09
whoami-rajatruffian_sheep, the logs you shared has the error occurring on the attachment06:11
whoami-rajathttp://paste.openstack.org/show/787849/06:11
ruffian_sheepwhoami-rajat :Oh yes. Sorry, I remember the use case wrong. The other is executed normally. test_volume_swap_with_multiattach The attach of this use case is executed normally. This is where I am more confused.06:13
whoami-rajatruffian_sheep, ok. tempest uses 'min_microversion' to determine which tests should support which MV and sends that to the header06:15
whoami-rajatruffian_sheep, the tests that is failing doesn't require to send the MV06:16
whoami-rajatruffian_sheep, did you try executing the tests in a fresh environment ?06:16
ruffian_sheepwhoami-rajat :I have rebuilt devstack several times and have encountered this problem.06:17
ruffian_sheepwhoami-rajat :Oh, I seem to have some ideas. I am performing tests.temp.api.compute.admin.test_volume_swap through nosetests. Because I see that the use case is multiattach. Isn't such a test originally passed through temepst to go to tempest.api.compute.admin.test_volume_swap: TestVolumeSwap.test_volume_swap? So min_microversion = '2.60' is not06:22
ruffian_sheepgiven above?06:22
openstackgerritXuchu Jiang proposed openstack/cinder master: Doc: update storwize cinder driver configuration guide  https://review.opendev.org/70039606:25
whoami-rajatruffian_sheep, i didn't understand the last part ( So min_microversion = '2.60' is not) but i don't think it is the difference of nosetests vs tempest run06:28
whoami-rajatruffian_sheep, can you try using pdb and check after the volume creation, is it attached to anything ? it shouldn't ideally06:29
ruffian_sheepwhoami-rajat :it isn't06:41
ruffian_sheepwhoami-rajat :http://paste.openstack.org/show/787880/ ,the volume just be created and deleted after failure06:42
whoami-rajatruffian_sheep, so the issue is with the attach call06:45
*** ruffian_sheep has quit IRC06:47
*** ruffian_sheep has joined #openstack-cinder06:49
whoami-rajatruffian_sheep, just to confirm it can you put "min_microversion = '2.60'" as a class variable here https://github.com/openstack/tempest/blob/master/tempest/api/compute/admin/test_volume_swap.py#L7006:51
whoami-rajatand run the test06:51
ruffian_sheepwhoami-rajat : Coincidentally, I just wanted to try it ;)06:52
whoami-rajatruffian_sheep, hah :D06:53
ruffian_sheepwhoami-rajat : waaao.....it seems can be attached...06:55
whoami-rajatruffian_sheep, if it runs successfully and the volume shows multiple attachments here,06:55
whoami-rajatruffian_sheep, it ran successfully?06:55
*** ruffian_sheep70 has joined #openstack-cinder07:00
*** ruffian_sheep has quit IRC07:00
*** brinzhang_ has joined #openstack-cinder07:01
*** ruffian_sheep70 is now known as ruffian_sheep07:01
ruffian_sheepwhoami-rajat: Maybe not yet. http://paste.openstack.org/show/787882/07:02
*** brinzhang_ has quit IRC07:02
ruffian_sheepwhoami-rajat: Now it's stop at this step07:03
*** brinzhang_ has joined #openstack-cinder07:03
*** brinzhang has quit IRC07:04
whoami-rajatruffian_sheep, so initialize_connection is called07:07
*** ruffian_sheep has quit IRC07:10
*** ruffian_sheep has joined #openstack-cinder07:14
ruffian_sheepwhoami-rajat : are u still online?did u say anything in my logging out?07:16
whoami-rajatruffian_sheep, i was just asking if the test ran successfully?07:19
ruffian_sheepwhoami-rajat : No, now it stopped, nothing happened07:20
whoami-rajatruffian_sheep, no error logs? nova or cinder side?07:20
*** e0ne has joined #openstack-cinder07:21
ruffian_sheepwhoami-rajat : ohhh,there http://paste.openstack.org/show/787885/07:23
*** e0ne has quit IRC07:23
whoami-rajatruffian_sheep, this shows issue with the service, is c-vol up and running ?07:24
*** brinzhang_ has quit IRC07:25
*** xover-23 has joined #openstack-cinder07:25
*** brinzhang_ has joined #openstack-cinder07:25
*** e0ne has joined #openstack-cinder07:27
*** ruffian_sheep2 has joined #openstack-cinder07:28
*** ruffian_sheep has quit IRC07:28
*** ruffian_sheep2 is now known as ruffian_sheep07:28
*** e0ne has quit IRC07:30
*** ruffian_sheep51 has joined #openstack-cinder07:33
*** ruffian_sheep has quit IRC07:33
*** ruffian_sheep51 is now known as ruffian_sheep07:34
*** e0ne has joined #openstack-cinder07:34
ruffian_sheepwhoami-rajat : yes07:34
ruffian_sheepwhoami-rajat : It looks like one volume has been unmounted and the other is still mounted on it.07:35
*** e0ne has quit IRC07:36
*** brinzhang has joined #openstack-cinder07:38
*** e0ne has joined #openstack-cinder07:40
*** brinzhang_ has quit IRC07:42
*** ruffian_sheep has quit IRC07:42
*** ruffian_sheep has joined #openstack-cinder07:44
*** e0ne has quit IRC07:44
ruffian_sheepThe domestic network always make me crazy07:45
*** e0ne has joined #openstack-cinder07:48
*** e0ne has quit IRC07:51
*** e0ne has joined #openstack-cinder07:57
*** zhanglong has quit IRC07:57
*** e0ne has quit IRC07:59
*** e0ne has joined #openstack-cinder08:03
*** e0ne has quit IRC08:03
whfnstruffian_sheep  You can see what you missed from here. http://eavesdrop.openstack.org/irclogs/%23openstack-cinder/latest.log.html08:05
ruffian_sheepwhfnst  : thx.I know this, but sometimes refreshing is slower. I still can't see what I said when I was offline before refreshing08:07
*** tkajinam has quit IRC08:18
*** brinzhang_ has joined #openstack-cinder08:19
*** brinzhang has quit IRC08:22
*** xover-23 has quit IRC08:28
openstackgerritXuchu Jiang proposed openstack/cinder master: Fix an issue in storwize unit test case  https://review.opendev.org/70037508:34
*** brinzhang has joined #openstack-cinder08:42
*** brinzhang_ has quit IRC08:45
*** e0ne has joined #openstack-cinder08:48
*** Liang__ is now known as LiangFang08:49
LiangFanghi cinder team, Merry Christmas!!!08:51
*** bhagyashris has quit IRC08:57
*** bhagyashris has joined #openstack-cinder08:57
*** whfnst has quit IRC09:06
*** zhanglong has joined #openstack-cinder09:12
*** elod has quit IRC09:14
*** sapd1_x has joined #openstack-cinder09:19
*** ruffian_sheep has quit IRC09:21
*** LiangFang has quit IRC09:31
*** brinzhang_ has joined #openstack-cinder10:04
*** brinzhang has quit IRC10:07
*** zhanglong has quit IRC10:10
*** elod has joined #openstack-cinder10:11
*** zhanglong has joined #openstack-cinder10:14
*** zhanglong has quit IRC10:19
*** zhanglong has joined #openstack-cinder10:20
*** brinzhang has joined #openstack-cinder10:28
*** brinzhang_ has quit IRC10:31
openstackgerritRajat Dhasmana proposed openstack/cinder-tempest-plugin master: Add test for check dependencies between incr backups  https://review.opendev.org/65277111:03
*** dviroel has joined #openstack-cinder11:21
*** zhanglong has quit IRC11:25
*** Xuchu has quit IRC11:25
*** bhagyashris has quit IRC12:19
*** sapd1_x has quit IRC12:25
*** lseki has joined #openstack-cinder12:49
*** enriquetaso has joined #openstack-cinder13:11
*** tosky has joined #openstack-cinder13:29
*** KeithMnemonic has joined #openstack-cinder14:10
*** KeithMnemonic has quit IRC14:10
*** KeithMnemonic has joined #openstack-cinder14:10
*** elod has quit IRC14:40
*** vishalmanchanda has quit IRC14:44
*** elod has joined #openstack-cinder14:52
*** tosky has quit IRC15:08
*** whoami-rajat has quit IRC15:27
*** kozhukalov has quit IRC16:10
*** kozhukalov has joined #openstack-cinder16:10
*** hoonetorg has quit IRC16:19
*** hoonetorg has joined #openstack-cinder16:31
*** e0ne has quit IRC16:53
*** psachin has quit IRC17:01
*** dviroel has quit IRC17:17
*** kozhukalov has quit IRC17:18
*** kozhukalov has joined #openstack-cinder17:46
*** kozhukalov has quit IRC18:22
*** FlorianFa has quit IRC21:11
*** ociuhandu has joined #openstack-cinder21:13
*** FlorianFa has joined #openstack-cinder21:23
*** ociuhandu has quit IRC21:45
*** e0ne has joined #openstack-cinder21:52
*** e0ne has quit IRC21:59
*** KeithMnemonic has quit IRC22:01
*** tkajinam has joined #openstack-cinder23:06
*** dklyle has quit IRC23:19
*** david-lyle has joined #openstack-cinder23:19
*** ociuhandu has joined #openstack-cinder23:31
*** ociuhandu has quit IRC23:35
*** n-saito has joined #openstack-cinder23:44
*** tkajinam has quit IRC23:52
*** tkajinam has joined #openstack-cinder23:52

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