Thursday, 2021-03-18

*** tosky has quit IRC00:22
openstackgerritGoutham Pacha Ravi proposed openstack/manila master: Filter storage protocol in the scheduler  https://review.opendev.org/c/openstack/manila/+/78102601:19
*** Reepicheep has quit IRC01:23
*** Reepicheep has joined #openstack-manila01:23
openstackgerritMerged openstack/manila-ui master: API v2.44, added 'ou' field to security service  https://review.opendev.org/c/openstack/manila-ui/+/77443801:39
*** ivan_lin has quit IRC03:04
*** LinPeiWen has quit IRC03:05
*** LinPeiWen has joined #openstack-manila04:47
*** ivan_lin has joined #openstack-manila04:48
*** vishalmanchanda has joined #openstack-manila04:50
*** sfernand has quit IRC05:56
*** lpetrut has joined #openstack-manila07:53
*** hoonetorg has joined #openstack-manila08:03
*** LinPeiWen has quit IRC08:34
*** tosky has joined #openstack-manila08:37
openstackgerritLiron Kuchlani proposed openstack/manila-tempest-plugin master: Stop supporting microversion 2.23 and less  https://review.opendev.org/c/openstack/manila-tempest-plugin/+/78107408:53
*** LinPeiWen has joined #openstack-manila08:54
openstackgerritLiron Kuchlani proposed openstack/manila-tempest-plugin master: Stop supporting microversion 2.23 and less  https://review.opendev.org/c/openstack/manila-tempest-plugin/+/78107409:27
openstackgerritLiron Kuchlani proposed openstack/manila-tempest-plugin master: Stop supporting microversion 2.23 and less  https://review.opendev.org/c/openstack/manila-tempest-plugin/+/78107411:12
openstackgerritOpenStack Release Bot proposed openstack/python-manilaclient stable/wallaby: Update .gitreview for stable/wallaby  https://review.opendev.org/c/openstack/python-manilaclient/+/78138111:22
openstackgerritOpenStack Release Bot proposed openstack/python-manilaclient stable/wallaby: Update TOX_CONSTRAINTS_FILE for stable/wallaby  https://review.opendev.org/c/openstack/python-manilaclient/+/78138411:22
openstackgerritOpenStack Release Bot proposed openstack/python-manilaclient master: Update master for stable/wallaby  https://review.opendev.org/c/openstack/python-manilaclient/+/78138511:22
openstackgerritOpenStack Release Bot proposed openstack/python-manilaclient master: Add Python3 xena unit tests  https://review.opendev.org/c/openstack/python-manilaclient/+/78138811:22
*** carloss has joined #openstack-manila11:49
openstackgerritLiron Kuchlani proposed openstack/manila-tempest-plugin master: Stop supporting microversion 2.23 and less  https://review.opendev.org/c/openstack/manila-tempest-plugin/+/78107412:40
*** sfernand has joined #openstack-manila13:31
openstackgerritTakashi Kajinami proposed openstack/puppet-manila master: Bump requirement of puppetlabs-apache  https://review.opendev.org/c/openstack/puppet-manila/+/78146813:37
*** ecsantos has joined #openstack-manila13:52
*** jmlowe has quit IRC13:53
*** jmlowe has joined #openstack-manila13:55
*** ivan_lin has quit IRC14:53
*** lpetrut has quit IRC14:53
*** ivan_lin has joined #openstack-manila14:54
*** felipe_rodrigues has joined #openstack-manila15:07
openstackgerritTom Barron proposed openstack/manila master: Update cephfs drivers to use ceph-mgr client  https://review.opendev.org/c/openstack/manila/+/77961915:13
*** lpetrut has joined #openstack-manila15:43
*** lpetrut has quit IRC15:55
eliaswimmerAbout my generic share resize bug16:00
eliaswimmerI may need some help with the tests16:00
eliaswimmerAs far as I see, there are no actual integration tests spinning up a server etc?16:06
openstackgerritMerged openstack/python-manilaclient master: Fix test failures for "test_list_shares_by_{filter}"  https://review.opendev.org/c/openstack/python-manilaclient/+/78096316:41
gouthamreliaswimmer: hi! nope there are no integration tests in the manila repo16:55
gouthamreliaswimmer: the integration tests are here: https://github.com/openstack/manila-tempest-plugin16:55
gouthamrbut those are written in a generic fashion, and can be run against your change16:56
eliaswimmerI think I have found the right spot where I can add my case17:04
gouthamreliaswimmer: great! add me to review when you're ready17:04
eliaswimmerhttps://opendev.org/openstack/manila/src/branch/master/manila/tests/share/drivers/test_helpers.py#L36617:04
eliaswimmerBut I am not sure how @ddt.data and @ddt.unpack work17:05
eliaswimmerespecially the Boolean at the end17:05
eliaswimmerI am a pytest guy ;)17:06
gouthamreliaswimmer: unpack is just syntactic sugar - the ddt inputs will ensure the test is repeated once for each of those data parameters, and the unpack puts the two parts of each tuple into the two variables: output, hosts_match17:11
eliaswimmerBut it's four parts?!17:17
eliaswimmeroh, two17:18
gouthamrYes, some of those are long strings broken into multiple lines17:18
gouthamrtripped me up when I looked too :)17:18
eliaswimmerWhere are these strings used? I only see it in assert has calls17:20
eliaswimmerbut how is output set s.t. it is used in self._helper.disable_access_for_maintenance(17:21
eliaswimmerthis test are quite cryptic to me17:21
eliaswimmerok, think I get it now17:23
eliaswimmermock is mocking al lot :)17:23
eliaswimmermonkey patching everything17:24
gouthamryeah we do that to probably keep the boundaries of testing the "unit" in question17:24
gouthamrin this case, we've mocked out the ssh_exec (https://opendev.org/openstack/manila/src/branch/master/manila/tests/share/drivers/test_helpers.py#L378) to a function which responds with the share paths from the ddt inputs17:25
eliaswimmerhow can I run a single test?17:28
tbarrontox -epy3 -- manila.tests.share.drivers.cephfs.test_driver.CephFSDriverTestCase.test_delete_share for example17:32
eliaswimmerthx17:32
tbarronUse the directory path for the first part and the last part is class name and test case name17:32
openstackgerritMerged openstack/manila master: Fix inconsistent ordering caused by low datetime precision.  https://review.opendev.org/c/openstack/manila/+/72180717:42
openstackgerritTom Barron proposed openstack/manila master: Update cephfs drivers to use ceph-mgr client  https://review.opendev.org/c/openstack/manila/+/77961917:51
eliaswimmerwhat do I have to do, to get access to gerrit17:52
eliaswimmerI just uploaded my key there but can't access17:53
gouthamreliaswimmer: what's the error?17:53
eliaswimmerssh://eliaswimmer@review.opendev.org:29418/openstack/manila.git did not work. Description: eliaswimmer@review.opendev.org: Permission denied (publickey).17:54
gouthamreliaswimmer: i did have an issue recently where my "git-review" package had to be updated17:55
eliaswimmerhm, just installed it :)17:55
gouthamreliaswimmer: git review -v would give you a more detailed log17:55
gouthamrgit review -vvv17:55
gouthamrmeh, same thing as "git review -v"17:56
eliaswimmeryou wrote me that you found some pub key in gerrit already17:57
eliaswimmerbut today there was none17:58
gouthamreliaswimmer: nope, not on gerrit - on launchpad17:58
eliaswimmerah, and it worked17:58
eliaswimmereven I used my laptop now17:59
gouthamreliaswimmer: sorry for the social engineering - i got your email from one of your gerrit reviews, and your public keys on your launchpad id17:59
eliaswimmerThat was fine17:59
*** jv_ has quit IRC18:16
*** ecsantos has quit IRC18:35
*** trident has quit IRC19:01
*** trident has joined #openstack-manila19:19
*** openstackgerrit has quit IRC19:34
*** ewimmer_ has joined #openstack-manila19:59
ewimmer_I really don't get it, ssh does not like any of my setup keys20:00
gouthamrewimmer_: ah very weird20:01
gouthamrDid you sign the ICLA?20:01
ewimmer_yes20:01
gouthamralthough I wonder the error message would say that if you didn’t20:01
gouthamris the gerrit user name matching your git username? (If it doesn’t, do you have a gerrit config override locally?)20:03
gouthamranother thing to check would be “ssh -vv -p 29418 GERRITUSER@review.opendev.org”20:05
gouthamrand see if the error message there gives you a clue20:05
ewimmer_I have done so before20:06
ewimmer_Oh, I should read the actual message! "send_pubkey_test: no mutual signature algorithm"20:07
gouthamr^ hey this is the error I had with an older git-review20:07
gouthamrAlso thanks for sending a screenshot of the gerrit page, I’m comparing it with mine20:07
ewimmer_I will no try using an ec key20:09
ewimmer_PubkeyAcceptedKeyTypes +ssh-rsa in client config solves the problem!20:11
*** openstackgerrit has joined #openstack-manila20:12
openstackgerritElias Wimmer proposed openstack/manila master: Fix generic share resize with 0.0.0.0/24 access  https://review.opendev.org/c/openstack/manila/+/78155620:12
ewimmer_Yeah!20:12
gouthamr\o/20:12
gouthamrgood stuff, thank you ewimmer_ - I’ll take a look in a bit, please look out for comments and update your change if necessary20:14
gouthamrI see it’s missing a release note: https://docs.openstack.org/manila/latest/contributor/adding_release_notes.html20:14
ewimmer_I will update it20:15
gouthamrAwesome!20:15
gouthamrhttp://104.130.124.113/irclogs/%23openstack-infra/%23openstack-infra.2020-10-13.log.html20:26
gouthamrnow I recall tbarron and vkmc hitting this when they upgraded their Fedora20:27
ewimmer_I am on fedora too!20:29
*** jv_ has joined #openstack-manila20:46
tbarronyeah, sorry I wasn't watching this ssh stuff go by here, glad you got it working20:56
openstackgerritTom Barron proposed openstack/manila master: Add create share from snapshot in CephFS  https://review.opendev.org/c/openstack/manila/+/74156021:03
openstackgerritElias Wimmer proposed openstack/manila master: Fix generic share resize with 0.0.0.0/24 access  https://review.opendev.org/c/openstack/manila/+/78155621:04
openstackgerritElias Wimmer proposed openstack/manila master: Fix generic share resize with 0.0.0.0/24 access  https://review.opendev.org/c/openstack/manila/+/78155621:08
openstackgerritTom Barron proposed openstack/manila-tempest-plugin master: Add create share from snapshot in CephFS  https://review.opendev.org/c/openstack/manila-tempest-plugin/+/77818821:09
*** openstackstatus has quit IRC21:26
*** openstack has joined #openstack-manila21:38
*** ChanServ sets mode: +o openstack21:38
*** openstack has joined #openstack-manila22:03
*** ChanServ sets mode: +o openstack22:03
*** iurygregory has quit IRC22:09
*** iurygregory has joined #openstack-manila22:09
*** ewimmer_ has quit IRC22:46
*** felipe_rodrigues has quit IRC23:17

Generated by irclog2html.py 2.17.2 by Marius Gedminas - find it at https://mg.pov.lt/irclog2html/!