Skip to content

Commit

Permalink
Merge pull request #2490 from TomSweeneyRedHat/dev/tsweeney/fixbase
Browse files Browse the repository at this point in the history
Fix -s to --storage-driver in baseline test
  • Loading branch information
openshift-merge-robot authored Feb 28, 2019
2 parents a680144 + d87894e commit e30628e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/test_podman_baseline.sh
Original file line number Diff line number Diff line change
Expand Up @@ -195,7 +195,7 @@ podman rmi --all
########

# 1.004608 MB is 1,004,608 bytes. The container overhead is 4608 bytes (or 9 512 byte pages), so this allocates 1 MB of usable storage
PODMANBASE="-s overlay --storage-opt overlay.size=1.004608M --root /tmp/podman_test/crio"
PODMANBASE="--storage-driver overlay --storage-opt overlay.size=1.004608M --root /tmp/podman_test/crio"
TMPDIR=/tmp/podman_test
mkdir $TMPDIR
dd if=/dev/zero of=$TMPDIR/virtfs bs=1024 count=30720
Expand Down

0 comments on commit e30628e

Please sign in to comment.