15:00:24 <bswartz> #startmeeting manila
15:00:26 <openstack> Meeting started Thu Apr  3 15:00:24 2014 UTC and is due to finish in 60 minutes.  The chair is bswartz. Information about MeetBot at http://wiki.debian.org/MeetBot.
15:00:27 <openstack> Useful Commands: #action #agreed #help #info #idea #link #topic #startvote.
15:00:30 <openstack> The meeting name has been set to 'manila'
15:00:37 <bswartz> good morning/good evening everyone
15:00:45 <vponomaryov> Hello
15:00:46 <scottda> hi
15:01:02 <csaba> hi
15:01:03 <rraja> hi
15:01:07 <zhangleiqiang> hi
15:01:52 <bswartz> I don't have much to discuss today
15:02:02 <bswartz> this can be a fairly short meeting unless you all have topics
15:02:17 <bswartz> zhangleiqiang: would you like to introduce yourself?
15:02:28 <bswartz> we haven't met I don't think
15:03:14 <bswartz> it's okay if you're shy
15:03:20 <zhangleiqiang> OK. Hi, everybody, I am a newbies to Manila.
15:03:25 <bswartz> we'll move on to regular dev status
15:03:33 <bswartz> welcome zhangleiqiang!
15:03:43 <bswartz> #topic dev status
15:03:47 <zhangleiqiang> I am interesting in Cinder's filesystem driver, and I found Manila, :)
15:04:18 <bswartz> vponomaryov: please go ahead
15:04:24 <vponomaryov> Dev status:
15:04:30 <vponomaryov> 1) Horizon
15:04:36 <vponomaryov> bp: #link https://blueprints.launchpad.net/manila/+spec/horizon-integration
15:04:36 <vponomaryov> code: #link https://github.com/NetApp/horizon/tree/manila
15:04:37 <vponomaryov> status: work in progress
15:04:48 <vponomaryov> 2) Several modifications to manila, for better support in Horizon
15:04:53 <vponomaryov> Gerrit:
15:04:53 <vponomaryov> #link https://review.openstack.org/#/c/83518/
15:04:53 <vponomaryov> #link https://review.openstack.org/#/c/84799/
15:04:53 <vponomaryov> #link https://review.openstack.org/#/c/85004/
15:05:01 <vponomaryov> TODO in horizon:
15:05:08 <vponomaryov> 1) Add handling of 403 and 400 error codes for every manila request
15:05:15 <vponomaryov> 2) Add minor changes (detail pages for security-services, share-networks, etc.)
15:05:24 <vponomaryov> 3) fix several bugs
15:05:24 <vponomaryov> 4) Add unittests
15:05:38 <vponomaryov> that's all
15:05:45 <bswartz> thanks  vponomaryov
15:06:03 <bswartz> yeah so most of the work in the last week was targetted at getting the manila GUI in shape
15:06:15 <bswartz> this is with an eye towards atlanta as most of you know
15:06:43 <bswartz> I'm sure the audience would prefer guis demos to a bunch of CLIs
15:07:19 <bswartz> vponomaryov: if someone wanted to try out the gui changes themselves do we have instructions we can share on how to do it?
15:07:50 <vponomaryov> it will be instructions about using horizon itself
15:08:05 <vponomaryov> and some stuff about manila
15:08:30 <bswartz> okay so the main thing people need to know is that out horizon/manila code is hosted on github.com/NetApp instead of the normal place
15:08:38 <bswartz> and we've talkd about that before
15:08:59 <vponomaryov> one thing: horizon with manila should be deployed separately from devstack installation
15:09:44 <vponomaryov> devstack plugin install main horizon, not our modified
15:09:50 <bswartz> anyone else have something new?
15:10:05 <bswartz> any questions about what's going on between now and atlanta?
15:10:59 * bswartz hears crickets
15:11:07 <xyang1> vponomaryov: how do you install horizon with manila?
15:11:28 <vponomaryov> xyang1: clone https://github.com/NetApp/horizon/tree/manila
15:11:42 <xyang1> vponomaryov: thanks
15:11:53 <vponomaryov> configure its config to use your devstack lab
15:12:20 <xyang1> vponomaryov: ok
15:12:21 <vponomaryov> and then run with "sudo python manage.py runserver"
15:12:36 <vponomaryov> it will run on port 8080
15:12:58 <xyang1> thanks
15:13:41 <bswartz> alright well this was a short meeting as expected
15:13:47 <bswartz> if nobody has anything else
15:13:52 <vponomaryov> Looks like it will be helpfull, if I make  HOWTO
15:14:02 <vponomaryov> will post it in manila chat
15:14:04 <csaba> bswartz: just a short update on the cirros image
15:14:12 <bswartz> vponomaryov: I think it would, because we will be in this state for a while until manila is incubated
15:14:20 <bswartz> csaba: go ahead
15:14:24 <bswartz> #topic cirros image
15:14:53 <csaba> nfs functionality works fine, now we are to get smb shares working
15:15:07 <csaba> rraja struggles with permission issues
15:15:28 <csaba> as of initrd trimming, it's a bit trickier to get right than I expected
15:15:41 <bswartz> permissions and security are the hardest aspect of shared FS
15:15:55 <csaba> I'm writing a script with some quasi-clever heuristics that selects the needed parts
15:16:19 <bswartz> csaba: sounds fun
15:16:28 <csaba> quasi-clever: actually dumb but fakes to be clever :)
15:17:11 <bswartz> lol
15:17:33 <csaba> at least the goal is  to work well without manual adjustments
15:18:22 <bswartz> okay anything else
15:18:23 <bswartz> ?
15:19:32 <bswartz> thanks everyone
15:19:40 <vponomaryov> thanks
15:19:47 <bswartz> #endmeeting