<aszlig>
samueldr: as mentioned in the last comment, i opted for a qemu patch instead, unless this is fully resolved upstream
<aszlig>
s/unless/until/
<aszlig>
and i highly doubt that anyone would complain like: "hey, since linux 4.19 overlayfs passes O_NOATIME to lowerdir and i want to have that on my 9p filesystem that's _not_ mounted with noatime"
<aszlig>
it's even weird that 9p even handles that flag and doesn't ignore it like all the other networking file systems in linux
<samueldr>
qemu patch sounds good
<samueldr>
wasn't fond of the kernel patch (until it went through upstream), but I think patching qemu should be fine instead
<aszlig>
samueldr: yep, especially because the patch is very low-impact and only removes one line
ajs124 has joined #nixos-dev
<lewo>
Hi. It would be nice to publish an Openstack imge on the NixOS homepage. I'm wondering how it could be uploaded. It is already done for a virtualbox image i guess. Someone could help me on that?
<lewo>
simpson: thx, my issue is more on the second part: how the image is published! Do you know which Hydra job publish the virtualbox image for instance?
<simpson>
lewo: Sure, but that link seems to have started out in download.tt as "[%prefix%]/nixos-[%latestNixOSRelease%]-x86_64-linux.ova" which seems like it was built as part of a release.
<lewo>
ok, thx. I will submit a PR to add an openstack image in release.nix.
<lewo>
simpson: but how a release is created?
<lewo>
Because only some specific evaluations can be downloaded from release.nixos.org
<simpson>
lewo: Dunno. Haven't really paid attention to that part of things. Are you wondering how long it might take for your image to show up? What's your larger plan and timetable?
<lewo>
simpson: yes, exactly. Actually, I have time. But I would like to know when it will be available from release.nixos.org in order to test it and create a PR in the nixos homepage repository.
<simpson>
lewo: I think that you'd test the image using your local nixpkgs, but I don't know much about OpenStack.