[ceph-users] Debian 12 + Ceph 18.2 + ARM64

2024-07-01 Thread filip Mutterer
Trying to install Ceph 18.2 on Debian 12 but version of package "ceph" looks wrong when doing apt search ceph. My ceph.list: deb https://download.ceph.com/debian-reef/ bookworm main Apt search result: apt search ceph|grep 18\.2 WARNING: apt does not have a stable CLI interface. U

[ceph-users] Fwd: Debian 12 + Ceph 18.2 + ARM64

2024-07-01 Thread filip Mutterer
I tried by commenting out all other sources. But in the end package "ceph" didn't show up. On 02.07.2024 00:43, Anthony D'Atri wrote: Did you disable the Debian OS repositories, so you don’t get their bundled build? On Jul 1, 2024, at 6:21 PM, filip Mutterer wrote: Tr

[ceph-users] Re: Debian 12 + Ceph 18.2 + ARM64

2024-07-01 Thread filip Mutterer
I tried by commenting out all other sources. But in the end package "ceph" didn't show up. On 02.07.2024 00:43, Anthony D'Atri wrote: Did you disable the Debian OS repositories, so you don’t get their bundled build? On Jul 1, 2024, at 6:21 PM, filip Mutterer wrote: Tr

[ceph-users] Re: Debian 12 + Ceph 18.2 + ARM64

2024-07-01 Thread filip Mutterer
meta package ? On Jul 1, 2024, at 7:09 PM, filip Mutterer wrote: ⋚훲犉ꙺ筢鸊⺵ꥥꋘ庮쨮귇갆默幺睩槉᪁燪慶❧뛈棂齍듯洶㣜৭蚉୫謊眪⹶⬚湗궅渦ꜹ⫞ꚋ⊶諢立⣊讝ꉱ㛳佽똇궶អ궻ꝶ垝滨ꕴ멝盓渚랭딓漴S챾⥢꓋궵그ꖊ鷝盈ꣂ먭示砭ꈩꥥ৪懗춨鰷鮉꧵�궽誉障醨ṱ隊⒳૨鸌ⅺ睨詸᪦�檷ⅱ㌧Ầᥢ닗幮᭭ꛏカ谧隆鵱犉뽵橺�ᅴꊉア릦権삦�檷↭雖ꦶ잚귈屺顠귪痳斀䓒ങꩭ皇겞譡櫷骲횛闠謢⧭窷�笈궅욮똪➊笜긪涱잩蘊�꧚疫Ⅾ蚫盏ꛥ立婮垵땮騵�媖圞ꘙꂭ잩薧曾쭚湗겵ꛥ筟㛛囩ꍝ뻕ꥥ燪憚૝櫈审ꫝﻋ婮垬떦弶�嶾햩敱騊�줩

[ceph-users] Ceph 16.2 vs 18.2 use case Docker/Swarm LXC

2024-07-02 Thread filip Mutterer
Could I be missing any significant features when using Ceph 16.2 instead of 18.2 when using Docker/Swarm or LXC? I am asking, because I am struggling to set it up in Version 18.2 due to confusion with the debian 12 packages as some still stay in version 16.2 even after adding the sources for 1

[ceph-users] Cluster Alerts

2024-07-03 Thread filip Mutterer
In my cluster I have old Alerts, how should solved Alerts be handled? Just wait until they disappear or Silence them? Whats the recommended way? filip ___ ceph-users mailing list -- ceph-users@ceph.io To unsubscribe send an email to ceph-users-le...@

[ceph-users] Mount cephfs

2024-07-17 Thread filip Mutterer
In the official guide I found this example to mount Cephfs: mount -t ceph name@.fs_name=/ /mnt/mycephfs -o mon_addr=1.2.3.4 How to adapt to part "name@.fs_name=/" to my setup. Which command do I have to run in cephadm shell to pick up the details? ___

[ceph-users] Ceph ARM providing storage for x86

2024-05-25 Thread filip Mutterer
Is this known to be working: Setting up the Ceph Cluster with ARM and then use the storage with X86 Machines for example LXC, Docker and KVM? Is this possible? Greetings filip ___ ceph-users mailing list -- ceph-users@ceph.io To unsubscribe send an

[ceph-users] Installing Ceph on ARM fails

2025-01-14 Thread filip Mutterer
hi, trying to install Ceph 19.2 on ARM. My commands are: for i in 192.168.1.{11,12,13};do ssh $i "apt install -y chrony curl";done for i in 192.168.1.{11,12,13};do ssh $i \   "curl --silent --remote-name --locationhttps://download.ceph.com/rpm-19.2.0/el9/noarch/cephadm && chmod +x cephadm"

[ceph-users] Re: [ceph-users] Installing Ceph on ARM fails

2025-01-14 Thread filip Mutterer
Its Debian 12 On Tuesday, January 14, 2025 19:34 CET, Anthony D'Atri wrote: > Which OS? > > > On Jan 14, 2025, at 1:29 PM, filip Mutterer wrote: > > > > hi, > > > > trying to install Ceph 19.2 on ARM. > > > > My commands are: > >

[ceph-users] RBD Block alignment 16k for Databases

2025-04-08 Thread filip Mutterer
Hi! Is Block alignment for Databases a thing with RBD? I heard something with 16K alignment ... If yes how can be checked what alignment a RBD got. And yes I need to run my Database in Ceph as I have no other storage with redundandency. Hints for optimizing a single Block device for a Datab

[ceph-users] Unable to add OSD

2025-03-12 Thread filip Mutterer
Hi, I am trying to add OSDs to freshly installed 3 Node Ceph Cluster but don't know how to solve my problem. It looks like all nodes share the same problem. Kernel Options "cgroup_memory=1 cgroup_enable=memory" are set. ceph orch apply osd --all-available-devices --unmanaged=false ceph heal

[ceph-users] Reper Ceph Cluster only OSDs intakt

2025-03-24 Thread filip Mutterer
Playing around with Ceph I did a Big mistake. My root filesystem uses snapshot and only excluding /home & /root. When I switched back to an older Snapshot  I noticed Ceph is complaining all OSDs are not working. How can I Fix this? Rebuild cluster and then add the OSDs back in? Is there a gu

[ceph-users] partitioning OSD Storage drive

2025-06-13 Thread filip Mutterer
Is it possible to partition an OSD storage drive? As I only have 2 S-ATA ports it sounds like a better choice to use a small part of the two SSDs for the operating system and leave the rest to Ceph. Can I do this? I already have a setup like this with ZFS and it can have significant downsides.