Product SiteDocumentation Site

5.5. Setting Global Defaults for Resource Options

To set a default value for a resource option, simply add it to the rsc_defaults section with crm_attribute. Thus,
# crm_attribute --type rsc_defaults --attr-name is-managed --attr-value false
would prevent the cluster from starting or stopping any of the resources in the configuration (unless of course the individual resources were specifically enabled and had is-managed set to true).