]> git.apps.os.sepia.ceph.com Git - ceph.git/commit
doc/mgr/crash.rst: remove outdated module enabling instructions 64239/head
authorKefu Chai <tchaikov@gmail.com>
Sun, 29 Jun 2025 02:55:30 +0000 (10:55 +0800)
committerKefu Chai <tchaikov@gmail.com>
Sun, 29 Jun 2025 03:02:41 +0000 (11:02 +0800)
commit0fcd7677586f7edf3eb091420a8ace0c4f887167
tree94e0f32b32251a3e88915be9c8ee6c33da2029e2
parent5aeaa104d86517f4a289f377c72c2ed63e476f76
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>
doc/mgr/crash.rst