]> git.apps.os.sepia.ceph.com Git - ceph.git/commitdiff
doc/cephadm: add malformed-JSON removal instructions 59663/head
authorZac Dover <zac.dover@proton.me>
Fri, 6 Sep 2024 13:31:21 +0000 (23:31 +1000)
committerZac Dover <zac.dover@proton.me>
Mon, 9 Sep 2024 02:45:13 +0000 (12:45 +1000)
Add instructions for removing malformed JSON that causes the cephadm
module to fail to start, which in turn makes the orchestrator fail to
start.

Signed-off-by: Zac Dover <zac.dover@proton.me>
(cherry picked from commit 93d90ea358cf17b08e502caf8529061a10008fad)

doc/cephadm/upgrade.rst

index 4ab48b69c416bab242456221f63893fac2399d36..3a15c3ac6231d1ab3554e2980e4bd24d4cc12a1f 100644 (file)
@@ -131,7 +131,21 @@ doesn't use ``cephadm shell``) to a version compatible with the new version.
 Potential problems
 ==================
 
-There are a few health alerts that can arise during the upgrade process.
+
+Error: ENOENT: Module not found
+-------------------------------
+
+The message ``Error ENOENT: Module not found`` appears in response to the command ``ceph orch upgrade status`` if the orchestrator has crashed:
+
+.. prompt:: bash #
+
+   ceph orch upgrade status
+
+::
+
+   Error ENOENT: Module not found
+
+This is possibly caused by invalid JSON in a mgr config-key. See `Redmine tracker Issue #67329 <https://tracker.ceph.com/issues/67329>`_ and `the discussion on the [ceph-users] mailing list <https://www.spinics.net/lists/ceph-users/msg83667.html>`_.
 
 UPGRADE_NO_STANDBY_MGR
 ----------------------