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.
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
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.