Skip to content
This repository has been archived by the owner on Jul 17, 2023. It is now read-only.

upgrade vm-memory to 0.8.0 #166

Closed
4 tasks done
wllenyj opened this issue Jun 27, 2022 · 7 comments
Closed
4 tasks done

upgrade vm-memory to 0.8.0 #166

wllenyj opened this issue Jun 27, 2022 · 7 comments

Comments

@wllenyj
Copy link
Contributor

wllenyj commented Jun 27, 2022

The rust-vmm community uses the Comparison requirements form for specific dependencies. The advantage of this is that when a new version of the crate is released, there is no need to update the version for each dependent crate. But, if the new version of the crate is API incompatible. All libs that depend on it must either be modified accordingly, or the version number must be locked. This is exactly what we do in kata currently. So in the next step we need to modify all the dependent libraries.

Making this work requires the following changes.

@uran0sH
Copy link

uran0sH commented Jul 2, 2022

Maybe I could help you to upgrade vm-memory to 0.8.0 for fuse-backend-rs and image-service.

@studychao
Copy link
Member

@uran0sH Hello there~ You are welcome to help us to upgrade vm-memory to 0.8.0 for fuse-backend-rs and image-service.
And if you encounter any problem during upgrading, please let us know:)

@studychao
Copy link
Member

Hi @uran0sH , are you working at vm-memory update in image-service ? Do you need any help about that?

@uran0sH
Copy link

uran0sH commented Jul 17, 2022

Hi @uran0sH , are you working at vm-memory update in image-service ? Do you need any help about that?

Yeah, but it seems to require waiting for the latest version of fuse-backend-rs to be released to upgrade image-service

@studychao
Copy link
Member

@uran0sH Got that, thanks. Let me check whether fuse-backend-rs could do a release.

@studychao
Copy link
Member

studychao commented Jul 24, 2022

Hi @uran0sH , fuse-backend-rs has released a new version and maybe you could try to update the vm-memory in image-service .

If you encounter any probleam, please let me know.

@wllenyj
Copy link
Contributor Author

wllenyj commented Sep 9, 2022

#213

@wllenyj wllenyj closed this as completed Sep 20, 2022
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants