Skip to content

Commit

Permalink
DLPX-92557 ZFS object store tests fail on 24.04 due to hang (#500)
Browse files Browse the repository at this point in the history
  • Loading branch information
pcd1193182 authored Nov 4, 2024
1 parent 9c308bb commit 7984e08
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions files/common/lib/modprobe.d/10-zfs.conf
Original file line number Diff line number Diff line change
Expand Up @@ -137,3 +137,12 @@ options zfs zfs_deadman_synctime_ms=60000
# enabled, thus we disable it here until we can get that fixed.
#
options zfs zap_shrink_enabled=0

#
# On object storage, block cloning causes a VM panic on small instances. The
# problem is that we do an allocation proportional to the size of the vdev,
# which is huge for object storage. We could try to change the block cloning
# code to behave better in the presence of large vdevs, but for now, we should
# just disable the feature.
#
options zfs zfs_bclone_enabled=0

0 comments on commit 7984e08

Please sign in to comment.