Files
scoutfs/ReleaseNotes.md
Zach Brown 0c1f19556d Prepare v1.2-rc release
Add the v1.2-rc section to the release notes so that we can add entries
with commits as needed.

Signed-off-by: Zach Brown <zab@versity.com>
2022-02-04 11:32:53 -08:00

979 B

Versity ScoutFS Release Notes


v1.2-rc
TBD


v1.1
Feb 4, 2022

  • Add scoutfs(1) change-quorum-config command
    Add a change-quorum-config command to scoutfs(1) to change the quorum configuration stored in the metadata device while the file system is unmounted. This can be used to change the mounts that will participate in quorum and the IP addresses they use.

  • Fix Rare Risk of Item Cache Corruption
    Code review found a rare potential source of item cache corruption. If this happened it would look as though deleted parts of the filesystem returned, but only at the time they were deleted. Old deleted items are not affected. This problem only affected the item cache, never persistent storage. Unmounting and remounting would drop the bad item cache and resync it with the correct persistent data.


v1.0
Nov 8, 2021

  • Initial Release
    Version 1.0 marks the first GA release.