Skip to content

Commit e4cf6c2

Browse files
Add 7.2.1-rc.1 release notes (#373)
Before Submitting This PR, Please Ensure You Have Completed The Following: 1. [ ] Are internal links to wiki documents using [relative file links](https://docusaurus.io/docs/markdown-features/links)? 2. [ ] Are all new documentation files lowercase, with dash separated names (ex. unraid-os.mdx)? 3. [ ] Are all assets (images, etc), located in an assets/ subfolder next to the .md/mdx files? 4. [ ] Have you checked to ensure there aren't other open [Pull Requests](../../../pulls) for the same update/change? 5. [ ] Is the build succeeding? <!-- This is an auto-generated comment: release notes by coderabbit.ai --> ## Summary by CodeRabbit * **Documentation** * Added Unraid 7.2.1 release notes covering upgrade guidance, known issues, rollback notes, webGUI fixes, storage/pool/device behavior, mover changes, kernel/base distro updates, and other improvements. * Updated file-system management docs with version-specific WebGUI vs CLI workflows, clarified mover behavior and manual migration steps. * Added warning in legacy notes about the removed command‑line mover option and advised using the WebGUI conversion workflow. <!-- end of auto-generated comment: release notes by coderabbit.ai --> --------- Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent 111c372 commit e4cf6c2

3 files changed

Lines changed: 65 additions & 3 deletions

File tree

docs/unraid-os/release-notes/7.0.0.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -154,6 +154,12 @@ another file system, see below. We will add a webGUI button for this in a futur
154154

155155
### Using 'mover' to empty an array disk
156156

157+
:::warning[Removed in Unraid 7.2.1]
158+
159+
This command line option was removed in Unraid 7.2.1. On newer releases, use the WebGUI method instead. See [Converting to a new file system type](../using-unraid-to/manage-storage/file-systems.mdx#converting-to-a-new-file-system-type) for details.
160+
161+
:::
162+
157163
Mover can now be used to empty an array disk. With the array started, run this at a web terminal:
158164

159165
```bash
Lines changed: 54 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,54 @@
1+
# Version 7.2.1-rc.1 2025-11-07
2+
3+
This is a small update with some great fixes and improvements.
4+
5+
## Upgrading
6+
7+
For step-by-step instructions, see [Upgrading Unraid](../../unraid-os/system-administration/maintain-and-update/upgrading-unraid.mdx). Questions about your [license](../../unraid-os/troubleshooting/licensing-faq.mdx#license-types--features)?
8+
9+
### Known issues
10+
11+
For other known issues, see the [7.2.0 release notes](7.2.0.md#known-issues).
12+
13+
### Rolling back
14+
15+
If rolling back earlier than 7.2.0, also see the [7.2.0 release notes](7.2.0.md#rolling-back).
16+
17+
## Changes vs. [7.2.0](7.2.0.md)
18+
19+
### webGUI
20+
21+
- Fix: Dashboard: Improved detection of newer Intel CPUs
22+
- Fix: Notification Agents dropdown not working in tabbed mode
23+
- Fix: Visual error displaying temperatures in notifications
24+
25+
### Storage
26+
27+
- Improvement: When a pool's File System Type is set to 'Auto', all pool slots must be populated
28+
- Improvement: New Config with Preserve Assignments will reduce pool slots to match the number of disks present
29+
- Improvement: Automatically clear devices when removing from pools
30+
- Fix: Remount dataset if 'zfs destroy' fails because dataset is busy
31+
- Fix: If a share is created without a config file, ensure data is only stored on pools that are participating in user shares
32+
- Fix: DeviceInfo: Only show 'Pool Device Status' section when pool is mounted
33+
- Fix: Empty Disk feature: share data on target disk(s) now remains visible during operation, see [Converting to a new file system type](../using-unraid-to/manage-storage/file-systems.mdx#converting-to-a-new-file-system-type) for usage details.
34+
- Removed '-e' option from 'mover' script; use the webGUI now
35+
- Fix: Reduce excess logging related to drive spin down and SMART self-tests
36+
37+
### Misc
38+
39+
- Fix: Improve WSD discovery on your local network (so Unraid appears in Windows Network, formerly Network Neighborhood)
40+
- Generate unique /boot/config/machine-id and install to /etc/machine-id on boot
41+
- Patch wsdd2 to work when "Host access to custom networks" is enabled
42+
- Note: discovery typically does not work if clients are running Tailscale
43+
- Fix: Update 'lshw' to support LEDs on Lincstation systems
44+
- Fix: Re-add the 'Join' Notification Agent from Unraid 6.12
45+
- Fix: Load br\_netfiltering in rc.inet1 'start' function and set default IPv4/IPv6 forwarding policy to ACCEPT (should fix VM IPv6 issues)
46+
47+
### Linux kernel
48+
49+
- version 6.12.54-Unraid (no change)
50+
51+
### Base distro updates
52+
53+
- lshw: version B.02.20
54+
- wsdd2-1.8.7-x86\_64-2\_SBo\_LT.tgz (patched to not exclude shim interfaces)

docs/unraid-os/using-unraid-to/manage-storage/file-systems.mdx

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -206,16 +206,18 @@ To safely convert to a new file system type:
206206

207207
1. Move all data off the drive to another location (another %%array|array%% drive, %%cache pool|cache-pool%%, or external backup). Use one of these methods:
208208

209-
**Via the WebGUI:**
209+
**Via the WebGUI (Unraid 7.2+):**
210210

211211
- Navigate to ***Main → Array Operation*** and stop the array
212212
- Navigate to ***Settings → Global Share Settings***. In the **Emptying disk(s)** area, select the disk(s) to empty and **Apply**. Note: this status will automatically be removed when the array is stopped.
213+
- In Unraid 7.2.0, any data on this disk will be hidden from user shares until this status is removed.
214+
- Starting with Unraid 7.2.1, the data remains available to user shares but new files will not be written to the disk until this status is removed.
213215
- Navigate to ***Main → Array Operation*** and start the array
214216
- On ***Main → Array Operation*** click **Move** (or wait until mover runs via its normal schedule)
215-
- Mover will empty the disk according to your Share settings. Note that files at the root of the drive are outside of any Shares and will not be moved.
217+
- Mover will empty the disk, moving files to other array drives according to your Share settings. Note that files at the root of the drive are outside of any Shares and will not be moved.
216218
- Check ***Tools → System Log*** for messages about any files that could not be moved due to being in use or a lack of free space
217219

218-
**Or via the command line:**
220+
**Or via the command line (Unraid 7.0 and 7.1 only):**
219221

220222
- Move files [using 'mover' to empty an array disk](../../release-notes/7.0.0.md#using-mover-to-empty-an-array-disk) to other array drives
221223

0 commit comments

Comments
 (0)