Files
libguestfs/tools
Richard Jones 45a4cd7921 df: Minimize the number of times we launch the libguestfs appliance.
This commit greatly improves the performance of the 'virt-df'
command by batching as many disks as possible onto a single appliance.
In many situations this means the appliance is launched only once,
versus one launch per domain as before.

However doing it this way is a lot more complex:

(1) Because of limits in Linux and virtio-blk, we can only attach
26 disks maximum at a time to the appliance.

(2) We have to use LVM filters (lvm-set-filter) to confine LVM to
the disks of a single guest.
2010-07-16 18:22:09 +01:00
..
2010-07-11 23:11:08 +01:00
2010-04-11 17:02:18 +01:00
2010-04-11 17:02:18 +01:00
2010-04-11 17:02:18 +01:00
2010-05-08 19:57:52 +01:00
2010-07-11 23:11:45 +01:00