[node-patches] Change in ovirt-node[master]: installer: Correct label on volume page

fabiand at redhat.com fabiand at redhat.com
Tue Dec 16 10:32:18 UTC 2014


Fabian Deutsch has uploaded a new change for review.

Change subject: installer: Correct label on volume page
......................................................................

installer: Correct label on volume page

Previously the efi size was used in the label to tell the rootfs size.
This is obviously wrong.
Now the rootfs size is used in the rootfs label.

Change-Id: I45fbbf1ccdd5b4ccc9ed0a72b1ba3b3f8b27263a
Bug-Url: https://bugzilla.redhat.com/show_bug.cgi?id=1174150
Signed-off-by: Fabian Deutsch <fabiand at fedoraproject.org>
---
M src/ovirt/node/installer/core/storage_vol_page.py
1 file changed, 1 insertion(+), 1 deletion(-)


  git pull ssh://gerrit.ovirt.org:29418/ovirt-node refs/changes/00/36200/1

diff --git a/src/ovirt/node/installer/core/storage_vol_page.py b/src/ovirt/node/installer/core/storage_vol_page.py
index e7b8b32..6bc502a 100644
--- a/src/ovirt/node/installer/core/storage_vol_page.py
+++ b/src/ovirt/node/installer/core/storage_vol_page.py
@@ -90,7 +90,7 @@
                    ui.Entry("storage.root_size", _("Root & RootBackup:"),
                             enabled=False),
                    ui.Label("label[1]", _("(2 partitions at %sMB each)") %
-                            self.model().get("storage.efi_size")),
+                            self.model().get("storage.root_size")),
                    ui.Divider("divider[2]"),
                    ui.Entry("storage.swap_size", _("Swap MB:")),
                    ui.Entry("storage.config_size", _("Config MB:")),


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

Gerrit-MessageType: newchange
Gerrit-Change-Id: I45fbbf1ccdd5b4ccc9ed0a72b1ba3b3f8b27263a
Gerrit-PatchSet: 1
Gerrit-Project: ovirt-node
Gerrit-Branch: master
Gerrit-Owner: Fabian Deutsch <fabiand at redhat.com>



More information about the node-patches mailing list