[ceph-users] Re: Reset dashboard (500 errors because of wrong config)

2022-04-27 Thread Eugen Block
Hi, you could try to set config keys, but I'm not sure if this will work. What do you get if you run this: ceph config-key get mgr/dashboard/_iscsi_config obtained 'mgr/dashboard/_iscsi_config' {"gateways": {"ses7-host1.fqdn": {"service_url": "http://:@:5000"}, "ses7-host2.fqdn": {"service_

[ceph-users] Permission problem upgrading Raspi-cluster from 16.2.7 to 17.2.0

2022-04-27 Thread Ulrich Klein
Hi, Yesterday I upgraded my smallest test system, 4 Raspberries 4B, from Pacific 16.2.7 (cephadm/containerized) to 17.2.0 using ceph orch upgrade start --ceph-version 17.2.0 It mostly worked ok, but wouldn't have finished without manual intervention. Apparently each time a mgr is upgraded the pr

[ceph-users] Upgrading Ceph from 17.0 to 17.2 with cephadm orch

2022-04-27 Thread Dominique Ramaekers
Hi, I've upgraded my cluster using 'ceph orch upgrade start --image quay.io/ceph/ceph:v17' in cephadm shell. All went great. 'Ceph tell osd.N version' reports the updated version 17.2.0 (Quincy, Stable). Only it seems that the ceph docker image on the initiated host is updated, the other aren

[ceph-users] Re: Permission problem upgrading Raspi-cluster from 16.2.7 to 17.2.0

2022-04-27 Thread Kuo Gene
Hi, There’s previous discussion about this issue. https://lists.ceph.io/hyperkitty/list/ceph-users@ceph.io/thread/ZZZGEVD4L4SEMEBMTZYDW2OOVWQFXGOA/ Can you check if there is any host with _admin label on it? Removing the label works for me. Regards, Gene Kuo > On Apr 27, 2022, at 18:21, Ulri

[ceph-users] Re: OSD crash with end_of_buffer + bad crc

2022-04-27 Thread Gilles Mocellin
Le 2022-04-27 08:43, Konstantin Shalygin a écrit : Just for memo record, what is your network card and driver? ethtool -i eth0 Of course. It's a Dell card, Broadcom Adv. Dual 25Gb Ethernet. $ sudo ethtool -i enp129s0f1np1 driver: bnxt_en version: 1.8.0 firmware-version: 218.0.219.13/pkg 21.8

[ceph-users] Re: Permission problem upgrading Raspi-cluster from 16.2.7 to 17.2.0

2022-04-27 Thread Ulrich Klein
Yup, looks exactly like the problem described in that thread. For the next cluster I’ll try without the _admin labels. I think I added them because without the label the files in /etc/ceph ever so often “magically” disappeared. So I’ll save copies of them before doing the upgrade. Thanks, Uli

[ceph-users] Re: OSDs stuck in heartbeat_map is_healthy "suicide timed out" infinite loop

2022-04-27 Thread Igor Fedotov
Hi Vladimir, just try manual DB compaction through ceph-kvstore-tool for these OSD. Highly likely it's a known issue with DB performance drop after bulk data removal. Thanks, Igor On 4/25/2022 8:47 PM, Vladimir Brik wrote: Hello I have 3 OSDs that are stuck in a perpetual loop of heartb

[ceph-users] Re: Recommendations on books

2022-04-27 Thread David Orman
Hi, I don't have any book suggestions, but in my experience, the best way to learn is to set up a cluster and start intentionally breaking things, and see how you can fix them. Perform upgrades, add load, etc. I do suggest starting with Pacific (the upcoming 16.2.8 release would likely be a good

[ceph-users] Re: Recommendations on books

2022-04-27 Thread Alex Gorbachev
There's this one: https://www.amazon.com/Learning-Ceph-Karan-Singh/dp/1783985623 -- Alex Gorbachev https://alextelescope.blogspot.com On Tue, Apr 26, 2022 at 11:17 PM Angelo Höngens wrote: > Hey guys and girls, > > Can you recommend some books to get started with ceph? I know the docs are >

[ceph-users] Re: Recommendations on books

2022-04-27 Thread Teoman Onay
Hi Angelo, I would go for this one: Ceph: Designing and Implementing Scalable Storage Systems https://www.amazon.com/Ceph-Designing-Implementing-software-defined-performance-ebook/dp/B07NC5NM5Q/ref=sr_1_1?crid=2AX7NYVK2486C&keywords=ceph+designing&qid=1651095041&s=books&sprefix=ceph+designing%2Cs

[ceph-users] Re: Recommendations on books

2022-04-27 Thread Anthony D'Atri
> Hi Angelo, > > I would go for this one: Ceph: Designing and Implementing Scalable Storage > Systems > > https://www.amazon.com/Ceph-Designing-Implementing-software-defined-performance-ebook/dp/B07NC5NM5Q/ref=sr_1_1?crid=2AX7NYVK2486C&keywords=ceph+designing&qid=1651095041&s=books&sprefix=ceph

[ceph-users] Re: Recommendations on books

2022-04-27 Thread Brett Niver
and yet another: https://www.amazon.com/Ceph-Cookbook-Practical-recipes-implement/dp/1788391063/ref=sr_1_2?crid=2C02K0RURFQXS&keywords=ceph&qid=1651096954&s=books&sprefix=ceph%2Cstripbooks%2C105&sr=1-2 Same authors - both very involved in Ceph support and engineering to this day. On Wed, Apr 27,

[ceph-users] Re: Recommendations on books

2022-04-27 Thread Dhairya Parmar
Hi Angelo, Publications and RPs: You can follow this link , it contains all the Ceph publications and research papers that will substantially help you understand Ceph and its umbrella(Ceph's components). Ceph Architecture: link