Project

General

Profile

Actions

Bug #57750

open

cephadm fails to upgrade systems not running sudo

Added by Marcus Nordenberg over 1 year ago. Updated over 1 year ago.

Status:
In Progress
Priority:
Normal
Assignee:
Category:
cephadm
Target version:
-
% Done:

0%

Source:
Tags:
Backport:
Regression:
No
Severity:
3 - minor
Reviewed:
Affected Versions:
ceph-qa-suite:
Pull request ID:
Crash signature (v1):
Crash signature (v2):

Description

cephadm fails to upgrade systems not running sudo.

It appears to have started with this commit:

https://github.com/ceph/ceph/commit/4c84e71f4350e9fd7c12944491b99eff02e8dbb2

Quick and dirty fix was of course to install sudo on all hosts in the cluster.

Error output from 'ceph -W cephadm' during upgrade is as follows:

2022-09-29T08:41:49.590515+0200 mgr.censored.pvswyw [ERR] executing refresh((['censored', 'censored', 'censored', 'censored', 'censored', 'censored', 'censored', 'censored', 'censored'],)) failed.
Traceback (most recent call last):
  File "/usr/share/ceph/mgr/cephadm/ssh.py", line 143, in _execute_command
    r = await conn.run('sudo true', check=True, timeout=5)
  File "/lib/python3.6/site-packages/asyncssh/connection.py", line 3637, in run
    return await process.wait(check, timeout)
  File "/lib/python3.6/site-packages/asyncssh/process.py", line 1257, in wait
    self.returncode, stdout_data, stderr_data)
asyncssh.process.ProcessError: Process exited with non-zero exit status 127

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "/usr/share/ceph/mgr/cephadm/utils.py", line 78, in do_work
    return f(*arg)
  File "/usr/share/ceph/mgr/cephadm/serve.py", line 266, in refresh
    self._write_client_files(client_files, host)
  File "/usr/share/ceph/mgr/cephadm/serve.py", line 1070, in _write_client_files
    self.mgr.ssh.check_execute_command(host, cmd)
  File "/usr/share/ceph/mgr/cephadm/ssh.py", line 196, in check_execute_command
    return self.mgr.wait_async(self._check_execute_command(host, cmd, stdin, addr))
  File "/usr/share/ceph/mgr/cephadm/module.py", line 590, in wait_async
    return self.event_loop.get_result(coro)
  File "/usr/share/ceph/mgr/cephadm/ssh.py", line 48, in get_result
    return asyncio.run_coroutine_threadsafe(coro, self._loop).result()
  File "/lib64/python3.6/concurrent/futures/_base.py", line 432, in result
    return self.__get_result()
  File "/lib64/python3.6/concurrent/futures/_base.py", line 384, in __get_result
    raise self._exception
  File "/usr/share/ceph/mgr/cephadm/ssh.py", line 183, in _check_execute_command
    out, err, code = await self._execute_command(host, cmd, stdin, addr)
  File "/usr/share/ceph/mgr/cephadm/ssh.py", line 151, in _execute_command
    raise OrchestratorError(f'Unable to reach remote host {host}. {str(e)}')
orchestrator._interface.OrchestratorError: Unable to reach remote host censored. Process exited with non-zero exit status 127
Actions

Also available in: Atom PDF