Skip to content

Commit

Permalink
test/suites/storage_driver_btrfs: don't use --optimized-storage
Browse files Browse the repository at this point in the history
Signed-off-by: Simon Deziel <[email protected]>
  • Loading branch information
simondeziel committed Jul 10, 2024
1 parent e1702ab commit 67f8a84
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/suites/storage_driver_btrfs.sh
Original file line number Diff line number Diff line change
Expand Up @@ -140,7 +140,7 @@ test_storage_driver_btrfs() {
lxc delete -f c2pool1

# Backup c1pool1 and test subvolumes can be restored.
lxc export c1pool1 "${LXD_DIR}/c1pool1.tar.gz" --optimized-storage
lxc export c1pool1 "${LXD_DIR}/c1pool1.tar.gz"
lxc delete -f c1pool1
lxc import "${LXD_DIR}/c1pool1.tar.gz"
lxc start c1pool1
Expand Down

0 comments on commit 67f8a84

Please sign in to comment.