Skip to content

Commit a38e7a2

Browse files
author
Daan Hoogland
committed
conserve mode in new 4.19 envs upgraded to 4.19.3
1 parent 17c15bf commit a38e7a2

File tree

1 file changed

+13
-0
lines changed

1 file changed

+13
-0
lines changed

source/releasenotes/about.rst

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -82,6 +82,19 @@ limitations to this fix. Noticably:
8282
- When attaching an ISO, the new ISO is attached as the first ISO (the existing configdrive ISO is detached),
8383
- Creating a VM from ISO on a network with ConfigDrive, is not expected to work. (untested)
8484

85+
When upgrading from a new 4.19 installation
86+
===========================================
87+
88+
Only new installations of 4.19.x will not have conservemode enabled by
89+
default vor VPCs. Upgrades from earlier versions will be alright. In
90+
order to make sure conserve mode is enabled for VPC-tiers, either
91+
create a clone of the default guestnetwork offering with conservemode
92+
enabled or execute the following sql:
93+
94+
::
95+
-- Re-apply VPC: update default network offering for vpc tier to conserve_mode=1 (#8309)
96+
UPDATE `cloud`.`network_offerings` SET conserve_mode=1 WHERE name='DefaultIsolatedNetworkOfferingForVpcNetworks’;
97+
8598

8699
Possible Issue with volume snapshot revert with KVM
87100
===================================================

0 commit comments

Comments
 (0)