Can't upgrade from 15.2.5 to 15.2.6... (Cannot calculate service_id: daemon_id='cephfs....')

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



Hi,

I ran those commands as usual:

$ ceph orch host ls
Result is as expected by hosts names and addresses.

$ ceph orch ls
Again, Expected result as before.

Then I started to upgrade via this command:

$ ceph orch upgrade start --ceph-version 15.2.6

It failed with attached logs. Please see logs.txt for detailed output. It says;

orchestrator._interface.OrchestratorError: DaemonDescription: Cannot calculate service_id: daemon_id='cephfs.host-1.shsruc' hostname='host'

This cluster have 2 nodes. Then I just ran same command again:

$  ceph orch ls
Result is NOT as expected. I got;

>> Error EINVAL: DaemonDescription: Cannot calculate service_id: daemon_id='cephfs.host-1.shsruc' hostname='host'
(See attached logs.)

If I restart "host-1" then i can execute "ceph orch ls" command. After I start upgrade it errors again. Interestingly I only have cephfs mounted in node "host". Not "host-1".

How can I fix this issue?

Thanks,
Gencer.
2020-11-19T14:26:39.976575+0000 mgr.host-1.lsgwgx [DBG] Refreshed host host-1 daemons (17)
2020-11-19T14:26:40.002548+0000 mgr.host-1.lsgwgx [DBG] _check_for_strays
2020-11-19T14:26:40.003664+0000 mgr.host-1.lsgwgx [DBG] 0 OSDs are scheduled for removal: []
2020-11-19T14:26:40.003932+0000 mgr.host-1.lsgwgx [DBG] Saving [] to store
2020-11-19T14:26:40.020086+0000 mgr.host-1.lsgwgx [DBG] Applying service alertmanager spec
2020-11-19T14:26:40.024120+0000 mgr.host-1.lsgwgx [ERR] Failed to apply alertmanager spec AlertManagerSpec({'placement': PlacementSpec(count=1), 'service_type': 'alertmanager', 'service_id': None, 'unmanaged': False, 'preview_only': False, 'user_data': {}}): DaemonDescription: Cannot calculate service_id: daemon_id='cephfs.host-1.shsruc' hostname='host'
Traceback (most recent call last):
  File "/usr/share/ceph/mgr/cephadm/module.py", line 2108, in _apply_all_services
    if self._apply_service(spec):
  File "/usr/share/ceph/mgr/cephadm/module.py", line 2009, in _apply_service
    daemons = self.cache.get_daemons_by_service(service_name)
  File "/usr/share/ceph/mgr/cephadm/inventory.py", line 387, in get_daemons_by_service
    if d.service_name() == service_name:
  File "/usr/share/ceph/mgr/orchestrator/_interface.py", line 1304, in service_name
    return f'{self.daemon_type}.{self.service_id()}'
  File "/usr/share/ceph/mgr/orchestrator/_interface.py", line 1298, in service_id
    return _match()
  File "/usr/share/ceph/mgr/orchestrator/_interface.py", line 1285, in _match
    raise err
orchestrator._interface.OrchestratorError: DaemonDescription: Cannot calculate service_id: daemon_id='cephfs.host-1.shsruc' hostname='host'
2020-11-19T14:26:40.024419+0000 mgr.host-1.lsgwgx [DBG] Applying service crash spec
2020-11-19T14:26:40.025163+0000 mgr.host-1.lsgwgx [ERR] Failed to apply crash spec ServiceSpec({'placement': PlacementSpec(host_pattern='*'), 'service_type': 'crash', 'service_id': None, 'unmanaged': False, 'preview_only': False}): DaemonDescription: Cannot calculate service_id: daemon_id='cephfs.host-1.shsruc' hostname='host'
Traceback (most recent call last):
  File "/usr/share/ceph/mgr/cephadm/module.py", line 2108, in _apply_all_services
    if self._apply_service(spec):
  File "/usr/share/ceph/mgr/cephadm/module.py", line 2009, in _apply_service
    daemons = self.cache.get_daemons_by_service(service_name)
  File "/usr/share/ceph/mgr/cephadm/inventory.py", line 387, in get_daemons_by_service
    if d.service_name() == service_name:
  File "/usr/share/ceph/mgr/orchestrator/_interface.py", line 1304, in service_name
    return f'{self.daemon_type}.{self.service_id()}'
  File "/usr/share/ceph/mgr/orchestrator/_interface.py", line 1298, in service_id
    return _match()
  File "/usr/share/ceph/mgr/orchestrator/_interface.py", line 1285, in _match
    raise err
orchestrator._interface.OrchestratorError: DaemonDescription: Cannot calculate service_id: daemon_id='cephfs.host-1.shsruc' hostname='host'
2020-11-19T14:26:40.025397+0000 mgr.host-1.lsgwgx [DBG] Applying service grafana spec
2020-11-19T14:26:40.026099+0000 mgr.host-1.lsgwgx [ERR] Failed to apply grafana spec ServiceSpec({'placement': PlacementSpec(count=1), 'service_type': 'grafana', 'service_id': None, 'unmanaged': False, 'preview_only': False}): DaemonDescription: Cannot calculate service_id: daemon_id='cephfs.host-1.shsruc' hostname='host'
Traceback (most recent call last):
  File "/usr/share/ceph/mgr/cephadm/module.py", line 2108, in _apply_all_services
    if self._apply_service(spec):
  File "/usr/share/ceph/mgr/cephadm/module.py", line 2009, in _apply_service
    daemons = self.cache.get_daemons_by_service(service_name)
  File "/usr/share/ceph/mgr/cephadm/inventory.py", line 387, in get_daemons_by_service
    if d.service_name() == service_name:
  File "/usr/share/ceph/mgr/orchestrator/_interface.py", line 1304, in service_name
    return f'{self.daemon_type}.{self.service_id()}'
  File "/usr/share/ceph/mgr/orchestrator/_interface.py", line 1298, in service_id
    return _match()
  File "/usr/share/ceph/mgr/orchestrator/_interface.py", line 1285, in _match
    raise err
orchestrator._interface.OrchestratorError: DaemonDescription: Cannot calculate service_id: daemon_id='cephfs.host-1.shsruc' hostname='host'
2020-11-19T14:26:40.026332+0000 mgr.host-1.lsgwgx [DBG] Applying service mds.cephfs spec
2020-11-19T14:26:40.027016+0000 mgr.host-1.lsgwgx [ERR] Failed to apply mds.cephfs spec ServiceSpec({'placement': PlacementSpec(count=2),
'service_type': 'mds', 'service_id': 'cephfs', 'unmanaged': False, 'preview_only': False}): DaemonDescription: Cannot calculate service_id: daemon_id='cephfs.host-1.shsruc' hostname='host'
Traceback (most recent call last):
  File "/usr/share/ceph/mgr/cephadm/module.py", line 2108, in _apply_all_services
    if self._apply_service(spec):
  File "/usr/share/ceph/mgr/cephadm/module.py", line 2009, in _apply_service
    daemons = self.cache.get_daemons_by_service(service_name)
  File "/usr/share/ceph/mgr/cephadm/inventory.py", line 387, in get_daemons_by_service
    if d.service_name() == service_name:
  File "/usr/share/ceph/mgr/orchestrator/_interface.py", line 1304, in service_name
    return f'{self.daemon_type}.{self.service_id()}'
  File "/usr/share/ceph/mgr/orchestrator/_interface.py", line 1298, in service_id
    return _match()
  File "/usr/share/ceph/mgr/orchestrator/_interface.py", line 1285, in _match
    raise err
orchestrator._interface.OrchestratorError: DaemonDescription: Cannot calculate service_id: daemon_id='cephfs.host-1.shsruc' hostname='host'
2020-11-19T14:26:40.027245+0000 mgr.host-1.lsgwgx [DBG] Applying service mgr spec
2020-11-19T14:26:40.028043+0000 mgr.host-1.lsgwgx [ERR] Failed to apply mgr spec ServiceSpec({'placement': PlacementSpec(count=2), 'service_type': 'mgr', 'service_id': None, 'unmanaged': False, 'preview_only': False}): DaemonDescription: Cannot calculate service_id: daemon_id='cephfs.host-1.shsruc' hostname='host'
Traceback (most recent call last):
  File "/usr/share/ceph/mgr/cephadm/module.py", line 2108, in _apply_all_services
    if self._apply_service(spec):
  File "/usr/share/ceph/mgr/cephadm/module.py", line 2009, in _apply_service
    daemons = self.cache.get_daemons_by_service(service_name)
  File "/usr/share/ceph/mgr/cephadm/inventory.py", line 387, in get_daemons_by_service
    if d.service_name() == service_name:
  File "/usr/share/ceph/mgr/orchestrator/_interface.py", line 1304, in service_name
    return f'{self.daemon_type}.{self.service_id()}'
  File "/usr/share/ceph/mgr/orchestrator/_interface.py", line 1298, in service_id
    return _match()
  File "/usr/share/ceph/mgr/orchestrator/_interface.py", line 1285, in _match
    raise err
orchestrator._interface.OrchestratorError: DaemonDescription: Cannot calculate service_id: daemon_id='cephfs.host-1.shsruc' hostname='host'
2020-11-19T14:26:40.028272+0000 mgr.host-1.lsgwgx [DBG] Applying service mon spec
2020-11-19T14:26:40.028969+0000 mgr.host-1.lsgwgx [ERR] Failed to apply mon spec ServiceSpec({'placement': PlacementSpec(count=5), 'service_type': 'mon', 'service_id': None, 'unmanaged': False, 'preview_only': False}): DaemonDescription: Cannot calculate service_id: daemon_id='cephfs.host-1.shsruc' hostname='host'
Traceback (most recent call last):
  File "/usr/share/ceph/mgr/cephadm/module.py", line 2108, in _apply_all_services
    if self._apply_service(spec):
  File "/usr/share/ceph/mgr/cephadm/module.py", line 2009, in _apply_service
    daemons = self.cache.get_daemons_by_service(service_name)
  File "/usr/share/ceph/mgr/cephadm/inventory.py", line 387, in get_daemons_by_service
    if d.service_name() == service_name:
  File "/usr/share/ceph/mgr/orchestrator/_interface.py", line 1304, in service_name
    return f'{self.daemon_type}.{self.service_id()}'
  File "/usr/share/ceph/mgr/orchestrator/_interface.py", line 1298, in service_id
    return _match()
  File "/usr/share/ceph/mgr/orchestrator/_interface.py", line 1285, in _match
    raise err
orchestrator._interface.OrchestratorError: DaemonDescription: Cannot calculate service_id: daemon_id='cephfs.host-1.shsruc' hostname='host'
2020-11-19T14:26:40.029194+0000 mgr.host-1.lsgwgx [DBG] Applying service node-exporter spec
2020-11-19T14:26:40.029877+0000 mgr.host-1.lsgwgx [ERR] Failed to apply node-exporter spec ServiceSpec({'placement': PlacementSpec(host_pattern='*'), 'service_type': 'node-exporter', 'service_id': None, 'unmanaged': False, 'preview_only': False}): DaemonDescription: Cannot calculate service_id: daemon_id='cephfs.host-1.shsruc' hostname='host'
Traceback (most recent call last):
  File "/usr/share/ceph/mgr/cephadm/module.py", line 2108, in _apply_all_services
    if self._apply_service(spec):
  File "/usr/share/ceph/mgr/cephadm/module.py", line 2009, in _apply_service
    daemons = self.cache.get_daemons_by_service(service_name)
  File "/usr/share/ceph/mgr/cephadm/inventory.py", line 387, in get_daemons_by_service
    if d.service_name() == service_name:
  File "/usr/share/ceph/mgr/orchestrator/_interface.py", line 1304, in service_name
    return f'{self.daemon_type}.{self.service_id()}'
  File "/usr/share/ceph/mgr/orchestrator/_interface.py", line 1298, in service_id
    return _match()
  File "/usr/share/ceph/mgr/orchestrator/_interface.py", line 1285, in _match
    raise err
orchestrator._interface.OrchestratorError: DaemonDescription: Cannot calculate service_id: daemon_id='cephfs.host-1.shsruc' hostname='host'
2020-11-19T14:26:40.030095+0000 mgr.host-1.lsgwgx [DBG] Applying service prometheus spec
2020-11-19T14:26:40.030762+0000 mgr.host-1.lsgwgx [ERR] Failed to apply prometheus spec ServiceSpec({'placement': PlacementSpec(count=1),
'service_type': 'prometheus', 'service_id': None, 'unmanaged': False, 'preview_only': False}): DaemonDescription: Cannot calculate service_id: daemon_id='cephfs.host-1.shsruc' hostname='host'
Traceback (most recent call last):
  File "/usr/share/ceph/mgr/cephadm/module.py", line 2108, in _apply_all_services
    if self._apply_service(spec):
  File "/usr/share/ceph/mgr/cephadm/module.py", line 2009, in _apply_service
    daemons = self.cache.get_daemons_by_service(service_name)
  File "/usr/share/ceph/mgr/cephadm/inventory.py", line 387, in get_daemons_by_service
    if d.service_name() == service_name:
  File "/usr/share/ceph/mgr/orchestrator/_interface.py", line 1304, in service_name
    return f'{self.daemon_type}.{self.service_id()}'
  File "/usr/share/ceph/mgr/orchestrator/_interface.py", line 1298, in service_id
    return _match()
  File "/usr/share/ceph/mgr/orchestrator/_interface.py", line 1285, in _match
    raise err
orchestrator._interface.OrchestratorError: DaemonDescription: Cannot calculate service_id: daemon_id='cephfs.host-1.shsruc' hostname='host'
2020-11-19T14:26:40.032227+0000 mgr.host-1.lsgwgx [DBG] Sleeping for 600 seconds
2020-11-19T14:26:40.032341+0000 mgr.host-1.lsgwgx [DBG] refreshing hosts and daemons
2020-11-19T14:26:40.033523+0000 mgr.host-1.lsgwgx [DBG] _check_for_strays
2020-11-19T14:26:40.033938+0000 mgr.host-1.lsgwgx [DBG] 0 OSDs are scheduled for removal: []
2020-11-19T14:26:40.034055+0000 mgr.host-1.lsgwgx [DBG] Saving [] to store
2020-11-19T14:26:40.051669+0000 mgr.host-1.lsgwgx [DBG] Applying service alertmanager spec
2020-11-19T14:26:40.052385+0000 mgr.host-1.lsgwgx [ERR] Failed to apply alertmanager spec AlertManagerSpec({'placement': PlacementSpec(count=1), 'service_type': 'alertmanager', 'service_id': None, 'unmanaged': False, 'preview_only': False, 'user_data': {}}): DaemonDescription: Cannot calculate service_id: daemon_id='cephfs.host-1.shsruc' hostname='host'
Traceback (most recent call last):
  File "/usr/share/ceph/mgr/cephadm/module.py", line 2108, in _apply_all_services
    if self._apply_service(spec):
  File "/usr/share/ceph/mgr/cephadm/module.py", line 2009, in _apply_service
    daemons = self.cache.get_daemons_by_service(service_name)
  File "/usr/share/ceph/mgr/cephadm/inventory.py", line 387, in get_daemons_by_service
    if d.service_name() == service_name:
  File "/usr/share/ceph/mgr/orchestrator/_interface.py", line 1304, in service_name
    return f'{self.daemon_type}.{self.service_id()}'
  File "/usr/share/ceph/mgr/orchestrator/_interface.py", line 1298, in service_id
    return _match()
  File "/usr/share/ceph/mgr/orchestrator/_interface.py", line 1285, in _match
    raise err
orchestrator._interface.OrchestratorError: DaemonDescription: Cannot calculate service_id: daemon_id='cephfs.host-1.shsruc' hostname='host'
2020-11-19T14:26:40.052573+0000 mgr.host-1.lsgwgx [DBG] Applying service crash spec
2020-11-19T14:26:40.053265+0000 mgr.host-1.lsgwgx [ERR] Failed to apply crash spec ServiceSpec({'placement': PlacementSpec(host_pattern='*'), 'service_type': 'crash', 'service_id': None, 'unmanaged': False, 'preview_only': False}): DaemonDescription: Cannot calculate service_id: daemon_id='cephfs.host-1.shsruc' hostname='host'
Traceback (most recent call last):
  File "/usr/share/ceph/mgr/cephadm/module.py", line 2108, in _apply_all_services
    if self._apply_service(spec):
  File "/usr/share/ceph/mgr/cephadm/module.py", line 2009, in _apply_service
    daemons = self.cache.get_daemons_by_service(service_name)
  File "/usr/share/ceph/mgr/cephadm/inventory.py", line 387, in get_daemons_by_service
    if d.service_name() == service_name:
  File "/usr/share/ceph/mgr/orchestrator/_interface.py", line 1304, in service_name
    return f'{self.daemon_type}.{self.service_id()}'
  File "/usr/share/ceph/mgr/orchestrator/_interface.py", line 1298, in service_id
    return _match()
  File "/usr/share/ceph/mgr/orchestrator/_interface.py", line 1285, in _match
    raise err
orchestrator._interface.OrchestratorError: DaemonDescription: Cannot calculate service_id: daemon_id='cephfs.host-1.shsruc' hostname='host'
2020-11-19T14:26:40.053416+0000 mgr.host-1.lsgwgx [DBG] Applying service grafana spec
2020-11-19T14:26:40.053839+0000 mgr.host-1.lsgwgx [ERR] Failed to apply grafana spec ServiceSpec({'placement': PlacementSpec(count=1), 'service_type': 'grafana', 'service_id': None, 'unmanaged': False, 'preview_only': False}): DaemonDescription: Cannot calculate service_id: daemon_id='cephfs.host-1.shsruc' hostname='host'
Traceback (most recent call last):
  File "/usr/share/ceph/mgr/cephadm/module.py", line 2108, in _apply_all_services
    if self._apply_service(spec):
  File "/usr/share/ceph/mgr/cephadm/module.py", line 2009, in _apply_service
    daemons = self.cache.get_daemons_by_service(service_name)
  File "/usr/share/ceph/mgr/cephadm/inventory.py", line 387, in get_daemons_by_service
    if d.service_name() == service_name:
  File "/usr/share/ceph/mgr/orchestrator/_interface.py", line 1304, in service_name
    return f'{self.daemon_type}.{self.service_id()}'
  File "/usr/share/ceph/mgr/orchestrator/_interface.py", line 1298, in service_id
    return _match()
  File "/usr/share/ceph/mgr/orchestrator/_interface.py", line 1285, in _match
    raise err
orchestrator._interface.OrchestratorError: DaemonDescription: Cannot calculate service_id: daemon_id='cephfs.host-1.shsruc' hostname='host'
2020-11-19T14:26:40.053964+0000 mgr.host-1.lsgwgx [DBG] Applying service mds.cephfs spec
2020-11-19T14:26:40.054383+0000 mgr.host-1.lsgwgx [ERR] Failed to apply mds.cephfs spec ServiceSpec({'placement': PlacementSpec(count=2),
'service_type': 'mds', 'service_id': 'cephfs', 'unmanaged': False, 'preview_only': False}): DaemonDescription: Cannot calculate service_id: daemon_id='cephfs.host-1.shsruc' hostname='host'
Traceback (most recent call last):
  File "/usr/share/ceph/mgr/cephadm/module.py", line 2108, in _apply_all_services
    if self._apply_service(spec):
  File "/usr/share/ceph/mgr/cephadm/module.py", line 2009, in _apply_service
    daemons = self.cache.get_daemons_by_service(service_name)
  File "/usr/share/ceph/mgr/cephadm/inventory.py", line 387, in get_daemons_by_service
    if d.service_name() == service_name:
  File "/usr/share/ceph/mgr/orchestrator/_interface.py", line 1304, in service_name
    return f'{self.daemon_type}.{self.service_id()}'
  File "/usr/share/ceph/mgr/orchestrator/_interface.py", line 1298, in service_id
    return _match()
  File "/usr/share/ceph/mgr/orchestrator/_interface.py", line 1285, in _match
    raise err
orchestrator._interface.OrchestratorError: DaemonDescription: Cannot calculate service_id: daemon_id='cephfs.host-1.shsruc' hostname='host'
2020-11-19T14:26:40.054547+0000 mgr.host-1.lsgwgx [DBG] Applying service mgr spec
2020-11-19T14:26:40.054983+0000 mgr.host-1.lsgwgx [ERR] Failed to apply mgr spec ServiceSpec({'placement': PlacementSpec(count=2), 'service_type': 'mgr', 'service_id': None, 'unmanaged': False, 'preview_only': False}): DaemonDescription: Cannot calculate service_id: daemon_id='cephfs.host-1.shsruc' hostname='host'
Traceback (most recent call last):
  File "/usr/share/ceph/mgr/cephadm/module.py", line 2108, in _apply_all_services
    if self._apply_service(spec):
  File "/usr/share/ceph/mgr/cephadm/module.py", line 2009, in _apply_service
    daemons = self.cache.get_daemons_by_service(service_name)
  File "/usr/share/ceph/mgr/cephadm/inventory.py", line 387, in get_daemons_by_service
    if d.service_name() == service_name:
  File "/usr/share/ceph/mgr/orchestrator/_interface.py", line 1304, in service_name
    return f'{self.daemon_type}.{self.service_id()}'
  File "/usr/share/ceph/mgr/orchestrator/_interface.py", line 1298, in service_id
    return _match()
  File "/usr/share/ceph/mgr/orchestrator/_interface.py", line 1285, in _match
    raise err
orchestrator._interface.OrchestratorError: DaemonDescription: Cannot calculate service_id: daemon_id='cephfs.host-1.shsruc' hostname='host'
2020-11-19T14:26:40.055139+0000 mgr.host-1.lsgwgx [DBG] Applying service mon spec
2020-11-19T14:26:40.055593+0000 mgr.host-1.lsgwgx [ERR] Failed to apply mon spec ServiceSpec({'placement': PlacementSpec(count=5), 'service_type': 'mon', 'service_id': None, 'unmanaged': False, 'preview_only': False}): DaemonDescription: Cannot calculate service_id: daemon_id='cephfs.host-1.shsruc' hostname='host'
Traceback (most recent call last):
  File "/usr/share/ceph/mgr/cephadm/module.py", line 2108, in _apply_all_services
    if self._apply_service(spec):
  File "/usr/share/ceph/mgr/cephadm/module.py", line 2009, in _apply_service
    daemons = self.cache.get_daemons_by_service(service_name)
  File "/usr/share/ceph/mgr/cephadm/inventory.py", line 387, in get_daemons_by_service
    if d.service_name() == service_name:
  File "/usr/share/ceph/mgr/orchestrator/_interface.py", line 1304, in service_name
    return f'{self.daemon_type}.{self.service_id()}'
  File "/usr/share/ceph/mgr/orchestrator/_interface.py", line 1298, in service_id
    return _match()
  File "/usr/share/ceph/mgr/orchestrator/_interface.py", line 1285, in _match
    raise err
orchestrator._interface.OrchestratorError: DaemonDescription: Cannot calculate service_id: daemon_id='cephfs.host-1.shsruc' hostname='host'
2020-11-19T14:26:40.055715+0000 mgr.host-1.lsgwgx [DBG] Applying service node-exporter spec
2020-11-19T14:26:40.056092+0000 mgr.host-1.lsgwgx [ERR] Failed to apply node-exporter spec ServiceSpec({'placement': PlacementSpec(host_pattern='*'), 'service_type': 'node-exporter', 'service_id': None, 'unmanaged': False, 'preview_only': False}): DaemonDescription: Cannot calculate service_id: daemon_id='cephfs.host-1.shsruc' hostname='host'
Traceback (most recent call last):
  File "/usr/share/ceph/mgr/cephadm/module.py", line 2108, in _apply_all_services
    if self._apply_service(spec):
  File "/usr/share/ceph/mgr/cephadm/module.py", line 2009, in _apply_service
    daemons = self.cache.get_daemons_by_service(service_name)
  File "/usr/share/ceph/mgr/cephadm/inventory.py", line 387, in get_daemons_by_service
    if d.service_name() == service_name:
  File "/usr/share/ceph/mgr/orchestrator/_interface.py", line 1304, in service_name
    return f'{self.daemon_type}.{self.service_id()}'
  File "/usr/share/ceph/mgr/orchestrator/_interface.py", line 1298, in service_id
    return _match()
  File "/usr/share/ceph/mgr/orchestrator/_interface.py", line 1285, in _match
    raise err
orchestrator._interface.OrchestratorError: DaemonDescription: Cannot calculate service_id: daemon_id='cephfs.host-1.shsruc' hostname='host'
2020-11-19T14:26:40.056205+0000 mgr.host-1.lsgwgx [DBG] Applying service prometheus spec
2020-11-19T14:26:40.056724+0000 mgr.host-1.lsgwgx [ERR] Failed to apply prometheus spec ServiceSpec({'placement': PlacementSpec(count=1),
'service_type': 'prometheus', 'service_id': None, 'unmanaged': False, 'preview_only': False}): DaemonDescription: Cannot calculate service_id: daemon_id='cephfs.host-1.shsruc' hostname='host'
Traceback (most recent call last):
  File "/usr/share/ceph/mgr/cephadm/module.py", line 2108, in _apply_all_services
    if self._apply_service(spec):
  File "/usr/share/ceph/mgr/cephadm/module.py", line 2009, in _apply_service
    daemons = self.cache.get_daemons_by_service(service_name)
  File "/usr/share/ceph/mgr/cephadm/inventory.py", line 387, in get_daemons_by_service
    if d.service_name() == service_name:
  File "/usr/share/ceph/mgr/orchestrator/_interface.py", line 1304, in service_name
    return f'{self.daemon_type}.{self.service_id()}'
  File "/usr/share/ceph/mgr/orchestrator/_interface.py", line 1298, in service_id
    return _match()
  File "/usr/share/ceph/mgr/orchestrator/_interface.py", line 1285, in _match
    raise err
orchestrator._interface.OrchestratorError: DaemonDescription: Cannot calculate service_id: daemon_id='cephfs.host-1.shsruc' hostname='host'
2020-11-19T14:26:40.056996+0000 mgr.host-1.lsgwgx [DBG] Sleeping for 600 seconds
2020-11-19T14:26:52.830706+0000 mgr.host-1.lsgwgx [DBG] process: completions=<CephadmCompletion>[
       <lambda>(...),
]
2020-11-19T14:26:52.831107+0000 mgr.host-1.lsgwgx [DBG] finalized cephadm.module.CephadmCompletion(_s=3, val=[HostSpec('host', 'host'), HostSpec('host-1', '192.168.0.2')], _on_c=<function trivial_completion.<locals>.wrapper.<locals>.<lambda> at 0x7f83c32c8488>, id=140202688417072, name=<lambda>, pr=NA, _next=None)
2020-11-19T14:26:54.703407+0000 mgr.host-1.lsgwgx [DBG] process: completions=<CephadmCompletion>[
       <lambda>(...),
]
2020-11-19T14:26:54.712017+0000 mgr.host-1.lsgwgx [ERR] _Promise failed
Traceback (most recent call last):
  File "/usr/share/ceph/mgr/orchestrator/_interface.py", line 295, in _finalize
    next_result = self._on_complete(self._value)
  File "/usr/share/ceph/mgr/cephadm/module.py", line 103, in <lambda>
    return CephadmCompletion(on_complete=lambda _: f(*args, **kwargs))
  File "/usr/share/ceph/mgr/cephadm/module.py", line 1493, in describe_service
    n: str = dd.service_name()
  File "/usr/share/ceph/mgr/orchestrator/_interface.py", line 1304, in service_name
    return f'{self.daemon_type}.{self.service_id()}'
  File "/usr/share/ceph/mgr/orchestrator/_interface.py", line 1298, in service_id
    return _match()
  File "/usr/share/ceph/mgr/orchestrator/_interface.py", line 1285, in _match
    raise err
orchestrator._interface.OrchestratorError: DaemonDescription: Cannot calculate service_id: daemon_id='cephfs.host-1.shsruc' hostname='host'
_______________________________________________
ceph-users mailing list -- ceph-users@xxxxxxx
To unsubscribe send an email to ceph-users-leave@xxxxxxx

[Index of Archives]     [Information on CEPH]     [Linux Filesystem Development]     [Ceph Development]     [Ceph Large]     [Ceph Dev]     [Linux USB Development]     [Video for Linux]     [Linux Audio Users]     [Yosemite News]     [Linux Kernel]     [Linux SCSI]     [xfs]


  Powered by Linux