nlf / dhyve-os

a tiny OS for running docker in xhyve
194 stars 19 forks source link

improve btrfs mount options #13

Closed clkao closed 8 years ago

clkao commented 8 years ago

I've been using -o noatime,discard,ssd,autodefrag,compress=lzo,space_cache when mounting btrfs for docker storage on ec2. But we should do some tests to see what's good under xhyve.

nlf commented 8 years ago

i suspect that compression will slow things down pretty significantly in a xhyve vm. the noatime, discard, ssd, and autodefrag flags are good ideas though