Branch: refs/heads/master
  Home:   https://github.com/NixOS/nix
  Commit: ccb10220228250066e8dc487894fb1e11b338c48
      
https://github.com/NixOS/nix/commit/ccb10220228250066e8dc487894fb1e11b338c48
  Author: Ludovic Courtès <l...@gnu.org>
  Date:   2016-11-14 (Mon, 14 Nov 2016)

  Changed paths:
    M src/libstore/optimise-store.cc

  Log Message:
  -----------
  daemon: Do not error out when deduplication fails due to ENOSPC.

This solves a problem whereby if /gnu/store/.links had enough entries,
ext4's directory index would be full, leading to link(2) returning
ENOSPC.

* nix/libstore/optimise-store.cc (LocalStore::optimisePath_): Upon
ENOSPC from link(2), print a message and return instead of throwing a
'SysError'.


  Commit: b77fb8acb57fee1b6decab818f0893832b4cf440
      
https://github.com/NixOS/nix/commit/b77fb8acb57fee1b6decab818f0893832b4cf440
  Author: Eelco Dolstra <edols...@gmail.com>
  Date:   2016-11-14 (Mon, 14 Nov 2016)

  Changed paths:
    M src/libstore/optimise-store.cc

  Log Message:
  -----------
  Don't rely on %m


Compare: https://github.com/NixOS/nix/compare/b8d9616af141...b77fb8acb57f
_______________________________________________
nix-commits mailing list
nix-comm...@lists.science.uu.nl
http://lists.science.uu.nl/mailman/listinfo/nix-commits

Reply via email to