Skip to content

[doc] Issue in "Cluster bootstrap and more" #370

@ksanjeet

Description

@ksanjeet

Cluster bootstrap and more:

https://documentation.suse.com/sbp/all/single-html/SLES4SAP-hana-sr-guide-PerfOpt-15/#id-cluster-bootstrap-and-more

Due to a recent update in pacemaker, "crm cluster init" automatically creates a default value of "resource-stickiness". Anyone wishing to update/overwrite this value can do so by:

crm_attribute -t rsc_defaults -n resource-stickiness -v <new_value>

But in our best practice guide, we are configuring a new value of this parameter with a different id. Using a different id creates a duplicate entry of this parameter and not overwrite as with above crm_attribute command. If we want to use a new id as in the best practice then the old entry of this parameter should be deleted(before configuring a new entry) using following command:

crm_attribute -t rsc_defaults -n resource-stickiness -D

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions