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

[BUG] machine delete commands does not delete virsh pools and source folders #4

Open
IceManGreen opened this issue Mar 16, 2023 · 0 comments
Assignees
Labels
bug Something isn't working

Comments

@IceManGreen
Copy link
Contributor

Describe the bug
Deleting a virtual machine using freyja machine delete doesn't erase the libvirt volume pools and the virtual machine's folder in the freyja workspace.

To Reproduce

  1. Create a virtual machine with freyja machine create
  2. Delete this vm with freyja machine delete
  3. Run :
    virsh pool-list --all
    -> the vm's pool still exists
  4. Run :
    ls ~/freyja-workspace/build
    -> the vm's folder still exists

Expected behavior
The deletion should also delete the vm's pool and folder.

Desktop (please complete the following information):

  • OS: Ubuntu 22.04
  • Version: freyja v0.1.0-beta
@IceManGreen IceManGreen added the bug Something isn't working label Mar 16, 2023
@IceManGreen IceManGreen self-assigned this Mar 16, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

When branches are created from issues, their pull requests are automatically linked.

1 participant