Simone Tiraboschi has posted comments on this change.

Change subject: iscsi: checking image size against VG free space
......................................................................


Patch Set 10:

(2 comments)

http://gerrit.ovirt.org/#/c/34940/10//COMMIT_MSG
Commit Message:

Line 10: disk image so we need to check if we have enough
Line 11: free space before starting.
Line 12: We need to validate the image size before creating the VG
Line 13: so we cannot simply check the VG free space but we need
Line 14: a rought estimate of its overhead
> rought -> rough
Done
Line 15: 
Line 16: Change-Id: I17f861a053f6ac38983967ffb07ecca9ff9b8de1
Line 17: Bug-Url: https://bugzilla.redhat.com/1142710


http://gerrit.ovirt.org/#/c/34940/10/src/plugins/ovirt-hosted-engine-setup/vm/image.py
File src/plugins/ovirt-hosted-engine-setup/vm/image.py:

Line 89:         estimate_gb = None
Line 90:         if self.environment[
Line 91:             ohostedcons.StorageEnv.BDEVICE_SIZE_GB
Line 92:         ] is not None:
Line 93:             # conservative estimate
> You removed the parts that added value to the reader, and left the obvious 
Done
Line 94:             estimate_gb = int(self.environment[
Line 95:                 ohostedcons.StorageEnv.BDEVICE_SIZE_GB
Line 96:             ]) - ohostedcons.Const.STORAGE_DOMAIN_OVERHEAD_GIB
Line 97: 


-- 
To view, visit http://gerrit.ovirt.org/34940
To unsubscribe, visit http://gerrit.ovirt.org/settings

Gerrit-MessageType: comment
Gerrit-Change-Id: I17f861a053f6ac38983967ffb07ecca9ff9b8de1
Gerrit-PatchSet: 10
Gerrit-Project: ovirt-hosted-engine-setup
Gerrit-Branch: master
Gerrit-Owner: Simone Tiraboschi <stira...@redhat.com>
Gerrit-Reviewer: Lev Veyde <lve...@redhat.com>
Gerrit-Reviewer: Nir Soffer <nsof...@redhat.com>
Gerrit-Reviewer: Sandro Bonazzola <sbona...@redhat.com>
Gerrit-Reviewer: Simone Tiraboschi <stira...@redhat.com>
Gerrit-Reviewer: Yedidyah Bar David <d...@redhat.com>
Gerrit-Reviewer: automat...@ovirt.org
Gerrit-Reviewer: oVirt Jenkins CI Server
Gerrit-HasComments: Yes
_______________________________________________
Engine-patches mailing list
Engine-patches@ovirt.org
http://lists.ovirt.org/mailman/listinfo/engine-patches

Reply via email to