Skip to content

Commit ded1e0f

Browse files
committed
fixup! chore(gha): switch from ext4 to btrfs with compression
1 parent 5a14e77 commit ded1e0f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ci/cached-builds/gha_lvm_overlay.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ mkdir -p "${build_mount_path}"
6767
# https://www.alibabacloud.com/help/en/ecs/use-cases/mount-parameters-for-ext4-file-systems?spm=a2c63.p38356.help-menu-25365.d_5_10_12.48ce3be5RixoUB#8e740ed072m5o
6868
# https://fedoramagazine.org/working-with-btrfs-compression/
6969

70-
sudo mount -o defaults,noatime,noautodefrag,nobarrier,compress=zstd:3,nodatasum,nodiscard,nodatacow,space_cache "/dev/mapper/${VG_NAME}-buildlv" "${build_mount_path}"
70+
sudo mount -t btrfs -o defaults,noatime,noautodefrag,nobarrier,compress=zstd:3,nodatasum,nodiscard,nodatacow,space_cache "/dev/mapper/${VG_NAME}-buildlv" "${build_mount_path}"
7171
findmnt -vno OPTIONS "${build_mount_path}"
7272
sudo chown -R "${build_mount_path_ownership}" "${build_mount_path}"
7373

0 commit comments

Comments
 (0)