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: 418508e590bf
Choose a base ref
...
head repository: NixOS/nixpkgs
compare: 7acb961c670c
Choose a head ref
  • 2 commits
  • 1 file changed
  • 2 contributors

Commits on Jul 21, 2020

  1. ZFS: Request credentials only for selected pools

    This change introduces more fine-grained requestEncryptionCredentials.
    While previously when requestEncryptionCredentials = true, the
    credentials for all imported pools and all datasets in these imported
    pools were requested, it is now possible to select exactly the pools and
    datasets for which credentials should be requested.
    
    It is still possible to set requestEncryptionCredentials = true, which
    continues to act as a wildcard for all pools and datasets, so the change
    is backwards compatible.
    hmenke committed Jul 21, 2020
    Copy the full SHA
    fc4ea9e View commit details
    Browse the repository at this point in the history

Commits on Aug 15, 2020

  1. Merge pull request #93395 from hmenke/zfs

    ZFS: Request credentials only for selected pools
    Mic92 committed Aug 15, 2020
    Copy the full SHA
    7acb961 View commit details
    Browse the repository at this point in the history