Skip to content

Commit 7984e08

Browse files
authored
DLPX-92557 ZFS object store tests fail on 24.04 due to hang (#500)
1 parent 9c308bb commit 7984e08

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

files/common/lib/modprobe.d/10-zfs.conf

+9
Original file line numberDiff line numberDiff line change
@@ -137,3 +137,12 @@ options zfs zfs_deadman_synctime_ms=60000
137137
# enabled, thus we disable it here until we can get that fixed.
138138
#
139139
options zfs zap_shrink_enabled=0
140+
141+
#
142+
# On object storage, block cloning causes a VM panic on small instances. The
143+
# problem is that we do an allocation proportional to the size of the vdev,
144+
# which is huge for object storage. We could try to change the block cloning
145+
# code to behave better in the presence of large vdevs, but for now, we should
146+
# just disable the feature.
147+
#
148+
options zfs zfs_bclone_enabled=0

0 commit comments

Comments
 (0)