*** jasonsb has joined #openstack-manila | 00:00 | |
*** sage has joined #openstack-manila | 00:06 | |
*** erlon has quit IRC | 00:20 | |
*** mtanino has quit IRC | 00:31 | |
*** haomaiwa_ has quit IRC | 00:32 | |
*** openstack has joined #openstack-manila | 00:55 | |
openstackgerrit | zhongjun proposed openstack/manila: Huawei manila driver support Read-Only share https://review.openstack.org/188390 | 01:00 |
---|---|---|
*** haomaiwang has joined #openstack-manila | 01:11 | |
openstackgerrit | zhongjun proposed openstack/manila: Huawei manila driver support Read-Only share https://review.openstack.org/188390 | 01:19 |
*** haomaiwang has quit IRC | 01:28 | |
*** haomaiwang has joined #openstack-manila | 01:34 | |
*** echoingumesh has quit IRC | 02:14 | |
*** cknight has joined #openstack-manila | 02:33 | |
*** zaitcev has quit IRC | 02:59 | |
*** cknight has quit IRC | 03:43 | |
*** sgotliv_ has quit IRC | 03:44 | |
*** rraja has joined #openstack-manila | 04:30 | |
*** nkrinner has joined #openstack-manila | 05:26 | |
*** Maike has joined #openstack-manila | 05:32 | |
*** haomaiwang has quit IRC | 05:33 | |
*** haomaiwang has joined #openstack-manila | 05:35 | |
*** absubram has joined #openstack-manila | 06:01 | |
*** absubram has quit IRC | 06:01 | |
openstackgerrit | zhongjun proposed openstack/manila: Huawei manila driver support Read-Only share https://review.openstack.org/188390 | 06:01 |
*** lpetrut has joined #openstack-manila | 06:34 | |
*** chlong has quit IRC | 07:06 | |
*** deepakcs has joined #openstack-manila | 07:30 | |
*** lpetrut has quit IRC | 08:24 | |
*** lpetrut has joined #openstack-manila | 08:56 | |
*** vponomaryov has quit IRC | 09:05 | |
*** vponomaryov has joined #openstack-manila | 09:11 | |
*** haomaiwang has quit IRC | 09:11 | |
*** sgotliv_ has joined #openstack-manila | 09:25 | |
*** rraja_ has joined #openstack-manila | 09:36 | |
*** rraja has quit IRC | 09:39 | |
*** rraja_ has quit IRC | 10:26 | |
*** rcallawa has quit IRC | 10:37 | |
*** haomaiwang has joined #openstack-manila | 10:45 | |
*** rraja_ has joined #openstack-manila | 10:47 | |
*** erlon has joined #openstack-manila | 11:50 | |
*** deepakcs has quit IRC | 11:56 | |
*** marcusvrn has joined #openstack-manila | 11:59 | |
*** rcallawa has joined #openstack-manila | 11:59 | |
*** marcusvrn has quit IRC | 12:01 | |
*** marcusvrn has joined #openstack-manila | 12:04 | |
*** xyang1 has joined #openstack-manila | 12:36 | |
*** bswartz has quit IRC | 12:41 | |
*** akerr has joined #openstack-manila | 12:42 | |
*** haomaiwang has quit IRC | 12:48 | |
*** haomaiwang has joined #openstack-manila | 12:56 | |
*** ganso_ has joined #openstack-manila | 13:00 | |
*** eharney has joined #openstack-manila | 13:03 | |
*** dustins has joined #openstack-manila | 13:13 | |
*** nkrinner has quit IRC | 13:17 | |
*** bswartz has joined #openstack-manila | 13:19 | |
openstackgerrit | Julia Varlamova proposed openstack/manila: Add PoolWeigher for Manila scheduler https://review.openstack.org/184053 | 13:44 |
*** haomaiwang has quit IRC | 13:46 | |
*** Maike has quit IRC | 14:28 | |
*** cknight has joined #openstack-manila | 14:29 | |
*** rcallawa has quit IRC | 14:37 | |
*** timcl has joined #openstack-manila | 14:42 | |
*** rushil has joined #openstack-manila | 14:43 | |
*** cknight has left #openstack-manila | 14:47 | |
*** absubram has joined #openstack-manila | 14:52 | |
*** absubram has quit IRC | 14:54 | |
*** absubram has joined #openstack-manila | 14:55 | |
*** rcallawa has joined #openstack-manila | 15:02 | |
*** jasonsb has quit IRC | 15:04 | |
*** rraja_ has quit IRC | 15:05 | |
ganso_ | vponomaryov: ping | 15:09 |
vponomaryov | ganso_: pong | 15:09 |
*** rushil has quit IRC | 15:09 | |
ganso_ | hi, I need to get a new field I created in Share table in this line: https://github.com/openstack/manila/blob/master/manila/share/drivers/generic.py#L616 | 15:09 |
ganso_ | vponomaryov: the only way I have figured out is to create the same field in snapshot table, since I cannot get the Share object from the DB within the generic driver | 15:10 |
ganso_ | vponomaryov: do you have any other suggestions? | 15:10 |
vponomaryov | ganso_: snapshot obj has source share as attr | 15:10 |
ganso_ | vponomaryov: the whole source share? | 15:10 |
vponomaryov | ganso_: yes | 15:10 |
vponomaryov | snapshot["share"] | 15:11 |
ganso_ | snapshot['share']['my_field']? | 15:11 |
vponomaryov | yes | 15:11 |
ganso_ | nice!!! :D | 15:11 |
ganso_ | vponomaryov: thanks a lot :D | 15:11 |
*** esker has joined #openstack-manila | 15:11 | |
vponomaryov | you have not even try it? | 15:11 |
vponomaryov | =) | 15:11 |
ganso_ | vponomaryov: no, I have not noticed that | 15:11 |
vponomaryov | ganso_: little note, when you give links with line number pointer, use fixed commits as HEAD | 15:13 |
ganso_ | vponomaryov: how do I do that? I thought that if I do not specify the commit it is always HEAD | 15:14 |
vponomaryov | ganso_: branch-based can start refer to different thing very quickly | 15:14 |
vponomaryov | ganso_: in your case it should have been https://github.com/openstack/manila/blob/0902169a/manila/share/drivers/generic.py#L616 | 15:15 |
bswartz | cknight: updated code review based on our discussion, feel free to add feedback https://review.openstack.org/#/c/184544/ | 15:15 |
ganso_ | vponomaryov: I am trying to understand how you got that link, I can't find a button to get a "tree" view | 15:18 |
*** mtanino has joined #openstack-manila | 15:18 | |
*** timcl1 has joined #openstack-manila | 15:20 | |
*** timcl has quit IRC | 15:21 | |
*** rushil has joined #openstack-manila | 15:26 | |
*** absubram has quit IRC | 15:26 | |
vponomaryov | ganso_: you can get tree based on some commit from any history of commits | 15:30 |
vponomaryov | ganso_: either general commit history or some file history | 15:30 |
vponomaryov | ganso_: so, it is possible to browse whole repo on each possible state of it | 15:31 |
*** rcallawa has quit IRC | 15:37 | |
*** rcallawa has joined #openstack-manila | 15:39 | |
openstackgerrit | Julia Varlamova proposed openstack/manila: Add PoolWeigher for Manila scheduler https://review.openstack.org/184053 | 16:03 |
ganso_ | vponomaryov: got it! thanks! :D | 16:03 |
ganso_ | vponomaryov, bswartz : I am going to post a test patch for the column ID proposal, my share migration worked flawlessly with it | 16:03 |
bswartz | ganso_: =) | 16:04 |
ganso_ | vponomaryov, bswartz : not sure if we are going to use it, but it may be worth a look | 16:04 |
*** esker has quit IRC | 16:05 | |
*** timcl1 has quit IRC | 16:14 | |
lpetrut | Hi guys. I was wondering how do you handle driver specific requirements. Namely, I need pywinrm for WinRM access, but I would avoid adding it in the requirements.txt. Should I just raise a meaningfull error in case of an import exception? Or make this kind of checks in the driver initialize method? | 16:18 |
bswartz | lpetrut: you should import the module in your driver init and catch the error if the library is missing, and log an appropriate message so the admin knows what he needs to isntall | 16:21 |
lpetrut | great, thanks! | 16:22 |
bswartz | also, make sure the docs for your driver clearly spell out the additional requirements | 16:22 |
lpetrut | bswartz: Also, I heard that I should ask you about the CI requirements. I was wondering about a deadline on this | 16:22 |
bswartz | lpetrut: http://lists.openstack.org/pipermail/openstack-dev/2015-May/064086.html | 16:23 |
bswartz | lpetrut: this is the wiki for existing drivers https://etherpad.openstack.org/p/manila-driver-maintainers | 16:24 |
bswartz | if you have a new driver you may as well add it because we intend to hold all driver (existing and new) to the same standard | 16:25 |
lpetrut | exactly what I needed, thanks! I plan on proposing a Windows driver, basicaly using Windows service instances. I'll most probably send an implementation first draft next week | 16:26 |
bswartz | lpetrut: awesome | 16:27 |
bswartz | if the driver is based on VMs running Windows, then were will you actually store the data? will cinder be used? | 16:28 |
lpetrut | yep, for the beginning, I was considering having the same behavior as the generic driver | 16:28 |
lpetrut | and we are considering adding scale-out cluster support in the future | 16:29 |
lpetrut | could you please take a look over the related bp? https://blueprints.launchpad.net/manila/+spec/windows-smb-support | 16:29 |
*** vponomaryov has quit IRC | 16:30 | |
bswartz | lpetrut: okay, we should talk about the AD domain stuff though | 16:30 |
lpetrut | sure | 16:30 |
bswartz | Manila was explicitly designed to support creating CIFS shares inside an AD domain, but it's not particularly well tested or even well understood by most people | 16:30 |
bswartz | the NetApp driver will take parameters from the security service associated with a share network and use them to join an existing AD domain | 16:31 |
bswartz | but we don't yet have similar functionality in the generic driver | 16:31 |
bswartz | Obviously, a driver based on Windows should have the ability to join an user-specified AD domain | 16:31 |
lpetrut | indeed. Well, this can easily be done | 16:33 |
*** jasonsb has joined #openstack-manila | 16:49 | |
lpetrut | as far as I see, the security service is associated with the share network. this implies having one AD controller per tenant network, right? | 16:49 |
*** timcl has joined #openstack-manila | 16:49 | |
bswartz | lpetrut: tenant networks can have 0 or more AD controllers | 16:49 |
bswartz | while it might not be common, you could have 2 AD domains in the same tenant network | 16:50 |
lpetrut | got it | 16:50 |
bswartz | Manila would handle this by allowing the user to create 2 different share networks, each with a security service referring to one of the AD domains | 16:50 |
bswartz | then the user would specify the which share network to create the new share on, thus determining which AD domain the share will be part of | 16:50 |
lpetrut | makes sense | 16:51 |
openstackgerrit | Alex O'Rourke proposed openstack/manila: HP 3PAR driver config has unused username/password https://review.openstack.org/193637 | 16:57 |
*** rushil has quit IRC | 17:02 | |
bswartz | anyone know Alex O'Rourke's IRC handle? markstur? | 17:07 |
markstur | bswartz, It is aorourke | 17:08 |
bswartz | okay so he's not in here | 17:08 |
bswartz | looks like ^ was his first change | 17:09 |
bswartz | wanted to welcome him | 17:09 |
*** rushil has joined #openstack-manila | 17:14 | |
*** aorourke has joined #openstack-manila | 17:19 | |
*** lpetrut has quit IRC | 17:23 | |
*** rushil has quit IRC | 17:31 | |
*** jasonsb has quit IRC | 17:31 | |
*** rushil has joined #openstack-manila | 17:32 | |
*** timcl has quit IRC | 17:42 | |
*** timcl has joined #openstack-manila | 17:45 | |
*** haomaiwa_ has joined #openstack-manila | 17:48 | |
*** cknight has joined #openstack-manila | 17:55 | |
*** jasonsb has joined #openstack-manila | 17:58 | |
openstackgerrit | Rodrigo Barbieri proposed openstack/manila: Add Driver_ID Column Proposal for migration https://review.openstack.org/193664 | 18:01 |
openstackgerrit | Rodrigo Barbieri proposed openstack/manila: Add Driver_ID Column support to Generic Driver https://review.openstack.org/193667 | 18:04 |
*** timcl1 has joined #openstack-manila | 18:07 | |
*** timcl has quit IRC | 18:08 | |
*** esker has joined #openstack-manila | 18:12 | |
*** esker has quit IRC | 18:12 | |
*** esker has joined #openstack-manila | 18:13 | |
openstackgerrit | Rodrigo Barbieri proposed openstack/manila: Add Driver_ID Column Proposal for migration https://review.openstack.org/193664 | 18:16 |
openstackgerrit | Rodrigo Barbieri proposed openstack/manila: Add Driver_ID Column support to Generic Driver https://review.openstack.org/193667 | 18:16 |
*** jasonsb_ has joined #openstack-manila | 18:37 | |
*** jasonsb has quit IRC | 18:37 | |
*** lpetrut has joined #openstack-manila | 18:37 | |
*** rushil has quit IRC | 18:45 | |
*** esker has quit IRC | 18:46 | |
*** rushil has joined #openstack-manila | 18:51 | |
*** timcl1 has quit IRC | 18:57 | |
*** timcl has joined #openstack-manila | 18:58 | |
*** zaitcev has joined #openstack-manila | 19:11 | |
*** amit213 has joined #openstack-manila | 19:16 | |
*** rushil has quit IRC | 19:27 | |
*** marcusvrn has quit IRC | 19:31 | |
*** rushil has joined #openstack-manila | 19:41 | |
*** amit213 has quit IRC | 19:53 | |
*** timcl has quit IRC | 19:56 | |
*** akerr has quit IRC | 20:02 | |
*** dustins has quit IRC | 20:04 | |
*** amit213 has joined #openstack-manila | 20:04 | |
*** amit213 has quit IRC | 20:05 | |
*** amit213 has joined #openstack-manila | 20:06 | |
*** rushil has quit IRC | 20:15 | |
*** bswartz has quit IRC | 20:30 | |
*** esker has joined #openstack-manila | 20:30 | |
*** rcallawa has quit IRC | 20:51 | |
*** rushil has joined #openstack-manila | 20:56 | |
*** esker has quit IRC | 20:58 | |
*** lpetrut has quit IRC | 21:15 | |
*** jasonsb_ has quit IRC | 21:18 | |
*** bswartz has joined #openstack-manila | 21:28 | |
*** rcallawa has joined #openstack-manila | 21:28 | |
*** rcallawa has quit IRC | 21:33 | |
*** ganso_ has quit IRC | 21:38 | |
*** esker has joined #openstack-manila | 21:51 | |
*** esker has quit IRC | 21:54 | |
*** esker has joined #openstack-manila | 21:57 | |
*** erlon has quit IRC | 22:00 | |
*** xyang1 has quit IRC | 22:00 | |
*** rushil has quit IRC | 22:07 | |
*** jasonsb has joined #openstack-manila | 22:11 | |
*** rcallawa has joined #openstack-manila | 22:15 | |
*** rcallawa has quit IRC | 22:19 | |
*** jasonsb has quit IRC | 23:06 | |
*** rcallawa has joined #openstack-manila | 23:15 | |
*** amit213 has quit IRC | 23:16 | |
*** amit213 has joined #openstack-manila | 23:17 | |
*** tbarron has quit IRC | 23:19 | |
*** amit213 has quit IRC | 23:19 | |
*** rcallawa has quit IRC | 23:20 | |
*** amit213 has joined #openstack-manila | 23:20 | |
*** eharney has quit IRC | 23:21 | |
*** eharney has joined #openstack-manila | 23:22 | |
*** esker has quit IRC | 23:28 | |
*** esker has joined #openstack-manila | 23:28 | |
*** tbarron has joined #openstack-manila | 23:34 |
Generated by irclog2html.py 2.14.0 by Marius Gedminas - find it at mg.pov.lt!