Skip to content

Commit 22874c6

Browse files
committed
chore(gha): fixup mount
1 parent ded1e0f commit 22874c6

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

ci/cached-builds/gha_lvm_overlay.sh

+2-1
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,8 @@ 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 -t btrfs -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}"
71+
sudo mount -t btrfs -o defaults,compress=zstd:3 "/dev/mapper/${VG_NAME}-buildlv" "${build_mount_path}"
7172
findmnt -vno OPTIONS "${build_mount_path}"
7273
sudo chown -R "${build_mount_path_ownership}" "${build_mount_path}"
7374

0 commit comments

Comments
 (0)