Actions
Bug #71568
closedceph: Fetched in submodule path 'src/nvmeof/gateway', but it did not contain 322a86f7348af1bc173f01e6cc4b64e9a8075727. Direct fetching of that commit failed.
% Done:
0%
Source:
Backport:
Regression:
No
Severity:
3 - minor
Reviewed:
Affected Versions:
ceph-qa-suite:
Pull request ID:
Tags (freeform):
Merge Commit:
Fixed In:
v20.3.0-776-g2c842c049d
Released In:
Upkeep Timestamp:
2025-07-14T17:09:47+00:00
Description
Upon running git submodule update --recursive --init on a fresh checkout of main c71d7eeb698e81bb2bc5d6fccb88a966d118f71c
Cloning into '/mnt/build/shsubramanian/ceph/src/nvmeof/gateway'... fatal: transport 'file' not allowed fatal: Fetched in submodule path 'src/nvmeof/gateway', but it did not contain 322a86f7348af1bc173f01e6cc4b64e9a8075727. Direct fetching of that commit failed. fatal:
This is due to
https://github.com/ceph/ceph/pull/61264 merged on 2025-06-02 which added the following to .gitmodules
shallow = true
[submodule "src/breakpad"]
path = src/breakpad
url = https://chromium.googlesource.com/breakpad/breakpad
[submodule "src/lss"]
path = src/lss
url = https://chromium.googlesource.com/linux-syscall-support
The shallow = true bit was removed by 383091e89fb86ba2a15c161d0d7b0671ec61d770 due to https://tracker.ceph.com/issues/67640. The reintroduction here is presumably a rebase mistake missed in review.
Updated by Upkeep Bot 9 months ago
- Merge Commit set to 2c842c049deba1dc762b0897c27ec7691fce8ec1
- Fixed In set to v20.3.0-776-g2c842c049de
- Upkeep Timestamp set to 2025-07-08T18:23:12+00:00
Updated by Upkeep Bot 8 months ago
- Fixed In changed from v20.3.0-776-g2c842c049de to v20.3.0-776-g2c842c049d
- Upkeep Timestamp changed from 2025-07-08T18:23:12+00:00 to 2025-07-14T17:09:47+00:00
Actions