*** haomaiwang has quit IRC | 00:01 | |
*** haomaiwang has joined #openstack-manila | 00:01 | |
*** haomaiwang has quit IRC | 01:01 | |
*** haomaiwang has joined #openstack-manila | 01:01 | |
*** haomaiwang has quit IRC | 01:28 | |
*** tbarron has quit IRC | 01:33 | |
*** erlon has quit IRC | 01:33 | |
*** darrenc has quit IRC | 01:33 | |
*** darrenc has joined #openstack-manila | 01:33 | |
*** bswartz has quit IRC | 01:35 | |
*** erlon has joined #openstack-manila | 01:37 | |
*** tbarron has joined #openstack-manila | 01:37 | |
*** bswartz has joined #openstack-manila | 01:39 | |
*** cknight1 has joined #openstack-manila | 01:40 | |
*** cknight has quit IRC | 01:42 | |
*** jasonsb has quit IRC | 02:15 | |
*** jasonsb has joined #openstack-manila | 02:15 | |
*** bill_az has quit IRC | 02:27 | |
*** amit213 has quit IRC | 02:27 | |
*** amit213 has joined #openstack-manila | 02:27 | |
*** jasonsb has quit IRC | 02:36 | |
*** jasonsb has joined #openstack-manila | 02:37 | |
*** haomaiwang has joined #openstack-manila | 02:45 | |
*** haomaiwang has quit IRC | 02:48 | |
*** 20WACHN4K has joined #openstack-manila | 02:49 | |
openstackgerrit | Merged openstack/manila: Updated from global requirements https://review.openstack.org/245244 | 02:56 |
---|---|---|
*** 20WACHN4K has quit IRC | 03:01 | |
*** haomaiwang has joined #openstack-manila | 03:01 | |
*** gouthamr has quit IRC | 03:02 | |
*** haomaiwang has quit IRC | 03:51 | |
*** haomaiwang has joined #openstack-manila | 03:51 | |
*** haomaiwang has quit IRC | 04:01 | |
*** haomaiwang has joined #openstack-manila | 04:01 | |
*** cknight has joined #openstack-manila | 04:08 | |
*** cknight1 has quit IRC | 04:09 | |
*** cknight has quit IRC | 04:48 | |
*** haomaiwang has quit IRC | 05:01 | |
*** haomaiwang has joined #openstack-manila | 05:01 | |
*** rraja has joined #openstack-manila | 05:11 | |
*** houming-wang has joined #openstack-manila | 05:38 | |
*** haomaiwang has quit IRC | 06:01 | |
*** haomaiwang has joined #openstack-manila | 06:01 | |
openstackgerrit | NidhiMittalHada proposed openstack/manila: Allow to set share visibility using "manage" API https://review.openstack.org/238850 | 06:01 |
*** houming-wang has quit IRC | 06:01 | |
*** lpetrut has joined #openstack-manila | 06:12 | |
*** houming-wang has joined #openstack-manila | 06:16 | |
*** lpetrut has quit IRC | 06:17 | |
*** kambiz has quit IRC | 06:27 | |
*** dhellmann has quit IRC | 06:28 | |
*** dhellmann has joined #openstack-manila | 06:28 | |
*** lpetrut has joined #openstack-manila | 06:29 | |
*** kambiz has joined #openstack-manila | 06:30 | |
*** dhellmann has quit IRC | 06:34 | |
*** dhellmann has joined #openstack-manila | 06:34 | |
*** haomaiwang has quit IRC | 07:01 | |
*** haomaiwang has joined #openstack-manila | 07:01 | |
*** dgonzalez_ has joined #openstack-manila | 07:15 | |
*** dgonzalez has quit IRC | 07:15 | |
*** scottda has quit IRC | 07:15 | |
*** dgonzalez_ is now known as dgonzalez | 07:15 | |
openstackgerrit | zhongjun proposed openstack/manila: Add snapshot instances list https://review.openstack.org/234658 | 07:18 |
*** lpetrut has quit IRC | 07:19 | |
*** sgotliv_ has quit IRC | 07:19 | |
*** scottda has joined #openstack-manila | 07:19 | |
openstackgerrit | zhongjun proposed openstack/manila: Add snapshot instances list https://review.openstack.org/234658 | 07:22 |
*** martyturner has joined #openstack-manila | 07:22 | |
*** martyturner1 has joined #openstack-manila | 07:23 | |
*** lpetrut has joined #openstack-manila | 07:24 | |
*** martyturner has quit IRC | 07:26 | |
*** nkrinner has joined #openstack-manila | 07:33 | |
*** lpetrut has quit IRC | 07:35 | |
*** martyturner1 has quit IRC | 07:48 | |
openstackgerrit | zhongjun proposed openstack/manila: Add snapshot instances list https://review.openstack.org/234658 | 07:51 |
*** haomaiwang has quit IRC | 08:01 | |
openstackgerrit | Bertrand Lallau proposed openstack/manila: Remove psycopg2 useless requirement https://review.openstack.org/245600 | 08:01 |
*** haomaiwang has joined #openstack-manila | 08:01 | |
*** martyturner has joined #openstack-manila | 08:01 | |
*** nidhimittalhada has joined #openstack-manila | 08:03 | |
nidhimittalhada | def _print_share_type_list(stypes, default_share_type=None): | 08:08 |
nidhimittalhada | def _is_default(share_type): | 08:08 |
nidhimittalhada | if share_type == default_share_type: | 08:08 |
nidhimittalhada | return 'YES' | 08:08 |
nidhimittalhada | else: | 08:08 |
nidhimittalhada | return '-' | 08:08 |
nidhimittalhada | def is_public(share_type): | 08:08 |
nidhimittalhada | return 'public' if share_type.is_public else 'private' | 08:08 |
nidhimittalhada | formatters = { | 08:08 |
nidhimittalhada | 'Visibility': is_public, | 08:08 |
nidhimittalhada | 'is_default': _is_default, | 08:08 |
nidhimittalhada | 'required_extra_specs': _print_type_required_extra_specs, | 08:08 |
nidhimittalhada | 'optional_extra_specs': _print_type_optional_extra_specs, | 08:08 |
nidhimittalhada | } | 08:08 |
nidhimittalhada | hi | 08:09 |
nidhimittalhada | @vponomaryov1 | 08:09 |
nidhimittalhada | http://paste.openstack.org/show/478937/ | 08:09 |
nidhimittalhada | can you see this code | 08:09 |
nidhimittalhada | I am not able to understand that how is_default and is_public function is obtaining share_type | 08:10 |
nidhimittalhada | from where this var is coming to these functions | 08:10 |
nidhimittalhada | can you see it once and help to understand | 08:10 |
*** nkrinner has quit IRC | 08:10 | |
nidhimittalhada | from where its getting this variable .. share_type | 08:10 |
*** nkrinner has joined #openstack-manila | 08:15 | |
*** lpetrut has joined #openstack-manila | 08:24 | |
*** tobe has joined #openstack-manila | 08:34 | |
*** martyturner has quit IRC | 08:49 | |
*** haomaiwang has quit IRC | 09:01 | |
*** haomaiwang has joined #openstack-manila | 09:01 | |
*** sgotliv_ has joined #openstack-manila | 09:06 | |
*** lpetrut has quit IRC | 09:10 | |
*** lpetrut has joined #openstack-manila | 09:17 | |
*** lpetrut has quit IRC | 09:19 | |
*** lpetrut has joined #openstack-manila | 09:30 | |
*** ociuhandu has quit IRC | 09:40 | |
*** nidhimittalhada has quit IRC | 09:41 | |
*** nidhimittalhada has joined #openstack-manila | 09:42 | |
*** tobe has quit IRC | 09:44 | |
*** tobe has joined #openstack-manila | 09:45 | |
*** houming-wang has quit IRC | 09:50 | |
vponomaryov1 | nidhimittalhada: https://github.com/openstack/python-manilaclient/blob/47b51910/manilaclient/v1/shell.py#L2058 | 09:54 |
*** vponomaryov1 has left #openstack-manila | 09:57 | |
*** vponomaryov1 has joined #openstack-manila | 09:57 | |
*** vponomaryov1 has left #openstack-manila | 09:57 | |
nidhimittalhada | u mean print_list passes cliutils.print_list(stypes, fields, formatters) stypes as a parameter to callables in formatters ? | 09:57 |
*** vponomaryov has joined #openstack-manila | 09:57 | |
nidhimittalhada | @vponomaryov1 | 09:58 |
nidhimittalhada | u mean print_list passes cliutils.print_list(stypes, fields, formatters) stypes as a parameter to callables in formatters ? | 09:58 |
nidhimittalhada | _is_default(share_type): is getting stypes as a parameter ? | 09:58 |
vponomaryov | nidhimittalhada: have you looked at definition of "print_list" func? | 09:59 |
nidhimittalhada | openstack.common.cliutils.print_list(objs, fields, formatters=None, sortby_index=0, mixed_case_fields=None, field_labels=None) | 09:59 |
nidhimittalhada | Print a list of objects as a table, one row per object. | 09:59 |
nidhimittalhada | Parameters: | 09:59 |
nidhimittalhada | objs – iterable of Resource | 09:59 |
nidhimittalhada | fields – attributes that correspond to columns, in order | 09:59 |
nidhimittalhada | formatters – dict of callables for field formatting | 09:59 |
nidhimittalhada | sortby_index – index of the field for sorting table rows | 09:59 |
nidhimittalhada | mixed_case_fields – fields corresponding to object attributes that have mixed case names (e.g., ‘serverId’) | 10:00 |
nidhimittalhada | field_labels – Labels to use in the heading of the table, default to fields. | 10:00 |
nidhimittalhada | looking from here | 10:00 |
nidhimittalhada | http://docs.openstack.org/developer/oslo-incubator/api/openstack.common.cliutils.html | 10:00 |
*** jcsp has joined #openstack-manila | 10:00 | |
*** haomaiwang has quit IRC | 10:01 | |
vponomaryov | nidhimittalhada: ok, here is second hint - https://github.com/openstack/python-manilaclient/blob/47b51910/manilaclient/v1/shell.py#L30 | 10:01 |
*** haomaiwang has joined #openstack-manila | 10:01 | |
*** lpetrut has quit IRC | 10:01 | |
nidhimittalhada | @vponomaryov1 | 10:04 |
nidhimittalhada | row.append(formatters[field](o)) | 10:04 |
nidhimittalhada | yes o is passed .. | 10:04 |
nidhimittalhada | got it | 10:04 |
nidhimittalhada | thnks | 10:04 |
openstackgerrit | Igor Malinovskiy proposed openstack/manila-image-elements: Install dependencies automatically https://review.openstack.org/230912 | 10:07 |
*** lpetrut has joined #openstack-manila | 10:10 | |
*** deepakcs has joined #openstack-manila | 10:13 | |
*** openstackgerrit has quit IRC | 10:16 | |
*** openstackgerrit has joined #openstack-manila | 10:17 | |
*** esker has joined #openstack-manila | 10:18 | |
*** ociuhandu has joined #openstack-manila | 10:26 | |
*** esker has quit IRC | 10:28 | |
*** ociuhandu has quit IRC | 10:31 | |
*** ociuhandu has joined #openstack-manila | 10:34 | |
*** tobe has quit IRC | 10:36 | |
*** lpetrut has quit IRC | 10:42 | |
*** eduardo_ has joined #openstack-manila | 10:50 | |
*** lpetrut has joined #openstack-manila | 10:59 | |
*** haomaiwang has quit IRC | 11:01 | |
*** haomaiwang has joined #openstack-manila | 11:01 | |
*** shinobu_ has joined #openstack-manila | 11:07 | |
*** shinobu_ is now known as Guest37486 | 11:08 | |
*** Guest37486 has quit IRC | 11:09 | |
*** ganso has joined #openstack-manila | 11:09 | |
*** shinobu__ has joined #openstack-manila | 11:09 | |
*** nidhimittalhada has quit IRC | 11:17 | |
ganso | vponomaryov: ping | 11:37 |
openstackgerrit | Javier Peña proposed openstack/puppet-manila: Support of PyMySQL driver for MySQL backend https://review.openstack.org/245721 | 11:37 |
openstackgerrit | NidhiMittalHada proposed openstack/python-manilaclient: Allows type-create to return dict instead of list https://review.openstack.org/245731 | 11:49 |
*** haomaiwang has quit IRC | 12:01 | |
*** haomaiwa_ has joined #openstack-manila | 12:01 | |
*** houming-wang has joined #openstack-manila | 12:08 | |
*** sgotliv_ has quit IRC | 12:19 | |
*** sgotliv_ has joined #openstack-manila | 12:21 | |
*** deepakcs has quit IRC | 12:29 | |
vponomaryov | ganso: pong | 12:38 |
*** ekarlso has quit IRC | 12:39 | |
*** ekarlso has joined #openstack-manila | 12:39 | |
openstackgerrit | Igor Malinovskiy proposed openstack/manila-image-elements: Add tox job for building LXD image https://review.openstack.org/232142 | 12:41 |
*** shinobu__ has quit IRC | 12:42 | |
*** openstack has joined #openstack-manila | 12:50 | |
ganso | vponomaryov: do you know by any chance a website or RST compiler that supports that annotation "::" you mentioned in your comment? I have tried a few but none support it | 12:51 |
openstackgerrit | Rodrigo Barbieri proposed openstack/manila: Prevent Share operations during share migration https://review.openstack.org/233052 | 12:52 |
vponomaryov | ganso: lots of examples in Manila, raw - https://raw.githubusercontent.com/openstack/manila/master/doc/README.rst, interpreted - https://github.com/openstack/manila/blob/master/doc/README.rst | 12:53 |
vponomaryov | ganso; same in built docs | 12:54 |
ganso | vponomaryov: thanks! | 12:54 |
vponomaryov | ganso: so, it is really question, what did you try | 12:54 |
ganso | vponomaryov: rst.ninjs.org for instance | 12:55 |
ganso | does not support | 12:55 |
vponomaryov | ganso: just copy-pasted there provided raw example | 12:56 |
vponomaryov | ganso: and it works | 12:56 |
vponomaryov | ganso: styling just different | 12:56 |
vponomaryov | ganso: but it got it formatted as expected | 12:56 |
ganso | vponomaryov: oh I should have selected different theme | 12:57 |
ganso | vponomaryov: I thought it was not being interpreted | 12:57 |
ganso | vponomaryov: thanks again! :) | 12:57 |
vponomaryov | ganso: )) | 12:57 |
openstackgerrit | Rodrigo Barbieri proposed openstack/manila: Added driver minimum requirements and features doc https://review.openstack.org/235914 | 12:59 |
openstackgerrit | Igor Malinovskiy proposed openstack/manila: [WIP][POC] LXC/LXD driver https://review.openstack.org/245751 | 12:59 |
*** haomaiwa_ has quit IRC | 13:01 | |
*** haomaiwang has joined #openstack-manila | 13:01 | |
vponomaryov | toabctl; ping | 13:12 |
*** timcl has joined #openstack-manila | 13:37 | |
*** haomaiwang has quit IRC | 13:40 | |
*** gouthamr has joined #openstack-manila | 13:40 | |
*** rraja_ has joined #openstack-manila | 13:45 | |
*** rraja_ has quit IRC | 13:45 | |
*** bswartz has quit IRC | 13:45 | |
*** bill_az has joined #openstack-manila | 13:59 | |
*** porrua has joined #openstack-manila | 14:03 | |
*** dustins has joined #openstack-manila | 14:08 | |
*** ekarlso has quit IRC | 14:09 | |
*** xyang1 has joined #openstack-manila | 14:09 | |
*** bswartz has joined #openstack-manila | 14:14 | |
u_glide | toabctl, bswartz, xyang1: manila-image-elements gate job fix https://review.openstack.org/#/c/230912/ | 14:16 |
toabctl | vponomaryov: pong | 14:16 |
*** jvarlamova has joined #openstack-manila | 14:16 | |
*** haomaiwang has joined #openstack-manila | 14:17 | |
*** stevemar_ has joined #openstack-manila | 14:18 | |
xyang1 | u_glide: hi | 14:18 |
u_glide | hello | 14:18 |
stevemar_ | bswartz: hey there, you're the only stable/maint guy apparently - can you look at https://review.openstack.org/#/c/207822/ and https://review.openstack.org/#/c/201205/ | 14:18 |
stevemar_ | bswartz: i was bugged to release a keystoneclient for kilo and would like to see stable/kilo fixed up for manila | 14:19 |
*** merooney has joined #openstack-manila | 14:20 | |
bswartz | stevemar_: was the kilo release of keystoneclient done? | 14:22 |
openstackgerrit | Shuquan Huang proposed openstack/manila: OpenStack typo https://review.openstack.org/245538 | 14:22 |
vponomaryov | toabctl: wanted to ask for review of https://review.openstack.org/#/c/230912/ , but Igor already have asked and you have reviewed it | 14:22 |
stevemar_ | bswartz: yep, the first patch there wouldn't pass jenkins without it | 14:22 |
bswartz | okay thank you | 14:23 |
toabctl | vponomaryov: if you think we should keep 2.6 support, I can remove my -1. np | 14:23 |
toabctl | but looks like the tox-buildimage job is failing anyway... | 14:23 |
vponomaryov | toabctl: it is expected to fail, u_glide, isn't it? | 14:24 |
stevemar_ | bswartz: cool, once that is in, then https://review.openstack.org/#/c/201205/ can follow ... if my math is all correct | 14:24 |
u_glide | vponomaryov: yes tox-buildimage job is broken | 14:24 |
vponomaryov | toabctl: project-config update is required too | 14:25 |
u_glide | and this commit fixes manila-image-elements part of this breakage | 14:25 |
vponomaryov | toabctl: this one fixes one of parts of the bug | 14:25 |
toabctl | ah.ok. | 14:25 |
toabctl | so just let me know what you think about py26. | 14:25 |
vponomaryov | toabctl: do we have strong reasons to not support it? | 14:25 |
vponomaryov | toabctl: like lots of workarounds or hacks? | 14:26 |
*** akshai has joined #openstack-manila | 14:26 | |
toabctl | vponomaryov: openstack in general drops support for py26. so I would question the other way arround - is there a reason to support it?:) | 14:26 |
toabctl | and it's not about OpenStack itself -just about building an image. I would support as less as possible for that. | 14:27 |
toabctl | but as I said, I don't have a strong opinion about it.. | 14:28 |
vponomaryov | toabctl: I wouldn't -1 for keeping py26 things | 14:30 |
toabctl | vponomaryov: hm. looks like bswartz has the same opinion. | 14:32 |
toabctl | and if you drop it, I guess you could also drop support for non /etc/os-release .would simplifiy the code a lot | 14:33 |
*** ekarlso has joined #openstack-manila | 14:33 | |
*** esker has joined #openstack-manila | 14:33 | |
*** breitz has joined #openstack-manila | 14:36 | |
*** logan2 has quit IRC | 14:37 | |
*** esker has quit IRC | 14:38 | |
*** cknight has joined #openstack-manila | 14:41 | |
*** resker has joined #openstack-manila | 14:42 | |
openstackgerrit | Igor Malinovskiy proposed openstack/manila-image-elements: Install dependencies automatically https://review.openstack.org/230912 | 14:42 |
u_glide | toabctl, bswartz: ^ | 14:43 |
*** resker has quit IRC | 14:43 | |
*** esker has joined #openstack-manila | 14:43 | |
toabctl | u_glide: is /etc/system-release needed? are there rhel/centos platforms without systemd but with py27 ? | 14:45 |
u_glide | I think it's possible use case :) | 14:48 |
toabctl | u_glide: so which version is that? | 14:49 |
u_glide | python could be compiled from source | 14:53 |
*** esker has quit IRC | 14:54 | |
u_glide | so it's bad choice to rely only on default combinations | 14:54 |
*** haomaiwang has quit IRC | 15:01 | |
*** haomaiwang has joined #openstack-manila | 15:01 | |
*** lpabon has joined #openstack-manila | 15:03 | |
*** a_ta has joined #openstack-manila | 15:05 | |
*** mtanino has joined #openstack-manila | 15:20 | |
*** aorourke-afk is now known as aorourke | 15:31 | |
bswartz | p26 is insanely old | 15:35 |
bswartz | py26 | 15:35 |
*** akerr has joined #openstack-manila | 15:36 | |
*** adrianofr has joined #openstack-manila | 15:37 | |
*** houming-wang has quit IRC | 15:38 | |
vponomaryov | cknight, akerr, bswartz, cfouts: have you seen bug https://bugs.launchpad.net/python-manilaclient/+bug/1501768 filed by toabctl? | 15:44 |
openstack | Launchpad bug 1501768 in python-manilaclient "Add "manila cg-members" command" [Undecided,New] | 15:44 |
toabctl | vponomaryov: I thought it was my fault but I'm still searching for the problem | 15:45 |
toabctl | vponomaryov: oh. that's another bug. sorry. | 15:45 |
bswartz | ameade: ^ | 15:45 |
akerr | you can filter on the cg id when doing a manila list | 15:46 |
vponomaryov | akerr: oh, right. Indeed we can. | 15:49 |
vponomaryov | but, I guess, it would be useful to add additional CLI command named exactly as described in bug | 15:50 |
vponomaryov | akerr: why then we can not filter CG snapshots in the same way? | 15:50 |
akerr | vponomaryov: wouldn't that open the floodgates of adding a specific command for every filter possibility? | 15:50 |
akerr | vponomaryov: the snapshot members are sub-resources of the snapshot | 15:51 |
vponomaryov | akerr: this one just incompatible with cgsnapshots | 15:51 |
bswartz | vponomaryov: what do you mean filtering cg snapshots? | 15:51 |
bswartz | cg snapshots are not like normal snapshots | 15:51 |
akerr | oh you mean list all the cg-snapshots? | 15:52 |
*** eharney has joined #openstack-manila | 15:52 | |
akerr | yea, cg-snapshot is a different object than snapshot | 15:52 |
vponomaryov | akerr: cg-snapshot-list --share foo --> we can not do so, but we have, as you said "...floodgates of adding a specific command for every filter possibility", separate CLI command with members | 15:58 |
*** dustins has quit IRC | 15:59 | |
vponomaryov | akerr: so, it is usability concern, two related things can be listed in two different ways | 16:00 |
*** haomaiwang has quit IRC | 16:01 | |
*** haomaiwang has joined #openstack-manila | 16:01 | |
bswartz | vponomaryov: you think it's a good thing or a bad thing to have 2 ways to list the same thing? | 16:02 |
bswartz | I think it's a bad thing to have 2 ways to do the same thing -- there should always be 1 way to do each operation | 16:02 |
vponomaryov | bswartz: at least common approach for all | 16:02 |
*** ameade has quit IRC | 16:03 | |
*** ameade has joined #openstack-manila | 16:04 | |
akerr | cg-snapshot-list will list all cg-snapshots, cg-snapshot-members lists the members of a cg-snapshot, members don't exist outside of a cg-snapshot context so you can't just filter something else to get that list | 16:04 |
akerr | i think i'm confused what the ask is here | 16:05 |
ameade | ditto | 16:06 |
akerr | the request for a "manila cg-members" command in the client I think is analogous to having a "manila az-members" command, or "manila share-network-members" command; those are all things you can simply filter for on the list | 16:08 |
akerr | an actual manila share is not a member of a cg-snapshot, at least not truly. The cg-snapshot remembers which shares were in the cg at the time the cg-snapshot is taken, but the shares themselves have no knowledge of this. Therefore a separate cg-snapshot-members command was needed | 16:10 |
openstackgerrit | Thomas Bechtold proposed openstack/manila: Add reno for release notes management https://review.openstack.org/242957 | 16:17 |
vponomaryov | akerr: ok, then we can consider that "CG snapshot members" have similar relation for CG snapshots as "share export locations" to shares | 16:17 |
vponomaryov | akerr: only possibility to read, related to one object | 16:18 |
vponomaryov | akerr: so, members could be part of "cg-snapshot-show" | 16:18 |
*** absubram has joined #openstack-manila | 16:18 | |
vponomaryov | akerr: so, if above consideration is true, then we hae two different ways to view alike things | 16:19 |
vponomaryov | s/hae/have/ | 16:20 |
akerr | i actually don't remember the exact command to list the members, i think it does return as a list on the cg-snapshot object | 16:21 |
vponomaryov | right, that's the point | 16:21 |
akerr | and then if you want more info on the member, such as it's size, name, original share, you would send a GET to the cg-snapshot/member/<id> | 16:22 |
akerr | so the GET on cg-snapshot/member lists all the members plus their fields in a single call, similar to GET /shares | 16:23 |
vponomaryov | CLI commands and API requests are different things | 16:28 |
vponomaryov | it is common situation when CLI command consists of several API requests | 16:28 |
vponomaryov | but, ok, let's wrap up it, until we get more confused people )) | 16:29 |
openstackgerrit | Merged openstack/manila-image-elements: Install dependencies automatically https://review.openstack.org/230912 | 16:29 |
akerr | sounds good, i gotta go get lunch :) | 16:29 |
*** rhagarty__ has quit IRC | 16:33 | |
*** a_ta has quit IRC | 16:38 | |
*** a_ta has joined #openstack-manila | 16:39 | |
*** rhagarty has joined #openstack-manila | 16:39 | |
*** dustins has joined #openstack-manila | 16:40 | |
*** a_ta has quit IRC | 16:43 | |
markstur | toabctl, ping | 16:49 |
*** a_ta has joined #openstack-manila | 16:49 | |
toabctl | markstur: pong | 16:49 |
markstur | toabctl, I think our devref still applies to all versions. Because we don't build a branch version. | 16:50 |
markstur | That's what we did in our share feature matrix | 16:50 |
markstur | It would be nice if config-ref replaced that, but that is Liberty and not Kilo. | 16:50 |
markstur | So I think Anthony is getting conflicting feedback in: https://review.openstack.org/#/c/240353/18/doc/source/devref/hpe_3par_driver.rst | 16:51 |
markstur | We need to figure out what is best for now. | 16:51 |
markstur | toabctl, I'm looking for vponomaryov comment in that patch. I think he caught it and then I told Anthony to expand on it. | 16:52 |
toabctl | markstur: hm. I still don't get why you want to describe the old (liberty) config options. or do you plan to backport this change to liberty? | 16:55 |
markstur | toabctl, Patch set 14 https://review.openstack.org/#/c/240353/14/doc/source/devref/hpe_3par_driver.rst See the comment. | 16:56 |
markstur | toabctl, I agree that it is debatable. | 16:56 |
*** nidhimittalhada has joined #openstack-manila | 16:56 | |
markstur | toabctl, I think the thing is that people use the rendered on-line version of the devref and not just the in-tree .rst file. | 16:56 |
markstur | I think that is not a good solution, but that is why for now the devref is a multi-version living doc and official manuals are branched. | 16:57 |
toabctl | markstur: I agree with vponomaryov 's comment that it should be mentioned that there is a difference between liberty and mitaka. but mentioning that people should look into liberty's documentation should be enough imo | 16:57 |
markstur | toabctl, That makes sense. | 16:57 |
toabctl | markstur: I think it would be confusing if every driver has a "for liberty do that, for kilo do this, for juno do that, ...). | 16:58 |
markstur | toabctl, Yeah. | 16:58 |
sghatty_ | CSaba, rraja, and all: I have a question about the I have a question on the design and placement of manila host wrt the backend ganesha, and glusterfs machines. I am referring to the document here (pointed to me by @csaba ). https://review.openstack.org/#/c/227078/2/doc/source/devref/glusterfs_driver.rst | 16:58 |
sghatty_ | Csaba, rraja, and all: It reads "If Ganesha NFS server is used (``glusterfs_nfs_server_type = Ganesha``),then by default the Ganesha server is supposed to run on the Manila hostand is managed by local commands.) It goes on to state that if ganesha is on a different machine, ssh needs to be enabled. | 16:59 |
sghatty_ | csaba, rraja and all: I wonder if the document is suggesting that having ganesha on the manila host is the preferred way? Any thoughts on pros-and cons of the two approaches? thanks for your help! | 16:59 |
*** rhagarty has quit IRC | 17:01 | |
*** haomaiwang has quit IRC | 17:01 | |
*** 18WAA5P6F has joined #openstack-manila | 17:01 | |
markstur | toabctl, I'll ask Anthony to cut back on the previous version stuff. Just mention it in one place. I'll be working on the docs later and might be able to figure out the versioning issue better. | 17:05 |
toabctl | markstur: ok.thx | 17:05 |
*** rhagarty has joined #openstack-manila | 17:06 | |
*** rhagarty has quit IRC | 17:08 | |
*** nkrinner has quit IRC | 17:11 | |
nidhimittalhada | hi anyone usinh tempest for nexenta backend? | 17:16 |
nidhimittalhada | i need to know what conf parameters need to be set for nexenta backend | 17:16 |
nidhimittalhada | @vponomaryov1.. in case you know .. | 17:16 |
*** logan2 has joined #openstack-manila | 17:20 | |
vponomaryov | nidhimittalhada: Manila does not have nexenta driver | 17:22 |
vponomaryov | nidhimittalhada: tempest works with API | 17:22 |
*** rhagarty has joined #openstack-manila | 17:22 | |
vponomaryov | toabctl, markstur: what is wrong in mentioning major diffs between releases? | 17:24 |
vponomaryov | toabctl, markstur: statistics shows that people read exactly upstream version build from master branch | 17:24 |
*** leeantho_ has joined #openstack-manila | 17:25 | |
vponomaryov | toabctl, markstur: that is why we made our "feature mapping" page mention all available releases | 17:25 |
markstur | vponomaryov, toabctl Yes. That's why I had Anthony expand all the examples after you mentioned the issue. | 17:26 |
markstur | vponomaryov, toabctl But it certainly would be nice if we had a cleaner doc and reference to old version docs. | 17:26 |
vponomaryov | markstur: then, we should make subpages, specifically for releases | 17:27 |
markstur | vponomaryov, toabctl We also have the openstack-manuals config-ref that we can refer to. | 17:27 |
markstur | vponomaryov, toabctl It is more painful to maintain, but it is at least moving to .RST in mitaka | 17:27 |
markstur | vponomaryov, Did you see Anthony's patch that includes the different version settings? https://review.openstack.org/#/c/240353/14/doc/source/devref/hpe_3par_driver.rst | 17:29 |
vponomaryov | markstur, toabctl: lets disscuss it upcoming weekly meeting | 17:29 |
vponomaryov | markstur: haven't reviewed yet | 17:29 |
markstur | vponomaryov, toabctl I agree. But I'd like Anthony to be able to finish. The re-branding has our CI in a bad state. | 17:29 |
*** nidhimittalhada has quit IRC | 17:30 | |
*** porrua has quit IRC | 17:30 | |
markstur | toabctl, Thomas, maybe his current patch which has "too much info" would be good today. And after we discuss how to doc old versions, then I can fix it. | 17:31 |
*** lpetrut has quit IRC | 17:42 | |
*** jasonsb has quit IRC | 17:57 | |
*** 18WAA5P6F has quit IRC | 18:01 | |
*** haomaiwang has joined #openstack-manila | 18:01 | |
*** eduardo_ has quit IRC | 18:12 | |
*** porrua has joined #openstack-manila | 18:20 | |
*** lpetrut has joined #openstack-manila | 18:24 | |
*** ociuhandu has quit IRC | 18:31 | |
*** jasonsb has joined #openstack-manila | 18:39 | |
*** jasonsb has quit IRC | 18:48 | |
*** a_ta has quit IRC | 18:56 | |
*** sgotliv_ has quit IRC | 18:57 | |
*** a_ta has joined #openstack-manila | 18:57 | |
*** haomaiwang has quit IRC | 19:01 | |
*** cknight has quit IRC | 19:01 | |
*** haomaiwang has joined #openstack-manila | 19:01 | |
*** a_ta has quit IRC | 19:01 | |
openstackgerrit | Chuck Fouts proposed openstack/python-manilaclient: Nova Style API Version Support for Client https://review.openstack.org/229142 | 19:03 |
*** cknight has joined #openstack-manila | 19:14 | |
*** lpetrut has quit IRC | 19:21 | |
*** a_ta has joined #openstack-manila | 19:23 | |
stevemar_ | bswartz: poke about https://review.openstack.org/#/c/201205/4 - stable/kilo should be all fixed now | 19:23 |
*** gnarld_ has joined #openstack-manila | 19:57 | |
*** cfouts has quit IRC | 19:57 | |
*** haomaiwang has quit IRC | 20:01 | |
*** cknight has quit IRC | 20:01 | |
*** haomaiwang has joined #openstack-manila | 20:01 | |
*** cknight has joined #openstack-manila | 20:05 | |
openstackgerrit | Merged openstack/manila: Added driver minimum requirements and features doc https://review.openstack.org/235914 | 20:07 |
*** rushil has joined #openstack-manila | 20:09 | |
*** lpetrut has joined #openstack-manila | 20:15 | |
*** rhagarty has quit IRC | 20:19 | |
*** lgreg1 has quit IRC | 20:46 | |
*** ekarlso has quit IRC | 20:50 | |
*** ekarlso has joined #openstack-manila | 20:50 | |
openstackgerrit | Anthony Lee proposed openstack/manila: Refactor HP 3PAR share driver to now be HPE https://review.openstack.org/240353 | 20:56 |
*** haomaiwang has quit IRC | 21:01 | |
*** haomaiwang has joined #openstack-manila | 21:01 | |
*** rhagarty has joined #openstack-manila | 21:08 | |
*** sgotliv_ has joined #openstack-manila | 21:08 | |
*** merooney has quit IRC | 21:15 | |
*** dustins has quit IRC | 21:16 | |
*** akerr has quit IRC | 21:17 | |
*** lpabon has quit IRC | 21:18 | |
*** timcl has quit IRC | 21:20 | |
*** sgotliv_ has quit IRC | 21:30 | |
*** porrua has quit IRC | 21:31 | |
*** shinobu__ has joined #openstack-manila | 21:32 | |
*** bswartz has quit IRC | 21:37 | |
*** rushil has quit IRC | 21:47 | |
*** rhagarty_ has joined #openstack-manila | 21:49 | |
*** rhagarty has quit IRC | 21:51 | |
*** haomaiwang has quit IRC | 22:01 | |
*** haomaiwang has joined #openstack-manila | 22:01 | |
*** dustins has joined #openstack-manila | 22:02 | |
*** jcsp has quit IRC | 22:03 | |
*** jcsp has joined #openstack-manila | 22:06 | |
*** ekarlso has quit IRC | 22:11 | |
*** lpetrut has quit IRC | 22:17 | |
*** ekarlso has joined #openstack-manila | 22:20 | |
*** stevemar_ has left #openstack-manila | 22:21 | |
*** jwang_ has joined #openstack-manila | 22:51 | |
*** akerr has joined #openstack-manila | 22:51 | |
*** akshai_ has joined #openstack-manila | 22:51 | |
*** toabctl has quit IRC | 22:52 | |
*** leeantho__ has joined #openstack-manila | 22:53 | |
*** markstur_ has joined #openstack-manila | 22:53 | |
*** markstur has quit IRC | 22:54 | |
*** leeantho_ has quit IRC | 22:54 | |
*** akshai has quit IRC | 22:54 | |
*** jwang__ has quit IRC | 22:54 | |
*** toabctl has joined #openstack-manila | 22:59 | |
*** haomaiwang has quit IRC | 23:01 | |
*** dustins has quit IRC | 23:01 | |
*** akerr has quit IRC | 23:02 | |
*** u_glide1 has joined #openstack-manila | 23:02 | |
*** haomaiwa_ has joined #openstack-manila | 23:02 | |
*** u_glide has quit IRC | 23:06 | |
*** ociuhandu has joined #openstack-manila | 23:22 | |
*** cknight has quit IRC | 23:26 | |
*** a_ta has quit IRC | 23:32 | |
*** a_ta has joined #openstack-manila | 23:32 | |
*** absubram has quit IRC | 23:34 | |
*** a_ta has quit IRC | 23:37 | |
*** bswartz has joined #openstack-manila | 23:38 | |
*** ekarlso has quit IRC | 23:41 | |
*** ekarlso has joined #openstack-manila | 23:47 | |
*** ekarlso has quit IRC | 23:57 | |
*** ekarlso has joined #openstack-manila | 23:57 |
Generated by irclog2html.py 2.14.0 by Marius Gedminas - find it at mg.pov.lt!