Re: [libvirt] [PATCH 2/8] snapshot: expose new flags in virsh

2012-06-13 Thread Peter Krempa
On 06/10/12 05:37, Eric Blake wrote: Previously, to get the name of all snapshots with children, it was necessary to get the name of all snapshots and then remove the name of leaf snapshots. This is racy, and somewhat inefficient compared to planned API additions. We can emulate --no-metadata

[libvirt] [PATCH 2/8] snapshot: expose new flags in virsh

2012-06-09 Thread Eric Blake
Previously, to get the name of all snapshots with children, it was necessary to get the name of all snapshots and then remove the name of leaf snapshots. This is racy, and somewhat inefficient compared to planned API additions. We can emulate --no-metadata on 0.9.5-0.9.12, but for now, there is