Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Attachment manager for multi-processing #1

Open
s3rj1k opened this issue Nov 4, 2024 · 6 comments
Open

Attachment manager for multi-processing #1

s3rj1k opened this issue Nov 4, 2024 · 6 comments
Assignees
Labels
feature Adds new functionality os:glance OpenStack Glance size-L Change size large (CL: 100...499)

Comments

@s3rj1k
Copy link
Collaborator

s3rj1k commented Nov 4, 2024

refs:

"Upstream attachment manager does not work for several workers or several processes on the same host"

@s3rj1k s3rj1k added bug Something isn't working enhancement os:glance OpenStack Glance size-L Change size large (CL: 100...499) and removed bug Something isn't working enhancement labels Nov 4, 2024
@s3rj1k
Copy link
Collaborator Author

s3rj1k commented Nov 22, 2024

@s3rj1k
Copy link
Collaborator Author

s3rj1k commented Nov 22, 2024

I guess you could try to repro it on a multi-node devstack by:

    setting up glance on cinder
    set up several workers for glance
    enable cinder-volume only on compute node
        so that a remote iscsi mount is used for sure
    upload image to glance - it will be stored in lvm on compute
    try downloading this very image several times in parallel, with some time shift
        it will quite probably fail (may be need several tries), because first worker will detach the volume sooner than the other worker finishes serving data from that volume

@s3rj1k s3rj1k added the feature Adds new functionality label Nov 22, 2024
@s3rj1k
Copy link
Collaborator Author

s3rj1k commented Nov 22, 2024

Current status: unable to gather proper list of changes, have rejects when trying to apply provided list of patches on top of glance_store -> stable/2024.1

@s3rj1k s3rj1k moved this from Triage to On hold in OpenStack Downstream to Upstream Nov 22, 2024
@s3rj1k s3rj1k self-assigned this Nov 22, 2024
@s3rj1k
Copy link
Collaborator Author

s3rj1k commented Dec 16, 2024

@s3rj1k
Copy link
Collaborator Author

s3rj1k commented Dec 18, 2024

There are two sets of CRs that try to fix similar problem
https://bugs.launchpad.net/glance-store/+bug/1965679
https://review.opendev.org/q/topic:%22bug/1965679%22
(seems like none have Specs 🌝 )

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
feature Adds new functionality os:glance OpenStack Glance size-L Change size large (CL: 100...499)
Projects
Status: On hold
Development

No branches or pull requests

1 participant