Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit bc3e4c0

Browse files
committedMar 13, 2025·
Remove 69-dm-lvm-metad.rules
LVM2 >= 2.03.25 no longer has lvmetad so it is no longer necessary to replace this file with /dev/null. Signed-off-by: Mark Syms <mark.syms@cloud.com>
1 parent 136c171 commit bc3e4c0

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed
 

‎Makefile

-1
Original file line numberDiff line numberDiff line change
@@ -203,7 +203,6 @@ install: precheck
203203
$(MAKE) -C dcopy install DESTDIR=$(SM_STAGING)
204204
ln -sf $(SM_DEST)blktap2.py $(SM_STAGING)$(BIN_DEST)/blktap2
205205
ln -sf $(SM_DEST)lcache.py $(SM_STAGING)$(BIN_DEST)tapdisk-cache-stats
206-
ln -sf /dev/null $(SM_STAGING)$(UDEV_RULES_DIR)/69-dm-lvm-metad.rules
207206
install -m 755 scripts/xs-mpath-scsidev.sh $(SM_STAGING)$(UDEV_SCRIPTS_DIR)
208207
install -m 755 scripts/make-dummy-sr $(SM_STAGING)$(LIBEXEC)
209208
install -m 755 scripts/storage-init $(SM_STAGING)$(LIBEXEC)

0 commit comments

Comments
 (0)
Please sign in to comment.