rook / rook

Storage Orchestration for Kubernetes
https://rook.io
Apache License 2.0
12.37k stars 2.69k forks source link

Monitor reboot after create storageclass #11081

Closed lincate closed 1 year ago

lincate commented 2 years ago

Is this a bug report or feature request?

Deviation from expected behavior: After create Storageclass rook-ceph-block, provisioner: rook-ceph.rbd.csi.ceph.com, monitor will rebooting again and again. Then, the PVC which reference rook-ceph-block status is pending.

Expected behavior: Storageclass can be created, PVC can be bound.

How to reproduce it (minimal and precise): kubectl create -f crds.yaml -f commons.yaml -f operator.yaml kubectl create -f cluster.yaml after that, ceph-cluster status is HEALTH_OK then kubectl create -f storageclass.yaml

File(s) to submit:

Logs to submit: Info: Checking mon quorum and ceph health details HEALTH_OK

after create storageclass: one of monitor log is: debug 2022-09-29T09:10:21.318+0000 7f937291a700 0 log_channel(cluster) log [DBG] : fsmap debug 2022-09-29T09:10:21.318+0000 7f937291a700 0 log_channel(cluster) log [DBG] : osdmap e25: 3 total, 3 up, 3 in debug 2022-09-29T09:10:21.319+0000 7f937291a700 0 log_channel(cluster) log [DBG] : mgrmap e30: no daemons active (since 18s) debug 2022-09-29T09:10:21.320+0000 7f937291a700 0 log_channel(cluster) log [WRN] : Health check update: 1/3 mons down, quorum a,c (MON_DOWN) debug 2022-09-29T09:10:59.737+0000 7f9371117700 1 mon.a@0(leader) e3 handle_auth_request failed to assign global_id debug 2022-09-29T09:11:15.942+0000 7f9370916700 1 mon.a@0(leader) e3 handle_auth_request failed to assign global_id debug 2022-09-29T09:11:25.176+0000 7f9378125700 -1 received signal: Terminated from Kernel ( Could be generated by pthread_kill(), raise(), abort(), alarm() ) UID: 0 debug 2022-09-29T09:11:25.176+0000 7f9378125700 -1 mon.a@0(leader) e3 Got Signal Terminated debug 2022-09-29T09:11:25.176+0000 7f9378125700 1 mon.a@0(leader) e3 shutdown image

Cluster Status to submit:

Environment:

travisn commented 2 years ago

Some questions:

shangjin92 commented 2 years ago

It maybe similar to https://github.com/rook/rook/issues/10110

github-actions[bot] commented 1 year ago

This issue has been automatically marked as stale because it has not had recent activity. It will be closed in a week if no further activity occurs. Thank you for your contributions.

github-actions[bot] commented 1 year ago

This issue has been automatically closed due to inactivity. Please re-open if this still requires investigation.