Skip to content

Commit f8dbfdf

Browse files
authored
perms set for data dir
1 parent 68e8928 commit f8dbfdf

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+
* Adds a preflight check to verify execute permissions on the data directory and its parent directories. This prevents installation issues, including etcd permissions issues.
36+
* During install and join, permissions for the data directory are set to 755 to ensure successful operation. If permissions cannot be set, the install or join will not fail, but the aforementioned preflight check will instruct the user to set the permissions appropriately.
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)