[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: > > > > for i in 192.168.1.{11,12,13};do ssh $i "apt install -y

[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"