Merge pull request #120 from versity/zab/v1.12

v1.12 Release
This commit is contained in:
Zach Brown
2023-04-17 15:33:36 -07:00
committed by GitHub
+17
View File
@@ -1,6 +1,23 @@
Versity ScoutFS Release Notes
=============================
---
v1.12
\
*Apr 17, 2023*
Add the prepare-empty-data-device scoutfs command. A data device can be
unused when no files have data blocks, perhaps because they're archived
and offline. In this case the data device can be swapped out for
another device without changes to the metadata device.
Fix an oversight which limited inode timestamps to second granularity
for some operations. All operations now record timestamps with full
nanosecond precision.
Fix spurious ENOENT failures when renaming from other directories into
the root directory.
---
v1.11
\