Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
truenas-rk3588
truenas
Commits
e58c274f
Unverified
Commit
e58c274f
authored
2 years ago
by
Caleb St. John
Committed by
GitHub
2 years ago
Browse files
Options
Download
Email Patches
Plain Diff
fix MINI 3.0 X version 1.0 enclosure mapping (#11283)
parent
dd5c889a
truenas/13.3-stable
13.1-smb-testing
13.1-test_425
NAS-124317-13.1
adjust-dcerpcd-kill
awalker_testing_core
expand-failure-scenarios
fix-collectd-daemon
release/13.0-u5.1-stable
truenas/13.0-stable
truenas/13.0-u5.2-stable
TN-13.0-U6.1
TN-13.0-U6
TN-13.0-U5.3
TN-13.0-U5.2
TN-13.0-U5.1
TN-13.0-U5
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
src/freenas/usr/local/lib/middlewared_truenas/plugins/enclosure_/map.py
+4
-4
...r/local/lib/middlewared_truenas/plugins/enclosure_/map.py
with
4 additions
and
4 deletions
+4
-4
src/freenas/usr/local/lib/middlewared_truenas/plugins/enclosure_/map.py
View file @
e58c274f
...
...
@@ -31,13 +31,13 @@ MAPPINGS = [
]),
ProductMapping
(
re
.
compile
(
r
"(TRUE|FREE)NAS-MINI-3.0-X$"
),
[
VersionMapping
(
re
.
compile
(
r
"1\.0"
),
[
MappingSlot
(
1
,
1
,
False
),
MappingSlot
(
1
,
2
,
False
),
MappingSlot
(
1
,
3
,
False
),
MappingSlot
(
1
,
4
,
False
),
MappingSlot
(
0
,
1
,
False
),
MappingSlot
(
0
,
2
,
False
),
MappingSlot
(
0
,
3
,
False
),
MappingSlot
(
0
,
4
,
False
),
MappingSlot
(
1
,
1
,
False
),
MappingSlot
(
1
,
2
,
False
),
MappingSlot
(
1
,
4
,
False
),
]),
]),
ProductMapping
(
re
.
compile
(
r
"(TRUE|FREE)NAS-MINI-3.0-X$"
),
[
...
...
This diff is collapsed.
Click to expand it.
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment
Menu
Projects
Groups
Snippets
Help