ceph - ceph-devel - 2024-10-16

Timestamp (UTC)Message
2024-10-16T10:47:30.171Z
<nizamial09> its a good point. we've been missing out on publishing the updated translations to the transifex. I've just started looking into it and realized that one of the tools that we are using to do the updates is broken now because of the deprecated transifex APIs. I am fixing them locally but for now I was able to push the translated texts for quincy. Now I'll need to do the same for reef and squid as well.


If you are interested more on the whole internationlization process we ahve a doc here: <https://docs.ceph.com/en/latest/dev/developer_guide/dash-devel/#internationalization-i18n>. You can refer this and let us know if you have any question. Meanwhile I'll continue to fix the script and update the proper translations by EOD.
2024-10-16T10:47:51.730Z
<nizamial09> @Afreen ^
2024-10-16T12:24:05.832Z
<Juliette Tux> @nizamial09 thank you for the reply, are you really on vacation? If so, could you just share the actual Reef .xlf source file and save the rest of the work for after your vacation mb? This may be not the 'right' curse of action all in all but mb it's posible considering the circumstances? ty
2024-10-16T13:10:24.664Z
<Casey Bodley> fyi, there's a suggested change to our CodingStyle in <https://github.com/ceph/ceph/pull/60331>. i'd love to see more reviews to make sure there's a consensus for merging
2024-10-16T13:53:15.791Z
<nizamial09> I created a PR here on reef and that includes the updated xlf files. you can check that one: <https://github.com/ceph/ceph/pull/60358>. I have uploaded those translations to the transifex as well.
<https://app.transifex.com/ceph/ceph-dashboard/reef/>
2024-10-16T13:53:40.091Z
<nizamial09> btw, I am not on vacation. i just forgot to remove that after my previous vacation. I was mostly debugging the script to fix it..
2024-10-16T13:54:02.175Z
<nizamial09> btw, I am not on vacation. i just forgot to remove that after my previous vacation 😆. I was mostly debugging the script to fix it..
2024-10-16T14:00:51.428Z
<Laura Flores> User + Dev Meeting happening now! <https://meet.jit.si/ceph-user-dev-monthly>
2024-10-16T14:26:46.687Z
<Juliette Tux> THANK YOU!
2024-10-16T14:49:26.616Z
<gregsfortytwo> as you mention, we use these widely — doesn’t seem to be any point pretending otherwise
2024-10-16T15:25:37.937Z
<Casey Bodley> weekly rgw meeting starts in ~5m [ <https://pad.ceph.com/p/rgw-weekly](https://meet.google.com/mmj-uzzv-qce> ) (no topics yet)
2024-10-16T16:08:18.065Z
<Rost Khudov> Hello team, I have an issue with one of bucket notification test case on `main` branch, here is the test case: <https://github.com/ceph/ceph/blob/main/src/test/rgw/bucket_notification/test_bn.py#L3307>
Error is following:
```FAIL: test persistent topic configurations with max_retries and retry_sleep_duration
[2024-10-12T17:23:02.868Z] ----------------------------------------------------------------------
[2024-10-12T17:23:02.868Z] Traceback (most recent call last):
[2024-10-12T17:23:02.868Z]   File "/usr/local/lib/python3.9/site-packages/nose/case.py", line 198, in runTest
[2024-10-12T17:23:02.868Z]     self.test(*self.arg)
[2024-10-12T17:23:02.868Z]   File "/ceph-src/src/test/rgw/bucket_notification/test_bn.py", line 3313, in test_ps_s3_persistent_topic_configs_max_retries
[2024-10-12T17:23:02.868Z]     ps_s3_persistent_topic_configs(persistency_time, config_dict)
[2024-10-12T17:23:02.868Z]   File "/ceph-src/src/test/rgw/bucket_notification/test_bn.py", line 3277, in ps_s3_persistent_topic_configs
[2024-10-12T17:23:02.868Z]     get_stats_persistent_topic(topic_name, number_of_objects)
[2024-10-12T17:23:02.868Z]   File "/ceph-src/src/test/rgw/bucket_notification/test_bn.py", line 567, in get_stats_persistent_topic
[2024-10-12T17:23:02.868Z]     assert_equal(parsed_result['Topic Stats']['Entries'], assert_entries_number)
[2024-10-12T17:23:02.868Z] AssertionError: 16 != 10```
is it a known issue?

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