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

Ensure file size updates due to getattr #1042

Merged
merged 3 commits into from
Oct 28, 2024

Commits on Oct 28, 2024

  1. install FUSE dependency

    Signed-off-by: Brian L. Troutwine <brian.troutwine@datadoghq.com>
    blt committed Oct 28, 2024
    Configuration menu
    Copy the full SHA
    7ca9701 View commit details
    Browse the repository at this point in the history
  2. install fuse3 not fuse2 on linux

    Signed-off-by: Brian L. Troutwine <brian.troutwine@datadoghq.com>
    blt committed Oct 28, 2024
    Configuration menu
    Copy the full SHA
    48ad9ed View commit details
    Browse the repository at this point in the history
  3. Ensure file size updates due to getattr

    This commit ensures that a Node has advance_time called on it when
    the filesystem calls getattr. If this is not done repeat calls to ls,
    for instance, will show the file size not changing although a call to
    read would.
    
    Signed-off-by: Brian L. Troutwine <brian.troutwine@datadoghq.com>
    blt committed Oct 28, 2024
    Configuration menu
    Copy the full SHA
    4206504 View commit details
    Browse the repository at this point in the history