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

For nfs engine, treat randwrite the same as write when opening file #1775

Closed
wants to merge 4 commits into from
Closed

For nfs engine, treat randwrite the same as write when opening file #1775

wants to merge 4 commits into from

Commits on Jun 13, 2024

  1. For nfs engine, treat randwrite the same as write when opening file

    When use nfs engine, only write mode can work if file doesn't exist,
    otherwise user has to make sure file exists before test starts.
    This change will support randwrite mode when file doesn't exist.
    
    Pan Xiao <[email protected]>
    Pan Xiao committed Jun 13, 2024
    Configuration menu
    Copy the full SHA
    7d993b1 View commit details
    Browse the repository at this point in the history

Commits on Jun 14, 2024

  1. in nfs engine, use td_write(td) to check if it is write or randwrite …

    …operation
    Pan Xiao committed Jun 14, 2024
    Configuration menu
    Copy the full SHA
    02852cf View commit details
    Browse the repository at this point in the history
  2. in nfs engine, use td_write(td) to check if it is write or randwrite …

    …operation
    Pan Xiao committed Jun 14, 2024
    Configuration menu
    Copy the full SHA
    f934e99 View commit details
    Browse the repository at this point in the history
  3. Merge branch 'nfs_branch2' of https://github.com/panxiao2014/fio into…

    … nfs_branch2
    Pan Xiao committed Jun 14, 2024
    Configuration menu
    Copy the full SHA
    cada500 View commit details
    Browse the repository at this point in the history