Skip to content

Commit

Permalink
cmdlib.sh: switch back to XFS for cache disk filesystem
Browse files Browse the repository at this point in the history
The XFS issue in the kernel is now fixed in F39:
#3728 (comment)
  • Loading branch information
dustymabe committed Apr 2, 2024
1 parent 0fee37e commit 4518b15
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions src/cmdlib.sh
Original file line number Diff line number Diff line change
Expand Up @@ -608,9 +608,7 @@ runvm_with_cache_snapshot() {
(
# shellcheck source=src/libguestfish.sh
source /usr/lib/coreos-assembler/libguestfish.sh
# XXX switch back to XFS here when XFS bugfix has been backported
# https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git/commit/?id=4b2f459d86252619448455013f581836c8b1b7da
virt-format --filesystem=btrfs --label=cosa-cache -a cache2.qcow2.tmp)
virt-format --filesystem=xfs --label=cosa-cache -a cache2.qcow2.tmp)
mv -T cache2.qcow2.tmp "${workdir}"/cache/cache2.qcow2
fi
# And remove the old one
Expand Down

0 comments on commit 4518b15

Please sign in to comment.