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

Test for clone, mmap and write for block cloning #15717

Merged
merged 1 commit into from
Jan 16, 2024

Commits on Jan 13, 2024

  1. Test for clone, mmap and write for block cloning

    For block cloning, if we mmap the cloned file and write from the
    map into the file, it triggers a panic in dbuf_redirty() on Linux.
    
    The same scenario causes data corruption on FreeBSD. Both these
    issues are fixed under PR#15656 and PR#15665.
    
    It would be good to add a test for this scenario in ZTS. The test
    program and issue was produced by @robn.
    
    Signed-off-by: Umer Saleem <usaleem@ixsystems.com>
    usaleem-ix committed Jan 13, 2024
    Configuration menu
    Copy the full SHA
    b7594ae View commit details
    Browse the repository at this point in the history