We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9c308bb commit 7984e08Copy full SHA for 7984e08
files/common/lib/modprobe.d/10-zfs.conf
@@ -137,3 +137,12 @@ options zfs zfs_deadman_synctime_ms=60000
137
# enabled, thus we disable it here until we can get that fixed.
138
#
139
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