Skip to content
Snippets Groups Projects
Commit fc1d2e3f authored by Andreas Joachim Peters's avatar Andreas Joachim Peters
Browse files

DOC: update for 0.3.176

parent 5b78ca4c
No related branches found
No related tags found
No related merge requests found
......@@ -21,7 +21,7 @@ Releases
================================= =================== =================== =================================
:doc:`releases/amber` 0.2.47 1st EOS Generation
:doc:`releases/beryl` 0.3.57-beryl 2nd EOS Generation :doc:`releases/beryl-release`
:doc:`releases/beryl` 0.3.175-aquamarine 2nd EOS Generation :doc:`releases/beryl-release`
:doc:`releases/beryl` 0.3.176-aquamarine 2nd EOS Generation :doc:`releases/beryl-release`
:doc:`releases/citrine` Ongoing Development 3nd EOS Generation
:doc:`releases/diamond` Future Development 4th EOS Generation
================================= =================== =================== =================================
......
......@@ -7,16 +7,44 @@
Beryl Release Notes
===================
``V0.3.176 Aquamarine``
+++++++++++++++++++++++
Bug Fix
+++++++
- FUSE: unset KRB5CCNAME only when run as a shared fuse mount ( prevented krb5 for single user mounts via 'eos fuse mount'
- FUSE: fix XRootD 3.3.6 memory leaks in every synchronous call (AnyObject leak) - not present anymore in XRootD 4.X
- FUSE: add clean-up to filesystem destructor to clean valgrind reports
- MGM: remove tight lock on namespace boot in HTTP service
New Feature
+++++++++++
- FUSE: by default hide all special files from version/atomic/backup - enable with env EOS_FUSE_SHOW_SPECIAL_FILES=1
- FUSE: by default configure a 64M shared write-back cache for shared and single-user mounts
- FUSE: use a blocking flush if the write-back size is larger than the in-memory cache - in this case there is no recovery possible so it is better to see possible errors on the application layer via the flush call
``V0.3.175 Aquamarine``
+++++++++++++++++++++++
Bug Fix
+++++++
- FUSE: fix memory leaks and missing mutex - remove w-open tracking map
``V0.3.174 Aquamarine``
+++++++++++++++++++++++
New Feature
+++++++++++
- FUSE: add 'restore' functionality which recovers file write errors on client side transparently if all the writes are still in the local in-memory cache
- FUSE: add the option do do an asynchronous open after a lazy open call (by default disabled - still WIP)
Bug Fix
+++++++
- MGM: print fid as decimal number in 'file info'
- MGM: redirect new 'Redirect' fuse call on the MGM always to a master
- MGM: keep the replica chain in the same order for FUSE updates (cl=>rep1=>rep2) doing identical scheduling
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment