commit | bf5f0cf5d819cce45dd578a19386d8b60022654f | [log] [tgz] |
---|---|---|
author | Vladimir Sementsov-Ogievskiy <vsementsov@virtuozzo.com> | Mon Mar 11 21:51:45 2019 +0300 |
committer | John Snow <jsnow@redhat.com> | Tue Mar 12 14:50:28 2019 -0400 |
tree | b04234c6a399d08908d3632d5c830506907bf85e | |
parent | 2fd490c614500fc669386eaf8710cd2d015f548e [diff] |
block/qcow2-bitmap: Don't check size for IN_USE bitmap We are going to allow image resize when there are persistent bitmaps. It may lead to appearing of inconsistent bitmaps (IN_USE=1) with inconsistent size. But we still want to load them as inconsistent. Signed-off-by: Vladimir Sementsov-Ogievskiy <vsementsov@virtuozzo.com> Message-id: 20190311185147.52309-3-vsementsov@virtuozzo.com Signed-off-by: John Snow <jsnow@redhat.com>