Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

DAOS-15049 dfs: fix bug in setattr when mtime and size are being set #13640

Merged
merged 1 commit into from
Jan 22, 2024

Commits on Jan 19, 2024

  1. DAOS-15049 dfs: fix bug in setattr when mtime and size are being set

    - in dfs_osetattr(), if user sets both mtime and size, the hlc for the
      mtime is not being update on storage. To fix that, use the hlc
      reported from the array_stat and update that when updating the mtime in
      the entry.
    
    Features: dfs
    Required-githooks: true
    
    Signed-off-by: Mohamad Chaarawi <mohamad.chaarawi@intel.com>
    mchaarawi committed Jan 19, 2024
    Configuration menu
    Copy the full SHA
    0b1ec38 View commit details
    Browse the repository at this point in the history