Earlier  
Posted Nick Remark
#openstack-nova - 2021-09-17
08:52:42 gibi plezsör
08:52:52 bauzas lol
08:52:53 gibi if I use hungarian pronunciation :D
08:53:05 bauzas plizure
08:53:32 bauzas actually, plizeure
09:00:03 gibi and our languages are not even that far from each other, I guess gmann could add many other strangness to this discussion
09:00:15 gibi or alex_zu
09:01:13 bauzas heh
09:01:22 bauzas on a sad note, RC1 is still on the weeds https://review.opendev.org/c/openstack/releases/+/808706
09:01:33 bauzas I'm tempted to recheck but i'm not sure it will help
09:03:09 gibi elodilles and hberaud discussion the issue on #openstack-release
09:03:13 gibi so I opt to wait a bit
09:05:28 bauzas oh, was looking at the release chan ealier
09:13:01 gibi and elod is actally előd where ő is the double long sound of 'e' in the english her
09:13:17 gibi elodilles: //
09:13:41 gibi I mean ^^
09:13:58 gibi just I had to switch layout for ő
09:15:32 elodilles :)
09:15:45 bauzas gibi: elodilles: so what's the prununciation ? helid ?
09:16:57 bauzas oh, found https://www.youtube.com/watch?v=eLr9sfjk_Q8
09:17:33 bauzas https://fr.forvo.com/word/el%C5%91d/
09:17:35 bauzas \o/
09:17:55 gibi bauzas: that sounds like szilva (plum) in hungarian
09:18:32 elodilles yes, I can confirm that it's szilva :)
09:18:42 bauzas hah, fun to know
09:19:00 bauzas I'm not that light-weight, especially after summer break
09:45:18 opendevreview Rajat Dhasmana proposed openstack/nova-specs master: Add spec for volume backed server rebuild https://review.opendev.org/c/openstack/nova-specs/+/809621
09:55:33 opendevreview Rajat Dhasmana proposed openstack/nova-specs master: Add spec for volume backed server rebuild https://review.opendev.org/c/openstack/nova-specs/+/809621
10:00:25 oklhost hey buddies, someone else facing this issue my co-worker reported: https://bugs.launchpad.net/nova/+bug/1943793
11:54:02 sean-k-mooney oklhost: i think this is a just a duplicat of a know issue that is not really a bug
11:55:54 sean-k-mooney oklhost: i think this is just the behavior we expect when nova-api is running under a wsgi server but you do not use the experimntal fature to run the heatbeat thread in a seperet pthread
14:04:01 gmann gibi: bauzas :)at first read, I thought 'naice' means 'nice'.
14:04:25 bauzas gmann: that is korrect
14:04:39 bauzas but you need to use the ï
14:04:59 bauzas or it would be "nehsse"
14:05:27 gmann i see.
14:05:43 dansmith in 'merican we don't have none of those funky looking characters
14:06:12 gmann japanese has a lot and i was always confused with those
14:06:23 dansmith uh, yeah :P
14:09:35 gmann but honestly saying using 'K' for 'c as k' sounds more clear and easy, especially for non-native english people :)
14:14:12 bauzas well, our French written level dropped a lot since a few year so I guess in a few years you'll see some Simple French too
14:14:29 bauzas which is an oxymore
14:14:35 bauzas oxymoron* actually
14:44:05 opendevreview OpenStack Release Bot proposed openstack/nova stable/xena: Update .gitreview for stable/xena https://review.opendev.org/c/openstack/nova/+/809759
14:44:10 opendevreview OpenStack Release Bot proposed openstack/nova stable/xena: Update TOX_CONSTRAINTS_FILE for stable/xena https://review.opendev.org/c/openstack/nova/+/809760
14:44:21 opendevreview OpenStack Release Bot proposed openstack/nova master: Update master for stable/xena https://review.opendev.org/c/openstack/nova/+/809761
14:44:32 opendevreview OpenStack Release Bot proposed openstack/nova master: Add Python3 yoga unit tests https://review.opendev.org/c/openstack/nova/+/809762
14:46:09 gibi \o/ we have RC1 cut
14:54:39 bauzas wahooo
15:22:30 ade_lee stephenfin, lyarwood melwitt sean-k-mooney -- hey - can anyone look at https://zuul.opendev.org/t/openstack/build/af88c0d00ebb48509a51f6eb941c65c6/logs please -- there are octavia jobs failing in a fips enabled tripleo-stanalone job here -- looks like nova api is throwing 500s
15:23:31 lyarwood ade_lee: ack I'll look shortly
15:23:44 ade_lee lyarwood, thanks!
15:26:46 sean-k-mooney interesting are there trace backs
15:28:26 sean-k-mooney looks like there was a rabit issue then we see OSError: Apache/mod_wsgi request data read error: Partial results are valid but processing is incomplete.
15:29:03 sean-k-mooney so ya there is an oslo messaging time out then a buch of thost partial result errors
15:29:10 sean-k-mooney thsi does not look related to nova
15:30:01 sean-k-mooney https://zuul.opendev.org/t/openstack/build/af88c0d00ebb48509a51f6eb941c65c6/log/logs/undercloud/var/log/containers/nova/nova-api.log#2561
15:32:28 ade_lee sean-k-mooney, hmm - guess I'll do a recheck and see if its something transient -- I see nothing in rabbit logs
15:38:41 mloza hello, I have two ceph clusters and I create cinder volumes with two types however, I can only attach first volume type to the instances, the second volume type throws an error https://paste.opendev.org/show/bq8pYJCpViYfJawKy943/
15:39:46 mloza the cinder secrets are the same on both
15:43:29 mloza I can query second ceph cluster using from the compute ceph -c ceph.conf -n client.cinder --keyring=cinder.keyring status
15:44:18 mloza not sure why nova compute is throwing perm denied
15:44:50 sean-k-mooney you likely need to add a scond keyring to the libvirt secrets
15:46:08 sean-k-mooney normally when you add ceph you do something like this https://github.com/openstack/devstack-plugin-ceph/blob/master/devstack/lib/ceph#L244-L259
15:46:53 sean-k-mooney but unless the same keyrign works for both clusters you will need to add a second one and then set the right keyring infor in the ceph backend in cinder
15:48:29 sean-k-mooney https://ceph.io/geen-categorie/openstack-nova-configure-multiple-ceph-backends-on-one-hypervisor/
15:49:04 sean-k-mooney mloza: kolla does not actuly support using muliple ceph clusters out of the box today
15:52:11 mloza sean-k-mooney: i have cinder-backup and cinder keyring the same on both ceph cluster. Yes, I modified the playbooks by hand and creating two type of volumes works.
15:53:30 mloza i can only attach first volume type two tho
15:53:38 mloza type tho*
15:53:56 sean-k-mooney you have to do somehting like this i think
15:53:58 sean-k-mooney cat <<EOF>> /etc/cinder/cinder.conf
15:54:00 sean-k-mooney [ceph]
15:54:02 sean-k-mooney volume_driver = cinder.volume.drivers.rbd.RBDDriver
15:54:04 sean-k-mooney volume_backend_name=ceph
15:54:06 sean-k-mooney rbd_pool = volumes
15:54:08 sean-k-mooney rbd_ceph_conf = /etc/ceph/ceph.conf
15:54:10 sean-k-mooney rbd_flatten_volume_from_snapshot = false
15:54:12 sean-k-mooney rbd_max_clone_depth = 5
15:54:14 sean-k-mooney rbd_store_chunk_size = 4
15:54:16 sean-k-mooney rados_connect_timeout = -1
15:54:18 sean-k-mooney glance_api_version = 2
15:54:20 sean-k-mooney rbd_user =cinder
15:54:22 sean-k-mooney rbd_secret_uuid = `cat /root/uuid`
15:54:24 sean-k-mooney EOF
15:54:25 mloza sean-k-mooney: does nova look up ceph.conf when attaching a volume?
15:54:26 sean-k-mooney 17. Restart the Cinder services.
15:54:30 sean-k-mooney no
15:54:54 sean-k-mooney we only use the info passed form cinder in the attachment connection info
15:55:02 sean-k-mooney which will incudle the rbd_secret_uuid
15:55:17 sean-k-mooney which is used to retirve the keyring form the libvirt secrte
15:56:31 sean-k-mooney mloza: the cinder folks might be able to help more
15:56:36 sean-k-mooney i know this is definetly possible
15:56:42 sean-k-mooney i jsut dont have the docs to hand
15:56:46 sean-k-mooney but other have done this
15:57:02 sean-k-mooney actully https://medium.com/walmartglobaltech/deploying-cinder-with-multiple-ceph-cluster-backends-2cd90d64b10 might be what i was looking for
15:57:46 sean-k-mooney ya that explains the addtion of the second secret and the cinder config
15:58:25 sean-k-mooney """Create the appropriate cinder user on your new Ceph cluster. The username must be different from the existing Ceph cluster cinder username"""
16:00:07 mloza i stumbled upon that blog yesterday
16:00:23 mloza looks like the second secret must be unique

Earlier   Later