Monday, 2015-07-13

*** logan2 has quit IRC00:01
*** logan2 has joined #openstack-manila00:08
openstackgerritjay.xu proposed openstack/manila: EMC VNX: Fix the total capacity for dynamic Pool  https://review.openstack.org/19053300:44
*** openstackgerrit has quit IRC00:51
*** openstackgerrit has joined #openstack-manila00:51
*** chen12 has quit IRC01:25
*** rushil has joined #openstack-manila01:54
*** jasonsb has joined #openstack-manila02:35
openstackgerritzhaohua proposed openstack/manila: Huawei manila driver support multi RestURLs  https://review.openstack.org/19782803:00
*** jasonsb has quit IRC03:31
*** rushil has quit IRC03:37
*** sgotliv has joined #openstack-manila04:06
*** jasonsb has joined #openstack-manila04:07
*** vbellur has joined #openstack-manila04:08
*** rraja has joined #openstack-manila04:23
*** jasonsb has quit IRC04:26
*** haomaiwa_ has quit IRC04:54
*** haomaiwang has joined #openstack-manila04:54
*** vbellur has quit IRC05:09
*** shausy has joined #openstack-manila05:33
*** jasonsb has joined #openstack-manila05:34
*** deepakcs has joined #openstack-manila05:41
*** vbellur has joined #openstack-manila05:57
*** nkrinner has joined #openstack-manila06:04
*** sgotliv has quit IRC06:39
openstackgerritzhongjun proposed openstack/manila: Modify confusing name in Huawei driver  https://review.openstack.org/19636507:18
*** chlong-weekend is now known as chlong-afk07:33
openstackgerritIgor Malinovskiy proposed openstack/manila: Implement shrink_share() method in Generic driver  https://review.openstack.org/19003707:56
*** sgotliv has joined #openstack-manila08:08
openstackgerritIgor Malinovskiy proposed openstack/manila: Use uuidutils to generate id's in DB api  https://review.openstack.org/20047308:12
*** vponomaryov has quit IRC08:26
*** chen has joined #openstack-manila08:26
*** chen is now known as Guest80508:26
*** Guest805 has quit IRC08:27
*** vponomaryov has joined #openstack-manila08:29
*** chen12 has joined #openstack-manila08:32
*** lpetrut has joined #openstack-manila08:36
*** chen12 has quit IRC08:43
*** chen12 has joined #openstack-manila08:44
*** chen12 has quit IRC08:44
openstackgerritzhongjun proposed openstack/manila: Support shrink_share in Huawei driver  https://review.openstack.org/19741008:58
openstackgerritIgor Malinovskiy proposed openstack/manila: Remove models usage from migrations  https://review.openstack.org/20044808:58
openstackgerritIgor Malinovskiy proposed openstack/manila: Use uuidutils to generate id's in DB api  https://review.openstack.org/20047308:59
openstackgerritIgor Malinovskiy proposed openstack/manila: Add license header to migrations template  https://review.openstack.org/20045309:01
openstackgerritValeriy Ponomaryov proposed openstack/manila: Close migration sessions explicitly for compatibility with PyMySQL  https://review.openstack.org/20084809:03
openstackgerritValeriy Ponomaryov proposed openstack/manila: Use all types of migrations in devstack installation  https://review.openstack.org/20045009:03
openstackgerritIgor Malinovskiy proposed openstack/manila: Use soft_delete() methods in DB api  https://review.openstack.org/20050109:03
openstackgerritIgor Malinovskiy proposed openstack/manila: Use soft_delete() methods in DB api  https://review.openstack.org/20050109:09
openstackgerritIgor Malinovskiy proposed openstack/manila: Add share instances and snapshot instances  https://review.openstack.org/19948909:11
openstackgerritzhongjun proposed openstack/manila: Support shrink_share in Huawei driver  https://review.openstack.org/19741009:13
openstackgerritzhongjun proposed openstack/manila: Huawei driver support storage pools  https://review.openstack.org/18833209:18
*** lpetrut has quit IRC09:59
openstackgerritIgor Malinovskiy proposed openstack/manila: Add share instances and snapshot instances  https://review.openstack.org/19948910:56
*** vbellur has quit IRC11:21
*** sgotliv has quit IRC11:28
openstackgerritValeriy Ponomaryov proposed openstack/manila: Use all types of migrations in devstack installation  https://review.openstack.org/20045011:32
openstackgerritJulia Varlamova proposed openstack/manila: Fix 'extend_share' in generic driver  https://review.openstack.org/20042211:38
openstackgerritJulia Varlamova proposed openstack/manila: Add 'retry' wrapper to manila/utils.py  https://review.openstack.org/20052811:40
openstackgerritJulia Varlamova proposed openstack/manila: Retry _unmount_device in generic driver  https://review.openstack.org/20052911:40
*** sgotliv has joined #openstack-manila12:05
*** sgotliv has quit IRC12:07
*** sgotliv has joined #openstack-manila12:07
*** timcl has joined #openstack-manila12:07
openstackgerritIgor Malinovskiy proposed openstack/manila: Use uuidutils to generate id's in DB api  https://review.openstack.org/20047312:11
openstackgerritIgor Malinovskiy proposed openstack/manila: Use soft_delete() methods in DB api  https://review.openstack.org/20050112:11
*** lpetrut has joined #openstack-manila12:12
*** akerr has joined #openstack-manila12:16
*** ganso_ has joined #openstack-manila12:25
*** bswartz has quit IRC12:27
ganso_u_glide: ping12:28
u_glideganso_: pong12:28
ganso_u_glide: hello, could you please explain to me in detail about share_delete in instances context? (https://review.openstack.org/#/c/199489/1/manila/db/sqlalchemy/api.py)12:29
openstackgerritIgor Malinovskiy proposed openstack/manila: Use soft_delete() methods in DB api  https://review.openstack.org/20050112:30
u_glideganso_: yes, one sec :)12:31
openstackgerritzhongjun proposed openstack/manila: Support manage_existing in Huawei driver  https://review.openstack.org/19668012:33
u_glideganso_: it's initial commit, that's why removal of share instances in share_delete() method is OK12:35
*** vbellur has joined #openstack-manila12:36
u_glideganso_: share migration should introduce more complicated logic, which deal with case when we have one active share instance and another one (which is created for migration)12:37
u_glideganso_: and super-complicated logic will be introduced in scope of share replication/AZ feature12:38
u_glide:)12:38
*** lpetrut has quit IRC12:39
ganso_u_glide: ok so we are assuming that there should always be one instance, where the delete command will delete that one instace. Share Migration will create an additional instance for migration, and then delete the other one when migration completes, the result will always be one instance. Replication should add more changes, such as how to delete a share12:39
ganso_that has multiple instances. Correct?12:39
openstackgerritJulia Varlamova proposed openstack/python-manilaclient: Add functional tests for access rules  https://review.openstack.org/18875112:40
openstackgerritRodrigo Barbieri proposed openstack/manila: [WIP] Add Share Migration support  https://review.openstack.org/17979012:41
u_glideganso_: yes, that's correct. But you should handle the case when share has 2 instances in share migration (1st in 'active' state and 2nd in 'creating' state)12:42
openstackgerritRodrigo Barbieri proposed openstack/manila: [WIP] Add Share Migration support  https://review.openstack.org/17979012:43
ganso_u_glide: ok, thanks! :)12:43
u_glideganso_: in other words you should change implementation of some methods of Share model :)12:43
openstackgerritzhongjun proposed openstack/manila: Huawei manila driver support dedup and compression  https://review.openstack.org/19741312:45
*** sgotliv has quit IRC12:47
*** deepakcs has quit IRC12:48
openstackgerritIgor Malinovskiy proposed openstack/manila: Add share instances and snapshot instances  https://review.openstack.org/19948912:50
*** absubram has quit IRC12:50
*** sgotliv has joined #openstack-manila12:53
*** lpetrut has joined #openstack-manila12:57
*** cknight has joined #openstack-manila12:58
*** bswartz has joined #openstack-manila13:02
*** dustins has joined #openstack-manila13:11
*** lpetrut has quit IRC13:18
*** rcallawa has joined #openstack-manila13:20
*** sgotliv has quit IRC13:28
*** breitz has joined #openstack-manila13:35
*** lpetrut has joined #openstack-manila13:41
*** eharney has joined #openstack-manila13:42
*** rushil has joined #openstack-manila13:43
*** shausy has quit IRC13:46
*** rushil has quit IRC13:48
*** mtanino has joined #openstack-manila14:03
*** xyang_ has joined #openstack-manila14:06
*** absubram has joined #openstack-manila14:06
openstackgerritzhongjun proposed openstack/manila: Delete redundant period in ManilaException messages  https://review.openstack.org/19263714:15
*** lpabon has joined #openstack-manila14:16
*** xyang_ has quit IRC14:17
*** xyang_ has joined #openstack-manila14:21
*** sgotliv has joined #openstack-manila14:47
*** nkrinner is now known as nkrinner_afk14:48
*** sgotliv has quit IRC15:02
*** zaitcev has joined #openstack-manila15:04
*** rushil has joined #openstack-manila15:06
*** sgotliv has joined #openstack-manila15:09
*** sami__ has joined #openstack-manila15:21
*** lpetrut has quit IRC15:24
*** sgotliv has quit IRC15:30
*** lpetrut has joined #openstack-manila15:33
*** akshai has joined #openstack-manila15:35
*** akshai has quit IRC15:35
*** akshai has joined #openstack-manila15:36
*** sac has quit IRC15:36
*** mkoderer has quit IRC15:36
*** kambiz has quit IRC15:36
*** dgonzalez has quit IRC15:36
*** sac has joined #openstack-manila15:37
*** dgonzalez has joined #openstack-manila15:37
*** kambiz has joined #openstack-manila15:37
*** mkoderer has joined #openstack-manila15:37
*** rushil has quit IRC15:52
*** dalgaaf has quit IRC16:08
*** vbellur has left #openstack-manila16:26
*** jasonsb has quit IRC16:51
*** jasonsb has joined #openstack-manila16:52
*** jasonsb has quit IRC16:53
marksturbswartz, https://review.openstack.org/20045316:56
marksturbswartz, Was your -1 about something other than the copyright?16:56
*** lpetrut has quit IRC17:03
bswartzmarkstur: gah my comment was never published17:03
marksturbswartz, sneaky draft feature?17:03
bswartzwell I made a comment on patchset one, but pressed review on patchset 2 >_<17:04
* bswartz sighs17:04
*** sgotliv has joined #openstack-manila17:09
*** lpabon has quit IRC17:12
ganso_u_glide: ping17:13
ganso_bswartz:17:14
ganso_bswartz: ping17:14
bswartzganso_: hi17:15
*** rushil has joined #openstack-manila17:19
ganso_bswartz: I have a design question17:23
*** erlon has joined #openstack-manila17:23
*** rraja has quit IRC17:24
ganso_bswartz: using u_glide's share_instances PoC, I need to create a new share_instance... but there is no such method besides creating it on DB. I see 3 choices: 1) Create a manager create_share_instance method, that is very similar to create_share but handles instances. 2) Add a instance_id parameter to create_share (this would increase create_share rpcapi17:25
ganso_method version I guess). 3) Create a new share+instance and then change it to a instance of an existing share.17:25
bswartzganso_: good point17:28
bswartzI think you'll need to work together on that use case because it's something that's not (currently) needed outside of migration, but it should probably be part of u_glide's work17:29
bswartzI suggest putting a -1 on u_glide's patch with a comment that you need the new method you describe17:30
bswartzfrom my perspective nothing is higher priority than getting the share_instance patch into shape so that it can be used by share migration17:30
*** lpetrut has joined #openstack-manila17:31
*** lpetrut has quit IRC17:35
*** chlong-afk has quit IRC17:38
ganso_bswartz: agreed. Thanks for the input.17:46
*** jasonsb has joined #openstack-manila17:53
openstackgerritMerged openstack/manila: Add license header to migrations template  https://review.openstack.org/20045317:57
*** jasonsb has quit IRC18:00
*** rushil has quit IRC18:04
*** rushil has joined #openstack-manila18:05
*** jasonsb has joined #openstack-manila18:05
*** rushil has quit IRC18:08
*** akshai has quit IRC18:09
*** jasonsb has quit IRC18:09
*** akshai has joined #openstack-manila18:09
*** ekarlso has quit IRC18:56
*** ekarlso has joined #openstack-manila18:58
*** xyang_ has quit IRC19:00
*** jasonsb has joined #openstack-manila19:05
*** gregsfortytwo has quit IRC19:11
*** gregsfortytwo has joined #openstack-manila19:16
openstackgerritMerged openstack/manila: Updated from global requirements  https://review.openstack.org/20088719:30
*** rushil has joined #openstack-manila19:36
*** lpetrut has joined #openstack-manila19:45
*** rushil has quit IRC19:49
*** xyang_ has joined #openstack-manila19:58
*** rushil has joined #openstack-manila20:06
*** jasonsb_ has joined #openstack-manila20:07
*** jasonsb has quit IRC20:07
*** lpetrut has quit IRC20:33
*** rushil has quit IRC20:40
*** rushil has joined #openstack-manila20:40
*** rcallawa has quit IRC20:41
*** rushil has quit IRC20:46
*** bswartz has quit IRC20:53
*** rcallawa has joined #openstack-manila20:54
*** rcallawa has quit IRC20:58
*** dustins has quit IRC21:00
*** akerr has quit IRC21:07
*** absubram has quit IRC21:09
openstackgerritOpenStack Proposal Bot proposed openstack/manila: Updated from global requirements  https://review.openstack.org/20134021:10
*** xyang_ has quit IRC21:11
*** xyang_ has joined #openstack-manila21:12
*** breitz has quit IRC21:15
*** xyang_ has quit IRC21:16
*** breitz has joined #openstack-manila21:17
*** eharney has quit IRC21:36
*** akerr has joined #openstack-manila22:01
*** akerr_ has joined #openstack-manila22:02
*** akerr has quit IRC22:05
*** cknight has quit IRC22:10
*** rcallawa has joined #openstack-manila22:11
*** rcallawa_ has joined #openstack-manila22:21
*** rcallawa has quit IRC22:23
*** xyang1 has joined #openstack-manila22:33
*** sgotliv has quit IRC22:58
*** akshai has quit IRC23:02
*** akerr_ has quit IRC23:10
*** chlong-afk has joined #openstack-manila23:18
*** ganso_ has quit IRC23:18
*** bswartz has joined #openstack-manila23:35
*** chlong-afk has quit IRC23:36

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