MooseFS 4.58.1 #716
pkonopelko
announced in
Releases
Replies: 1 comment 2 replies
|
Just to clarify even though the client version enumerates too, the only change was to the master? Or do we need to remount the clients to as well to resolve the segfault issue? |
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
This is a maintenance release that addresses several stability issues and improves tools' behavior. Users of earlier 4.57.x and 4.58.x versions are encouraged to upgrade.
Master
Fixed segfault in
flocklocks.cThe lock handling fix introduced in version 4.57.7 was incomplete and did not fully resolve the problem. This release provides the complete fix.
Prevent setting archive flag for trashed files
Archive flags are no longer applied to files already in the trash. This ensures consistent behavior and avoids unnecessary chunk replication for files that are about to be deleted.
CLI
Improved handling of disconnected chunkservers
Previously, if all chunkservers were disconnected, the CLI incorrectly reported an error instead of showing their state. This behavior has been corrected.
Internal import fixes in CLI mode
Adjustments were made to the way
mfscliis built. This is purely technical and has no impact on end-user experience.Tools
Better error messages in
mfssetfaclParsing errors in ACL expressions now clearly indicate the position where parsing failed, making debugging easier.
Fixed parsing of numerical group identifiers in
mfssetfaclGroup IDs can now be specified by numeric values as well as by names, as originally intended.
Upgrade Notes
This discussion was created from the release MooseFS 4.58.1.
All reactions