2024-11-27T16:26:26.451Z | <Casey Bodley> weekly rgw meeting starting in 5m at [ <https://pad.ceph.com/p/rgw-weekly](https://meet.google.com/mmj-uzzv-qce> ) - nothing on the agenda yet |
2024-11-27T16:57:34.625Z | <Rico> hi @Ernesto Puerta. still no news ? |
2024-11-27T17:49:29.104Z | <Ernesto Puerta> hey @Rico, no. Last week [I left a suggestion on the PyO3 PR](https://github.com/PyO3/pyo3/pull/4162#issuecomment-2486662879) (adding/removing PyO3 module on demand), but it seems that it wouldn't work 😕 so we'll have to wait until that PR gets merged (and there's no clear deadline)... |
2024-11-27T17:55:51.835Z | <bl___> what's up with the symlinks to /overflow/ in download.ceph.io, it breaks rsynced repos |
2024-11-27T18:07:29.956Z | <Dan Mick> We ran out of disk space so I moved some older ones to another volume. Didn't think about rsync....how's it break? Does rsync not follow links by default? |
2024-11-27T18:42:20.733Z | <IcePic> Dan Mick: It recreates the links as they are on your side |
2024-11-27T18:50:21.727Z | <bl___> First, the symlinks break because /overflow/ is outside of the repo root. Second, trying to fix this with following "unsafe" symlinks doesn't work --copy-unsafe-links had a few different errors probably from the same cause as the first issue |
2024-11-27T18:51:18.911Z | <bl___> One error was `symlink has no referent: "/rpm-15.1.0" (in ceph)` and second was something about permissions I think, I can check it tomorrow again when working |
2024-11-27T18:53:06.968Z | <bl___> Simply resolving all symlinks would duplicate all the data in "legit" links like "rpm-octopus" |
2024-11-27T19:05:45.920Z | <bl___> It looks like this after rsync `rpm-15.2.9 -> /overflow/rpm-15.2.9` so what IcePic said much more clearly than me is right |