[node-patches] Change in ovirt-node[master]: Update the messages in the storage volume page a bit...

fabiand at redhat.com fabiand at redhat.com
Thu May 7 17:19:28 UTC 2015


Fabian Deutsch has posted comments on this change.

Change subject: Update the messages in the storage volume page a bit...
......................................................................


Patch Set 6:

(2 comments)

https://gerrit.ovirt.org/#/c/40639/6/src/ovirt/node/installer/core/storage_vol_page.py
File src/ovirt/node/installer/core/storage_vol_page.py:

Line 30: 
Line 31: class Plugin(plugins.NodePlugin):
Line 32:     _model = {}
Line 33:     _free_space = 0
Line 34:     _min_drive_size = 1295 + 10*1024
Let's move this value to the presets as well
Line 35:     _fill = True
Line 36: 
Line 37:     def name(self):
Line 38:         return _("Storage Sizes")


Line 74:         if not self.__enough_free_space():
Line 75:             ws.extend([ui.Notice("space.notice",
Line 76:                                  "Not enough space! Needs at least "
Line 77:                                  "%sMB for installation, %sMB "
Line 78:                                  "available" % (str(1295 + 10*1024),
… and the use the presets here
Line 79:                                                 self._drive_size))])
Line 80: 
Line 81:         if not self._fill:
Line 82:             ws.extend([ui.KeywordLabel("storage.free_space",


-- 
To view, visit https://gerrit.ovirt.org/40639
To unsubscribe, visit https://gerrit.ovirt.org/settings

Gerrit-MessageType: comment
Gerrit-Change-Id: Iae151bc12835c519e91373cdca9087fad98f4edf
Gerrit-PatchSet: 6
Gerrit-Project: ovirt-node
Gerrit-Branch: master
Gerrit-Owner: Ryan Barry <rbarry at redhat.com>
Gerrit-Reviewer: Fabian Deutsch <fabiand at redhat.com>
Gerrit-Reviewer: Jenkins CI
Gerrit-Reviewer: Ryan Barry <rbarry at redhat.com>
Gerrit-Reviewer: automation at ovirt.org
Gerrit-HasComments: Yes



More information about the node-patches mailing list