Skip to content
Snippets Groups Projects
Commit 68cf70b4 authored by Eric Cano's avatar Eric Cano
Browse files

Moved mhvtl's tape to tmpfs.

This makes the system tests faster on HDD backed systems as mhvtl is an heavy user of fsync.

Fsync cost can go up to 100ms on HDD (+vm + hyperV).
parent 0e9b82ea
Branches
Tags
No related merge requests found
......@@ -8,9 +8,11 @@ echo Wiping mhvtl and kubernetes library info...
systemctl stop mhvtl || true
sleep 2
rm -rf /etc/mhvtl
umount /opt/mhvtl || true
rm -rf /opt/mhvtl
rm -rf /opt/kubernetes/CTA/library
mkdir -p /opt/mhvtl
mount -t tmpfs -o size=512m tmpfs /opt/mhvtl
################################################################################
### puppet:///modules/hg_cta/00-cta-tape.rules
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment