*** tommylikehu has quit IRC | 00:25 | |
*** tommylikehu has joined #openstack-manila | 00:26 | |
*** catintheroof has joined #openstack-manila | 00:36 | |
*** catintheroof has quit IRC | 00:37 | |
*** crushil has joined #openstack-manila | 01:30 | |
*** tuanluong has joined #openstack-manila | 01:41 | |
*** openstackgerrit has joined #openstack-manila | 01:49 | |
openstackgerrit | TommyLike proposed openstack/manila master: Fix: [LVM] Can't extend share when snapshots exist https://review.openstack.org/431315 | 01:49 |
---|---|---|
tommylikehu | bswartz: thanks for your response, I should add my concern there, it's about the bug fix patch: https://review.openstack.org/#/c/431315 which need your and ganso 's review. | 01:52 |
*** crushil has quit IRC | 02:55 | |
*** gouthamr has quit IRC | 03:03 | |
*** crushil has joined #openstack-manila | 03:31 | |
*** crushil has quit IRC | 03:43 | |
*** tommylikehu1 has joined #openstack-manila | 04:10 | |
*** tommylikehu has quit IRC | 04:14 | |
*** tommylikehu1 is now known as tommylikehu | 04:14 | |
*** openstackgerrit has quit IRC | 04:32 | |
*** hoonetorg has quit IRC | 04:34 | |
*** faizy has joined #openstack-manila | 04:46 | |
*** hoonetorg has joined #openstack-manila | 04:47 | |
*** crushil has joined #openstack-manila | 05:12 | |
*** crushil has quit IRC | 05:55 | |
*** gcb has joined #openstack-manila | 06:00 | |
*** openstackgerrit has joined #openstack-manila | 06:11 | |
openstackgerrit | Ravichandran Nudurumati proposed openstack/manila master: 3PAR: Replace ConsistencyGroup https://review.openstack.org/430562 | 06:11 |
*** sandanar has joined #openstack-manila | 06:18 | |
*** lpetrut has joined #openstack-manila | 06:21 | |
*** dsariel has joined #openstack-manila | 06:27 | |
*** faizy has quit IRC | 06:31 | |
*** faizy has joined #openstack-manila | 06:31 | |
*** faizy has quit IRC | 06:35 | |
*** faizy has joined #openstack-manila | 06:36 | |
*** faizy has quit IRC | 06:37 | |
*** faizy has joined #openstack-manila | 06:38 | |
*** faizy has quit IRC | 06:41 | |
*** dsariel_ has joined #openstack-manila | 06:41 | |
*** faizy has joined #openstack-manila | 06:41 | |
*** nkrinner_afk is now known as nkrinner | 07:12 | |
*** lpetrut has quit IRC | 07:17 | |
*** pcaruana has joined #openstack-manila | 07:49 | |
*** gcb has quit IRC | 07:57 | |
*** faizy has quit IRC | 08:19 | |
*** faizy has joined #openstack-manila | 08:20 | |
*** furlongm has quit IRC | 08:30 | |
*** furlongm has joined #openstack-manila | 08:31 | |
*** lpetrut has joined #openstack-manila | 08:35 | |
*** lpetrut has quit IRC | 08:56 | |
*** faizy has quit IRC | 09:01 | |
*** faizy has joined #openstack-manila | 09:02 | |
*** faizy_ has joined #openstack-manila | 09:11 | |
*** faizy has quit IRC | 09:15 | |
*** faizy_ has quit IRC | 09:24 | |
*** faizy has joined #openstack-manila | 09:42 | |
*** faizy_ has joined #openstack-manila | 09:43 | |
*** faizy has quit IRC | 09:47 | |
*** ganso has joined #openstack-manila | 09:51 | |
*** lpetrut has joined #openstack-manila | 09:57 | |
*** faizy_ has quit IRC | 10:06 | |
*** yumiriam has joined #openstack-manila | 10:25 | |
openstackgerrit | Merged openstack/python-manilaclient master: Updated from global requirements https://review.openstack.org/432675 | 10:39 |
openstackgerrit | Merged openstack/manila master: Updated from global requirements https://review.openstack.org/432617 | 10:48 |
*** tuanluong has quit IRC | 10:49 | |
tommylikehu | ganso: hey ganso. do you know who is the maintainer of lvm driver? | 10:53 |
ganso | tommylikehu: AFAIK, there is not a single maintainer, the community is | 10:53 |
tommylikehu | ganso: thanks | 10:53 |
openstackgerrit | TommyLike proposed openstack/manila master: Fix: [LVM] Can't extend share when snapshots exist https://review.openstack.org/431315 | 11:10 |
*** openstackgerrit has quit IRC | 11:18 | |
*** openstackgerrit has joined #openstack-manila | 11:29 | |
openstackgerrit | Valeriy Ponomaryov proposed openstack/manila master: [Tempest] Refactor api/tests/admin/test_share_servers module https://review.openstack.org/433003 | 11:29 |
openstackgerrit | Valeriy Ponomaryov proposed openstack/manila master: [Tempest] Refactor api/tests/admin/test_share_servers module https://review.openstack.org/433003 | 11:33 |
tommylikehu | ganso, do you know how to deal with this case: I wanna set up new patch which depend on another patch which has been merged? | 11:33 |
tommylikehu | ganso: depends on means I will use the code in the depeneded patch. | 11:34 |
ganso | tommylikehu: if it has been merged it is on master, just update your patch | 11:34 |
tommylikehu | ganso, no not merged | 11:35 |
tommylikehu | sorry hasn't been merged.. | 11:35 |
ganso | tommylikehu: if you need another's patch code, you need to rebase on top of it... if you only need the functionality, while not editing the code directly, just add a depends-on | 11:35 |
tommylikehu | what do you mean by rebase on the top of it? | 11:36 |
*** porrua has joined #openstack-manila | 11:55 | |
ganso | tommylikehu: checkout origin/master and cherry-pick your patch next | 11:59 |
vponomaryov | tommylikehu: "Depends-On: %Change-Id%" | 11:59 |
tommylikehu | vponomaryov: I will use the code of the depended patch | 12:00 |
vponomaryov | tommylikehu: it will pull both changes for testing | 12:00 |
vponomaryov | tommylikehu: http://docs.openstack.org/infra/manual/drivers.html#integration-tests | 12:01 |
vponomaryov | + "Needed-By" for back-reference | 12:01 |
vponomaryov | in second change | 12:01 |
tommylikehu | vponomaryov, ganso : thanks, I would like to have a try :) | 12:02 |
openstackgerrit | Rodrigo Barbieri proposed openstack/manila master: Add Share Migration devref docs https://review.openstack.org/375771 | 12:19 |
openstackgerrit | Rodrigo Barbieri proposed openstack/manila master: Add Share Migration devref docs https://review.openstack.org/375771 | 12:21 |
*** rraja has joined #openstack-manila | 12:35 | |
dmellado | vponomaryov: o/ | 12:35 |
dmellado | hope you're doing well! will you be at the PTG? | 12:35 |
vponomaryov | dmellado: Hello | 12:36 |
vponomaryov | dmellado: yes | 12:36 |
dmellado | awesome, we were thinking about having a cross-projects session | 12:36 |
vponomaryov | dmellado: starting from wednesday | 12:36 |
dmellado | where we'd be able to discuss plugin to-do | 12:36 |
dmellado | oh, | 12:36 |
dmellado | I see | 12:36 |
dmellado | we were thinking about putting that on Tue | 12:36 |
dmellado | https://ethercalc.openstack.org/Pike-PTG-Discussion-Rooms | 12:36 |
dmellado | but we'll be sending an email to the ML | 12:36 |
dmellado | and will be available for chatting anyway after it too | 12:37 |
dmellado | thanks! looking forward to see you there ;) | 12:37 |
vponomaryov | dmellado: thanks for info =) | 12:40 |
dmellado | np! ;) | 12:41 |
*** catintheroof has joined #openstack-manila | 12:41 | |
tommylikehu | hey ganso, your comments about reno has been added : https://review.openstack.org/#/c/431315/ | 12:42 |
openstackgerrit | TommyLike proposed openstack/manila master: Optimise: [LVM] Raise explicit error message when reverting https://review.openstack.org/433039 | 12:42 |
*** gcb has joined #openstack-manila | 12:50 | |
*** wiebalck has joined #openstack-manila | 12:57 | |
*** gouthamr has joined #openstack-manila | 12:58 | |
*** dsariel has quit IRC | 13:04 | |
*** dsariel_ has quit IRC | 13:04 | |
*** ociuhandu has quit IRC | 13:13 | |
*** dsariel has joined #openstack-manila | 13:16 | |
*** dsariel_ has joined #openstack-manila | 13:18 | |
*** eharney has quit IRC | 13:27 | |
*** dsariel has quit IRC | 13:34 | |
*** dsariel_ has quit IRC | 13:35 | |
openstackgerrit | TommyLike proposed openstack/manila master: Optimise: [LVM] Raise explicit error message when reverting https://review.openstack.org/433039 | 13:43 |
*** dustins has joined #openstack-manila | 13:43 | |
*** wiebalck has quit IRC | 13:48 | |
*** mtanino has joined #openstack-manila | 13:49 | |
*** ociuhandu has joined #openstack-manila | 13:51 | |
*** eharney has joined #openstack-manila | 13:59 | |
*** eharney has quit IRC | 14:03 | |
*** crushil has joined #openstack-manila | 14:05 | |
smcginnis | bswartz: Morning - you around yet? | 14:06 |
*** eharney has joined #openstack-manila | 14:16 | |
bswartz | smcginnis: yeah, was in a meeting but I'm done now | 14:17 |
smcginnis | bswartz: Hey! Just wondering about the PTG. I was planning on just working through the topics like we've done at our midcycles. | 14:18 |
smcginnis | bswartz: But I know there are a few folks that are invovled in both Cinder and Manila. | 14:18 |
smcginnis | bswartz: What's your plan for running your sessions? | 14:18 |
bswartz | smcginnis: anyone other than xyang and myself? | 14:18 |
bswartz | smcginnis: Manila is planned for Wednesday/Thursday only, but we will most likely use the entirety of those 2 days | 14:19 |
bswartz | so I can hang out with y'all in Cinder for Friday | 14:19 |
smcginnis | bswartz: OK, great. | 14:20 |
smcginnis | bswartz: I think there's also tommylikehu, and tbarron used to like us, but I think he might be too good for cinder now. :) | 14:21 |
*** cdelatte has joined #openstack-manila | 14:21 | |
bswartz | smcginnis: lol -- tbarron does like you but I think he lets eharney cover cinder stuff | 14:23 |
*** cknight has joined #openstack-manila | 14:23 | |
bswartz | dmellado: lmk when you're back because I'm still unclear on what the plan is for qa at the ptg | 14:24 |
smcginnis | bswartz: ;) | 14:25 |
bswartz | markstur: are you in the flood zone or just outside of it? | 14:27 |
*** rhefner has joined #openstack-manila | 14:28 | |
dmellado | bswartz: | 14:29 |
dmellado | https://ethercalc.openstack.org/Pike-PTG-Discussion-Rooms | 14:29 |
dmellado | the idea is to have the room there, at least as a tentative for now | 14:29 |
dmellado | to discuss, among other things, the plugin situation and so on | 14:30 |
dmellado | so if you could spend some time and attend it, I guess it'd be great ;) | 14:30 |
*** wiebalck has joined #openstack-manila | 14:30 | |
bswartz | dmellado: I'd like to attend -- just need to check for conflicts | 14:30 |
dmellado | bswartz: awesome, in any case, worst case we could try to move it | 14:31 |
dmellado | + worst, worst case, we'll be there the whole week ;) | 14:31 |
bswartz | dmellado: that spreadsheet is strangely empty | 14:32 |
bswartz | I'm sure more session that just those have been scheduled | 14:33 |
bswartz | s/that/than/ | 14:33 |
dmellado | Tue, 10AM | 14:33 |
bswartz | dmellado: shows up as 9:30 for me | 14:33 |
dmellado | bswartz: true! 9:30 am | 14:33 |
bswartz | also 30 minutes may not be enough | 14:34 |
dmellado | was missing the row | 14:34 |
dmellado | I'm not really sure about how this would go, but we'll at least draft something | 14:34 |
dmellado | I'm waiaing for andreaf to put up the etherpad + add the another topics he wanted to discuss | 14:34 |
dmellado | andreaf: do you think that we could maybe extend it another 30'? | 14:35 |
*** dsariel has joined #openstack-manila | 14:39 | |
*** pcaruana has quit IRC | 14:50 | |
*** xyang_ has joined #openstack-manila | 14:52 | |
*** pcaruana has joined #openstack-manila | 14:55 | |
*** rraja has quit IRC | 15:30 | |
*** sandanar has quit IRC | 15:37 | |
-openstackstatus- NOTICE: We are currently investigating an issue with our AFS mirrors which is causing some projects jobs to fail. We are working to correct the issue. | 15:49 | |
markstur | bswartz: Hi bswartz. I'm not in the flood zone. It isn't far but no worries. Thanks for asking. | 16:11 |
*** wiebalck has quit IRC | 16:12 | |
*** ociuhandu has quit IRC | 16:14 | |
tbarron | smcginnis: :D I'll most likely join cinder meetings on Friday | 16:14 |
*** pcaruana has quit IRC | 16:20 | |
smcginnis | tbarron: Good! :) | 16:21 |
*** pcaruana has joined #openstack-manila | 16:34 | |
*** ociuhandu has joined #openstack-manila | 16:41 | |
*** dsariel has quit IRC | 16:50 | |
*** pcaruana has quit IRC | 16:58 | |
*** pcaruana has joined #openstack-manila | 16:58 | |
*** xyang_ has quit IRC | 17:02 | |
*** nkrinner is now known as nkrinner_afk | 17:18 | |
-openstackstatus- NOTICE: AFS replication issue has been addressed. Mirrors are currently re-syncing and coming back online. | 17:19 | |
*** pcaruana has quit IRC | 17:44 | |
ganso | gouthamr: ping | 17:59 |
*** lpetrut has quit IRC | 18:05 | |
*** david-lyle_ has joined #openstack-manila | 18:08 | |
gouthamr | ganso: pong | 18:09 |
ganso | gouthamr: Hi Goutham. I updated the share migration admin ref patch | 18:09 |
ganso | gouthamr: regarding the phase names | 18:09 |
ganso | gouthamr: I don't really like "data copy phase" | 18:09 |
ganso | gouthamr: my problem with is that it is not always a data copy | 18:09 |
gouthamr | ganso: oh... why not? i was using your words :) | 18:10 |
ganso | gouthamr: it may be replication, or some other mechanism | 18:10 |
gouthamr | ganso: replication is still some sort of data copy.. | 18:10 |
gouthamr | ganso: the point being that between phase 1 and phase 2, nothing will get copied | 18:11 |
ganso | gouthamr: how about the last sync in phase 2? | 18:11 |
*** david-lyle_ is now known as david-lyle | 18:12 | |
*** carthaca_ has quit IRC | 18:13 | |
*** sapcc-bot has quit IRC | 18:13 | |
*** databus23_ has quit IRC | 18:13 | |
*** sapcc-bot has joined #openstack-manila | 18:13 | |
*** carthaca_ has joined #openstack-manila | 18:13 | |
*** databus23_ has joined #openstack-manila | 18:13 | |
*** dgonzalez_ has joined #openstack-manila | 18:13 | |
*** xyang_ has joined #openstack-manila | 18:15 | |
*** dgonzalez_ has quit IRC | 18:15 | |
*** wiebalck has joined #openstack-manila | 18:16 | |
gouthamr | ganso: yep.. but that may not be required on all migrations | 18:18 |
gouthamr | ganso: and "cutover" captures that... | 18:18 |
ganso | gouthamr: also, I am not fond of having several synonyms to refer to phases | 18:18 |
ganso | gouthamr: we already have switchover and cutover for phase 2 | 18:18 |
ganso | gouthamr: so, referring to it as phase 2 is more precise here | 18:19 |
ganso | gouthamr: depends on what you define "cutover" to be | 18:19 |
ganso | gouthamr: as a new user, I wouldn't guess cutover includes a final sync | 18:19 |
*** FiveBroDeepBook has joined #openstack-manila | 18:20 | |
*** FiveBroDeepBook has left #openstack-manila | 18:20 | |
gouthamr | ganso: hmmm, phase 1 and phase 2 is new lingo.. these terms can be very confusing, i've demoed this in parts to different audience and that's a constant feedback i got | 18:23 |
ganso | gouthamr: if we say "first" and "second" would it be better? | 18:24 |
gouthamr | ganso: i'm suggesting that we make it easier to consume the design.. i agree too many names can confuse people further... | 18:24 |
ganso | gouthamr: we explain previously that data copying or replication comes first | 18:24 |
*** gouthamr has quit IRC | 18:26 | |
*** gouthamr has joined #openstack-manila | 18:27 | |
*** Yogi1 has joined #openstack-manila | 18:32 | |
*** xyang_ has quit IRC | 18:35 | |
*** dustins has quit IRC | 18:46 | |
*** yumiriam has quit IRC | 18:46 | |
*** yumiriam has joined #openstack-manila | 18:48 | |
*** yumiriam has quit IRC | 18:51 | |
*** lpetrut has joined #openstack-manila | 18:53 | |
*** yumiriam has joined #openstack-manila | 18:57 | |
*** yumiriam has quit IRC | 19:00 | |
*** yumiriam has joined #openstack-manila | 19:04 | |
*** crushil has quit IRC | 19:05 | |
*** yumiriam has quit IRC | 19:05 | |
*** ociuhandu has quit IRC | 19:13 | |
*** dustins has joined #openstack-manila | 19:21 | |
*** xyang_ has joined #openstack-manila | 19:25 | |
*** crushil has joined #openstack-manila | 19:28 | |
*** dsariel has joined #openstack-manila | 19:47 | |
*** ociuhandu has joined #openstack-manila | 19:51 | |
*** ociuhandu has quit IRC | 19:56 | |
*** crushil has quit IRC | 20:02 | |
*** xyang_ has quit IRC | 20:03 | |
*** xyang_ has joined #openstack-manila | 20:03 | |
*** crushil has joined #openstack-manila | 20:05 | |
*** ociuhandu has joined #openstack-manila | 20:12 | |
*** dsariel has quit IRC | 20:15 | |
*** ociuhandu has quit IRC | 20:21 | |
*** gouthamr has quit IRC | 20:24 | |
*** gouthamr has joined #openstack-manila | 20:25 | |
*** dsariel has joined #openstack-manila | 20:28 | |
*** ociuhandu has joined #openstack-manila | 20:32 | |
*** stevemar has joined #openstack-manila | 20:34 | |
*** ociuhandu has quit IRC | 20:36 | |
*** ianychoi has quit IRC | 20:43 | |
*** crushil has quit IRC | 20:44 | |
*** crushil has joined #openstack-manila | 20:45 | |
*** cknight has quit IRC | 20:46 | |
*** cknight has joined #openstack-manila | 20:49 | |
*** ianychoi has joined #openstack-manila | 20:51 | |
*** porrua has quit IRC | 20:57 | |
*** lpetrut has quit IRC | 21:11 | |
*** xyang_ has quit IRC | 21:14 | |
*** xyang_ has joined #openstack-manila | 21:14 | |
*** crushil has quit IRC | 21:19 | |
*** ganso has quit IRC | 21:25 | |
*** akapil has joined #openstack-manila | 21:30 | |
*** xyang_ has quit IRC | 21:38 | |
*** xyang_ has joined #openstack-manila | 21:38 | |
*** Yogi1 has quit IRC | 21:58 | |
*** gouthamr has quit IRC | 21:59 | |
*** wiebalck has quit IRC | 22:09 | |
*** eharney has quit IRC | 22:15 | |
*** catintheroof has quit IRC | 22:20 | |
*** akapil has quit IRC | 22:26 | |
*** dustins has quit IRC | 22:32 | |
*** gouthamr has joined #openstack-manila | 22:37 | |
*** tommylikehu_ has joined #openstack-manila | 22:39 | |
tommylikehu_ | hey, vponomaryov: I wanna talk about the comments you made here, https://review.openstack.org/#/c/433039/2/manila/share/drivers/lvm.py | 22:41 |
tommylikehu_ | vponomaryov: yes, the merge won't change the size of share, but we do need change the size of share if the original snapshot's size is different from the share | 22:42 |
*** dsariel has quit IRC | 23:07 | |
*** tommylikehu_ has quit IRC | 23:10 | |
*** akapil has joined #openstack-manila | 23:23 | |
*** akapil has quit IRC | 23:28 | |
*** xyang_ has quit IRC | 23:31 | |
*** cknight has quit IRC | 23:39 | |
*** catintheroof has joined #openstack-manila | 23:55 |
Generated by irclog2html.py 2.14.0 by Marius Gedminas - find it at mg.pov.lt!