From 0cde0ef4fdb0f5c5bcb4ee7553f6b8a8c37393bb Mon Sep 17 00:00:00 2001 From: Samuel Just Date: Wed, 4 Jun 2025 20:55:21 +0000 Subject: [PATCH] .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 --- .gitmodules | 1 - 1 file changed, 1 deletion(-) diff --git a/.gitmodules b/.gitmodules index 00acdb5d6ca..b3c3e61a766 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 -- 2.39.5