I just had another look through the issues tracker and found this bug already
listed.
https://tracker.ceph.com/issues/59428
I need to go back to the other issues I am having and figure out if they are
related or something different.
Hi
I wrote before about issues I was having with cephadm in 18.2.0 Sorry, I didn't
see the helpful replies because my mail service binned the responses.
I still can't get the reef version of cephadm to work properly.
I had updated the system rpm to reef (ceph repo) and also upgraded the
containerised ceph daemons to reef before my first email.
Both the system package cephadm and the one found at
/var/lib/ceph/${fsid}/cephadm.* return the same error when running "cephadm
version"
Traceback (most recent call last):
File
"./cephadm.059bfc99f5cf36ed881f2494b104711faf4cbf5fc86a9594423cc105cafd9b4e",
line 9468, in <module>
main()
File
"./cephadm.059bfc99f5cf36ed881f2494b104711faf4cbf5fc86a9594423cc105cafd9b4e",
line 9456, in main
r = ctx.func(ctx)
File
"./cephadm.059bfc99f5cf36ed881f2494b104711faf4cbf5fc86a9594423cc105cafd9b4e",
line 2108, in _infer_image
ctx.image = infer_local_ceph_image(ctx, ctx.container_engine.path)
File
"./cephadm.059bfc99f5cf36ed881f2494b104711faf4cbf5fc86a9594423cc105cafd9b4e",
line 2191, in infer_local_ceph_image
container_info = get_container_info(ctx, daemon, daemon_name is not None)
File
"./cephadm.059bfc99f5cf36ed881f2494b104711faf4cbf5fc86a9594423cc105cafd9b4e",
line 2154, in get_container_info
matching_daemons = [d for d in daemons if daemon_name_or_type(d) ==
daemon_filter and d['fsid'] == ctx.fsid]
File
"./cephadm.059bfc99f5cf36ed881f2494b104711faf4cbf5fc86a9594423cc105cafd9b4e",
line 2154, in <listcomp>
matching_daemons = [d for d in daemons if daemon_name_or_type(d) ==
daemon_filter and d['fsid'] == ctx.fsid]
File
"./cephadm.059bfc99f5cf36ed881f2494b104711faf4cbf5fc86a9594423cc105cafd9b4e",
line 217, in __getattr__
return super().__getattribute__(name)
AttributeError: 'CephadmContext' object has no attribute 'fsid'
_______________________________________________
ceph-users mailing list -- [email protected]
To unsubscribe send an email to [email protected]