On Wed, Jun 8, 2011 at 12:23 PM, Kevin Wolf <kw...@redhat.com> wrote: > Until recently, qemu-img create displayed cluster_size=0 for the default > cluster size. It is changed to display the real cluster size now, which > results > in the cluster size not being filtered out any more. > > If the cluster size is specified explicitly in CLUSTER_SIZE, keep the output, > and if using the default, filter it out. This mostly restores the old > behaviour > of the test cases; test 015 must be fixed to use CLUSTER_SIZE instead of using > extra_img_options for it. > > Signed-off-by: Kevin Wolf <kw...@redhat.com> > --- > 015 | 3 ++- > common.rc | 4 +++- > 2 files changed, 5 insertions(+), 2 deletions(-)
Reviewed-by: Stefan Hajnoczi <stefa...@linux.vnet.ibm.com>