From: Zac Dover Date: Fri, 6 Sep 2024 13:31:21 +0000 (+1000) Subject: doc/cephadm: add malformed-JSON removal instructions X-Git-Tag: v20.0.0~1111^2 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=refs%2Fpull%2F59642%2Fhead;p=ceph.git doc/cephadm: add malformed-JSON removal instructions 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 --- diff --git a/doc/cephadm/upgrade.rst b/doc/cephadm/upgrade.rst index 4ab48b69c41..3a15c3ac623 100644 --- a/doc/cephadm/upgrade.rst +++ b/doc/cephadm/upgrade.rst @@ -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 `_ and `the discussion on the [ceph-users] mailing list `_. UPGRADE_NO_STANDBY_MGR ----------------------