[ceph-users] Cephfs error state with one bad file

2024-01-02 Thread Sake Ceph
Hi again, hopefully for the last time with problems. We had a MDS crash earlier with the MDS staying in failed state and used a command to reset the filesystem (this was wrong, I know now, thanks Patrick Donnelly for pointing this out). I did a full scrub on the filesystem and two files were d

[ceph-users] Re: ceph-iscsi on RL9

2024-01-02 Thread Eugen Block
Hi, I'm not sure for how long your iscsi gateways will work as it has been deprecated [1]: The iSCSI gateway is in maintenance as of November 2022. This means that it is no longer in active development and will not be updated to add new features. Some more information were provided in [

[ceph-users] Re: Unable to find Refresh Interval Option in Ceph Dashboard (Ceph v18.2.1 "reef")- Seeking Assistance

2024-01-02 Thread Eugen Block
Hi, you can switch back to the old dashboard by issuing: ceph dashboard feature disable dashboard This will bring back the previous landing page where you can select your desired refresh interval. Regards, Eugen Zitat von Alam Mohammad : Hello, We've been using Ceph for managing our sto

[ceph-users] Re: ValueError: invalid literal for int() with base 10: '443 ssl_certificate=c

2024-01-02 Thread Eugen Block
Hi, I'm not entirely sure if it's the same thing I debugged a few weeks ago, but I found an error in the frontent parsing for the rgw_client which was fixed with 18.2.1. I suggest to upgrade and see if it's resolved. Regards, Eugen Zitat von Владимир Клеусов : Hi, When trying to log i

[ceph-users] Radosgw replicated -> EC pool

2024-01-02 Thread Jan Kasprzak
Hello, Ceph users, what is the best way how to change the storage layout of all buckets in radosgw? I have default.rgw.buckets.data pool as replicated, and I want to use an erasure-coded layout instead. One way is to use cache tiering as described here: https://cephnotes.ksperis.com/blog

[ceph-users] Re: Radosgw replicated -> EC pool

2024-01-02 Thread Massimo Sgaravatto
A while ago I moved from a replicated pool to a EC pool using this procedure (a down of the service during the data migration was acceptable in my case): # Stop rgw on all instances systemctl stop ceph-radosgw.target # Create the new EC pool for rgw data ceph osd pool create cloudprod.rgw.bucke