[node-patches] Change in ovirt-node[master]: increase size of boot and root partitions
mburns at redhat.com
mburns at redhat.com
Tue Jul 16 19:08:01 UTC 2013
Michael Burns has uploaded a new change for review.
Change subject: increase size of boot and root partitions
......................................................................
increase size of boot and root partitions
Image size is gradually increasing and the number of potential
plugins means that we risk the default size being too small for
an image
Change-Id: Ia1539981932536642aa5fb96cf9870011f63e6d7
Signed-off-by: Mike Burns <mburns at redhat.com>
---
M src/ovirt/node/installer/core/storage_vol_page.py
M src/ovirtnode/storage.py
2 files changed, 3 insertions(+), 3 deletions(-)
git pull ssh://gerrit.ovirt.org:29418/ovirt-node refs/changes/58/16958/1
diff --git a/src/ovirt/node/installer/core/storage_vol_page.py b/src/ovirt/node/installer/core/storage_vol_page.py
index 684bf45..6a9e12c 100644
--- a/src/ovirt/node/installer/core/storage_vol_page.py
+++ b/src/ovirt/node/installer/core/storage_vol_page.py
@@ -66,7 +66,7 @@
ui.Divider("divider[1]"),
ui.Entry("storage.root_size", "Root & RootBackup:",
enabled=False),
- ui.Label("label[1]", "(2 partitions at 256MB each)"),
+ ui.Label("label[1]", "(2 partitions at 5126MB each)"),
ui.Divider("divider[2]"),
ui.Entry("storage.swap_size", "Swap:"),
ui.Entry("storage.config_size", "Config:"),
diff --git a/src/ovirtnode/storage.py b/src/ovirtnode/storage.py
index 5fb0399..9c454e4 100644
--- a/src/ovirtnode/storage.py
+++ b/src/ovirtnode/storage.py
@@ -35,8 +35,8 @@
logger.propagate = False
OVIRT_VARS = _functions.parse_defaults()
self.overcommit = 0.5
- self.BOOT_SIZE = 256
- self.ROOT_SIZE = 256
+ self.BOOT_SIZE = 512
+ self.ROOT_SIZE = 512
self.CONFIG_SIZE = 5
self.LOGGING_SIZE = 2048
self.EFI_SIZE = 256
--
To view, visit http://gerrit.ovirt.org/16958
To unsubscribe, visit http://gerrit.ovirt.org/settings
Gerrit-MessageType: newchange
Gerrit-Change-Id: Ia1539981932536642aa5fb96cf9870011f63e6d7
Gerrit-PatchSet: 1
Gerrit-Project: ovirt-node
Gerrit-Branch: master
Gerrit-Owner: Michael Burns <mburns at redhat.com>
More information about the node-patches
mailing list