Skip to content
Snippets Groups Projects
Commit 9e329479 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 bb42b452
No related branches found
No related tags found
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.
Finish editing this message first!
Please register or to comment