-
Notifications
You must be signed in to change notification settings - Fork 19
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix: exclude /dev/dm-* and LHv2 /dev/nvme* devices
When Longhorn V2 volumes are created and attached to VMs, they appear on Harvester hosts as /dev/dm-* and /dev/nvme* devices. This is problematic, because NDM thinks those things are actual disks and creates BD CRs from them. This change is a bit of a hack until I finish the work for harvester/harvester#5059. Signed-off-by: Tim Serong <tserong@suse.com> (cherry picked from commit 05ca4c7)
- Loading branch information
1 parent
5285ebd
commit e9d0b47
Showing
2 changed files
with
20 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters