
25 Feb
2015
25 Feb
'15
4:13 a.m.
On Thu, Feb 19, 2015 at 15:59:15 +0100, Ján Tomko wrote:
This reverts commit f1856eb622fde2e6c3a6a932d1dded7f1691d205.
Now that we can update capacity from image metadata, we don't need to skip the update. --- src/storage/storage_backend.c | 20 +++++--------------- src/storage/storage_backend.h | 5 +---- src/storage/storage_backend_disk.c | 4 ++-- src/storage/storage_backend_fs.c | 10 ++++------ src/storage/storage_backend_gluster.c | 2 +- src/storage/storage_backend_logical.c | 2 +- src/storage/storage_backend_mpath.c | 2 +- src/storage/storage_backend_scsi.c | 2 +- 8 files changed, 16 insertions(+), 31 deletions(-)
ACK, the code is no longer necessary once we update the capacity properly. Peter