Skip to content

vm meta manifest#32

Merged
TheHeroBrine422 merged 11 commits intomainfrom
caleb/vm-meta-manifest
May 1, 2026
Merged

vm meta manifest#32
TheHeroBrine422 merged 11 commits intomainfrom
caleb/vm-meta-manifest

Conversation

@TheHeroBrine422
Copy link
Copy Markdown
Contributor

@TheHeroBrine422 TheHeroBrine422 commented Apr 28, 2026

No description provided.

Signed-off-by: Caleb Jones <caleb@calebgj.io>
Signed-off-by: Caleb Jones <caleb@calebgj.io>
Signed-off-by: Caleb Jones <caleb@calebgj.io>
isolating ch references.

will move this to another crate later.

Signed-off-by: Caleb Jones <caleb@calebgj.io>
Signed-off-by: Caleb Jones <caleb@calebgj.io>
Signed-off-by: Caleb Jones <caleb@calebgj.io>
Signed-off-by: Caleb Jones <caleb@calebgj.io>
@TheHeroBrine422 TheHeroBrine422 linked an issue Apr 28, 2026 that may be closed by this pull request
@TheHeroBrine422 TheHeroBrine422 changed the title cm meta manifest vm meta manifest Apr 28, 2026
Comment thread odoroboctl/src/cli.rs Outdated
Comment thread odorobo/src/types.rs
Comment thread odorobo/src/ch_driver/actor.rs
Comment thread odorobo/src/ch_driver/actor.rs Outdated
Comment thread odorobo/src/ch_driver/actor.rs Outdated
Comment thread odorobo/src/ch_driver/actor.rs
Comment thread odorobo/src/ch_driver/actor.rs Outdated
@TheHeroBrine422
Copy link
Copy Markdown
Contributor Author

@korewaChino most of those are intended to be temporary. just was getting it good enough so it would boot. If I was thinking better, I would have had it where the ctl could modify those values instead of hardcoding them lol.

was intending on adding more later, but it wasnt necessary for just getting the the manifest arguably working.

@korewaChino
Copy link
Copy Markdown
Collaborator

@korewaChino most of those are intended to be temporary. just was getting it good enough so it would boot. If I was thinking better, I would have had it where the ctl could modify those values instead of hardcoding them lol.

was intending on adding more later, but it wasnt necessary for just getting the the manifest arguably working.

you can resolve those specific review comments then, mark them with a TODO or something too just in case

@TheHeroBrine422
Copy link
Copy Markdown
Contributor Author

ok cool

@TheHeroBrine422
Copy link
Copy Markdown
Contributor Author

oh forgot one thing. the operators stuff was based on the kubernetes pod affinity stuff. affinity isnt really finished though anyway, I just started writing it and then realized it is kinda integrated into the meta manifest. it arguably should be its own PR, but somehow i accidentally mixed it in.

Signed-off-by: Caleb Jones <caleb@calebgj.io>
Comment thread odorobo/src/ch_driver/actor.rs Fixed
Comment thread odorobo/src/ch_driver/actor.rs Fixed
Comment thread odorobo/src/ch_driver/actor.rs Fixed
@TheHeroBrine422
Copy link
Copy Markdown
Contributor Author

@korewaChino added todos, or did the review comments if they were simple. anything else, or good to merge?

VMCacheData {
actor_ref: actor_ref.clone(),
config: msg.config.clone()
config: Default::default()
Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

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

empty default on cache miss?

Copy link
Copy Markdown
Contributor Author

Choose a reason for hiding this comment

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

we need to decide if the migrate messages are ch specific or used for everything. the cache is now setup to store the overall meta-manifest and the current migrate messages are ch specific. so they don't have a copy of the manfiest. we also could just get a copy from the old vm, but im not 100% sure if we want to rely on getting a copy from there.

Comment thread odorobo/src/ch_driver/actor.rs
Comment thread odorobo/src/ch_driver/actor.rs Outdated
Comment thread odorobo/src/ch_driver/actor.rs Outdated
Comment thread odorobo/src/ch_driver/actor.rs Outdated
Comment thread odorobo/src/ch_driver/actor.rs
Comment thread odoroboctl/src/cli.rs Outdated
TheHeroBrine422 and others added 2 commits April 29, 2026 12:44
Signed-off-by: Caleb Jones <caleb@calebgj.io>
Comment thread odorobo/src/ch_driver/actor.rs Fixed
Comment thread odorobo/src/ch_driver/actor.rs Fixed
Signed-off-by: Caleb Jones <caleb@calebgj.io>
@TheHeroBrine422
Copy link
Copy Markdown
Contributor Author

@korewaChino is this good to merge?

Several other parts will need to be added later, but having the meta manifest at all is blocking several other issues. I rather get the minimal working solution merged and we get the other parts working later then try to get this perfect.

@korewaChino
Copy link
Copy Markdown
Collaborator

approved

@TheHeroBrine422 TheHeroBrine422 merged commit 940458f into main May 1, 2026
12 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.

Proper VM meta-manifest

3 participants