Casey Witt
Casey Witt
@lpinca how to return error (401, 404, etc.) if the websocket connection is not authorized or the resource is not found, etc.? Per the ws unit tests, the verifyClient function...
@lpinca Thanks! By the way, do you know why `socket.removeListener` is called explicitly? I assumed socket would be available for garbage collection after the call to `socket.destroy()`, including its reference...
I looked into trying to automating the update, but ultimately decided it was not a good use of time, and that it would be better to lobby CoreOS to include...
@ahjohannessen I don't know whether ZFS installed this way would survive a CoreOS update. I suspect that sometimes it would (ie. if the kernel is not updated), but that if...
@ahjohannessen So the idea is that auto-updates would work like (@matjohn2 actually proposed this a while ago) : 1) update-engine.service checks and confirms an update is available 2) update-engine.service downloads...
In the event that we ever do get the attention of a CoreOS developer I also really want to push for them to make coreos (or at least a stable...
@ahjohannessen This is purely a guess; but I guess it is because the zfs overlay is mounted directly over the /usr directory (bearing in mind that "updatable" part of CoreOS...
I have abandoned this project in favor of another project at https://github.com/varasys/paczfs which sets up a CoreOS type minimalist ArchLinux server image using zfs as the root filesystem. I think...