Skip to content

Commit d3d0fd8

Browse files
grwilsonSebastien Roy
authored andcommitted
DLPX-67674 disable vmtools balloon driver (#171)
1 parent aa1084d commit d3d0fd8

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

files/common/etc/modprobe.d/blacklist-floppy.conf renamed to files/common/etc/modprobe.d/blacklist-delphix.conf

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,3 +7,11 @@
77
# See DLPX-67583 for more info.
88
#
99
blacklist floppy
10+
install floppy /bin/false
11+
12+
#
13+
# The balloon driver will negatively impact the performance of the delphix engine.
14+
# To prevent this impact we disable it and prevent it from loading.
15+
#
16+
blacklist vmw_balloon
17+
install vmw_balloon /bin/false

0 commit comments

Comments
 (0)