[Libguestfs] [osinfo-db PATCH 2/2] win2k16: fix minimum storage size

Pino Toscano ptoscano at redhat.com
Wed Feb 27 14:28:20 UTC 2019


The official documentation [1] specifies that 32 GB is the absolute
minimum requirement.

[1] https://docs.microsoft.com/en-us/windows-server/get-started/system-requirements
---
 data/os/microsoft.com/win-2k16.xml.in | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/data/os/microsoft.com/win-2k16.xml.in b/data/os/microsoft.com/win-2k16.xml.in
index f3db328..a13c628 100644
--- a/data/os/microsoft.com/win-2k16.xml.in
+++ b/data/os/microsoft.com/win-2k16.xml.in
@@ -46,7 +46,7 @@
         <cpu>1400000000</cpu>
         <n-cpus>1</n-cpus>
         <ram>536870912</ram>
-        <storage>10737418240</storage>
+        <storage>34359738368</storage>
       </minimum>
 
       <recommended>
-- 
2.20.1




More information about the Libguestfs mailing list