Skip to content

Commit

Permalink
CP-50546: Remove early-blacklist
Browse files Browse the repository at this point in the history
Signed-off-by: Lin Liu <[email protected]>
  • Loading branch information
liulinC committed Dec 12, 2024
1 parent e26d6d3 commit 10efffe
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 40 deletions.
6 changes: 3 additions & 3 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -63,15 +63,15 @@ install:
$(DESTDIR)/etc/dracut.conf.d \
$(DESTDIR)/etc/systemd/system/systemd-udevd.d

$(INSTALL) -m755 startup/interface-rename-sideway startup/early-blacklist $(DESTDIR)/$(INSTALLER_DIR)
$(INSTALL) -m755 startup/interface-rename-sideway $(DESTDIR)/$(INSTALLER_DIR)
$(INSTALL) -m644 startup/functions $(DESTDIR)/$(INSTALLER_DIR)
$(INSTALL) -m644 startup/early-blacklist.conf startup/bnx2x.conf $(DESTDIR)/etc/modprobe.d/
$(INSTALL) -m644 startup/bnx2x.conf $(DESTDIR)/etc/modprobe.d/
$(INSTALL) -m644 startup/blacklist $(DESTDIR)/etc/modprobe.d/installer-blacklist.conf
$(INSTALL) -m644 startup/modprobe.mlx4 $(DESTDIR)/etc/modprobe.d/mlx4.conf
$(INSTALL) -m644 startup/iscsi-modules $(DESTDIR)/etc/modules-load.d/iscsi.conf
$(INSTALL) -m755 startup/preinit startup/S05ramdisk $(DESTDIR)/$(INSTALLER_DIR)/
$(INSTALL) -m644 startup/systemd-udevd_depmod.conf $(DESTDIR)/etc/systemd/system/systemd-udevd.d/installer.conf
$(INSTALL) -m644 startup/early-blacklist.service startup/interface-rename-sideway.service $(DESTDIR)/$(SERVICE_DIR)
$(INSTALL) -m644 startup/interface-rename-sideway.service $(DESTDIR)/$(SERVICE_DIR)

# Generate a multipath configuration from sm's copy, removing
# the blacklist and blacklist_exception sections.
Expand Down
14 changes: 0 additions & 14 deletions startup/early-blacklist

This file was deleted.

14 changes: 0 additions & 14 deletions startup/early-blacklist.conf

This file was deleted.

9 changes: 0 additions & 9 deletions startup/early-blacklist.service

This file was deleted.

0 comments on commit 10efffe

Please sign in to comment.