Skip to content

Commit a6fb894

Browse files
committed
unraid: minor zfs notes/guides
1 parent 4b35c08 commit a6fb894

File tree

4 files changed

+13
-9
lines changed

4 files changed

+13
-9
lines changed

docs/dev-notes/homelab/zfs-cheatsheet.md

+1
Original file line numberDiff line numberDiff line change
@@ -42,6 +42,7 @@
4242
- [mercenary_sysadmin's comments](https://old.reddit.com/user/mercenary_sysadmin/): /r/zfs moderator/domain expert who frequently answers questions
4343
- [ZFS: You should use mirror vdevs, not RAIDZ](https://jrs-s.net/2015/02/06/zfs-you-should-use-mirror-vdevs-not-raidz/)
4444
- [ZFS RAIDZ stripe width, or: How I Learned to Stop Worrying and Love RAIDZ](https://www.delphix.com/blog/zfs-raidz-stripe-width-or-how-i-learned-stop-worrying-and-love-raidz)
45+
- [ZFS tuning cheat sheet](https://jrs-s.net/2018/08/17/zfs-tuning-cheat-sheet/)
4546

4647
### ZFS on Unraid
4748

docs/dev-notes/unraid/unraid-setup.md

+7-2
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,10 @@
11
# Unraid Setup
22

3+
## General Config
4+
5+
- [The UnRAID Performance Compendium](https://github.com/teambvd/UnRAID-Performance-Compendium)
6+
- [HOW TO: Using SR-IOV in UnRAID with 1Gb/10Gb/40Gb NICs](https://forums.unraid.net/topic/103323-how-to-using-sr-iov-in-unraid-with-1gb10gb40gb-network-interface-cards-nics/)
7+
38
## Docker Config
49

510
- create custom network
@@ -117,8 +122,8 @@
117122
- set `Low Latency Mode` = `On`
118123
- references
119124
120-
- https://resplendence.com/latencymon
121-
- https://forums.unraid.net/topic/135867-is-there-a-current-guide-for-setting-up-a-windows-11-vm/
125+
- <https://resplendence.com/latencymon>
126+
- <https://forums.unraid.net/topic/135867-is-there-a-current-guide-for-setting-up-a-windows-11-vm/>
122127
123128
## SMB
124129

mkdocs.yml

+3-5
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ theme:
5151
name: Light Mode
5252
font:
5353
# text: Nunito
54-
text: Source Serif Pro
54+
text: Source Serif 4
5555
code: Source Code Pro
5656
icon:
5757
logo: material/gamepad-variant
@@ -190,10 +190,8 @@ plugins:
190190
# cache: true
191191
# assets: true
192192
# assets_fetch: true
193-
- optimize:
194-
enabled: !ENV [CI, false]
195-
# cache: true
196-
# optimize_png: true
193+
#- optimize:
194+
# enabled: !ENV [CI, false]
197195
- offline:
198196
enabled: !ENV [CI, false]
199197
- social:

requirements.txt

+2-2
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,8 @@
77

88
# MkDocs Core: actively used
99
mkdocs==1.6.1
10-
pymdown-extensions==10.10.2
11-
mkdocs-material==9.5.38
10+
pymdown-extensions==10.11
11+
mkdocs-material==9.5.39
1212
mkdocs-awesome-pages-plugin==2.9.3
1313
mkdocs-git-revision-date-localized-plugin==1.2.9
1414
mkdocs-plugin-progress==1.2.0

0 commit comments

Comments
 (0)