15:00:46 #startmeeting openstack search 15:00:47 Meeting started Thu Apr 20 15:00:46 2017 UTC and is due to finish in 60 minutes. The chair is sjmc7. Information about MeetBot at http://wiki.debian.org/MeetBot. 15:00:48 Useful Commands: #action #agreed #help #info #idea #link #topic #startvote. 15:00:51 The meeting name has been set to 'openstack_search' 15:01:08 morning folks 15:01:15 :) 15:02:11 or evening 15:03:04 i’ll give it a couple of minutes, see if anyone else drifts in 15:04:31 o/ 15:05:56 ok. probably a quick one this week as travis and i have been really busy with other stuff 15:06:11 #topic nova cells 15:06:55 i’ve updated the versioned notifications patch https://review.openstack.org/#/c/453352/ so that the tests pass (and i’ve added the bare minimum of unit tests for the versioned code) 15:07:26 cool, I have one question 15:07:45 shoot 15:07:46 Are we able to do part-update? 15:07:59 i haven’t done so in the patch but yes, we can do 15:08:11 Seems notification payload will be different 15:08:14 however… something we’re missing is the updated_at timestamp which makes that harder 15:08:15 Cool 15:08:19 different? 15:08:35 I haven't read all the post yet 15:08:52 i’m missing something.. 15:09:14 But seems in nova side payload might be different 15:10:01 from what? 15:10:05 For e.g. Payload in instance action may not include tag field 15:10:55 I'm not sure yet, I will read the whole post soon 15:11:25 hmmm. ok, that would be a bit unfortunate but not too big a deal 15:11:34 i’ll file a bug for missing updated_at 15:11:41 Yeah 15:13:57 the only other big bit of work for the cells stuff is the soft-delete action 15:14:11 i don’t know if nova ever sends a hard delete notification 15:14:21 i.e. whether instances sit around forever 15:15:04 by soft delete 15:15:30 you mean the soft-delete action 15:15:33 i.e. setting a flag rather than actually deleting the instance 15:15:44 err.. maybe. how many deletes are there? :) 15:15:54 Or deleted but still in do 15:16:00 yeah, that one 15:16:20 This one doesn't have flag 15:16:42 Soft-delete action has it's own notification 15:16:54 ok. yeah, i meant the actual delete but leaving htings in the DB 15:17:53 The record can be deleted by a cmd 15:18:02 Direct db 15:18:21 Action so no info sent 15:18:24 right, but normally it’d sit around in the database forever? 15:18:36 Yeah 15:20:14 ok. so it’s just a case of setting that flag rather than deleting, and by defaulting filtering those out 15:20:36 hopefully will be able to get to that pretty soon; it’s a bit fiddly but hopefully not too time consuming 15:21:39 We could also write a coomand to delete them? 15:22:42 yeah, maybe a management command i guess 15:23:03 unless you create and delete a billion VMs it’s not going to matter too much to elasticsearch 15:24:35 Yeah 15:24:44 ok, that was all i had to discuss 15:24:47 #topic open discussion 15:25:00 since you’re the only person here Kevin_Zheng , anything else you had? :) 15:25:24 No 15:25:39 ok. well, i’ll end it here i guess. thanks all! 15:26:05 Thanks 15:35:07 #endmeeting