]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph-ci.git/commit
rgw_file: restore ability of attributes to be...restored
authorMatt Benjamin <mbenjamin@redhat.com>
Sun, 9 Nov 2025 00:36:18 +0000 (19:36 -0500)
committerMatt Benjamin <mbenjamin@redhat.com>
Mon, 10 Nov 2025 20:18:32 +0000 (15:18 -0500)
commit71c9f546ce134b6275c7e5328ead6e1129534c03
tree4d333e935fb7b92c0b995b1ef5c5c2d8f55c547a
parentafa88a4a7d0c87c35b7881212f0339b1ddc671fb
rgw_file: restore ability of attributes to be...restored

1. removes incorrect condition on decode_attrs() in lookup/stat paths
2. removes calls to update_fh(...) in those paths

Also fix the program options for the second invocation of  unit test
ceph_test_librgw_nfsns, which was incorrect and caused several
assertions to be skipped.

Fixes: https://tracker.ceph.com/issues/73761
Signed-off-by: Matt Benjamin <mbenjamin@redhat.com>
qa/workunits/rgw/test_librgw_file.sh
src/rgw/rgw_file.cc
src/test/librgw_file_nfsns.cc