doc: Added release notes for 3.10.0#214
Merged
humblec merged 1 commit intogluster:masterfrom Feb 25, 2017
ShyamsundarR:relnotes-3.10
Merged
doc: Added release notes for 3.10.0#214humblec merged 1 commit intogluster:masterfrom ShyamsundarR:relnotes-3.10
humblec merged 1 commit intogluster:masterfrom
ShyamsundarR:relnotes-3.10
Conversation
Added release notes and appropriate updates to index and mkdocs yml for the same Signed-off-by: Shyam <srangana@redhat.com>
Contributor
prashanthpai
left a comment
There was a problem hiding this comment.
I was in the middle of review when @humblec merged this.
| rebalance operations may not benefit. | ||
|
|
||
| *Known Issues:* | ||
| As glusterfs does not stored the number of files on the brick, we use statfs to |
| ### Separation of tier as its own service | ||
| *Notes for users:* | ||
| This change is to move the management of the tier daemon into the gluster | ||
| service framework, thereby improving it stability and manageability by the |
|
|
||
| ### Statedump support for gfapi based applications | ||
| *Notes for users:* | ||
| gfapi based applications now can dump state information for better trouble |
| gfapi application | ||
| - `<PID>` should be replaced by the PID of the gfapi application | ||
|
|
||
| 2. through calling `glfs_sysrq(<FS>, GLFS_SYSRQ_STATEDUMP)` within the |
Contributor
There was a problem hiding this comment.
This numbering isn't rendered as intended.
| To enable this feature: | ||
| ```bash | ||
| # gluster volume set <VOLNAME> performance.readdir-ahead on | ||
| # gluster volume set <VOLNAME> performance.parallel-readdir on |
Contributor
There was a problem hiding this comment.
Given the sheer improvement possible, I'm surprised this isn't turned on by default.
| *Notes for users:* | ||
| From kernel version 3.X or greater, creating of a file results in removexattr | ||
| call on security.ima xattr. This xattr is not set on the file unless IMA | ||
| feature is active. With this patch, removxattr call returns ENODATA if it is |
Contributor
|
@prashanthpai sorry abt it. I thought, its an important patch to go in asap as a preparation to the release. May be I can send one PR on top of this commit. |
Contributor
Author
|
@humblec are you sending the PR to correct the above? Otherwise let me know and I can do the same |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Added release notes and appropriate updates to index and
mkdocs yml for the same
Fixes #206
Signed-off-by: Shyam srangana@redhat.com