From 90e4813936bbf995aaa18c8af3d8663f18f485f9 Mon Sep 17 00:00:00 2001 From: Aaron Weitekamp Date: Thu, 10 Aug 2017 09:59:54 -0400 Subject: [PATCH] add 'enable OverlayFS' test env note Signed-off-by: Aaron Weitekamp --- test/README.md | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/test/README.md b/test/README.md index 1dd2e3c7..3fe8db30 100644 --- a/test/README.md +++ b/test/README.md @@ -25,6 +25,18 @@ To run a single test bucket: $ make integration TESTFLAGS="runtimeversion.bats" ``` +NOTE: You need OverlayFS enabled. If there's no output from this command... + +``` +$ sudo lsmod | grep overlay +``` + +...then run... + +``` +$ sudo modprobe overlay +``` + ### On your host To run the integration tests on your host, you will first need to setup a development environment plus