]> git.apps.os.sepia.ceph.com Git - ceph.git/commit
doc/mgr/crash.rst: remove outdated module enabling instructions 64284/head
authorKefu Chai <tchaikov@gmail.com>
Sun, 29 Jun 2025 02:55:30 +0000 (10:55 +0800)
committerZac Dover <zac.dover@proton.me>
Tue, 1 Jul 2025 13:17:47 +0000 (23:17 +1000)
commitbf4a6071f898f76860dfde81708217d48392dec1
treea572dd810b40f2e5e6fa8861d05f5d14e67507e7
parentbdcfe31885c3158e763f936201d17415cd373935
doc/mgr/crash.rst: remove outdated module enabling instructions

The crash module has been enabled by default since commit 18f253aa in
Nautilus and is now in the always_on_modules list. However, the
documentation still contained instructions for manually enabling it.

When users followed these outdated instructions, they encountered:
```
  module 'crash' is already enabled (always-on)
```

The module cannot be disabled either. Running:
```
  ceph mgr module disable crash
```

Returns the error:
```
  Error EINVAL: module 'crash' cannot be disabled (always-on)
```
In this change, we remove the obsolete enabling instructions and clarify
that this module is always active and cannot be disabled.

Signed-off-by: Kefu Chai <tchaikov@gmail.com>
(cherry picked from commit 0fcd7677586f7edf3eb091420a8ace0c4f887167)
doc/mgr/crash.rst