Xiubo Li

Results 28 issues of Xiubo Li

The quota.max_bytes must align to 4MB if it's larger than or equals to 4MB, or must align to 4KB. This will make the statfs report correct block size and total...

documentation
cephfs
tests

If the previous unlink is not finished yet but the corressponding inode has been projected and it dentry parent has been changed to stray. The new comming link request will...

cephfs
wip-vshankar-testing1

The option 'client_die_on_failed_dentry_invalidate' requires to kill the client when fails to invalidate the dentry caches from kernel. The CephFS client requires a mechanism to invalidate dentries in the caller (e.g....

cephfs
wip-rishabh-testing

Currently if only the quota.files is enabled for the statfs it will use the wrong quota realm when finding the root quota realm. And vice versa for the rename. This...

cephfs
tests
wip-rishabh-testing

backport tracker: https://tracker.ceph.com/issues/55756 --- backport of https://github.com/ceph/ceph/pull/45243 parent tracker: https://tracker.ceph.com/issues/54463 ## Contribution Guidelines - To sign and title your commits, please refer to [Submitting Patches to Ceph](https://github.com/ceph/ceph/blob/master/SubmittingPatches.rst). - If you...

cephfs
needs-qa
wip-yuri11-testing

backport tracker: https://tracker.ceph.com/issues/55736 --- backport of https://github.com/ceph/ceph/pull/45114 parent tracker: https://tracker.ceph.com/issues/54362 ## Contribution Guidelines - To sign and title your commits, please refer to [Submitting Patches to Ceph](https://github.com/ceph/ceph/blob/master/SubmittingPatches.rst). - If you...

cephfs
needs-qa
wip-yuri11-testing

The request.is_xhr property was deprecated since Werkzeug 0.13 and removed in Werkzeug 1.0.0. Signed-off-by: Xiubo Li ## Contribution Guidelines - To sign and title your commits, please refer to [Submitting...

When making snapshot the MDS will notify the mds first and then the clients, but the other MDSes may get the notify late and just after the clients flush the...

core
cephfs
tests

The kclient maybe waiting for the async creating to be finished, such as when revoking caps. This will make the kclient defer sending the cap update request to MDS back....

cephfs

Currently for the `setattr` it could buffer the changes locally if the required `caps` are issued and just succeeds the `setattr` request. But later when flushing the changes back to...

cephfs
tests
common
build/ops