Skip to content

Bug: volumes for disposable vms never get destroyed #8

@3nprob

Description

@3nprob

Using a zpool as driver for vm storage, I notice that disposables leave behind their datasets:

$ qvm-ls | grep 'disp[0-9]' | wc -l
0

$ zfs list | grep 'disp[0-9]' | wc -l
9001

These have to be manually destroyed:

$ zfs list | grep -o 'disp[0-9][0-9]*' | grep -Ev 'EXCEPT|THESE' | xargs -I{} sudo zfs destroy {}

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions