Accepting request 820626 from Virtualization:Appliances:Images:openSUSE-Tumbleweed

- Force disk size of OpenStack-Cloud to 1GiB to avoid ENOSPC
  (bsc#1096738)

OBS-URL: https://build.opensuse.org/request/show/820626
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/kiwi-templates-JeOS?expand=0&rev=16
This commit is contained in:
Dominique Leuenberger 2020-07-15 09:13:21 +00:00 committed by Git OBS Bridge
commit f6330252b3
2 changed files with 9 additions and 1 deletions

View File

@ -101,7 +101,9 @@
bootpartition="false"
bootkernel="custom"
devicepersistency="by-uuid"
/>
>
<size unit="G">1</size>
</type>
</preferences>
<preferences profiles="MS-HyperV">

View File

@ -1,3 +1,9 @@
-------------------------------------------------------------------
Mon Jul 13 07:04:18 UTC 2020 - Fabian Vogt <fvogt@suse.com>
- Force disk size of OpenStack-Cloud to 1GiB to avoid ENOSPC
(bsc#1096738)
-------------------------------------------------------------------
Tue Jun 30 13:37:54 UTC 2020 - Fabian Vogt <fvogt@suse.com>