[ceph-users] Re: Cluster healthy, but 16.2.7 osd daemon upgrade says its unsafe to stop them?

2022-05-26 Thread Wesley Dillingham
pool 13 'mathfs_metadata' replicated size 2 min_size 2 crush_rule 0 object_hash rjenkins pg_num 32 pgp_num 32 autoscale_mode on last_change The problem is you have size=2 and min_size=2 on this pool. I would increase the size of this pool to 3 (but i would also do that to all of your pools which

[ceph-users] Re: Cluster healthy, but 16.2.7 osd daemon upgrade says its unsafe to stop them?

2022-05-26 Thread Sarunas Burdulis
On 5/26/22 14:09, Wesley Dillingham wrote: What does "ceph osd pool ls detail" say? $ ceph osd pool ls detail pool 0 'rbd' replicated size 2 min_size 1 crush_rule 0 object_hash rjenkins pg_num 64 pgp_num 64 autoscale_mode on last_change 44740 flags hashpspool,selfmanaged_snaps stripe_width 0

[ceph-users] Re: Cluster healthy, but 16.2.7 osd daemon upgrade says its unsafe to stop them?

2022-05-26 Thread Wesley Dillingham
What does "ceph osd pool ls detail" say? Respectfully, *Wes Dillingham* w...@wesdillingham.com LinkedIn On Thu, May 26, 2022 at 11:24 AM Sarunas Burdulis < saru...@math.dartmouth.edu> wrote: > Running > > `ceph osd ok-to-stop 0` > > shows: > >

[ceph-users] Re: Cluster healthy, but 16.2.7 osd daemon upgrade says its unsafe to stop them?

2022-05-26 Thread Sarunas Burdulis
Running `ceph osd ok-to-stop 0` shows: {"ok_to_stop":false,"osds":[1], "num_ok_pgs":25,"num_not_ok_pgs":2, "bad_become_inactive":["13.a","13.11"],

[ceph-users] Re: 2 pools - 513 pgs 100.00% pgs unknown - working cluster

2022-05-26 Thread Eugen Block
First thing I would try is a mgr failover. Zitat von Eneko Lacunza : Hi all, I'm trying to diagnose a issue in a tiny cluster that is showing the following status: root@proxmox3:~# ceph -s   cluster:     id: 80d78bb2-6be6-4dff-b41d-60d52e650016     health: HEALTH_WARN     1/3

[ceph-users] Re: cannot assign requested address

2022-05-26 Thread Redouane Kachach Elhichou
Hello Dmitriy, You have to provide a valid ip during the bootstrap: --mon-ip ** * *must be a valid ip from some interface on the current node. Regards, Redouane. On Thu, May 26, 2022 at 2:14 AM Dmitriy Trubov wrote: > Hi, > > I'm trying to install ansible octopus with cephadm. > > Here is