git: c61104166084 - main - release: tweak Oracle Cloud settings
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Fri, 25 Oct 2024 15:16:07 UTC
The branch main has been updated by dch:
URL: https://cgit.FreeBSD.org/src/commit/?id=c611041660845e8ee8bf3009b32327d1f783a47b
commit c611041660845e8ee8bf3009b32327d1f783a47b
Author: Dave Cottlehuber <dch@FreeBSD.org>
AuthorDate: 2024-10-25 15:11:24 +0000
Commit: Dave Cottlehuber <dch@FreeBSD.org>
CommitDate: 2024-10-25 15:13:20 +0000
release: tweak Oracle Cloud settings
- use raw image disk type and enable zfs, this yields smaller
images for upload after using native qcow2 + zstd compression
Reviewed by: lwhsu, emaste
Differential Revision: https://reviews.freebsd.org/D47055
MFC after: 3 days
Approved by: emaste
---
release/Makefile.vm | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/release/Makefile.vm b/release/Makefile.vm
index a78a5f33a285..5ae603b05983 100644
--- a/release/Makefile.vm
+++ b/release/Makefile.vm
@@ -46,8 +46,8 @@ EC2-SMALL_DESC= Amazon EC2 small image
GCE_FORMAT= raw
GCE_FSLIST?= ufs zfs
GCE_DESC= Google Compute Engine image
-ORACLE_FORMAT= qcow2
-ORACLE_FSLIST?= ufs
+ORACLE_FORMAT= raw
+ORACLE_FSLIST?= ufs zfs
ORACLE_DESC= Oracle Cloud Infrastructure image
OPENSTACK_FORMAT=qcow2
OPENSTACK_FSLIST?= ufs