Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
ceph: stop osd process more quickly during pod shutdown
The OSD needs to shut down quickly during upgrade, or other scenarios where the OSD is being restarted. To facilitate this fast shutdown, rook will run kill -9 on the osd process. The Ceph OSD is designed to be safe even when killed like this. This allows the ECONNREFUSED to be returned sooner, which will redirect the OSD traffic to other OSDs and cause less downtime. Signed-off-by: Travis Nielsen <[email protected]>
- Loading branch information