gmann | dansmith: can you +A this which is base patch for RBAC defaults testing change https://review.opendev.org/c/openstack/glance/+/883619/1 | 02:11 |
---|---|---|
gmann | all other depends-on are merged now | 02:11 |
dansmith | gmann: done | 13:13 |
dansmith | no glance meeting I guess? | 14:07 |
opendevreview | Merged openstack/glance master: Run integrated test if zuul.yaml file is changed https://review.opendev.org/c/openstack/glance/+/883619 | 15:14 |
abhishekk | dansmith, do you know how can I ask devstack-ceph-plugin to install specific ceph version? | 15:43 |
dansmith | abhishekk: with cephadm that might be possible, but other things might break so I wouldn't just expect it to work | 15:44 |
dansmith | but hang on | 15:44 |
abhishekk | I want to install 17.2.6 but mentioning ceph_release quincy in local.conf installs 17.2.5 | 15:44 |
dansmith | abhishekk: https://github.com/openstack/devstack-plugin-ceph/blob/master/devstack/lib/cephadm#L32 | 15:45 |
dansmith | ack | 15:45 |
dansmith | that will only work for the non-multinode base job | 15:45 |
abhishekk | ack, thank you | 15:45 |
dansmith | the multinode job still uses distro packages for the moment, and there's no easy way to choose a different ceph minor version | 15:45 |
dansmith | abhishekk: was the glance meeting canceled this morning? | 15:45 |
abhishekk | yeah, there was nothing in the agenda and PTL is also on vacation | 15:46 |
dansmith | okay | 15:47 |
abhishekk | I want to install a single node to reproduce [Glance] [Ceph] [Zed] Glance no longer working after upgrading Ceph cluster to 17.2.6 issue | 15:47 |
dansmith | figured approving the locations api spec would be good to get landed and the implementation starting to update | 15:47 |
abhishekk | only PTL can approve the spec :D | 15:48 |
dansmith | yeah, I just expected her to be around | 15:50 |
dansmith | (I just didn't know I mean) | 15:50 |
abhishekk | tomorrow | 15:50 |
abhishekk | changing container_image to 17.2.6 installed 17.2.5 :/ | 16:12 |
dansmith | ...really? that seems weird :) | 16:12 |
dansmith | you mean locally right? | 16:13 |
abhishekk | yeah | 16:13 |
abhishekk | [[local|localrc]] | 16:14 |
abhishekk | CEPH_RELEASE=quincy | 16:14 |
abhishekk | CONTAINER_IMAGE=quay.io/ceph/ceph:v17.2.6 | 16:14 |
dansmith | seems strange, was container_image properly passed to the cephadm with your desired version? | 16:14 |
abhishekk | need to check logs | 16:15 |
abhishekk | not seeing it in logs :/ | 16:17 |
dansmith | well, that's good at least you can chase something.. | 16:18 |
abhishekk | :D | 16:19 |
*** tosky_ is now known as tosky | 16:20 | |
abhishekk | https://github.com/openstack/devstack-plugin-ceph/blob/master/devstack/lib/cephadm#L146 | 16:20 |
dansmith | right, but that's the install tool.. we later call that tool with CONTAINER_IMAGE | 16:21 |
abhishekk | then where is 17.2.5 is coming if default is 2.3 | 16:23 |
abhishekk | may be i can retry with reclone no | 16:24 |
dansmith | idk | 16:25 |
dansmith | maybe ask goutham | 16:25 |
dansmith | maybe the tool doesn't honor --container-image the way we think or maybe it changed | 16:28 |
dansmith | although I think I saw him bump that version at one point recently | 16:28 |
gmann | dansmith: thanks | 16:29 |
abhishekk | https://github.com/openstack/devstack-plugin-ceph/blob/master/devstack/lib/ceph#L981 | 16:29 |
abhishekk | may be this | 16:30 |
dansmith | abhishekk: that's for the non-cephadm approach, which doesn't give you fine-grained control AFAIK | 16:30 |
abhishekk | ack | 16:31 |
dansmith | abhishekk: oh, do you not have the cephadm flag? | 17:25 |
dansmith | if not then you're using the distro packages | 17:25 |
dansmith | abhishekk: you need this: https://github.com/openstack/devstack-plugin-ceph/blob/master/.zuul.yaml#L60 | 17:26 |
abhishekk | looking | 17:38 |
abhishekk | yes, that's done the trick | 17:39 |
abhishekk | dansmith, thanks | 17:39 |
dansmith | sorry I should have realized earlier, I was just in a meeting and not really thinking :) | 17:39 |
abhishekk | Pulling container image quay.io/ceph/ceph:v17.2.6... | 17:40 |
abhishekk | Ceph version: ceph version 17.2.6 (d7ff0d10654d2280e08f1ab989c7cdf3064446a5) quincy (stable) | 17:40 |
abhishekk | no worries | 17:40 |
dansmith | cool | 17:40 |
abhishekk | now will try to reproduce glance issue | 17:40 |
abhishekk | its stuck in between, is it because glance-store native thread issue? | 17:45 |
dansmith | stuck in between what? | 17:46 |
abhishekk | ++ /opt/stack/devstack-plugin-ceph/devstack/lib/cephadm:import_libvirt_secret_ceph:604 : cat | 17:46 |
abhishekk | ++ /opt/stack/devstack-plugin-ceph/devstack/lib/cephadm:import_libvirt_secret_ceph:604 : sudo tee secret.xml | 17:46 |
abhishekk | ++ /opt/stack/devstack-plugin-ceph/devstack/lib/cephadm:import_libvirt_secret_ceph:612 : sudo virsh secret-define --file secret.xml | 17:46 |
abhishekk | this is the last update I can see | 17:46 |
dansmith | shouldn't be anything to do with glance_store right there | 17:47 |
abhishekk | hmm | 17:48 |
abhishekk | strange thing is ceph --version still shows | 17:49 |
abhishekk | ceph version 17.2.5 (98318ae89f1a893a6ded3a640405cdbb33e08757) quincy (stable) | 17:49 |
dansmith | well, is it still installed from a previous attempt? | 17:51 |
dansmith | afaik, cephadm deploys ceph as a container, so if there's still ceph installed on the system from packages, there may be a conflict | 17:51 |
abhishekk | ack | 17:52 |
abhishekk | I will clean everything and then try again | 17:52 |
abhishekk | strange, created new VM, cloned devstack, set container-image, CEPHADM_DEPLOY true still ceph --version shows 17.2.5 :/ | 18:04 |
abhishekk | ignore it | 18:14 |
abhishekk | dansmith, last question, inside container i can see ceph version 17.2.6 and outside it is 17.2.5 but fsid is same in /etc/ceph/ceph.conf and /etc/ceph/ceph.conf inside container | 18:38 |
abhishekk | so how I can make sure that my image is going in 17.2.6 and not 2.5? | 18:38 |
dansmith | I imagine that means you've got ceph libs or tools in the host that don' match the container.. I don't know if that's a problem or not | 18:50 |
dansmith | abhishekk: I don't know I'm really not a ceph expert.. have to ask someone that knows more I think | 18:50 |
*** sfinucan is now known as stephenfin | 21:52 |
Generated by irclog2html.py 2.17.3 by Marius Gedminas - find it at https://mg.pov.lt/irclog2html/!