[ceph-users] Re: *** Spam *** Re: v18.2.7 Reef released

2025-05-09 Thread Erwin Bogaard
Yeah, In think this is a difference between Centos 9 Stream and Almalinux 9 (which we use): openssl-libs-3.5.0 is only available for Centos 9 Stream, not for Almalinux. So we probably need to wait a little bit longer until this dependency is available at Almalinux we can install 18.2.7. ___

[ceph-users] Re: v18.2.7 Reef released

2025-05-08 Thread Erwin Bogaard
It looks like there is an issue with the package-based 18.2.7 release, when upgrading from 18.2.6 on el9. There seems to be a new (unfulfilled) dependency that prevents the packages from installing: Problem 1: cannot install the best update candidate for package librgw2-2:18.2.6-0.el9.x86_64 -

[ceph-users] Re: osd won't start

2024-10-16 Thread Erwin Bogaard
gt; > > Thanks, > > Igor > > On 10/16/2024 3:01 PM, Erwin Bogaard wrote: > > Hi, > > > > we're experiencing issues with a few osd's. They had a crash, but now > won't > > start anymore. Nothing seems wrong with them, but they keep hanging

[ceph-users] osd won't start

2024-10-16 Thread Erwin Bogaard
Hi, we're experiencing issues with a few osd's. They had a crash, but now won't start anymore. Nothing seems wrong with them, but they keep hanging with apparent 100% i/o wait on the machine when starting the osd. This is on ceph 18.2.4 This is the log (edited a bit, as it's too long): 2024-10-1

[ceph-users] Re: "ceph fs perf stats" and "cephfs-top" don't work

2021-07-19 Thread Erwin Bogaard
Regarding: "Probably there is no IO" When I check "ceph -s", it says there is activity. Not much, but some activity: io: client: 316 KiB/s rd, 10 KiB/s wr, 1 op/s rd, 1 op/s wr And no activity doesn't explain why cephfs-top complains about not finding the cluster. Re: using the options a

[ceph-users] Re: "ceph fs perf stats" and "cephfs-top" don't work

2021-07-15 Thread Erwin Bogaard
If I run the commands now, I still don't get any information returned with ceph fs perf stats. cephfs-top still says there is no cluster ceph. The clients are all el7 & el8 kernel clients and show up in the Dashboard. When I execute "ceph tell mds. client ls", I can see all clients are there. For

[ceph-users] "ceph fs perf stats" and "cephfs-top" don't work

2021-07-14 Thread Erwin Bogaard
Hi, I just upgraded our cluster to pacific 16.2.5. As I'm curious what cephfs-top could give for insights, I followed the steps in the documentation. After enabling the mgr module "stats": # ceph mgr module ls ... "enabled_modules": [ "dashboard", "iostat", "restful",

[ceph-users] cephfs-top: "cluster ceph does not exist"

2021-04-02 Thread Erwin Bogaard
Hi, just installed pacific on our test-cluster. This really is a minimal, but fully functional cluster. Everything works as expected, except for the new (and by me anticipated) cephfs-top. When I run that tool, it says: "cluster ceph does not exist" If I point it to the correct config file: # cep

[ceph-users] CephFS per client monitoring

2021-02-02 Thread Erwin Bogaard
Hi, we're using mainly CephFS to give access to storage. At all times we can see that all clients combines use "X MiB/s" and "y op/s" for read and write by using the cli or ceph dashboard. With a tool like iftop, I can get a bit of insight to which clients most data 'flows', but it isn't really pr

[ceph-users] Issue adding mon after upgrade to 15.2.2

2020-05-25 Thread Erwin Bogaard
In our lab-setup, I'm simulating the future migration of centos 7 + ceph 14.2.x to cepntos 8 + ceph 15.2.x. At the moment, I upgraded one of the nodes, which is a combined mon+mgr+mds+osd, to el8 + 15.2.2. The other node (also a combined one) is still on el7 + 14.2.9. The osd was detected and re-ad

[ceph-users] Which CephFS clients send a compressible hint?

2019-08-30 Thread Erwin Bogaard
We're mainly using CephFS using the Centos/Rhel 7 kernel client and I'm pondering if I should go for bluestore compression mode" = passive or aggressive with this client to get compression on (preferably) only compressible objects. Is there any list of CephFS clients that send compressible hints?