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

Implement command to list running Firecracker MicroVMs in Pool #203

Open
konradasb opened this issue Nov 15, 2024 · 3 comments
Open

Implement command to list running Firecracker MicroVMs in Pool #203

konradasb opened this issue Nov 15, 2024 · 3 comments
Assignees
Labels
kind/feature Feature request

Comments

@konradasb
Copy link
Contributor

Feature Request

Description

Implement command to list running Firecracker MicroVMs in Pool

Context

There's no way to list MicroVMs apart from looking at ps auxfw, ip netns ls or similar output. It would be nice to see them using fireactions ls <POOL NAME> or similar command.

Possible Implementation

  1. Get all VMs from Pool
  2. Print them out to the terminal
@konradasb konradasb added the kind/feature Feature request label Nov 15, 2024
@pathcl
Copy link

pathcl commented Jan 3, 2025

Hopefully I can work on this tomorrow

@pathcl
Copy link

pathcl commented Jan 5, 2025

@konradasb do we intend to:

  • parse ps output
  • rely on filesystem where firecracker runs or
  • have an external state about pools?

Im trying to understand what possible inputs we could use

@konradasb
Copy link
Contributor Author

Essentially, we keep a list of running MicroVMs inside a Pool here. The command should send HTTP request for listing MicroVMs of a specific pool.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
kind/feature Feature request
Projects
None yet
Development

No branches or pull requests

3 participants