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 <[email protected]>
---
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/53/36253/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/36253
To unsubscribe, visit http://gerrit.ovirt.org/settings

Gerrit-MessageType: newchange
Gerrit-Change-Id: I45fbbf1ccdd5b4ccc9ed0a72b1ba3b3f8b27263a
Gerrit-PatchSet: 1
Gerrit-Project: ovirt-node
Gerrit-Branch: ovirt-3.5
Gerrit-Owner: Fabian Deutsch <[email protected]>
Gerrit-Reviewer: Fabian Deutsch <[email protected]>
_______________________________________________
node-patches mailing list
[email protected]
http://lists.ovirt.org/mailman/listinfo/node-patches

Reply via email to