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

Network adapters are not removed during catlet update #284

Open
ChristopherMann opened this issue Dec 11, 2024 · 0 comments · May be fixed by #305
Open

Network adapters are not removed during catlet update #284

ChristopherMann opened this issue Dec 11, 2024 · 0 comments · May be fixed by #305
Labels
bug Something isn't working
Milestone

Comments

@ChristopherMann
Copy link
Collaborator

ChristopherMann commented Dec 11, 2024

When a catlet is updated, network adapters which have been removed from the catlet configuration are not removed from the VM.

Steps

  1. Create a new catlet with the following configuration:
    name: my-catlet
    parent: dbosoft/ubuntu-22.04/starter
    networks:
    - name: default
    
  2. Update the catlet with the following configuration
    name: my-catlet
    parent: dbosoft/ubuntu-22.04/starter
    networks:
    - name: default
      mutation: remove
    

Expected result

The network adapter is removed as the network has been removed. The VM has no network adapters configured.

Actual result

The network adapter is still present in the VM.

AB#726

@ChristopherMann ChristopherMann added the bug Something isn't working label Dec 11, 2024
@fw2568 fw2568 added this to the zero beta 3 milestone Jan 7, 2025
@ChristopherMann ChristopherMann linked a pull request Jan 17, 2025 that will close this issue
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

Successfully merging a pull request may close this issue.

2 participants