]> git.apps.os.sepia.ceph.com Git - ceph-ci.git/commit
Merge PR #63917 into wip-rishabh-testing-20251003.160345-debug wip-rishabh-testing-20251003.160345-debug testing/wip-rishabh-testing-20251003.160345-debug
authorRishabh Dave <ridave@redhat.com>
Fri, 3 Oct 2025 16:03:58 +0000 (21:33 +0530)
committerRishabh Dave <ridave@redhat.com>
Fri, 3 Oct 2025 16:03:58 +0000 (21:33 +0530)
commit5eec6382f8a4fca9fc876677bfdc16eee6cdacab
tree6c806f208858b1082c6422b26316cc9c52cbc3af
parent1d65737b57510dbf3a55995f595ecd86ce77abc3
parentc38a9138ba8294ab1243cf03ad0c8b0df4901967
Merge PR #63917 into wip-rishabh-testing-20251003.160345-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
src/pybind/cephfs/cephfs.pyx