Skip to content

Commit

Permalink
Doc: note clustering change (#472)
Browse files Browse the repository at this point in the history
# Description

Add a warning about strict cluster host checking

## Type of change

Please delete options that are not relevant.

- [x] Documentation update (Doc only change)

## How Has This Been Tested?

> **_NOTE:_** All functional changes should accompany corresponding
tests (unit tests, functional tests etc).

Please describe the addition/modification of tests done to verify this
change. Please also list any relevant details for your test
configuration.

## Contributor's Checklist

Please check that you have:

- [ ] self-reviewed the code in this PR.
- [ ] added code comments, particularly in hard-to-understand areas.
- [ ] updated the user documentation with corresponding changes.
- [ ] added tests to verify effectiveness of this change.

Signed-off-by: Peter Sabaini <peter.sabaini@canonical.com>
  • Loading branch information
sabaini authored Nov 15, 2024
1 parent 1200ba7 commit 7d54416
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions docs/reference/release-notes.rst
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,18 @@ Highlights
- Updated dependencies, based off of Ubuntu 24.04
- Various fixes and documentation improvements


Important Changes
-----------------

For added security, MicroCeph now checks hostnames upon cluster
joining. This means that the name used when running `microceph cluster
add <name>` must match the hostname of the node where `microceph
cluster join` is being run. If the hostname does not match joining the
node will fail, and log a message `Joining server certificate SAN does
not contain join token name` to syslog.


Known Issues
------------

Expand Down

0 comments on commit 7d54416

Please sign in to comment.