| vkmc | feralcoder, o/ | 00:10 |
|---|---|---|
| vkmc | I saw some of your query regarding one of the cephfs drivers, but I couldn't get the full backlog | 00:10 |
| vkmc | so I'm not entirely sure what happened to you | 00:10 |
| vkmc | what nautilus microversion are you using? | 00:12 |
| vkmc | there are some hard dependencies since wallaby for the cephfs drivers | 00:12 |
| vkmc | (just taking a quick look) | 00:33 |
| vkmc | you are right, we don't cover the mon-mgr case in ceph_argparse.send_command | 00:33 |
| vkmc | in nautilus | 00:33 |
| vkmc | it should be mgr | 00:34 |
| vkmc | that should be the only dependency | 00:34 |
| vkmc | for octopus | 00:35 |
| vkmc | I'll take a look tomorrow again just in case | 00:35 |
| opendevreview | haixin proposed openstack/manila-ui master: API v2.46, added 'is_default' field to share types https://review.opendev.org/c/openstack/manila-ui/+/784728 | 01:33 |
| *** carloss has quit IRC | 03:21 | |
| *** vishalmanchanda has joined #openstack-manila | 04:35 | |
| feralcoder | Hi vkmc, thanks for taking a look. How far back could you read? Do you need any more context from me? | 05:14 |
| feralcoder | My only version-related issue was the mon-mgr. My containers are building with nautilus 14.2.21-1 rpm's. | 05:14 |
| feralcoder | After changing target to mon and a little head banging, I've got cephfs shares working, woohoo! | 05:15 |
| feralcoder | (but not nfs - dbus pain with ganesha, most likely my own inexperience...) | 05:15 |
| feralcoder | I'll keep trucking on wallaby, thanks! | 05:15 |
| *** LinPeiWen has joined #openstack-manila | 06:15 | |
| *** josecastroleon has joined #openstack-manila | 06:26 | |
| *** archanaserver has joined #openstack-manila | 06:27 | |
| *** tosky has joined #openstack-manila | 07:48 | |
| *** tosky has quit IRC | 07:48 | |
| *** jrosser has joined #openstack-manila | 07:48 | |
| *** tosky has joined #openstack-manila | 08:08 | |
| *** LinPeiWen has quit IRC | 08:36 | |
| *** josecastroleon has quit IRC | 09:14 | |
| *** josecastroleon has joined #openstack-manila | 09:15 | |
| *** carloss has joined #openstack-manila | 10:54 | |
| opendevreview | Victoria Martinez de la Cruz proposed openstack/devstack-plugin-ceph master: DNM https://review.opendev.org/c/openstack/devstack-plugin-ceph/+/793952 | 11:39 |
| *** dviroel has joined #openstack-manila | 11:57 | |
| *** archanaserver38 has joined #openstack-manila | 11:57 | |
| *** archanaserver38 has quit IRC | 11:57 | |
| *** archanaserver55 has joined #openstack-manila | 11:58 | |
| *** archanaserver55 has quit IRC | 11:58 | |
| *** archanaserver51 has joined #openstack-manila | 12:00 | |
| *** archanaserver51 has quit IRC | 12:00 | |
| *** archanaserver has quit IRC | 12:02 | |
| *** fabiooliveira has joined #openstack-manila | 12:03 | |
| *** tbarron has quit IRC | 12:52 | |
| *** eharney has joined #openstack-manila | 12:53 | |
| *** enriquetaso has joined #openstack-manila | 12:55 | |
| *** tbarron has joined #openstack-manila | 13:07 | |
| *** lkuchlan has joined #openstack-manila | 13:09 | |
| *** lkuchlan has quit IRC | 13:16 | |
| opendevreview | Merged openstack/manila-tempest-plugin master: [ci] Don't install manila-tempest-plugin system-wide https://review.opendev.org/c/openstack/manila-tempest-plugin/+/792217 | 13:37 |
| josecastroleon | hi, i am just wondering about ceph supported versions for manila in wallaby | 14:00 |
| josecastroleon | looking on upgrade it from victoria with all backends currently on nautilus | 14:01 |
| vkmc | josecastroleon, o/ | 14:10 |
| vkmc | from wallaby we support octopus | 14:10 |
| vkmc | actually | 14:10 |
| vkmc | tested with latest nautilus microversions... it should work | 14:11 |
| vkmc | but yesterday a contributor noticed a bug related to that | 14:11 |
| josecastroleon | related to rados_command target ? | 14:14 |
| vkmc | josecastroleon, exactly | 14:16 |
| vkmc | https://github.com/openstack/manila/blob/master/manila/share/drivers/cephfs/driver.py#L153 | 14:16 |
| vkmc | mon-mgr was added in octopus and wasn't backported | 14:16 |
| vkmc | I was thinking about bringing this up with ceph and see if we can get it backported | 14:17 |
| vkmc | there are a couple of users that are on nautilus | 14:17 |
| josecastroleon | i also hit it this morning during testing | 14:17 |
| vkmc | and aiming to use manila wallaby | 14:17 |
| vkmc | yes | 14:17 |
| vkmc | feralcoder spotted this one yesterday | 14:17 |
| josecastroleon | actually it's included on https://github.com/ceph/ceph/pull/30217 | 14:19 |
| josecastroleon | asking also to my ceph team | 14:22 |
| vkmc | so that pull request... for which nautilus microversion is? | 14:25 |
| vkmc | I checked yesterday in ceph repo | 14:25 |
| vkmc | v14.2.21 | 14:26 |
| vkmc | and it's not there | 14:26 |
| vkmc | https://github.com/ceph/ceph/blob/v14.2.21/src/pybind/ceph_argparse.py | 14:26 |
| josecastroleon | the error i was seeing is Bad target type 'mon-mgr' | 14:26 |
| josecastroleon | it's on the client side | 14:27 |
| josecastroleon | so a possible workaround is to update the clients on manila | 14:27 |
| vkmc | it was added in 15.1.0 https://github.com/ceph/ceph/blob/v15.1.0/src/pybind/ceph_argparse.py | 14:27 |
| josecastroleon | not sure if they'll backport it as nautilus is close to EOL | 14:27 |
| vkmc | we can look for a workaround | 14:27 |
| *** gouthamr_ has joined #openstack-manila | 14:34 | |
| vkmc | josecastroleon, just got an ack from the ceph team, we can backport this | 14:34 |
| vkmc | to nautilus | 14:34 |
| vkmc | I'll open a bug in the ceph tracker | 14:35 |
| vkmc | feralcoder, ^ | 14:35 |
| josecastroleon | oh nice | 14:42 |
| *** opendevreview has quit IRC | 14:44 | |
| vkmc | josecastroleon, feralcoder, https://tracker.ceph.com/issues/51039 | 14:45 |
| *** dviroel is now known as dviroel|lunch | 15:04 | |
| *** gouthamr_ has quit IRC | 15:12 | |
| *** gouthamr_ has joined #openstack-manila | 15:13 | |
| *** gouthamr has quit IRC | 15:13 | |
| *** gouthamr_ has quit IRC | 15:13 | |
| *** gouthamr has joined #openstack-manila | 15:14 | |
| *** gouthamr is now known as identify | 15:18 | |
| *** gouthamr has joined #openstack-manila | 15:19 | |
| *** identify has quit IRC | 15:20 | |
| *** opendevreview has joined #openstack-manila | 15:23 | |
| opendevreview | Tushar Trambak Gite proposed openstack/manila-specs master: Moving to OFTC https://review.opendev.org/c/openstack/manila-specs/+/793988 | 15:23 |
| *** lkuchlan has joined #openstack-manila | 15:26 | |
| *** lkuchlan has quit IRC | 15:27 | |
| *** lkuchlan has joined #openstack-manila | 15:32 | |
| opendevreview | Merged openstack/manila-specs master: Moving to OFTC https://review.opendev.org/c/openstack/manila-specs/+/793988 | 15:40 |
| *** dviroel|lunch is now known as dviroel | 16:11 | |
| opendevreview | Merged openstack/manila stable/ussuri: [ci][devstack] Install bridge-utils for Container driver https://review.opendev.org/c/openstack/manila/+/793571 | 16:16 |
| *** lkuchlan has quit IRC | 16:50 | |
| *** vishalmanchanda has quit IRC | 17:10 | |
| *** lkuchlan has joined #openstack-manila | 17:15 | |
| *** lkuchlan has quit IRC | 17:17 | |
| *** lkuchlan has joined #openstack-manila | 17:18 | |
| *** lkuchlan has quit IRC | 17:33 | |
| *** lkuchlan has joined #openstack-manila | 18:47 | |
| *** lkuchlan has quit IRC | 18:47 | |
| opendevreview | Merged openstack/manila stable/train: Fix CI issues and adjust test jobs https://review.opendev.org/c/openstack/manila/+/773188 | 18:51 |
| opendevreview | Merged openstack/manila stable/ussuri: Move shares filtering to database layer https://review.opendev.org/c/openstack/manila/+/771413 | 19:20 |
| opendevreview | Merged openstack/manila stable/ussuri: [Native CephFS] Add messages for async ACL ops https://review.opendev.org/c/openstack/manila/+/792770 | 19:20 |
| opendevreview | Merged openstack/manila stable/ussuri: Reuse _set_instances_share_data for replicas. https://review.opendev.org/c/openstack/manila/+/792772 | 19:29 |
| gouthamr | merge train | 19:38 |
| opendevreview | Merged openstack/manila stable/ussuri: Filter storage protocol in the scheduler https://review.opendev.org/c/openstack/manila/+/792765 | 19:40 |
| opendevreview | Merged openstack/manila stable/ussuri: [NetApp] Fix hard-coded CA cert path for SSL https://review.opendev.org/c/openstack/manila/+/772730 | 19:40 |
| opendevreview | Carlos Eduardo proposed openstack/manila stable/train: Move shares filtering to database layer https://review.opendev.org/c/openstack/manila/+/793932 | 19:45 |
| opendevreview | Goutham Pacha Ravi proposed openstack/manila stable/train: Filter storage protocol in the scheduler https://review.opendev.org/c/openstack/manila/+/794055 | 19:53 |
| opendevreview | Goutham Pacha Ravi proposed openstack/manila stable/train: Reuse _set_instances_share_data for replicas. https://review.opendev.org/c/openstack/manila/+/794056 | 19:55 |
| opendevreview | Goutham Pacha Ravi proposed openstack/manila stable/train: Update share-manager behavior for shrink share operation https://review.opendev.org/c/openstack/manila/+/794057 | 20:02 |
| gouthamr | carloss dviroel: sorry i'm adding a bunch of changes to your review backlog :) thanks for your help unblocking the CI on these older stable branches; we now have a backlog of changes to get tested and merged | 20:07 |
| opendevreview | Goutham Pacha Ravi proposed openstack/manila stable/train: RBAC tightening for share access rule https://review.opendev.org/c/openstack/manila/+/780093 | 20:11 |
| carloss | no worries gouthamr :) | 20:28 |
| opendevreview | Goutham Pacha Ravi proposed openstack/manila stable/train: [NetApp] Fix hard-coded CA cert path for SSL https://review.opendev.org/c/openstack/manila/+/772731 | 22:19 |
| opendevreview | Goutham Pacha Ravi proposed openstack/manila stable/train: Always use new_size when extend https://review.opendev.org/c/openstack/manila/+/794058 | 22:24 |
| opendevreview | Goutham Pacha Ravi proposed openstack/manila stable/train: [NetApp] Fix python-manila package version https://review.opendev.org/c/openstack/manila/+/794059 | 22:24 |
| opendevreview | Goutham Pacha Ravi proposed openstack/manila stable/train: Fix api error message for snapshot creation failure https://review.opendev.org/c/openstack/manila/+/794060 | 22:38 |
| opendevreview | Goutham Pacha Ravi proposed openstack/manila stable/train: Fix traceback in scheduler-stats API https://review.opendev.org/c/openstack/manila/+/794061 | 22:41 |
| *** tosky has quit IRC | 23:11 | |
| opendevreview | Merged openstack/manila stable/ussuri: Always use new_size when extend https://review.opendev.org/c/openstack/manila/+/772799 | 23:24 |
| opendevreview | Merged openstack/manila stable/ussuri: [NetApp] Fix python-manila package version https://review.opendev.org/c/openstack/manila/+/779475 | 23:46 |
Generated by irclog2html.py 2.17.2 by Marius Gedminas - find it at https://mg.pov.lt/irclog2html/!