08:00:40 #startmeeting storlets 08:00:41 Meeting started Tue Feb 14 08:00:40 2017 UTC and is due to finish in 60 minutes. The chair is eranrom. Information about MeetBot at http://wiki.debian.org/MeetBot. 08:00:42 Useful Commands: #action #agreed #help #info #idea #link #topic #startvote. 08:00:44 The meeting name has been set to 'storlets' 08:00:50 Hi 08:00:58 akihito: Hi 08:01:00 hi 08:01:10 takashi: hi 08:01:15 eranrom: hi 08:02:35 I do not have anything special for today. 08:02:45 Is kota_ already here? I heard that he should be late for some minutes 08:03:04 takashi: no, lets wait, I wanted to ask him something... 08:03:18 eranrom: ok 08:03:52 not so big topics from my side. just would like to ask some reviews about high-priority items 08:04:17 eranrom: Can I ask one thing before kota_ comes? 08:04:27 takashi: sure, please do 08:04:44 about container id problems: https://review.openstack.org/#/c/425054/ 08:05:05 hello 08:05:10 kota_: hi 08:05:11 sorry for delay 08:05:11 kota_: hi 08:05:27 takashi: right, I said I will try your fix, did not get to it. Will try today 08:05:37 hi 08:05:37 eranrom: Do you have any update about using whole id as a scope in container? 08:05:56 takashi: sorry not yet. Will try today 08:06:00 what's going on? 08:06:03 eranrom: OK. I'll leave my +2 later on the patch, so if you find any difficulty let's land your fix first 08:06:13 takashi: thanks! 08:06:29 kota_: just talking about container id fixes 08:06:30 kota_: good thanks 08:06:31 it looks like you all get an answer ;-) 08:06:39 https://review.openstack.org/#/c/425054/ 08:06:42 great 08:06:48 :-) 08:06:59 As I have mentioned I do not have anything special. 08:07:23 kota_: I wanted to ask you if you know when stable/ocata is planned for Swift 08:07:39 AFAIK, soon 08:07:53 maybe wed or thu on notmyname 08:08:13 ok, thanks. 08:08:21 I saw some notice on the release this morning at irc openstack-swift channel 08:08:42 kota_: ok, will have a look 08:09:18 Other than that, some of us are meeting next week. Yey. 08:09:28 please see if there is anything to add here: https://etherpad.openstack.org/p/storlets-pike-design-summit 08:09:32 k 08:09:45 I put topic of agent logging to etherpad. 08:09:56 akihito: good 08:09:59 akihito: saw it. its a good point. 08:10:01 I would like to discuss this topic in PTG. 08:10:26 Thank you! 08:10:27 akihito: yep. 08:10:51 its a good subject 08:11:23 though i didn't add the topic to meeting agenda today, can i put a question here? 08:11:33 kota_: please do 08:11:41 ok 08:11:42 kota_: sure 08:11:43 thanks 08:12:00 so... I had a problem with my AWS vm with s2aio 08:12:33 I didn't dig why/what happens yet so i'm going to describe what I got in the environment 08:12:35 here 08:13:04 at first, I made a s2aio environment with clean ubuntu 16.04 vm via ./s2aio.sh 08:13:14 strictly speaking ./s2aio.sh dev host 08:13:33 it worked as expected all environment got ready to use, yey 08:13:36 however 08:13:50 once I did suspend the vm 08:14:10 and re-launch it, the environment didn't work anymore 08:14:26 do you have any ideas on that? 08:14:45 kota_: I am afraid this is a known issue. and to the best of my knowledge it has to do with Swift using a loopback device over a local file 08:14:46 with my quick view, the keystone process was being missing 08:15:15 right. also keystone and swift are not necessarily getting up 08:15:16 eranrom: yeah, I tried to ./s2aio.sh swift stop/start with your patch 08:15:16 kota_: does your vm itself run? 08:15:31 eranrom: but nothing resolved 08:15:36 takashi: sure 08:15:45 kota_: ok 08:15:50 and one more issue on that 08:15:51 did you do the stop before the vm was suspended? 08:16:04 when i tried to re-install via ./s2aio.sh dev host 08:16:25 we cannot do that maybe due to that we need something like unstack.sh? 08:16:35 kota_: that is right. 08:16:46 so I have to build brand-new environment with clean vm with cry a lot :/ 08:17:02 well, you can try and do: 08:17:15 eranrom: I didin't call stop before suspend 08:17:16 unstack.sh 08:17:25 ah 08:17:28 then run s2aio.sh again 08:17:47 and in following 'suspends' stop before you suspend 08:17:51 and I found a behavior which may be problem 08:18:06 it is a problem :-) 08:18:08 in the suspend, aws vm seems to delete /tmp files 08:18:24 oh, I see. 08:18:28 and ./s2aio.sh looks like to prepare a lot of files in the dir. 08:19:02 ok, what I can try is unstack.sh and then ./s2aio.sh again 08:19:17 kota_: yes. 08:19:25 I'm not sure I had tried that. 08:19:30 If this does not help lets discuss in IRC 08:19:37 I should mention the following: 08:20:16 1. There is a new patch that "port" all s2aio to devstack (no ansible) 08:20:29 2. This patch also does not use /tmp anymore 08:20:43 oh, nice 08:21:06 3. This patch supports install, stop, start 08:21:32 4. install is equivalent to stack.sh 08:21:39 makes much sense 08:22:07 5. start and stop merely start and stop Swift and Keystone. There used to be a devstack equivalent but its deprecated 08:22:22 6. I will add uninstall which will be the equivalent to unstack 08:22:40 This is the patch: 08:22:56 https://review.openstack.org/#/c/429636/ 08:23:02 and there is a PTG topiv on that :-) 08:23:08 topic 08:23:48 takashi: I know you are very busy with a new project, but will be gratefull if you can comment in the discussion topics in the Etherpad. 08:23:54 sounds what I was looking for ;-) 08:24:16 kota_: hopefully :-) 08:24:42 eranrom: I'd like to try the patch anyway to aviod newly clean install at AWS for each time :,< 08:24:50 kota_: It does require quite a review though. Also, it depends on another patch that takes all code out of the container image 08:25:03 eranrom: gotcha 08:25:20 kota_: you are still welcome to use it. 08:27:18 anything else? 08:27:44 that is anything else for now? 08:27:47 that's all to me. 08:27:55 nothing else from my side 08:27:58 nothing 08:28:01 have a nice trip you all 08:28:13 except takashi? sorry :/ 08:28:17 have a nice trip and have a nice and exciting week 08:28:26 Thanks! 08:28:32 I'm looking forward to hear your great discussions! 08:28:45 Thank you 08:28:47 kota_: np :-) 08:28:52 takashi: thanks! 08:29:13 Thank you all for joining. 08:29:19 #endmeeting