commit | 3954bad18c84ed1f1af4c83ee66bd57998f56559 | [log] [tgz] |
---|---|---|
author | Filip Pytloun <filip@pytloun.cz> | Wed Feb 10 14:37:13 2016 +0100 |
committer | Filip Pytloun <filip@pytloun.cz> | Wed Feb 10 14:37:22 2016 +0100 |
tree | 769197bf41d2b034966b4e7ebc327b6a06e9c94d | |
parent | e0ff433cf08d339888a9cfdfe28bcb9ea15b8fd1 [diff] [blame] |
Install xfsprogs when needed
diff --git a/tests/pillar/storage.sls b/tests/pillar/storage.sls index 6c15b11..30c3214 100644 --- a/tests/pillar/storage.sls +++ b/tests/pillar/storage.sls
@@ -17,3 +17,9 @@ size: 512M mount: path: /srv + disk1: + enabled: true + device: /dev/dummy + path: /srv/dummy + file_system: xfs + options: "noatime,nobarrier,logbufs=8"