git: 786ebfa46d22 - stable/14 - release: tweak Oracle Cloud settings
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Thu, 31 Oct 2024 19:19:38 UTC
The branch stable/14 has been updated by dch:
URL: https://cgit.FreeBSD.org/src/commit/?id=786ebfa46d2211822e4d28d03451cfa4dbfe3cf5
commit 786ebfa46d2211822e4d28d03451cfa4dbfe3cf5
Author: Dave Cottlehuber <dch@FreeBSD.org>
AuthorDate: 2024-10-25 15:11:24 +0000
Commit: Dave Cottlehuber <dch@FreeBSD.org>
CommitDate: 2024-10-31 19:18:44 +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
(cherry picked from commit c611041660845e8ee8bf3009b32327d1f783a47b)
---
release/Makefile.vm | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/release/Makefile.vm b/release/Makefile.vm
index ba57601c1f6c..07fd8ec94f87 100644
--- a/release/Makefile.vm
+++ b/release/Makefile.vm
@@ -42,8 +42,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