Friday, 2018-04-13

openstackgerritMerged openstack/manila master: move securiy service error explanation from comment  https://review.openstack.org/56041600:17
*** vgreen has joined #openstack-manila00:40
*** vgreen has quit IRC00:40
*** jiaohaolin has joined #openstack-manila00:47
*** harlowja has quit IRC00:52
*** gouthamr has quit IRC00:59
*** ianychoi_ is now known as ianychoi01:01
*** gouthamr has joined #openstack-manila01:05
bswartztbarron: that would be fantastic01:06
*** kaisers has joined #openstack-manila01:09
*** kaisers_ has quit IRC01:13
*** erlon has quit IRC01:21
*** gouthamr has quit IRC01:37
*** gouthamr_ is now known as gouthamr01:37
tbarronbswartz: k, it's a plan :)01:40
*** zengyingzhe_ has joined #openstack-manila01:40
openstackgerritzhongjun proposed openstack/manila-specs master: Support metadata for access rule resource  https://review.openstack.org/55110601:50
*** markstur_ has quit IRC01:57
openstackgerritzhongjun proposed openstack/manila-specs master: Support metadata for access rule resource  https://review.openstack.org/55110602:00
openstackgerritzhongjun proposed openstack/manila-specs master: Support metadata for access rule resource  https://review.openstack.org/55110602:08
zhongjun_gouthamr:  Hi, I use the new access rules list API (GET) instead of old access rules list API (POST) in spec (https://review.openstack.org/#/c/551106/). please take a look again when you have free time. Thanks :)02:27
*** vivsoni has joined #openstack-manila02:41
gouthamrzhongjun_: ack02:47
*** zengyingzhe_ has quit IRC03:36
*** markstur has joined #openstack-manila03:36
*** markstur has quit IRC03:37
openstackgerritMerged openstack/puppet-manila master: Update DellEMC Manila VNX driver  https://review.openstack.org/55564803:55
openstackgerritMerged openstack/puppet-manila master: Deprecate auth_uri option  https://review.openstack.org/55844303:57
*** zengyingzhe has joined #openstack-manila03:58
openstackgerritMerged openstack/puppet-manila master: Debian is using Python 3  https://review.openstack.org/55942704:04
*** gouthamr_ has joined #openstack-manila04:09
*** gouthamr has quit IRC04:11
*** gouthamr_ is now known as gouthamr04:12
*** gouthamr_ has joined #openstack-manila04:12
*** caowei has joined #openstack-manila04:15
*** gouthamr has quit IRC04:20
*** gouthamr_ has quit IRC04:20
*** gouthamr has joined #openstack-manila04:21
*** harlowja has joined #openstack-manila04:44
*** e0ne has joined #openstack-manila05:35
*** harlowja has quit IRC05:39
*** dsariel has joined #openstack-manila05:42
*** pvc has quit IRC06:03
*** rraja has joined #openstack-manila06:24
*** AlexeyAbashkin has joined #openstack-manila06:37
*** e0ne has quit IRC06:38
*** AlexeyAbashkin has quit IRC06:58
*** jiaohaolin has left #openstack-manila07:17
*** jiaohaolin has joined #openstack-manila07:18
*** AlexeyAbashkin has joined #openstack-manila07:41
*** gcb has joined #openstack-manila07:43
*** AlexeyAbashkin has quit IRC07:46
zhongjun_tbarron:An Amazon EFS file system is accessed by EC2 instances running inside one of your VPCs. Instances connect to a file system by using a network interface called a mount target. Each mount target has an IP address, which we assign automatically or you can specify.08:05
zhongjun_tbarron, bswartz: It means a share always related one subnet or a lot subnets in one of VPC[1]. We cannot add a ip or a user access rule to the share. We only can allow a subnet access rule to the share.08:06
zhongjun_When you want to add access rule to the share, you only support choose one of the subnet from your current subnet list that already created in your aws cloud VPC, and you cannot input your own value of subnet. So there isn't a problem about overlaping subnets access rules. Because you cannot create overlaping subnets in one VPC in AWS.08:06
zhongjun_[1] https://docs.aws.amazon.com/efs/latest/ug/accessing-fs.html08:06
*** gcb has quit IRC08:11
*** assassin has joined #openstack-manila08:37
*** pcaruana has joined #openstack-manila09:12
tbarronzhongjun_: thanks, that's quite helpful!09:27
* zhongjun_ tbarron: sorry, the actually access rule is configured in security group in AWS. We can add overlapping subnets in access rules. such as: https://docs.aws.amazon.com/efs/latest/ug/accessing-fs-nfs-permissions.html09:40
zhongjun_tbarron: sorry, the actually access rule is configured in security group in AWS.  We can add overlapping  subnets in access rules.  such as: 172.31.0.0/20,  172.31.1.0/30, 172.31.0.31/32.  But they don't have different rules( such as: rw/ ro) when you add a access rule in your share. So they don't have our problem about overlapping subnets have diffenrent rule(rw/ro). Because all overlapping subnets have the same09:44
zhongjun_rule:09:45
zhongjun_After creating a file system, by default, only the root user (UID 0) has read-write-execute permissions. In order for other users to modify the file system, the root user must explicitly grant them access.09:45
zhongjun_[1] https://docs.aws.amazon.com/efs/latest/ug/accessing-fs-nfs-permissions.html09:45
*** e0ne has joined #openstack-manila09:47
*** caowei has quit IRC10:19
*** ganso has joined #openstack-manila10:48
*** caowei has joined #openstack-manila11:03
*** tpsilva has joined #openstack-manila11:19
*** vivsoni has quit IRC11:19
*** assassin has quit IRC11:57
*** knylander has quit IRC12:13
*** eharney has joined #openstack-manila12:34
*** vgreen has joined #openstack-manila12:37
*** knylander has joined #openstack-manila12:40
*** rishabh has joined #openstack-manila12:47
*** rishabh is now known as Guest6740612:47
*** jmlowe has joined #openstack-manila12:55
*** caowei has quit IRC12:56
*** jmlowe_ has quit IRC12:58
*** Guest67406 is now known as rishabh_13:04
*** dustins has joined #openstack-manila13:26
*** hoonetorg has quit IRC13:48
*** dsariel has quit IRC14:24
*** dsariel has joined #openstack-manila14:26
*** rishabh_ has quit IRC14:30
*** rraja has quit IRC14:35
*** AlexeyAbashkin has joined #openstack-manila14:45
*** AlexeyAbashkin has quit IRC14:49
*** openstackgerrit has quit IRC14:50
*** pcaruana has quit IRC15:12
*** openstackgerrit has joined #openstack-manila15:13
openstackgerritMerged openstack/puppet-manila master: Add unit test for manila::compute::nova class  https://review.openstack.org/55948615:13
*** chenying_ has quit IRC15:23
*** chenying_ has joined #openstack-manila15:24
*** e0ne has quit IRC15:39
*** markstur has joined #openstack-manila15:51
openstackgerritMerged openstack/puppet-manila master: Fix class description  https://review.openstack.org/55948715:54
*** pcaruana has joined #openstack-manila16:15
*** chenying_ has quit IRC16:31
*** chenying_ has joined #openstack-manila16:31
*** e0ne has joined #openstack-manila16:48
*** kaisers has quit IRC17:46
*** e0ne has quit IRC18:12
*** e0ne has joined #openstack-manila18:16
*** markstur has quit IRC18:17
*** markstur has joined #openstack-manila18:18
*** markstur has quit IRC18:18
*** vgreen has quit IRC18:29
*** dsariel has quit IRC18:37
*** dsariel has joined #openstack-manila18:40
*** kaisers has joined #openstack-manila18:52
*** rishabh has joined #openstack-manila19:10
*** harlowja has joined #openstack-manila19:10
*** rishabh is now known as rishabh_19:10
gansotbarron: ping19:23
*** luizbag has joined #openstack-manila19:25
tbarronganso: pong19:32
gansotbarron: hey Tom! Do you by any chance remember how we fixed this in master some time ago?  https://review.openstack.org/#/c/561292/19:34
* tbarron looks19:35
gansotbarron: I already tried the upper-constraints.txt solution like we did for driverfixes/ocata downstream, but the same error persists19:36
tbarronganso: https://review.openstack.org/#/c/457069/19:41
gansotbarron: thanks! I'll test it downstream =D19:42
tbarronganso: ty!19:42
*** e0ne has quit IRC19:42
openstackgerritVictoria Martinez de la Cruz proposed openstack/manila-ui master: Remove monkeypatching from manila quotas  https://review.openstack.org/56133420:10
openstackgerritVictoria Martinez de la Cruz proposed openstack/manila-ui master: Remove monkeypatching from manila quotas  https://review.openstack.org/56133420:11
*** luizbag has quit IRC20:17
openstackgerritVictoria Martinez de la Cruz proposed openstack/manila-ui master: Remove monkeypatching from manila quotas  https://review.openstack.org/56133420:18
*** jmlowe_ has joined #openstack-manila20:22
*** jmlowe has quit IRC20:23
*** rishabh_ has quit IRC20:27
*** markstur has joined #openstack-manila20:39
*** dustins has quit IRC21:42
*** gtuqynon has joined #openstack-manila21:42
*** e0ne has joined #openstack-manila21:44
*** gtuqynon has quit IRC21:46
*** kaisers has quit IRC22:19
*** ganso has quit IRC22:27
*** e0ne has quit IRC22:42
*** tpsilva has quit IRC23:00
*** kaisers has joined #openstack-manila23:15
*** kaisers has quit IRC23:20
*** hoonetorg has joined #openstack-manila23:45

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