File tree Expand file tree Collapse file tree 1 file changed +13
-0
lines changed Expand file tree Collapse file tree 1 file changed +13
-0
lines changed Original file line number Diff line number Diff 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
8699Possible Issue with volume snapshot revert with KVM
87100===================================================
You can’t perform that action at this time.
0 commit comments