Skip to content

revert: feat(engine): add I/O suspension during replica deletion#403

Merged
derekbit merged 1 commit into
longhorn:mainfrom
hookak:LH11109
Sep 6, 2025
Merged

revert: feat(engine): add I/O suspension during replica deletion#403
derekbit merged 1 commit into
longhorn:mainfrom
hookak:LH11109

Conversation

@hookak
Copy link
Copy Markdown
Contributor

@hookak hookak commented Sep 5, 2025

This reverts commit f640e45. Longhorn 11109

Which issue(s) this PR fixes:

Issue # longhorn/longhorn#11109

What this PR does / why we need it:

This PR reverts commit f640e455c81df7c2d7b008263beae9528ace1a2f.(#376), which suspended I/O during replica deletion.
Although that change did not cause functional failures, it can negatively affect client I/O while a replica is being deleted. SPDK already performs an internal quiesce(suspension of I/O) during base bdev removal, so keeping the additional suspend increases client-visible impact.

Special notes for your reviewer:

Additional documentation or context

Copy link
Copy Markdown
Member

@derekbit derekbit left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

This reverts commit f640e45.
ref: longhorn#376
Longhorn 11109

Signed-off-by: jinhong.kim0 <hookak25@gmail.com>
@hookak hookak changed the title Revert "feat(engine): add I/O suspension during replica deletion" revert: feat(engine): add I/O suspension during replica deletion Sep 5, 2025
@derekbit derekbit merged commit dd45a95 into longhorn:main Sep 6, 2025
6 of 8 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants