You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The saltext.vmware.modules.cluster_ha execution module does not currently permit any way to specify hBDatastoreCandidatePolicy (Heartbeat datastore selection policy) and heartbeatDatastore (Heartbeat datstores). Using the module currently uses the default of allFeasibleDs (Automatically select datastores accessible to the hosts) and selects the first two usable datastores, even if they are suboptimal from a diversity/redundancy standpoint.
The cluster_ha module should add two more kwargs to allow the user to specify these options:
Example:
salt '*' vmware_cluster_ha.configure cluster1 dc1 enable=True heartbeat_datastore_candidate_policy=userSelectedD heartbeat_datastores='["ds_ha1", "ds_ha2"]'
Bonus points for a proper state module.
The text was updated successfully, but these errors were encountered:
The
saltext.vmware.modules.cluster_ha
execution module does not currently permit any way to specifyhBDatastoreCandidatePolicy
(Heartbeat datastore selection policy) andheartbeatDatastore
(Heartbeat datstores). Using the module currently uses the default ofallFeasibleDs
(Automatically select datastores accessible to the hosts) and selects the first two usable datastores, even if they are suboptimal from a diversity/redundancy standpoint.The
cluster_ha
module should add two more kwargs to allow the user to specify these options:Example:
Bonus points for a proper state module.
The text was updated successfully, but these errors were encountered: