Skip to content

v1.16.3#595

Merged
tvancott42 merged 5 commits into
mainfrom
dev
May 9, 2026
Merged

v1.16.3#595
tvancott42 merged 5 commits into
mainfrom
dev

Conversation

@tvancott42
Copy link
Copy Markdown
Collaborator

@tvancott42 tvancott42 commented May 9, 2026

Changes

  • Fix SSD usage display blank on UniFi OS v5.1+ (Fix SSD usage display blank on UniFi OS v5.1+ #594) - The status check for MongoDB SSD size used a glob that only matched old-style /volume1 paths, not the /volume/<uuid>/ structure used by UniFi OS 5.1+.
  • Count mutually exclusive SFP tweaks as one slot - Port 6 and Port 7 SFP+ patches are mutually exclusive for now, so the Active Tweaks counter counts them as a single slot instead of inflating both numerator and denominator.
  • Fix factory reset verbiage - Boot scripts and custom modules will be wiped; SSD data may be wiped depending on reset options (previously said "may be" for everything).

tvancott42 and others added 5 commits May 8, 2026 20:45
Fixes #593 - The MONGO_SSD_SIZE status check used /volume*/unifi-db
which only matches old-style /volume1 paths. UniFi OS 5.1+ mounts
the NVMe at /volume/<uuid>/ instead. Use the same dual-path pattern
as the removal code: /volume1/unifi-db /volume/*/unifi-db.
Port 6 and Port 7 SFP+ patches are mutually exclusive for now, so
the tweak counter should show them as a single slot rather than
inflating both the numerator and denominator.
Boot scripts and custom modules are always wiped on factory reset;
SSD data only if selected in UniFi Console reset options.
@tvancott42 tvancott42 changed the title Release TBD v1.16.3 May 9, 2026
@tvancott42 tvancott42 merged commit 199fc07 into main May 9, 2026
1 check passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant