*** brinzhang has joined #openstack-cinder | 00:13 | |
*** brinzhang_ has quit IRC | 00:16 | |
*** brinzhang_ has joined #openstack-cinder | 00:27 | |
*** brinzhang has quit IRC | 00:31 | |
*** lseki has quit IRC | 00:45 | |
*** whfnst has joined #openstack-cinder | 01:09 | |
*** enriquetaso has quit IRC | 01:14 | |
*** Liang__ has joined #openstack-cinder | 01:22 | |
*** ociuhandu has joined #openstack-cinder | 01:31 | |
*** ociuhandu has quit IRC | 01:35 | |
*** ruffian_sheep has joined #openstack-cinder | 01:45 | |
*** brinzhang has joined #openstack-cinder | 01:58 | |
*** brinzhang_ has quit IRC | 02:00 | |
ruffian_sheep | brinzhang : Hi,are u online ? | 02:08 |
---|---|---|
*** brinzhang_ has joined #openstack-cinder | 02:15 | |
*** brinzhang has quit IRC | 02:18 | |
*** brinzhang has joined #openstack-cinder | 02:19 | |
*** brinzhang has quit IRC | 02:20 | |
*** brinzhang_ has quit IRC | 02:20 | |
openstackgerrit | DingDong proposed openstack/cinder master: [Unity] Support create volume with tiering policy. https://review.opendev.org/668621 | 02:31 |
*** zhanglong has joined #openstack-cinder | 02:34 | |
*** zhanglong has quit IRC | 02:45 | |
*** zhanglong has joined #openstack-cinder | 02:47 | |
*** Liang__ has quit IRC | 02:49 | |
*** Liang__ has joined #openstack-cinder | 03:11 | |
*** psachin has joined #openstack-cinder | 03:38 | |
*** udesale has joined #openstack-cinder | 03:44 | |
*** udesale has quit IRC | 03:54 | |
*** dingdong2020 has joined #openstack-cinder | 03:58 | |
*** jdillaman has quit IRC | 04:20 | |
*** udesale has joined #openstack-cinder | 04:20 | |
*** bhagyashris has joined #openstack-cinder | 04:44 | |
*** bhagyashris has quit IRC | 05:26 | |
*** bhagyashris has joined #openstack-cinder | 05:32 | |
*** udesale has quit IRC | 05:56 | |
*** brinzhang has joined #openstack-cinder | 06:01 | |
*** brinzhang_ has joined #openstack-cinder | 06:01 | |
*** brinzhang_ has quit IRC | 06:01 | |
*** brinzhang has quit IRC | 06:02 | |
*** whoami-rajat has joined #openstack-cinder | 06:02 | |
*** brinzhang has joined #openstack-cinder | 06:02 | |
whoami-rajat | ruffian_sheep, Hi | 06:02 |
ruffian_sheep | whoami-rajat :Hi ;) | 06:03 |
whoami-rajat | ruffian_sheep, does the error occur on every run? | 06:03 |
ruffian_sheep | whoami-rajat :yes | 06:03 |
*** brinzhang has quit IRC | 06:04 | |
*** brinzhang has joined #openstack-cinder | 06:04 | |
whoami-rajat | ruffian_sheep, hmm | 06:05 |
whoami-rajat | your issue is not related to multiattach | 06:05 |
whoami-rajat | here[1] at L#98 the volume is created, and at L#103 it is being attached | 06:06 |
whoami-rajat | [1] | 06:06 |
whoami-rajat | https://github.com/openstack/tempest/blob/master/tempest/api/compute/admin/test_volume_swap.py#L98-L103 | 06:06 |
whoami-rajat | since it is being attached for the first time, it should not go into the multiattach part, which causes your failure | 06:06 |
*** Xuchu has joined #openstack-cinder | 06:09 | |
ruffian_sheep | whoami-rajat :Attachment of these two volumes is performed normally, and the logs on cinder and nova have not reported errors. | 06:09 |
whoami-rajat | ruffian_sheep, the logs you shared has the error occurring on the attachment | 06:11 |
whoami-rajat | http://paste.openstack.org/show/787849/ | 06:11 |
ruffian_sheep | whoami-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-rajat | ruffian_sheep, ok. tempest uses 'min_microversion' to determine which tests should support which MV and sends that to the header | 06:15 |
whoami-rajat | ruffian_sheep, the tests that is failing doesn't require to send the MV | 06:16 |
whoami-rajat | ruffian_sheep, did you try executing the tests in a fresh environment ? | 06:16 |
ruffian_sheep | whoami-rajat :I have rebuilt devstack several times and have encountered this problem. | 06:17 |
ruffian_sheep | whoami-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 not | 06:22 |
ruffian_sheep | given above? | 06:22 |
openstackgerrit | Xuchu Jiang proposed openstack/cinder master: Doc: update storwize cinder driver configuration guide https://review.opendev.org/700396 | 06:25 |
whoami-rajat | ruffian_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 run | 06:28 |
whoami-rajat | ruffian_sheep, can you try using pdb and check after the volume creation, is it attached to anything ? it shouldn't ideally | 06:29 |
ruffian_sheep | whoami-rajat :it isn't | 06:41 |
ruffian_sheep | whoami-rajat :http://paste.openstack.org/show/787880/ ,the volume just be created and deleted after failure | 06:42 |
whoami-rajat | ruffian_sheep, so the issue is with the attach call | 06:45 |
*** ruffian_sheep has quit IRC | 06:47 | |
*** ruffian_sheep has joined #openstack-cinder | 06:49 | |
whoami-rajat | ruffian_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#L70 | 06:51 |
whoami-rajat | and run the test | 06:51 |
ruffian_sheep | whoami-rajat : Coincidentally, I just wanted to try it ;) | 06:52 |
whoami-rajat | ruffian_sheep, hah :D | 06:53 |
ruffian_sheep | whoami-rajat : waaao.....it seems can be attached... | 06:55 |
whoami-rajat | ruffian_sheep, if it runs successfully and the volume shows multiple attachments here, | 06:55 |
whoami-rajat | ruffian_sheep, it ran successfully? | 06:55 |
*** ruffian_sheep70 has joined #openstack-cinder | 07:00 | |
*** ruffian_sheep has quit IRC | 07:00 | |
*** brinzhang_ has joined #openstack-cinder | 07:01 | |
*** ruffian_sheep70 is now known as ruffian_sheep | 07:01 | |
ruffian_sheep | whoami-rajat: Maybe not yet. http://paste.openstack.org/show/787882/ | 07:02 |
*** brinzhang_ has quit IRC | 07:02 | |
ruffian_sheep | whoami-rajat: Now it's stop at this step | 07:03 |
*** brinzhang_ has joined #openstack-cinder | 07:03 | |
*** brinzhang has quit IRC | 07:04 | |
whoami-rajat | ruffian_sheep, so initialize_connection is called | 07:07 |
*** ruffian_sheep has quit IRC | 07:10 | |
*** ruffian_sheep has joined #openstack-cinder | 07:14 | |
ruffian_sheep | whoami-rajat : are u still online?did u say anything in my logging out? | 07:16 |
whoami-rajat | ruffian_sheep, i was just asking if the test ran successfully? | 07:19 |
ruffian_sheep | whoami-rajat : No, now it stopped, nothing happened | 07:20 |
whoami-rajat | ruffian_sheep, no error logs? nova or cinder side? | 07:20 |
*** e0ne has joined #openstack-cinder | 07:21 | |
ruffian_sheep | whoami-rajat : ohhh,there http://paste.openstack.org/show/787885/ | 07:23 |
*** e0ne has quit IRC | 07:23 | |
whoami-rajat | ruffian_sheep, this shows issue with the service, is c-vol up and running ? | 07:24 |
*** brinzhang_ has quit IRC | 07:25 | |
*** xover-23 has joined #openstack-cinder | 07:25 | |
*** brinzhang_ has joined #openstack-cinder | 07:25 | |
*** e0ne has joined #openstack-cinder | 07:27 | |
*** ruffian_sheep2 has joined #openstack-cinder | 07:28 | |
*** ruffian_sheep has quit IRC | 07:28 | |
*** ruffian_sheep2 is now known as ruffian_sheep | 07:28 | |
*** e0ne has quit IRC | 07:30 | |
*** ruffian_sheep51 has joined #openstack-cinder | 07:33 | |
*** ruffian_sheep has quit IRC | 07:33 | |
*** ruffian_sheep51 is now known as ruffian_sheep | 07:34 | |
*** e0ne has joined #openstack-cinder | 07:34 | |
ruffian_sheep | whoami-rajat : yes | 07:34 |
ruffian_sheep | whoami-rajat : It looks like one volume has been unmounted and the other is still mounted on it. | 07:35 |
*** e0ne has quit IRC | 07:36 | |
*** brinzhang has joined #openstack-cinder | 07:38 | |
*** e0ne has joined #openstack-cinder | 07:40 | |
*** brinzhang_ has quit IRC | 07:42 | |
*** ruffian_sheep has quit IRC | 07:42 | |
*** ruffian_sheep has joined #openstack-cinder | 07:44 | |
*** e0ne has quit IRC | 07:44 | |
ruffian_sheep | The domestic network always make me crazy | 07:45 |
*** e0ne has joined #openstack-cinder | 07:48 | |
*** e0ne has quit IRC | 07:51 | |
*** e0ne has joined #openstack-cinder | 07:57 | |
*** zhanglong has quit IRC | 07:57 | |
*** e0ne has quit IRC | 07:59 | |
*** e0ne has joined #openstack-cinder | 08:03 | |
*** e0ne has quit IRC | 08:03 | |
whfnst | ruffian_sheep You can see what you missed from here. http://eavesdrop.openstack.org/irclogs/%23openstack-cinder/latest.log.html | 08:05 |
ruffian_sheep | whfnst : thx.I know this, but sometimes refreshing is slower. I still can't see what I said when I was offline before refreshing | 08:07 |
*** tkajinam has quit IRC | 08:18 | |
*** brinzhang_ has joined #openstack-cinder | 08:19 | |
*** brinzhang has quit IRC | 08:22 | |
*** xover-23 has quit IRC | 08:28 | |
openstackgerrit | Xuchu Jiang proposed openstack/cinder master: Fix an issue in storwize unit test case https://review.opendev.org/700375 | 08:34 |
*** brinzhang has joined #openstack-cinder | 08:42 | |
*** brinzhang_ has quit IRC | 08:45 | |
*** e0ne has joined #openstack-cinder | 08:48 | |
*** Liang__ is now known as LiangFang | 08:49 | |
LiangFang | hi cinder team, Merry Christmas!!! | 08:51 |
*** bhagyashris has quit IRC | 08:57 | |
*** bhagyashris has joined #openstack-cinder | 08:57 | |
*** whfnst has quit IRC | 09:06 | |
*** zhanglong has joined #openstack-cinder | 09:12 | |
*** elod has quit IRC | 09:14 | |
*** sapd1_x has joined #openstack-cinder | 09:19 | |
*** ruffian_sheep has quit IRC | 09:21 | |
*** LiangFang has quit IRC | 09:31 | |
*** brinzhang_ has joined #openstack-cinder | 10:04 | |
*** brinzhang has quit IRC | 10:07 | |
*** zhanglong has quit IRC | 10:10 | |
*** elod has joined #openstack-cinder | 10:11 | |
*** zhanglong has joined #openstack-cinder | 10:14 | |
*** zhanglong has quit IRC | 10:19 | |
*** zhanglong has joined #openstack-cinder | 10:20 | |
*** brinzhang has joined #openstack-cinder | 10:28 | |
*** brinzhang_ has quit IRC | 10:31 | |
openstackgerrit | Rajat Dhasmana proposed openstack/cinder-tempest-plugin master: Add test for check dependencies between incr backups https://review.opendev.org/652771 | 11:03 |
*** dviroel has joined #openstack-cinder | 11:21 | |
*** zhanglong has quit IRC | 11:25 | |
*** Xuchu has quit IRC | 11:25 | |
*** bhagyashris has quit IRC | 12:19 | |
*** sapd1_x has quit IRC | 12:25 | |
*** lseki has joined #openstack-cinder | 12:49 | |
*** enriquetaso has joined #openstack-cinder | 13:11 | |
*** tosky has joined #openstack-cinder | 13:29 | |
*** KeithMnemonic has joined #openstack-cinder | 14:10 | |
*** KeithMnemonic has quit IRC | 14:10 | |
*** KeithMnemonic has joined #openstack-cinder | 14:10 | |
*** elod has quit IRC | 14:40 | |
*** vishalmanchanda has quit IRC | 14:44 | |
*** elod has joined #openstack-cinder | 14:52 | |
*** tosky has quit IRC | 15:08 | |
*** whoami-rajat has quit IRC | 15:27 | |
*** kozhukalov has quit IRC | 16:10 | |
*** kozhukalov has joined #openstack-cinder | 16:10 | |
*** hoonetorg has quit IRC | 16:19 | |
*** hoonetorg has joined #openstack-cinder | 16:31 | |
*** e0ne has quit IRC | 16:53 | |
*** psachin has quit IRC | 17:01 | |
*** dviroel has quit IRC | 17:17 | |
*** kozhukalov has quit IRC | 17:18 | |
*** kozhukalov has joined #openstack-cinder | 17:46 | |
*** kozhukalov has quit IRC | 18:22 | |
*** FlorianFa has quit IRC | 21:11 | |
*** ociuhandu has joined #openstack-cinder | 21:13 | |
*** FlorianFa has joined #openstack-cinder | 21:23 | |
*** ociuhandu has quit IRC | 21:45 | |
*** e0ne has joined #openstack-cinder | 21:52 | |
*** e0ne has quit IRC | 21:59 | |
*** KeithMnemonic has quit IRC | 22:01 | |
*** tkajinam has joined #openstack-cinder | 23:06 | |
*** dklyle has quit IRC | 23:19 | |
*** david-lyle has joined #openstack-cinder | 23:19 | |
*** ociuhandu has joined #openstack-cinder | 23:31 | |
*** ociuhandu has quit IRC | 23:35 | |
*** n-saito has joined #openstack-cinder | 23:44 | |
*** tkajinam has quit IRC | 23:52 | |
*** tkajinam has joined #openstack-cinder | 23:52 |
Generated by irclog2html.py 2.15.3 by Marius Gedminas - find it at mg.pov.lt!