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

mimic: rgw_file: advance_mtime() should consider namespace expiration #30660

Merged
merged 2 commits into from Oct 8, 2019

Commits on Oct 1, 2019

  1. rgw_file: advance_mtime() should consider namespace expiration

    Predictably, slow NFS operations like READDIR will overlap mtime
    advance, so don't advance faster than the nfs namespace
    expiration timer.
    
    Fixes: http://tracker.ceph.com/issues/40415
    
    Signed-off-by: Matt Benjamin <mbenjamin@redhat.com>
    (cherry picked from commit fc14eeb)
    mattbenjamin authored and smithfarm committed Oct 1, 2019
    Copy the full SHA
    669343f View commit details
    Browse the repository at this point in the history
  2. rgw_file: dont deadlock in advance_mtime()

    Fixes: https://tracker.ceph.com/issues/41173
    
    Signed-off-by: Matt Benjamin <mbenjamin@redhat.com>
    (cherry picked from commit 0d3338c)
    mattbenjamin authored and smithfarm committed Oct 1, 2019
    Copy the full SHA
    01babcd View commit details
    Browse the repository at this point in the history