Wednesday, 2018-03-07

*** gouthamr has joined #openstack-manila00:23
*** masuberu has quit IRC00:35
*** masuberu has joined #openstack-manila00:37
*** jmlowe has quit IRC01:24
*** jmlowe has joined #openstack-manila01:46
*** AlexeyAbashkin has joined #openstack-manila01:49
*** gouthamr has quit IRC01:50
*** AlexeyAbashkin has quit IRC01:53
*** markstur has quit IRC02:12
*** harlowja has quit IRC02:13
*** chrisyang_0660 has joined #openstack-manila02:19
*** jmlowe has quit IRC02:28
*** Guest76416 has quit IRC02:41
*** masuberu has quit IRC02:42
*** rishabh has joined #openstack-manila02:42
*** rishabh is now known as Guest2645902:43
*** masber has joined #openstack-manila03:02
*** markstur has joined #openstack-manila03:08
*** markstur has quit IRC03:11
*** markstur has joined #openstack-manila03:11
*** masber has quit IRC03:36
*** masber has joined #openstack-manila03:47
*** gouthamr has joined #openstack-manila03:55
*** gouthamr has quit IRC03:55
*** glance_ has quit IRC04:25
*** glance_ has joined #openstack-manila04:26
*** chrisyang_0660 has quit IRC04:27
*** masuberu has joined #openstack-manila04:36
*** masber has quit IRC04:40
*** masber has joined #openstack-manila04:40
*** masuberu has quit IRC04:42
*** masuberu has joined #openstack-manila05:32
*** masber has quit IRC05:35
*** Guest26459 has quit IRC06:24
*** markstur has quit IRC06:25
*** masuberu has quit IRC06:38
*** threestrands_ has joined #openstack-manila07:09
*** threestrands_ has quit IRC07:09
*** threestrands_ has joined #openstack-manila07:09
*** threestrands has quit IRC07:10
*** threestrands_ has quit IRC07:13
*** pcaruana has joined #openstack-manila07:54
*** pcaruana has quit IRC07:55
*** pcaruana has joined #openstack-manila07:55
*** AlexeyAbashkin has joined #openstack-manila07:58
*** threestrands has joined #openstack-manila08:32
*** threestrands has quit IRC08:32
*** threestrands has joined #openstack-manila08:32
*** threestrands has quit IRC08:36
*** rraja has joined #openstack-manila08:40
*** rraja has quit IRC08:58
*** a-pugachev has joined #openstack-manila09:18
*** rishabh_ has joined #openstack-manila10:26
*** rishabh_ has quit IRC10:34
*** rishabh has joined #openstack-manila10:44
*** rishabh is now known as Guest3089410:45
*** Guest30894 is now known as rishabh_10:46
*** ganso has joined #openstack-manila11:00
openstackgerritjiaohaolin proposed openstack/manila master: Manila share driver for Inspur as13000 staorage.  https://review.openstack.org/55045411:53
*** caowei has quit IRC11:59
*** assassin has joined #openstack-manila12:05
*** rishabh__ has joined #openstack-manila12:32
*** sticker has joined #openstack-manila12:33
*** rishabh_ has quit IRC12:35
*** rraja has joined #openstack-manila12:36
*** rishabh_ has joined #openstack-manila12:47
*** rishabh__ has quit IRC12:50
*** a-pugachev_ has joined #openstack-manila13:49
*** a-pugachev has quit IRC13:51
*** a-pugachev_ is now known as a-pugachev13:51
*** a-pugachev has quit IRC13:55
*** a-pugachev has joined #openstack-manila13:59
*** dustins has joined #openstack-manila14:10
*** erlon has joined #openstack-manila14:21
openstackgerritVictoria Martinez de la Cruz proposed openstack/manila-tempest-plugin master: Create a default share type  https://review.openstack.org/54007014:36
*** erlon_ has joined #openstack-manila14:54
*** erlon has quit IRC14:57
*** erlon_ is now known as erlon14:57
rishabh_ganso, zhongjun hi. if you find some time can you please review these patches[1] [2] [3]? [2] and [3] are dependent of [1].15:05
rishabh_[1] https://review.openstack.org/53918615:05
rishabh_[2] https://review.openstack.org/54039415:05
rishabh_[3] https://review.openstack.org/54230915:05
*** eharney has quit IRC15:12
*** a-pugachev has quit IRC15:50
*** rishabh_ has quit IRC15:51
*** gouthamr has joined #openstack-manila16:00
*** a-pugachev has joined #openstack-manila16:05
*** eharney has joined #openstack-manila16:06
*** pcaruana has quit IRC16:10
*** markstur has joined #openstack-manila16:10
*** markstur has quit IRC16:12
*** markstur has joined #openstack-manila16:12
*** a-pugachev has quit IRC16:30
vkmcganso, o/16:30
vkmcganso, submitted changes as we discussed on the ptg for https://review.openstack.org/#/c/540070/16:30
vkmcI'm hitting a ton of new errors now... if you have a chance to look into it I'd appreciate16:31
*** a-pugachev has joined #openstack-manila16:32
*** sticker has quit IRC16:41
gansovkmc: hey =)16:43
gansovkmc: LVM job timed out, I am looking at the zfsonlinux one16:43
gansovkmc: type object 'ShareSnapshotUserRulesForCIFSTest' has no attribute 'share_type_id'16:43
* vkmc checks16:44
gansovkmc: you created the share_type_id attribute in BaseSharesAdminTest16:49
gansovkmc: some classes do not inherit from that one16:49
gansovkmc: they inherit from BaseSharesTest, hence, they do not find the attribute16:50
vkmcganso, that makes sense... I missed a few classes16:50
vkmcthanks for checking16:50
gansovkmc: same for BaseSharesMixedTest, classes that do not inherit from that directly cannot find the attribute16:51
vkmcganso, they should, share_type_id is defined for both admin and mixed16:51
gansovkmc: class BaseShareSnapshotRulesTest(base.BaseSharesTest)16:52
gansovkmc: that one that is failing inherits from BaseSharesTest16:52
gansovkmc: and Mixed inherits from BaseSharesTest, so those that one does not inherit from mixed16:52
gansovkmc: s/those//16:53
gansovkmc: the way tempest base classes are structured, any class that inherits from BaseSharesTest is never supposed to have access to an admin API16:57
vkmcganso, yeah, that's is clear16:58
vkmcand for share_type creation you need admin access16:58
gansovkmc: there is another way to create that attribute and make it accessible to the BaseSharesTest, but it is hacky16:58
vkmcthat's why I'm changing those that are base but require a share type as basesharesmixedtest16:58
vkmcyeah16:58
gansovkmc: your code is currently creating 2 share types, one in mixed and one in admin base class16:59
vkmcexactly16:59
gansovkmc: you could try doing a conf.set_default on a config option after creating one, and then it will be accessible for every test17:00
gansovkmc: I am not sure that works because by then all classes may have an instance of conf that does not include the new default17:01
gansovkmc: depends on how pointers to conf are implemented17:01
gansovkmc: it will be also prone to race conditions :\17:02
vkmcganso, I thought about it... if we had a way of making a share_type default... that would be another history17:02
vkmcyeah17:02
vkmcthe current approach is not the best I think, but at least is one share_type per class17:02
gansovkmc: yes, but what would your solution for the ones that inherit BaseSharesTest be?17:03
vkmcganso, let me see which are those tests17:05
vkmcprobably we need a share_type for the majority of tests17:05
vkmcganso, for the ones that need to create a share, we need to create a share type17:12
vkmchence we would need those tests to inherit from the mixed class17:13
vkmcimho there shouldn't be a security concern on that front17:13
gansovkmc: agreed17:13
vkmcI'll submit the required changes and we can discuss on the weekly meeting17:14
vkmcand see if someone thing we should do it in a different way17:14
*** markstur has quit IRC17:26
*** markstur has joined #openstack-manila17:27
*** a-pugachev has quit IRC17:32
*** markstur has quit IRC17:49
openstackgerritVictoria Martinez de la Cruz proposed openstack/manila-tempest-plugin master: Create a default share type  https://review.openstack.org/54007017:49
*** markstur has joined #openstack-manila17:50
*** pcaruana has joined #openstack-manila17:57
*** AlexeyAbashkin has quit IRC18:06
*** markstur_ has joined #openstack-manila18:15
*** markstur has quit IRC18:18
*** rraja has quit IRC19:00
*** erlon has quit IRC19:24
*** harlowja has joined #openstack-manila19:26
*** AlexeyAbashkin has joined #openstack-manila19:33
*** AlexeyAbashkin has quit IRC19:37
*** AlexeyAbashkin has joined #openstack-manila19:38
*** eharney has quit IRC19:54
*** eharney has joined #openstack-manila19:59
*** a-pugachev has joined #openstack-manila20:20
*** AlexeyAbashkin has quit IRC20:29
*** AlexeyAbashkin has joined #openstack-manila20:45
*** AlexeyAbashkin has quit IRC20:50
*** gouthamr has quit IRC20:57
*** AlexeyAbashkin has joined #openstack-manila21:04
*** pcaruana has quit IRC21:12
*** AlexeyAbashkin has quit IRC21:28
*** a-pugachev has quit IRC21:54
*** openstackstatus has quit IRC22:13
*** openstack has joined #openstack-manila22:16
*** ChanServ sets mode: +o openstack22:16
*** eharney has quit IRC22:36
*** openstackstatus has quit IRC22:42
*** openstack has joined #openstack-manila22:45
*** ChanServ sets mode: +o openstack22:45
*** AlexeyAbashkin has joined #openstack-manila22:46
*** tpsilva has quit IRC22:47
*** AlexeyAbashkin has quit IRC22:51
*** threestrands has joined #openstack-manila23:12
*** threestrands has quit IRC23:12
*** threestrands has joined #openstack-manila23:12
*** threestrands_ has joined #openstack-manila23:34
*** threestrands_ has quit IRC23:34
*** threestrands_ has joined #openstack-manila23:34
*** threestrands_ has quit IRC23:35
*** threestrands_ has joined #openstack-manila23:36
*** threestrands has quit IRC23:36
*** jmlowe has joined #openstack-manila23:39
*** AlexeyAbashkin has joined #openstack-manila23:45
*** AlexeyAbashkin has quit IRC23:49

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