[ceph-users] Re: "cephadm version" in reef returns "AttributeError: 'CephadmContext' object has no attribute 'fsid'"

2023-11-02 Thread Eugen Block
There are a couple of examples in the docs [2], so in your case it probably would be something rather simple like: service_type: osd service_id: osd_spec_default placement: host_pattern: '*' spec: data_devices: rotational: 1 db_devices: rotational: 0 You can apply that config to

[ceph-users] Re: "cephadm version" in reef returns "AttributeError: 'CephadmContext' object has no attribute 'fsid'"

2023-11-01 Thread Martin Conway
> first of all, I'd still recommend to use the orchestrator to deploy OSDs. > Building > OSDs manually and then adopt them is redundant. Or do you have issues with > the drivegroups? I am having to do it this way because I couldn't find any doco on how to specify a separate DB/WAL device

[ceph-users] Re: "cephadm version" in reef returns "AttributeError: 'CephadmContext' object has no attribute 'fsid'"

2023-11-01 Thread Eugen Block
igan Sent: Saturday, October 28, 2023 12:58 AM To: ceph-users@ceph.io Subject: [ceph-users] Re: "cephadm version" in reef returns "AttributeError: 'CephadmContext' object has no attribute 'fsid'" [You don't often get email from phlogistonj...@asynchrono.us. Learn why this

[ceph-users] Re: "cephadm version" in reef returns "AttributeError: 'CephadmContext' object has no attribute 'fsid'"

2023-10-31 Thread martin . conway
Martin Conway wrote: > I find that backfilling and possibly scrubbing often comes to a halt for no > apparent > reason. If I put a server into maintenance mode or kill and restart OSDs it > bursts back > into life again. > > Not sure how to diagnose why the recovery processes have stalled. My

[ceph-users] Re: "cephadm version" in reef returns "AttributeError: 'CephadmContext' object has no attribute 'fsid'"

2023-10-31 Thread Martin Conway
to diagnose why the recovery processes have stalled. Regards, Martin > -Original Message- > From: John Mulligan > Sent: Saturday, October 28, 2023 12:58 AM > To: ceph-users@ceph.io > Subject: [ceph-users] Re: "cephadm version" in reef returns "AttributeError:

[ceph-users] Re: "cephadm version" in reef returns "AttributeError: 'CephadmContext' object has no attribute 'fsid'"

2023-10-27 Thread John Mulligan
On Friday, October 27, 2023 2:40:17 AM EDT Eugen Block wrote: > Are the issues you refer to the same as before? I don't think this > version issue is the root cause, I do see it as well in my test > cluster(s) but the rest works properly except for the tag issue I > already reported which you can

[ceph-users] Re: "cephadm version" in reef returns "AttributeError: 'CephadmContext' object has no attribute 'fsid'"

2023-10-27 Thread Eugen Block
Are the issues you refer to the same as before? I don't think this version issue is the root cause, I do see it as well in my test cluster(s) but the rest works properly except for the tag issue I already reported which you can easily fix by setting the config value for the default image

[ceph-users] Re: "cephadm version" in reef returns "AttributeError: 'CephadmContext' object has no attribute 'fsid'"

2023-10-26 Thread Martin Conway
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