Skip to content

Commit

Permalink
test-lxd-performance: Fix ceph tests
Browse files Browse the repository at this point in the history
Signed-off-by: Stéphane Graber <stgraber@ubuntu.com>
  • Loading branch information
stgraber committed Aug 3, 2018
1 parent 7902907 commit 9c8651a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bin/test-lxd-performance
Expand Up @@ -28,7 +28,7 @@ done
# Setup the environment
export LXD_BACKEND=$1
apt remove --purge lxd lxd-client lxcfs liblxc1 --yes
apt install zfsutils-linux sqlite3 --yes
apt install ceph-common zfsutils-linux sqlite3 --yes

# Configure ceph
if [ "${LXD_BACKEND}" = "ceph" ]; then
Expand Down

0 comments on commit 9c8651a

Please sign in to comment.