TE
TechEcho
Home24h TopNewestBestAskShowJobs
GitHubTwitter
Home

TechEcho

A tech news platform built with Next.js, providing global tech news and discussions.

GitHubTwitter

Home

HomeNewestBestAskShowJobs

Resources

HackerNews APIOriginal HackerNewsNext.js

© 2025 TechEcho. All rights reserved.

LCFS Graph Driver: Up to Twice as Fast as AUFS, Device Mapper and Overlay2

14 pointsby ferrantimover 8 years ago

3 comments

jfindleyover 8 years ago
I&#x27;m very suspicious of their benchmarks - all of the tests they list are largely network-bound (including build, as the Dockerfile they are presumably using to do the build is mostly apt-get&#x2F;wget instructions), and there&#x27;s zero discussion of how they eliminated network variance. Using docker pull&#x2F;wget&#x2F;etc to benchmark a filesystem gives me very little faith that they really understand what they&#x27;re doing.<p>Furthermore the install script is troubling: &quot;sudo curl ... | bash&quot; -- in this curl runs as root, but bash runs as the user, which is definitely not what you want to do. Either they should both run as the user, or curl should run as the user and bash as root. But not this.<p>The setup script also looks like it wants to nuke &#x2F;var&#x2F;lib&#x2F;docker, which may be an unpleasant surprise to people wanting to try this.<p>Honestly, the more I look at this, the more I can&#x27;t help but shake the feeling that this really isn&#x27;t everything it claims to be.
评论 #13542536 未加载
评论 #13550510 未加载
jpetazzoover 8 years ago
This combines the advantages of Device Mapper (granularity) and AUFS&#x2F;overlay (page cache re-use), and doesn&#x27;t require new kernel code. Promising!
评论 #13532860 未加载
binocarlosover 8 years ago
A docker graph-driver that deals with layers as first class citizens - what a great idea! Hopefully this will make my docker builds quicker :-)<p>This quote from the Readme stands out:<p>&gt; The LCFS filesystem operates directly on top of block devices, as opposed to over two filesystems that are then merged.
评论 #13533474 未加载