2024-09-10T07:57:40.915Z | <Alexander Indenbaum> > @Matt Benjamin are you compiling the upstream main branch of ceph? In this case the `src/nvmeof/gateway` directory is a git submodule, see [here](https://github.com/ceph/ceph/blob/8cf6dbde8544bfacf67acf373feec85be4291819/.gitmodules#L81-L85). Usually do_cmake.sh should handle update/syncing this directory [here](https://github.com/ceph/ceph/blob/8cf6dbde8544bfacf67acf373feec85be4291819/do_cmake.sh#L5). |
2024-09-10T08:15:18.858Z | <Alexander Indenbaum> > @Matt Benjamin @Kaleb are you compiling the upstream main branch of ceph? In this case the `src/nvmeof/gateway` directory is a git submodule, see [here](https://github.com/ceph/ceph/blob/8cf6dbde8544bfacf67acf373feec85be4291819/.gitmodules#L81-L85). Usually do_cmake.sh should handle update/syncing this directory [here](https://github.com/ceph/ceph/blob/8cf6dbde8544bfacf67acf373feec85be4291819/do_cmake.sh#L5). |
2024-09-10T14:58:20.171Z | <Peter Sabaini> Hey, I'm having issues with RadosGW from Squid 19.1.1 -- it fails to complete startup and just hangs. For comparison, RGW from a Squid dev snapshot comes up fine: <https://paste.ubuntu.com/p/2xWsYt4PCQ/>
Are there known issues around this? |
2024-09-10T15:00:51.857Z | <Casey Bodley> could be <https://tracker.ceph.com/issues/67697>? |
2024-09-10T15:07:26.546Z | <Peter Sabaini> Hm, I do not see any messages like this though:
`failed to load zone` |
2024-09-10T15:20:40.628Z | <Casey Bodley> are you able to capture more of the log for 19.1.1? |
2024-09-10T15:22:32.490Z | <Peter Sabaini> Well there doesn't seem to be more -- I've started it with -d and that should print all output to stderr right? |
2024-09-10T15:25:20.826Z | <Peter Sabaini> Some addtl entries with debug=20/20 <https://paste.ubuntu.com/p/K7bv59mMzR/> |
2024-09-10T15:26:02.994Z | <Casey Bodley> ok, maybe --debug-ms=1 would help to show osd requests |
2024-09-10T15:26:12.214Z | <Casey Bodley> is the cluster healthy? maybe rgw is hanging on osds |
2024-09-10T15:26:55.502Z | <Peter Sabaini> should be good <https://paste.ubuntu.com/p/Dvkd8DwqXF/> |
2024-09-10T15:29:07.889Z | <Peter Sabaini> log with debug-ms=1 <https://paste.ubuntu.com/p/tYjkWyg2Hf/> |
2024-09-10T17:16:04.637Z | <Casey Bodley> strange. it's sending a read request to osd.0 and not getting a response: `osd_op(unknown.0.0:1 17.12 17:49953fa1:::default.realm:head [read 0~0] ...` |
2024-09-10T17:16:34.336Z | <Casey Bodley> the osds are on some different `ceph version 19.2.0~git20240301.4c76c50` |