Federico Simoncelli has uploaded a new change for review. Change subject: BZ#767111 Extend volume size must be in Megabyte ......................................................................
BZ#767111 Extend volume size must be in Megabyte In commit c24396af (Merged SPM to StoragePool and HSM) the spm.public_extendVolume call was replaced by pool.extendVolume. The problem is that they use different units for the size parameter, the first one uses bytes and the second one uses megabytes. In this patch: * do not convert megabytes to bytes when calling pool.extendVolume * improve logging to record also the size received from the mailbox Change-Id: I955da5ca52708eb9bfd51df66f2a0e13e8eaf3c8 --- M vdsm/storage/storage_mailbox.py 1 file changed, 5 insertions(+), 5 deletions(-) git pull ssh://gerrit.ovirt.org:29418/vdsm refs/changes/79/579/1 -- To view, visit http://gerrit.ovirt.org/579 To unsubscribe, visit http://gerrit.ovirt.org/settings Gerrit-MessageType: newchange Gerrit-Change-Id: I955da5ca52708eb9bfd51df66f2a0e13e8eaf3c8 Gerrit-PatchSet: 1 Gerrit-Project: vdsm Gerrit-Branch: master Gerrit-Owner: Federico Simoncelli <[email protected]> _______________________________________________ vdsm-patches mailing list [email protected] https://fedorahosted.org/mailman/listinfo/vdsm-patches
