You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+6-6Lines changed: 6 additions & 6 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,11 +1,11 @@
1
1
## 2.5.1 (Unreleased)
2
2
**Bug Fixes**
3
-
- Fail file open operation if the file being downloaded by file-cache can not fit in available disk space (either configured by user or computed implicitly by blobfuse). User application will receive ENOSPC (no space left on device) in response to file open call.
4
-
- Mount will fail if FNS account is mounted as HNS account.
5
-
- Redirect Stack trace to log file (WORK_DIR/mount_path.pid.trace) instead of console in case of panic for better debuggability.
6
-
- Truncating the file in file_cache resulting in OOM panic by go-runtime in some scenarios.
7
-
- Open file error(No BlockList error) in block_cache when file is truncated before to less than 256MiB.
8
-
- Prevent reusing the same block ID in truncate operation which could lead to issues.
3
+
- Fail file open operation if the file being downloaded by file-cache can not fit in available disk space (either configured by user or computed implicitly by blobfuse). User application will receive ENOSPC (no space left on device) in response to file open call. ([PR #1870](https://github.com/Azure/azure-storage-fuse/pull/1870))
4
+
- Mount will fail if FNS account is mounted as HNS account. ([PR #1925](https://github.com/Azure/azure-storage-fuse/pull/1925))
5
+
- Redirect Stack trace to log file (WORK_DIR/mount_path.pid.trace) instead of console in case of panic for better debuggability. ([PR #1939](https://github.com/Azure/azure-storage-fuse/pull/1939))
6
+
- Truncating the file in file_cache resulting in OOM panic by go-runtime in some scenarios. ([PR #2003](https://github.com/Azure/azure-storage-fuse/pull/2003))
7
+
- Open file error(No BlockList error) in block_cache when file is truncated before to less than 256MiB. ([PR #2003](https://github.com/Azure/azure-storage-fuse/pull/2003)) ([GH Issue #1951](https://github.com/Azure/azure-storage-fuse/issues/1951))
8
+
- Prevent reusing the same block ID in truncate operation which could lead to issues. ([PR #2003](https://github.com/Azure/azure-storage-fuse/pull/2003))
0 commit comments