Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: NixOS/nixpkgs
base: dbd972effa5a
Choose a base ref
...
head repository: NixOS/nixpkgs
compare: d453c2f5d8e2
Choose a head ref
  • 2 commits
  • 1 file changed
  • 2 contributors

Commits on Feb 9, 2020

  1. nixos/virtualisation.hypervGuest: use elevator=noop

    Microsoft recommends the NOOP I/O scheduler for disk performance in HYPER-V:
    
    https://docs.microsoft.com/en-us/windows-server/virtualization/hyper-v/best-practices-for-running-linux-on-hyper-v
    
    > NOOP is a first-in first-out queue that passes the schedule decision
    > to be made by the hypervisor. It is recommended to use NOOP as the
    > scheduler when running Linux virtual machine on Hyper-V.
    jrp2014 authored and JohnAZoidberg committed Feb 9, 2020
    Copy the full SHA
    788d876 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #65842 from jrp2014/patch-1

    Update hyperv-guest.nix
    JohnAZoidberg committed Feb 9, 2020
    Copy the full SHA
    d453c2f View commit details
    Browse the repository at this point in the history