From 0581f08992c5157d7b498ca8da9cfe6b2e355b45 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Marek=20Marczykowski-G=C3=B3recki?= Date: Sat, 15 Nov 2014 22:59:16 +0000 Subject: [PATCH] FedoraTemplateUpgrade changed Add a note about disk space requirement --- FedoraTemplateUpgrade.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/FedoraTemplateUpgrade.md b/FedoraTemplateUpgrade.md index b87cfe3b..d73d9228 100644 --- a/FedoraTemplateUpgrade.md +++ b/FedoraTemplateUpgrade.md @@ -48,7 +48,7 @@ Compacting templates root.img fstrim, nor "discard" mount option do not work on template root fs, so when some file is removed in the template, space isn't freed in dom0. This means that template will use about twice a space that is really need after upgrade. -You can compact root.img in the "old way": Start the template, fill all the free space with zeros, for example with: +You can compact root.img in the "old way", you'll need about 15GB (template's max size + really used space there) in dom0 for this operation: Start the template, fill all the free space with zeros, for example with: ``` {.wiki} dd if=/dev/zero of=/var/tmp/zero