| *** maaritamm has quit IRC | 00:39 | |
| *** eharney has quit IRC | 01:37 | |
| *** maaritamm has joined #openstack-manila | 03:59 | |
| *** maaritamm has joined #openstack-manila | 04:59 | |
| openstackgerrit | Maari Tamm proposed openstack/python-manilaclient master: WIP - Implement OSC share snapshots commands https://review.opendev.org/738691 | 06:25 |
|---|---|---|
| *** mnasiadka_ is now known as mnasiadka | 06:42 | |
| *** maaritamm has quit IRC | 07:12 | |
| *** tosky has joined #openstack-manila | 07:26 | |
| *** maaritamm has joined #openstack-manila | 07:52 | |
| *** maaritamm has quit IRC | 07:52 | |
| *** maaritamm has joined #openstack-manila | 07:57 | |
| *** tosky has quit IRC | 08:32 | |
| *** maaritamm has quit IRC | 09:19 | |
| *** maaritamm has joined #openstack-manila | 09:19 | |
| *** tosky has joined #openstack-manila | 09:21 | |
| *** maaritamm has quit IRC | 09:35 | |
| *** maaritamm has joined #openstack-manila | 09:39 | |
| *** tkajinam has quit IRC | 09:46 | |
| tbarron | vkmc: maaritamm: Just calling attention, in case you want to respond, to http://lists.openstack.org/pipermail/openstack-discuss/2020-July/015760.html | 10:26 |
| *** maaritamm has quit IRC | 11:02 | |
| *** maaritamm has joined #openstack-manila | 11:26 | |
| maaritamm | tbarron, oh, cool! Let's see what vkmc thinks about being a co-mentor, I would help out and support in any way I can :) | 11:34 |
| tbarron | maaritamm: thanks, diablo_rojo may come looking for you two | 11:37 |
| *** maaritamm has quit IRC | 13:05 | |
| *** maaritamm has joined #openstack-manila | 13:17 | |
| *** maaritamm has quit IRC | 13:17 | |
| *** maaritamm has joined #openstack-manila | 13:18 | |
| *** maaritamm has joined #openstack-manila | 13:19 | |
| *** maaritamm has quit IRC | 14:33 | |
| *** maaritamm has joined #openstack-manila | 14:34 | |
| *** raildo_ is now known as raildo | 14:36 | |
| openstackgerrit | Maurice Escher proposed openstack/manila master: [api-ref] fix typo https://review.opendev.org/739257 | 15:33 |
| carthaca | Well, actually looking around in above api-ref code, it could get some more love... the migration_complete action has all the body request parameters copy-pasted from migration_start, but it takes none. And migration_cancel and migration_get_progress are missing oO | 15:46 |
| *** ganso has quit IRC | 16:12 | |
| *** ganso has joined #openstack-manila | 16:15 | |
| *** maaritamm has quit IRC | 16:30 | |
| *** maaritamm has joined #openstack-manila | 16:46 | |
| *** maaritamm has quit IRC | 16:46 | |
| *** maaritamm has joined #openstack-manila | 16:47 | |
| *** maaritamm has quit IRC | 16:49 | |
| *** danielarthurt has joined #openstack-manila | 17:12 | |
| *** maaritamm has joined #openstack-manila | 17:50 | |
| *** maaritamm has quit IRC | 17:50 | |
| *** maaritamm has joined #openstack-manila | 18:03 | |
| *** maaritamm has quit IRC | 18:25 | |
| *** maaritamm has joined #openstack-manila | 19:06 | |
| openstackgerrit | Maari Tamm proposed openstack/python-manilaclient master: Add initial documentation for OSC https://review.opendev.org/705834 | 19:27 |
| *** maaritamm has quit IRC | 19:36 | |
| *** maaritamm has joined #openstack-manila | 19:56 | |
| maaritamm | vkmc o/ | 19:57 |
| maaritamm | you around? | 19:57 |
| vkmc | \o | 19:57 |
| vkmc | here | 19:57 |
| maaritamm | thanks for solving the docs error ! :) | 19:58 |
| maaritamm | I am looking at the docs now https://d66ae8fa6d33689ff457-66a8f55a1185bbba9ec0e2f41773aeb5.ssl.cf1.rackcdn.com/705834/13/check/openstack-tox-docs/1d337ab/docs/cli/osc_plugin_cli.html#description | 19:58 |
| maaritamm | and noticed that the api-version config is mentioned twice in a row | 19:59 |
| vkmc | I see, but it's two ways of doing the same thing, it's not listing it as steps you need to do | 20:00 |
| vkmc | might be confusing though | 20:00 |
| maaritamm | looks weird I think | 20:00 |
| maaritamm | so I am thinking I could remove the option from the first block | 20:00 |
| maaritamm | or | 20:00 |
| vkmc | so, I'd remove the second one... because if you export the env var then you don't need to specify in every command you execute | 20:01 |
| maaritamm | add --os-share-api-version to the top after —os-auth-url | 20:01 |
| maaritamm | and remove the whole bit after the first block | 20:02 |
| vkmc | or yes, that sounds better | 20:02 |
| vkmc | "You can use configuration options --os-username, --os-password, --os-project-name, --os-auth-url and --os-share-api-version, or set the corresponding environment variables:" | 20:03 |
| vkmc | and you put the export OS_SHARE_API_VERSION=2.51 | 20:03 |
| vkmc | in the big block with env vars | 20:03 |
| maaritamm | yep exactly | 20:04 |
| vkmc | :) | 20:04 |
| vkmc | makes sense, looks way better | 20:04 |
| maaritamm | cool, i'll do that then :) | 20:04 |
| maaritamm | and one more thing | 20:05 |
| maaritamm | since share resize got merged (yay) I added it as well to the command reference | 20:05 |
| vkmc | oh that's awesome | 20:06 |
| openstackgerrit | Merged openstack/manila master: [api-ref] fix typo https://review.opendev.org/739257 | 20:07 |
| maaritamm | would it be worth mentioning somewhere that share resize combines manila shrink and extend into one? or is it self explanatory? | 20:07 |
| vkmc | mhm, I think it's self explanatory | 20:09 |
| vkmc | but looking at the source now | 20:09 |
| vkmc | you can add an example maybe? | 20:10 |
| vkmc | in the examples section | 20:10 |
| vkmc | "Shrink a 2gb share to 1gb": openstack share resize myshare 1 | 20:11 |
| vkmc | "Extend a 1gb share to 2gb": openstack share resize myshare 2 | 20:11 |
| vkmc | or something like that? | 20:12 |
| vkmc | :) | 20:12 |
| maaritamm | ah yes, that sounds good! | 20:12 |
| vkmc | so if someone googles... "how to extend share openstack manila" maybe it will show up | 20:13 |
| vkmc | s/googles/searches for/g | 20:13 |
| maaritamm | yes, cool! | 20:14 |
| vkmc | thanks <3 | 20:15 |
| *** jmlowe has quit IRC | 20:16 | |
| *** jmlowe has joined #openstack-manila | 20:20 | |
| openstackgerrit | Maari Tamm proposed openstack/python-manilaclient master: Add initial documentation for OSC https://review.opendev.org/705834 | 20:28 |
| maaritamm | Done, let's see how it looks :) | 20:30 |
| *** maaritamm has quit IRC | 20:52 | |
| *** raildo has quit IRC | 20:54 | |
| *** maaritamm has joined #openstack-manila | 21:04 | |
| *** maaritamm has quit IRC | 21:07 | |
| *** maaritamm has joined #openstack-manila | 21:08 | |
| *** maaritamm has quit IRC | 21:40 | |
| *** tosky has quit IRC | 22:50 | |
| *** andrebeltrami has quit IRC | 23:36 | |
Generated by irclog2html.py 2.17.2 by Marius Gedminas - find it at https://mg.pov.lt/irclog2html/!