On Fri, Jan 21, 2022 at 05:26:50PM +0530, Rishabh Dave wrote: > Hi, > > Currently tests from xfstests-dev can be executed against CephFS > mounted using the kernel but not mounted using FUSE. This is so > because right now xfstests-dev doesn't know how to mount CephFS with > FUSE. > > I've written a patch (attached to this e-mail) that adds the ability > to xfstests-dev to mount CephFS with FUSE as well. I've tested the > patch against Ceph's master branch. The patch works fine IMO because > after applying the patch I could run tests against kernel-mounted as > well as FUSE-mounted CephFS. > > I am not sure about the review process for xfstests-dev, please let me > know if the patches need to be uploaded elsewhere. Thanks in advance. fstests@ review patches similar with linux kernel. git commit your change in your local xfstests-dev (with proper commit log), then send that patch through `git send-mail` to fstests@xxxxxxxxxxxxxxx (and cc ceph-fs mail list if you need). Please don't use attachment (as a patch), just keep your patch (plain text) in mail body directly. Thanks, Zorro > > Regards, > - Rishabh