Skip to content
Draft
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 0 additions & 8 deletions files/common/etc/default/grub.d/override.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -27,14 +27,6 @@ GRUB_SERIAL_COMMAND="serial --speed=38400 --unit=0 --word=8 --parity=no --stop=1
#
GRUB_CMDLINE_LINUX_DEFAULT="$GRUB_CMDLINE_LINUX_DEFAULT mitigations=off"

#
# Disable IPv6 because it is not supported by the Delphix appliance. We
# do so here, and not from systemd-sysctl, because while configuring
# net.ipv6.conf.{default,all}.disable_ipv6 works for the currently
# installed interfaces, new interfaces don't pick up that parameter.
#
GRUB_CMDLINE_LINUX_DEFAULT="$GRUB_CMDLINE_LINUX_DEFAULT ipv6.disable=1"

#
# On Delphix appliance, disks should have 'noop' I/O scheduler since they
# would be under ZFS control.
Expand Down