Comment 10 for bug 1767997

Revision history for this message
Brian Candler (b-candler) wrote : Re: virt-manager destroys all volumes in libvirt zfs pool

I checked libvirt HEAD and the code's the same there: src/storage/storage_backend_zfs.c

    cmd = virCommandNewArgList(ZPOOL,
                               "get", "-Hp",
                               "health,size,free,allocated",
                               def->source.name,
                               NULL);

I guess this needs to go upstream.