From: Samuel Just Date: Wed, 4 Jun 2025 20:55:21 +0000 (+0000) Subject: .gitmodules: remove shallow=true config from nvmeof/gateway X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=refs%2Fpull%2F63729%2Fhead;p=ceph.git .gitmodules: remove shallow=true config from nvmeof/gateway https://github.com/ceph/ceph/pull/61264 reintroduced https://tracker.ceph.com/issues/67640 fixed by 383091e89. Setting shallow=true for the nvmeof/gateway submodule is problematic because the ceph.git submodule sha1 is only very rarely the head sha1 of the default branch. Fixes: https://tracker.ceph.com/issues/71568 Signed-off-by: Samuel Just --- diff --git a/.gitmodules b/.gitmodules index 00acdb5d6ca4..b3c3e61a766b 100644 --- a/.gitmodules +++ b/.gitmodules @@ -79,7 +79,6 @@ path = src/nvmeof/gateway url = https://github.com/ceph/ceph-nvmeof.git fetchRecurseSubmodules = false - shallow = true [submodule "src/breakpad"] path = src/breakpad url = https://chromium.googlesource.com/breakpad/breakpad