Skip to content

vfs_ceph: Implement SMB_VFS_FSTATAT

Lack of SMB_VFS_FSTATAT implementation in VFS module for Ceph caused the following failure in smb2.create.mkdir-dup.

smbtorture 4.20.0pre1-UNKNOWN
Using seed 1704775749
time: 2024-01-09 04:49:09.195418
test: mkdir-dup
time: 2024-01-09 04:49:09.196395
Testing SMB2 Create Directory with multiple connections
waiting for replies
time: 2024-01-09 04:49:10.475802
failure: mkdir-dup [
../../source4/torture/smb2/create.c:1636: File 1 returned status NT_STATUS_NOT_A_DIRECTORY
]

Checklist

  • Commits have Signed-off-by: with name/author being identical to the commit author
  • (optional) This MR is just one part towards a larger feature.
  • (optional, if backport required) Bugzilla bug filed and BUG: tag added
  • Test suite updated with functionality tests
  • Test suite updated with negative tests
  • Documentation updated
  • CI timeout is 3h or higher (see Settings/CICD/General pipelines/ Timeout)

Reviewer's checklist:

  • There is a test suite reasonably covering new functionality or modifications
  • Function naming, parameters, return values, types, etc., are consistent and according to README.Coding.md
  • This feature/change has adequate documentation added
  • No obvious mistakes in the code

Merge request reports

Loading