Fix typo in ganesha VIP order constraint
'ganesha' was spelled 'gansha'. There was no functional bug since the typo was consistent between definition and use but fix it so the codebase is easier to search. TrivialFix Change-Id: Ia89f336b186fb15acea2c37410c576d6b5fd8153
This commit is contained in:
parent
0980deab43
commit
a362e22eb4
@ -106,7 +106,7 @@ class tripleo::profile::pacemaker::ceph_nfs (
|
||||
tries => $pcs_tries,
|
||||
}
|
||||
|
||||
pacemaker::constraint::order { 'gansha_vip-then-ganesha':
|
||||
pacemaker::constraint::order { 'ganesha_vip-then-ganesha':
|
||||
first_resource => "ip-${ganesha_vip}",
|
||||
second_resource => 'ceph-nfs',
|
||||
first_action => 'start',
|
||||
@ -118,7 +118,7 @@ class tripleo::profile::pacemaker::ceph_nfs (
|
||||
|
||||
Pacemaker::Resource::Ip['ganesha_vip']
|
||||
-> Pacemaker::Resource::Service['ceph-nfs']
|
||||
-> Pacemaker::Constraint::Order['gansha_vip-then-ganesha']
|
||||
-> Pacemaker::Constraint::Order['ganesha_vip-then-ganesha']
|
||||
-> Pacemaker::Constraint::Colocation['ganesha_vip-with-ganesha']
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user