ceph - ceph-devel - 2024-07-31

Timestamp (UTC)Message
2024-07-31T05:10:29.708Z
<Yuval Lifshitz> we can do that. but given that no-one owns the tracing work, i don't see how we move ahead with the development.
this also has implication on cephadm, sice we have jaeger support there
2024-07-31T05:30:43.172Z
<Deepika Upadhyay> i can help with that, Adam Yuval, with depreciation of Jaeger exporter it makes sense to move to OTeL, it would also simplify a lot of tracing dependencies I hope. Can we track it somewhere?
2024-07-31T05:30:55.806Z
<Deepika Upadhyay> @Æmerson
2024-07-31T05:36:10.238Z
<Yuval Lifshitz> @Deepika Upadhyay it is great if you can work on it (and on tracing in general...). we can set up a meeting to discuss how to proceed
2024-07-31T05:38:18.208Z
<Deepika Upadhyay> Sure Yuval! sounds good! đź‘Ť
2024-07-31T08:10:39.189Z
<Xinliang Liu> Hi @Adam Kraitman, could you add me(github name: xin3liang) to the ceph-ci as well. I need to build a specific commit ceph to test the nvmeof gw on arm64. Thanks a lot.
2024-07-31T12:56:49.383Z
<Casey Bodley> for anyone interested, i scheduled a tech talk for tomorrow about asynchronous programming with boost::asio and c++20 coroutines: <https://lists.ceph.io/hyperkitty/list/dev@ceph.io/thread/6I4HKQE2OKNNPVWIMUZRDBJALRQBTLBP/>
2024-07-31T13:51:13.201Z
<david.casier> @Casey Bodley Thks ! 🙂
I will probably be present, I will not be able to participate orally.
2024-07-31T13:51:52.861Z
<Peter Sabaini> Folks I'm running into issues with S3 authentication against keystone on the Squid rel candidate.

With increased loglevel I can see these

```s3:create_bucket error reading user info, uid=126a0cc41724407bb48dea1b737767a6 can't authenticate
s3:create_bucket Failed the auth strategy, reason=-2028```
Does this ring a bell for anyone?
2024-07-31T13:52:44.925Z
<Peter Sabaini> [Here]([https://github.com/openstack-charmers/zaza-openstack-tests/blob/3b8450f6d32a8e6e19[…]a3b75c94c19598ac6a188/zaza/openstack/charm_tests/swift/tests.py](https://github.com/openstack-charmers/zaza-openstack-tests/blob/3b8450f6d32a8e6e190a3b75c94c19598ac6a188/zaza/openstack/charm_tests/swift/tests.py#L420)) is the testcase fwiw
2024-07-31T13:53:27.794Z
<Casey Bodley> is that with implicit tenants? we're tracking a regression there in <https://tracker.ceph.com/issues/66937>
2024-07-31T13:56:17.778Z
<Peter Sabaini> Hmm might be, will check -- thx!
2024-07-31T15:10:24.219Z
<Adam Kraitman> Hey @Xinliang Liu there is an existing community or core developer you've worked with who has reviewed your work and can vouch for this access request?
2024-07-31T15:26:04.867Z
<Casey Bodley> weekly rgw meeting starting soon [ <https://pad.ceph.com/p/rgw-weekly](https://meet.google.com/oky-gdaz-ror> )
2024-07-31T17:20:19.442Z
<Rost Khudov> Hello, I have an issue when trying to build Ceph rpm using `rpmbuild` on rhel8.6 with Python3.9
Before I installed Cython, sphinx and prettytable using following command:
```pip3.9 install Cython Sphinx prettytable```
But I do have following error:
```python39-Cython is needed by ...
python39-prettytable is needed by ...
python39-sphinx is needed by ...```
If I remove following lines ([1](https://github.com/ceph/ceph/blob/main/ceph.spec.in#L306), [2](https://github.com/ceph/ceph/blob/main/ceph.spec.in#L447), [3](https://github.com/ceph/ceph/blob/main/ceph.spec.in#L449)), it will proceed further and successfully build rpm
Can someone help me here?
2024-07-31T18:15:14.444Z
<Æmerson> I don't know if we need a meeting.
2024-07-31T18:15:38.887Z
<Æmerson> I'm currently working on rebasing the current work that removes blkin. Once I finish that I can give it to you as a base
2024-07-31T18:15:53.703Z
<Æmerson> Do you know whether OTLP HTTP or OTLP gRPC is the one people use?
2024-07-31T18:18:27.577Z
<Æmerson> rpmbuild looks for installed RPM package dependencies. You installed them with pip
2024-07-31T18:18:41.163Z
<Æmerson> For rpmbuild to work you have to install python39-Cython, et cetera using dnf
2024-07-31T18:18:48.296Z
<Æmerson> As RPM packages.

Any issue? please create an issue here and use the infra label.