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

Improve shared resource handling mechanism on MCI dynamic creation #1947

Merged
merged 2 commits into from
Nov 28, 2024

Conversation

yunkon-kim
Copy link
Member

This PR will improve the shared resource handling mechanism on MCI dynamic creation.

  • Remove distributed lock
  • Check if there is a Shared Resource before creation
  • Execute getVmReqFromDynamicReq() for the first request (i.e., vmRequest[0])
    • It's necessary to create Shared Resources securely.
  • Then apply an in-parallel routine for the remaining vmRequest[1:]

( It will be staged once more... ;;; )

* Remove distributed lock
* Check if there is a Shared Resource before creation
* Execute getVmReqFromDynamicReq() for the first request (i.e., vmRequest[0])
  - It's necessary to create Shared Resources securely.
* Then apply an in-parallel routine for the remaining vmRequest[1:]
@yunkon-kim
Copy link
Member Author

yunkon-kim commented Nov 27, 2024

Added staging commit in advance

@sykim-etri
Copy link
Member

/approve

@github-actions github-actions bot added the approved This PR is approved and will be merged soon. label Nov 28, 2024
@cb-github-robot cb-github-robot merged commit 120d0e1 into cloud-barista:main Nov 28, 2024
5 checks passed
@yunkon-kim yunkon-kim deleted the 241127-22 branch November 28, 2024 05:23
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
approved This PR is approved and will be merged soon.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants