mirror of
https://github.com/opnsense/src.git
synced 2026-05-28 04:12:45 -04:00
Ignore geom_stripe providers.
MFC in: one week
This commit is contained in:
parent
afcfcc5d86
commit
6ce35ad043
1 changed files with 2 additions and 0 deletions
|
|
@ -263,6 +263,8 @@ Int_Open_Disk(const char *name, char *conftxt)
|
|||
; /* nothing */
|
||||
else if (!strcmp(t, "APPLE"))
|
||||
i = Add_Chunk(d, off, len, n, apple, 0, 0, sn);
|
||||
else if (!strcmp(t, "STRIPE"))
|
||||
; /* nothing */
|
||||
else if (strstr(t, "VINUM") != NULL)
|
||||
; /* nothing */
|
||||
else {
|
||||
|
|
|
|||
Loading…
Reference in a new issue