[ceph-users] OSD crash with "FAILED ceph_assert(v.length() == p->shard_info->bytes)"

2023-01-11 Thread Yu Changyuan
One of OSD(other OSDs are fine) was crashed, and try "ceph-bluestore-tool fsck" also crashed with same error. Besides destroy this OSD and re-create, are there any other steps I can do to restore the OSD? Below is part of message: /home/jenkins-build/build/workspace/ceph-build/ARCH/x86_64/AVAILAB

[ceph-users] Re: Any suggestion for convert a small cluster to cephadm

2022-04-25 Thread Yu Changyuan
x27;docker.io/ceph/daemon-base:latest-pacific-devel', but other daemon(mon, mgr & osd) use 'quay.io/ceph/ceph:v16', why use different image? And how can I make MDS to use 'quay.io/ceph/daemon-base:lastest-pacific-devel' image? Yu Changyuan writes: > I run a small

[ceph-users] Any suggestion for convert a small cluster to cephadm

2022-04-23 Thread Yu Changyuan
I run a small ceph cluster(3 mon on 3 node, 7 osd on 2 node) at home with custom setup, and I think cephadm is the future, so I want to convert this cluster to cephadm. My cluster setup is complex compare to standard deployment, the cluster is created in early days, so the it is deployed manually,