Re: [Nix-dev] Nix-Store sharing (with NFS + AUFS)?

2016-01-16 Thread Matthias Beyer
On 15-01-2016 17:19:37, Rok Garbas wrote: > Quoting Matthias Beyer (2016-01-15 16:38:30) > > Hi, > > > > I'm currently thinking about the following problem: > > > > I want to share the /nix/store from one Master machine to several Slaves, > > but > > in a slightly different way than is

Re: [Nix-dev] Nix-Store sharing (with NFS + AUFS)?

2016-01-16 Thread Arseniy Seroka
You can't share over nfs because of sqlite. I've tried that myself and got no luck. -- Sincerely, Arseniy Seroka On 16 January 2016 15:47:26 Matthias Beyer wrote: > On 15-01-2016 17:19:37, Rok Garbas wrote: >> Quoting Matthias Beyer (2016-01-15 16:38:30) >> > Hi, >>

Re: [Nix-dev] Nix-Store sharing (with NFS + AUFS)?

2016-01-16 Thread Wout Mertens
I looked into what would be needed to have multiple writers on the same store here: https://github.com/NixOS/nix/issues/378#issuecomment-62724778 The same would apply for aufs-type multi writer setups. The tl;dr is that Nix would need to treat sqlite as only a cache, with all needed info written

Re: [Nix-dev] Nix-Store sharing (with NFS + AUFS)?

2016-01-15 Thread Rok Garbas
Quoting Matthias Beyer (2016-01-15 16:38:30) > Hi, > > I'm currently thinking about the following problem: > > I want to share the /nix/store from one Master machine to several Slaves, but > in a slightly different way than is currently possible with ssh / http: > > I want _one_ store which