Upgrade Type |
Version Issues |
Service Outage |
Recovery During Upgrade |
Exercises Fail-over Logic |
Reattach |
no |
no |
no |
no |
Target Version |
Oldest Compatible Version |
>=2.0.4 |
2.0.4 |
Set the is_managed_default cluster preference to false
# crm_attribute -t crm_config -n is_managed_default -v false
For any resource that has a value for is_managed reset it to false
# crm_resource -t primitive -r <rsc_id> -p is_managed -v false
Set is_managed_default to true
# crm_attribute -t crm_config -n is_managed_default -v true
For any resource that has a value for is_managed reset it to true if desired.
Always check your existing configuration is still compatible with the version you are installing before starting the cluster.
If you do not want this to occur, enable the ignore_dtd feature by setting it to true in the top-level cib tag.
<cib ignore_dtd="true" ... >