Skip to content

Commit 4f4bd04

Browse files
ajp-iopaigecalvert
andauthored
perms set for data dir (#3086)
* perms set for data dir * Update preflight check description in release notes * Update rn-embedded-cluster.md --------- Co-authored-by: Paige Calvert <[email protected]>
1 parent 329ba1b commit 4f4bd04

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

docs/release-notes/rn-embedded-cluster.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,10 +32,11 @@ Released on February 19, 2025
3232
</table>
3333

3434
### Improvements {#improvements-2-1-3}
35+
* During `install` and `join`, permissions for the data directory are set to 755 to ensure successful operation.
36+
* Adds a preflight check to verify execute permissions on the data directory and its parent directories. This prevents installation issues, including etcd permissions issues.
3537
* The following kernel parameters are configured automatically: `fs.inotify.max_user_instances = 1024` and `fs.inotify.max_user_watches = 65536`.
3638
* Adds a preflight check to ensure the following kernel parameters are set correctly: `fs.inotify.max_user_instances = 1024` and `fs.inotify.max_user_watches = 65536`.
3739
* Surfaces better error messages during the installation if the node is not ready.
38-
* Adds a preflight check to verify execute permissions on the data directory and its parent directories. This prevents installation issues, including etcd permissions issues.
3940

4041
## 2.1.2
4142

0 commit comments

Comments
 (0)