]> git.apps.os.sepia.ceph.com Git - ceph-ci.git/commit
Merge PR #63917 into wip-rishabh-testing-20251003.155758-debug wip-rishabh-testing-20251003.155758-debug testing/wip-rishabh-testing-20251003.155758-debug
authorRishabh Dave <ridave@redhat.com>
Fri, 3 Oct 2025 15:58:08 +0000 (21:28 +0530)
committerRishabh Dave <ridave@redhat.com>
Fri, 3 Oct 2025 15:58:08 +0000 (21:28 +0530)
commitd74849cfad9e3e60b457b07e7fe95fa7bd78b1ec
treefa3c7ad7b7c52cd4f9d33ee35185854af8e8d146
parentfa93d68191b31c417381fa4cea3f87eb7840be4a
parentc38a9138ba8294ab1243cf03ad0c8b0df4901967
Merge PR #63917 into wip-rishabh-testing-20251003.155758-debug

* refs/pull/63917/head:
src/common: add helper to prepend "..." to trimmed paths
mds/ScrubStack: avoid generating inode path since it is unused
mds: fix few log entries
client: trim path before logging it
mds: log trimmed path wherever generating full path is necessary
mds: for logging generate only 10 final components of dentry path
mds: for logging generate only 10 final components of inode path
qa, test: run unit tests for cephfs.pyx with non-root user
test/pybind: add unit tests for rmtree() in cephfs python bindings
pybind/cephfs, mgr/volumes: refactor purge() to be non-recursive

Reviewed-by: Patrick Donnelly <pdonnell@ibm.com>
src/client/Client.cc
src/client/Client.h
src/include/filepath.cc
src/mds/CInode.cc
src/mds/CInode.h
src/mds/ScrubStack.cc
src/mds/Server.cc