Monday, 2015-11-16

*** haomaiwang has quit IRC00:01
*** haomaiwang has joined #openstack-manila00:01
*** haomaiwang has quit IRC01:01
*** haomaiwang has joined #openstack-manila01:01
*** haomaiwang has quit IRC01:28
*** tbarron has quit IRC01:33
*** erlon has quit IRC01:33
*** darrenc has quit IRC01:33
*** darrenc has joined #openstack-manila01:33
*** bswartz has quit IRC01:35
*** erlon has joined #openstack-manila01:37
*** tbarron has joined #openstack-manila01:37
*** bswartz has joined #openstack-manila01:39
*** cknight1 has joined #openstack-manila01:40
*** cknight has quit IRC01:42
*** jasonsb has quit IRC02:15
*** jasonsb has joined #openstack-manila02:15
*** bill_az has quit IRC02:27
*** amit213 has quit IRC02:27
*** amit213 has joined #openstack-manila02:27
*** jasonsb has quit IRC02:36
*** jasonsb has joined #openstack-manila02:37
*** haomaiwang has joined #openstack-manila02:45
*** haomaiwang has quit IRC02:48
*** 20WACHN4K has joined #openstack-manila02:49
openstackgerritMerged openstack/manila: Updated from global requirements  https://review.openstack.org/24524402:56
*** 20WACHN4K has quit IRC03:01
*** haomaiwang has joined #openstack-manila03:01
*** gouthamr has quit IRC03:02
*** haomaiwang has quit IRC03:51
*** haomaiwang has joined #openstack-manila03:51
*** haomaiwang has quit IRC04:01
*** haomaiwang has joined #openstack-manila04:01
*** cknight has joined #openstack-manila04:08
*** cknight1 has quit IRC04:09
*** cknight has quit IRC04:48
*** haomaiwang has quit IRC05:01
*** haomaiwang has joined #openstack-manila05:01
*** rraja has joined #openstack-manila05:11
*** houming-wang has joined #openstack-manila05:38
*** haomaiwang has quit IRC06:01
*** haomaiwang has joined #openstack-manila06:01
openstackgerritNidhiMittalHada proposed openstack/manila: Allow to set share visibility using "manage" API  https://review.openstack.org/23885006:01
*** houming-wang has quit IRC06:01
*** lpetrut has joined #openstack-manila06:12
*** houming-wang has joined #openstack-manila06:16
*** lpetrut has quit IRC06:17
*** kambiz has quit IRC06:27
*** dhellmann has quit IRC06:28
*** dhellmann has joined #openstack-manila06:28
*** lpetrut has joined #openstack-manila06:29
*** kambiz has joined #openstack-manila06:30
*** dhellmann has quit IRC06:34
*** dhellmann has joined #openstack-manila06:34
*** haomaiwang has quit IRC07:01
*** haomaiwang has joined #openstack-manila07:01
*** dgonzalez_ has joined #openstack-manila07:15
*** dgonzalez has quit IRC07:15
*** scottda has quit IRC07:15
*** dgonzalez_ is now known as dgonzalez07:15
openstackgerritzhongjun proposed openstack/manila: Add snapshot instances list  https://review.openstack.org/23465807:18
*** lpetrut has quit IRC07:19
*** sgotliv_ has quit IRC07:19
*** scottda has joined #openstack-manila07:19
openstackgerritzhongjun proposed openstack/manila: Add snapshot instances list  https://review.openstack.org/23465807:22
*** martyturner has joined #openstack-manila07:22
*** martyturner1 has joined #openstack-manila07:23
*** lpetrut has joined #openstack-manila07:24
*** martyturner has quit IRC07:26
*** nkrinner has joined #openstack-manila07:33
*** lpetrut has quit IRC07:35
*** martyturner1 has quit IRC07:48
openstackgerritzhongjun proposed openstack/manila: Add snapshot instances list  https://review.openstack.org/23465807:51
*** haomaiwang has quit IRC08:01
openstackgerritBertrand Lallau proposed openstack/manila: Remove psycopg2 useless requirement  https://review.openstack.org/24560008:01
*** haomaiwang has joined #openstack-manila08:01
*** martyturner has joined #openstack-manila08:01
*** nidhimittalhada has joined #openstack-manila08:03
nidhimittalhadadef _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
nidhimittalhadahi08:09
nidhimittalhada@vponomaryov108:09
nidhimittalhadahttp://paste.openstack.org/show/478937/08:09
nidhimittalhadacan you see this code08:09
nidhimittalhadaI am not able to understand that how is_default and is_public function is obtaining share_type08:10
nidhimittalhadafrom where this var is coming to these functions08:10
nidhimittalhadacan you see it once and help to understand08:10
*** nkrinner has quit IRC08:10
nidhimittalhadafrom where its getting this variable .. share_type08:10
*** nkrinner has joined #openstack-manila08:15
*** lpetrut has joined #openstack-manila08:24
*** tobe has joined #openstack-manila08:34
*** martyturner has quit IRC08:49
*** haomaiwang has quit IRC09:01
*** haomaiwang has joined #openstack-manila09:01
*** sgotliv_ has joined #openstack-manila09:06
*** lpetrut has quit IRC09:10
*** lpetrut has joined #openstack-manila09:17
*** lpetrut has quit IRC09:19
*** lpetrut has joined #openstack-manila09:30
*** ociuhandu has quit IRC09:40
*** nidhimittalhada has quit IRC09:41
*** nidhimittalhada has joined #openstack-manila09:42
*** tobe has quit IRC09:44
*** tobe has joined #openstack-manila09:45
*** houming-wang has quit IRC09:50
vponomaryov1nidhimittalhada: https://github.com/openstack/python-manilaclient/blob/47b51910/manilaclient/v1/shell.py#L205809:54
*** vponomaryov1 has left #openstack-manila09:57
*** vponomaryov1 has joined #openstack-manila09:57
*** vponomaryov1 has left #openstack-manila09:57
nidhimittalhadau mean print_list passes  cliutils.print_list(stypes, fields, formatters)  stypes as a parameter to callables in formatters ?09:57
*** vponomaryov has joined #openstack-manila09:57
nidhimittalhada@vponomaryov109:58
nidhimittalhadau 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
vponomaryovnidhimittalhada: have you looked at definition of "print_list" func?09:59
nidhimittalhadaopenstack.common.cliutils.print_list(objs, fields, formatters=None, sortby_index=0, mixed_case_fields=None, field_labels=None)09:59
nidhimittalhadaPrint a list of objects as a table, one row per object.09:59
nidhimittalhadaParameters:09:59
nidhimittalhadaobjs – iterable of Resource09:59
nidhimittalhadafields – attributes that correspond to columns, in order09:59
nidhimittalhadaformatters – dict of callables for field formatting09:59
nidhimittalhadasortby_index – index of the field for sorting table rows09:59
nidhimittalhadamixed_case_fields – fields corresponding to object attributes that have mixed case names (e.g., ‘serverId’)10:00
nidhimittalhadafield_labels – Labels to use in the heading of the table, default to fields.10:00
nidhimittalhadalooking from here10:00
nidhimittalhadahttp://docs.openstack.org/developer/oslo-incubator/api/openstack.common.cliutils.html10:00
*** jcsp has joined #openstack-manila10:00
*** haomaiwang has quit IRC10:01
vponomaryovnidhimittalhada: ok, here is second hint - https://github.com/openstack/python-manilaclient/blob/47b51910/manilaclient/v1/shell.py#L3010:01
*** haomaiwang has joined #openstack-manila10:01
*** lpetrut has quit IRC10:01
nidhimittalhada@vponomaryov110:04
nidhimittalhadarow.append(formatters[field](o))10:04
nidhimittalhadayes o is passed ..10:04
nidhimittalhadagot it10:04
nidhimittalhadathnks10:04
openstackgerritIgor Malinovskiy proposed openstack/manila-image-elements: Install dependencies automatically  https://review.openstack.org/23091210:07
*** lpetrut has joined #openstack-manila10:10
*** deepakcs has joined #openstack-manila10:13
*** openstackgerrit has quit IRC10:16
*** openstackgerrit has joined #openstack-manila10:17
*** esker has joined #openstack-manila10:18
*** ociuhandu has joined #openstack-manila10:26
*** esker has quit IRC10:28
*** ociuhandu has quit IRC10:31
*** ociuhandu has joined #openstack-manila10:34
*** tobe has quit IRC10:36
*** lpetrut has quit IRC10:42
*** eduardo_ has joined #openstack-manila10:50
*** lpetrut has joined #openstack-manila10:59
*** haomaiwang has quit IRC11:01
*** haomaiwang has joined #openstack-manila11:01
*** shinobu_ has joined #openstack-manila11:07
*** shinobu_ is now known as Guest3748611:08
*** Guest37486 has quit IRC11:09
*** ganso has joined #openstack-manila11:09
*** shinobu__ has joined #openstack-manila11:09
*** nidhimittalhada has quit IRC11:17
gansovponomaryov: ping11:37
openstackgerritJavier Peña proposed openstack/puppet-manila: Support of PyMySQL driver for MySQL backend  https://review.openstack.org/24572111:37
openstackgerritNidhiMittalHada proposed openstack/python-manilaclient: Allows type-create to return dict instead of list  https://review.openstack.org/24573111:49
*** haomaiwang has quit IRC12:01
*** haomaiwa_ has joined #openstack-manila12:01
*** houming-wang has joined #openstack-manila12:08
*** sgotliv_ has quit IRC12:19
*** sgotliv_ has joined #openstack-manila12:21
*** deepakcs has quit IRC12:29
vponomaryovganso: pong12:38
*** ekarlso has quit IRC12:39
*** ekarlso has joined #openstack-manila12:39
openstackgerritIgor Malinovskiy proposed openstack/manila-image-elements: Add tox job for building LXD image  https://review.openstack.org/23214212:41
*** shinobu__ has quit IRC12:42
*** openstack has joined #openstack-manila12:50
gansovponomaryov: 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 it12:51
openstackgerritRodrigo Barbieri proposed openstack/manila: Prevent Share operations during share migration  https://review.openstack.org/23305212:52
vponomaryovganso: 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.rst12:53
vponomaryovganso; same in built docs12:54
gansovponomaryov: thanks!12:54
vponomaryovganso: so, it is really question, what did you try12:54
gansovponomaryov: rst.ninjs.org for instance12:55
gansodoes not support12:55
vponomaryovganso: just copy-pasted there provided raw example12:56
vponomaryovganso: and it works12:56
vponomaryovganso: styling just different12:56
vponomaryovganso: but it got it formatted as expected12:56
gansovponomaryov: oh I should have selected different theme12:57
gansovponomaryov: I thought it was not being interpreted12:57
gansovponomaryov: thanks again! :)12:57
vponomaryovganso: ))12:57
openstackgerritRodrigo Barbieri proposed openstack/manila: Added driver minimum requirements and features doc  https://review.openstack.org/23591412:59
openstackgerritIgor Malinovskiy proposed openstack/manila: [WIP][POC] LXC/LXD driver  https://review.openstack.org/24575112:59
*** haomaiwa_ has quit IRC13:01
*** haomaiwang has joined #openstack-manila13:01
vponomaryovtoabctl; ping13:12
*** timcl has joined #openstack-manila13:37
*** haomaiwang has quit IRC13:40
*** gouthamr has joined #openstack-manila13:40
*** rraja_ has joined #openstack-manila13:45
*** rraja_ has quit IRC13:45
*** bswartz has quit IRC13:45
*** bill_az has joined #openstack-manila13:59
*** porrua has joined #openstack-manila14:03
*** dustins has joined #openstack-manila14:08
*** ekarlso has quit IRC14:09
*** xyang1 has joined #openstack-manila14:09
*** bswartz has joined #openstack-manila14:14
u_glidetoabctl, bswartz, xyang1: manila-image-elements gate job fix https://review.openstack.org/#/c/230912/14:16
toabctlvponomaryov: pong14:16
*** jvarlamova has joined #openstack-manila14:16
*** haomaiwang has joined #openstack-manila14:17
*** stevemar_ has joined #openstack-manila14:18
xyang1u_glide: hi14:18
u_glidehello14: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 manila14:19
*** merooney has joined #openstack-manila14:20
bswartzstevemar_: was the kilo release of keystoneclient done?14:22
openstackgerritShuquan Huang proposed openstack/manila: OpenStack typo  https://review.openstack.org/24553814:22
vponomaryovtoabctl: wanted to ask for review of https://review.openstack.org/#/c/230912/ , but Igor already have asked and you have reviewed it14:22
stevemar_bswartz: yep, the first patch there wouldn't pass jenkins without it14:22
bswartzokay thank you14:23
toabctlvponomaryov: if you think we should keep 2.6 support, I can remove my -1. np14:23
toabctlbut looks like the tox-buildimage job is failing anyway...14:23
vponomaryovtoabctl: 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 correct14:24
u_glidevponomaryov: yes tox-buildimage job is broken14:24
vponomaryovtoabctl: project-config update is required too14:25
u_glideand this commit fixes manila-image-elements part of this breakage14:25
vponomaryovtoabctl: this one fixes one of parts of the bug14:25
toabctlah.ok.14:25
toabctlso just let me know what you think about py26.14:25
vponomaryovtoabctl: do we have strong reasons to not support it?14:25
vponomaryovtoabctl: like lots of workarounds or hacks?14:26
*** akshai has joined #openstack-manila14:26
toabctlvponomaryov: openstack in general drops support for py26. so I would question the other way arround - is there a reason to support it?:)14:26
toabctland it's not about OpenStack itself  -just about building an image. I would support as less as possible for that.14:27
toabctlbut as I said, I don't have a strong opinion about it..14:28
vponomaryovtoabctl: I wouldn't -1 for keeping py26 things14:30
toabctlvponomaryov: hm. looks like bswartz has the same opinion.14:32
toabctland if you drop it, I guess you could also drop support for non /etc/os-release .would simplifiy the code a lot14:33
*** ekarlso has joined #openstack-manila14:33
*** esker has joined #openstack-manila14:33
*** breitz has joined #openstack-manila14:36
*** logan2 has quit IRC14:37
*** esker has quit IRC14:38
*** cknight has joined #openstack-manila14:41
*** resker has joined #openstack-manila14:42
openstackgerritIgor Malinovskiy proposed openstack/manila-image-elements: Install dependencies automatically  https://review.openstack.org/23091214:42
u_glidetoabctl, bswartz: ^14:43
*** resker has quit IRC14:43
*** esker has joined #openstack-manila14:43
toabctlu_glide: is /etc/system-release needed? are there rhel/centos platforms without systemd but with py27 ?14:45
u_glideI think it's possible use case :)14:48
toabctlu_glide: so which version is that?14:49
u_glidepython could be compiled from source14:53
*** esker has quit IRC14:54
u_glideso it's bad choice to rely only on default combinations14:54
*** haomaiwang has quit IRC15:01
*** haomaiwang has joined #openstack-manila15:01
*** lpabon has joined #openstack-manila15:03
*** a_ta has joined #openstack-manila15:05
*** mtanino has joined #openstack-manila15:20
*** aorourke-afk is now known as aorourke15:31
bswartzp26 is insanely old15:35
bswartzpy2615:35
*** akerr has joined #openstack-manila15:36
*** adrianofr has joined #openstack-manila15:37
*** houming-wang has quit IRC15:38
vponomaryovcknight, akerr, bswartz, cfouts: have you seen bug https://bugs.launchpad.net/python-manilaclient/+bug/1501768 filed by toabctl?15:44
openstackLaunchpad bug 1501768 in python-manilaclient "Add "manila cg-members" command" [Undecided,New]15:44
toabctlvponomaryov: I thought it was my fault but I'm still searching for the problem15:45
toabctlvponomaryov: oh. that's another bug. sorry.15:45
bswartzameade: ^15:45
akerryou can filter on the cg id when doing a manila list15:46
vponomaryovakerr: oh, right. Indeed we can.15:49
vponomaryovbut, I guess, it would be useful to add additional CLI command named exactly as described in bug15:50
vponomaryovakerr: why then we can not filter CG snapshots in the same way?15:50
akerrvponomaryov: wouldn't that open the floodgates of adding a specific command for every filter possibility?15:50
akerrvponomaryov: the snapshot members are sub-resources of the snapshot15:51
vponomaryovakerr: this one just incompatible with cgsnapshots15:51
bswartzvponomaryov: what do you mean filtering cg snapshots?15:51
bswartzcg snapshots are not like normal snapshots15:51
akerroh you mean list all the cg-snapshots?15:52
*** eharney has joined #openstack-manila15:52
akerryea, cg-snapshot is a different object than snapshot15:52
vponomaryovakerr: 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 members15:58
*** dustins has quit IRC15:59
vponomaryovakerr: so, it is usability concern, two related things can be listed in two different ways16:00
*** haomaiwang has quit IRC16:01
*** haomaiwang has joined #openstack-manila16:01
bswartzvponomaryov: you think it's a good thing or a bad thing to have 2 ways to list the same thing?16:02
bswartzI think it's a bad thing to have 2 ways to do the same thing -- there should always be 1 way to do each operation16:02
vponomaryovbswartz: at least common approach for all16:02
*** ameade has quit IRC16:03
*** ameade has joined #openstack-manila16:04
akerrcg-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 list16:04
akerri think i'm confused what the ask is here16:05
ameadeditto16:06
akerrthe 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 list16:08
akerran 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 needed16:10
openstackgerritThomas Bechtold proposed openstack/manila: Add reno for release notes management  https://review.openstack.org/24295716:17
vponomaryovakerr: ok, then we can consider that "CG snapshot members" have similar relation for CG snapshots as "share export locations" to shares16:17
vponomaryovakerr: only possibility to read, related to one object16:18
vponomaryovakerr: so, members could be part of "cg-snapshot-show"16:18
*** absubram has joined #openstack-manila16:18
vponomaryovakerr: so, if above consideration is true, then we hae two different ways to view alike things16:19
vponomaryovs/hae/have/16:20
akerri actually don't remember the exact command to list the members, i think it does return as a list on the cg-snapshot object16:21
vponomaryovright, that's the point16:21
akerrand 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
akerrso the GET on cg-snapshot/member lists all the members plus their fields in a single call, similar to GET /shares16:23
vponomaryovCLI commands and API requests are different things16:28
vponomaryovit is common situation when CLI command consists of several API requests16:28
vponomaryovbut, ok, let's wrap up it, until we get more confused people ))16:29
openstackgerritMerged openstack/manila-image-elements: Install dependencies automatically  https://review.openstack.org/23091216:29
akerrsounds good, i gotta go get lunch :)16:29
*** rhagarty__ has quit IRC16:33
*** a_ta has quit IRC16:38
*** a_ta has joined #openstack-manila16:39
*** rhagarty has joined #openstack-manila16:39
*** dustins has joined #openstack-manila16:40
*** a_ta has quit IRC16:43
marksturtoabctl, ping16:49
*** a_ta has joined #openstack-manila16:49
toabctlmarkstur: pong16:49
marksturtoabctl, I think our devref still applies to all versions. Because we don't build a branch version.16:50
marksturThat's what we did in our share feature matrix16:50
marksturIt would be nice if config-ref replaced that, but that is Liberty and not Kilo.16:50
marksturSo I think Anthony is getting conflicting feedback in: https://review.openstack.org/#/c/240353/18/doc/source/devref/hpe_3par_driver.rst16:51
marksturWe need to figure out what is best for now.16:51
marksturtoabctl, 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
toabctlmarkstur: 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
marksturtoabctl, Patch set 14 https://review.openstack.org/#/c/240353/14/doc/source/devref/hpe_3par_driver.rst  See the comment.16:56
marksturtoabctl, I agree that it is debatable.16:56
*** nidhimittalhada has joined #openstack-manila16:56
marksturtoabctl, 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
marksturI 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
toabctlmarkstur: 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 imo16:57
marksturtoabctl, That makes sense.16:57
toabctlmarkstur: 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
marksturtoabctl, 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.rst16: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 IRC17:01
*** haomaiwang has quit IRC17:01
*** 18WAA5P6F has joined #openstack-manila17:01
marksturtoabctl, 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
toabctlmarkstur: ok.thx17:05
*** rhagarty has joined #openstack-manila17:06
*** rhagarty has quit IRC17:08
*** nkrinner has quit IRC17:11
nidhimittalhadahi anyone usinh tempest for nexenta backend?17:16
nidhimittalhadai need to know what conf parameters need to be set for nexenta backend17:16
nidhimittalhada@vponomaryov1.. in case you know ..17:16
*** logan2 has joined #openstack-manila17:20
vponomaryovnidhimittalhada: Manila does not have nexenta driver17:22
vponomaryovnidhimittalhada: tempest works with API17:22
*** rhagarty has joined #openstack-manila17:22
vponomaryovtoabctl, markstur: what is wrong in mentioning major diffs between releases?17:24
vponomaryovtoabctl, markstur: statistics shows that people read exactly upstream version build from master branch17:24
*** leeantho_ has joined #openstack-manila17:25
vponomaryovtoabctl, markstur: that is why we made our "feature mapping" page mention all available releases17:25
marksturvponomaryov, toabctl Yes. That's why I had Anthony expand all the examples after you mentioned the issue.17:26
marksturvponomaryov, toabctl But it certainly would be nice if we had a cleaner doc and reference to old version docs.17:26
vponomaryovmarkstur: then, we should make subpages, specifically for releases17:27
marksturvponomaryov, toabctl We also have the openstack-manuals config-ref that we can refer to.17:27
marksturvponomaryov, toabctl It is more painful to maintain, but it is at least moving to .RST in mitaka17:27
marksturvponomaryov, 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.rst17:29
vponomaryovmarkstur, toabctl: lets disscuss it upcoming weekly meeting17:29
vponomaryovmarkstur: haven't reviewed yet17:29
marksturvponomaryov, 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 IRC17:30
*** porrua has quit IRC17:30
marksturtoabctl, 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 IRC17:42
*** jasonsb has quit IRC17:57
*** 18WAA5P6F has quit IRC18:01
*** haomaiwang has joined #openstack-manila18:01
*** eduardo_ has quit IRC18:12
*** porrua has joined #openstack-manila18:20
*** lpetrut has joined #openstack-manila18:24
*** ociuhandu has quit IRC18:31
*** jasonsb has joined #openstack-manila18:39
*** jasonsb has quit IRC18:48
*** a_ta has quit IRC18:56
*** sgotliv_ has quit IRC18:57
*** a_ta has joined #openstack-manila18:57
*** haomaiwang has quit IRC19:01
*** cknight has quit IRC19:01
*** haomaiwang has joined #openstack-manila19:01
*** a_ta has quit IRC19:01
openstackgerritChuck Fouts proposed openstack/python-manilaclient: Nova Style API Version Support for Client  https://review.openstack.org/22914219:03
*** cknight has joined #openstack-manila19:14
*** lpetrut has quit IRC19:21
*** a_ta has joined #openstack-manila19:23
stevemar_bswartz: poke about https://review.openstack.org/#/c/201205/4 - stable/kilo should be all fixed now19:23
*** gnarld_ has joined #openstack-manila19:57
*** cfouts has quit IRC19:57
*** haomaiwang has quit IRC20:01
*** cknight has quit IRC20:01
*** haomaiwang has joined #openstack-manila20:01
*** cknight has joined #openstack-manila20:05
openstackgerritMerged openstack/manila: Added driver minimum requirements and features doc  https://review.openstack.org/23591420:07
*** rushil has joined #openstack-manila20:09
*** lpetrut has joined #openstack-manila20:15
*** rhagarty has quit IRC20:19
*** lgreg1 has quit IRC20:46
*** ekarlso has quit IRC20:50
*** ekarlso has joined #openstack-manila20:50
openstackgerritAnthony Lee proposed openstack/manila: Refactor HP 3PAR share driver to now be HPE  https://review.openstack.org/24035320:56
*** haomaiwang has quit IRC21:01
*** haomaiwang has joined #openstack-manila21:01
*** rhagarty has joined #openstack-manila21:08
*** sgotliv_ has joined #openstack-manila21:08
*** merooney has quit IRC21:15
*** dustins has quit IRC21:16
*** akerr has quit IRC21:17
*** lpabon has quit IRC21:18
*** timcl has quit IRC21:20
*** sgotliv_ has quit IRC21:30
*** porrua has quit IRC21:31
*** shinobu__ has joined #openstack-manila21:32
*** bswartz has quit IRC21:37
*** rushil has quit IRC21:47
*** rhagarty_ has joined #openstack-manila21:49
*** rhagarty has quit IRC21:51
*** haomaiwang has quit IRC22:01
*** haomaiwang has joined #openstack-manila22:01
*** dustins has joined #openstack-manila22:02
*** jcsp has quit IRC22:03
*** jcsp has joined #openstack-manila22:06
*** ekarlso has quit IRC22:11
*** lpetrut has quit IRC22:17
*** ekarlso has joined #openstack-manila22:20
*** stevemar_ has left #openstack-manila22:21
*** jwang_ has joined #openstack-manila22:51
*** akerr has joined #openstack-manila22:51
*** akshai_ has joined #openstack-manila22:51
*** toabctl has quit IRC22:52
*** leeantho__ has joined #openstack-manila22:53
*** markstur_ has joined #openstack-manila22:53
*** markstur has quit IRC22:54
*** leeantho_ has quit IRC22:54
*** akshai has quit IRC22:54
*** jwang__ has quit IRC22:54
*** toabctl has joined #openstack-manila22:59
*** haomaiwang has quit IRC23:01
*** dustins has quit IRC23:01
*** akerr has quit IRC23:02
*** u_glide1 has joined #openstack-manila23:02
*** haomaiwa_ has joined #openstack-manila23:02
*** u_glide has quit IRC23:06
*** ociuhandu has joined #openstack-manila23:22
*** cknight has quit IRC23:26
*** a_ta has quit IRC23:32
*** a_ta has joined #openstack-manila23:32
*** absubram has quit IRC23:34
*** a_ta has quit IRC23:37
*** bswartz has joined #openstack-manila23:38
*** ekarlso has quit IRC23:41
*** ekarlso has joined #openstack-manila23:47
*** ekarlso has quit IRC23:57
*** ekarlso has joined #openstack-manila23:57

Generated by irclog2html.py 2.14.0 by Marius Gedminas - find it at mg.pov.lt!