]> git.apps.os.sepia.ceph.com Git - ceph.git/commit
doc/mgr/crash.rst: remove outdated module enabling instructions 64285/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:52 +0000 (23:17 +1000)
commite8ebf28688b2ee8afc9329edd0e5741a0c1f989c
treeace7b998b642722c3f2e1f1fd1c8b5367b2a1b8b
parente0ff344ec8f30cb2d88997756687f514ceb1c960
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