Gentoo Forums
Gentoo Forums
Gentoo Forums
Quick Search: in
cluster from portage
View unanswered posts
View posts from last 24 hours

 
Reply to topic    Gentoo Forums Forum Index Portage & Programming
View previous topic :: View next topic  
Author Message
mrhe
n00b
n00b


Joined: 07 Aug 2012
Posts: 38
Location: Kraków

PostPosted: Wed Oct 18, 2017 9:05 am    Post subject: cluster from portage Reply with quote

Hi

crmsh-2.11 its not working with corosync and pacemaker default form portage.

sys-cluster/corosync-2.3.5
sys-cluster/pacemaker-1.1.16
Code:

/etc/corosync # crm
crm(live)# configure
ERROR: CIB not supported: validator 'pacemaker-2.6', release '3.0.11'
ERROR: You may try the upgrade command
ERROR: configure: Missing requirements
Back to top
View user's profile Send private message
mrhe
n00b
n00b


Joined: 07 Aug 2012
Posts: 38
Location: Kraków

PostPosted: Wed Oct 18, 2017 9:50 am    Post subject: Reply with quote

My
Code:

 # cibadmin --query
<cib crm_feature_set="3.0.11" validate-with="pacemaker-2.6" epoch="0" num_updates="0" admin_epoch="0" cib-last-written="Tue Oct 17 16:58:05 2017">
  <configuration>
    <crm_config/>
    <nodes/>
    <resources/>
    <constraints/>
  </configuration>
  <status/>
</cib>


so i set
Code:

 #cibadmin --modify --xml-text '<cib validate-with="pacemaker-2.3">'


now its working
Code:
crm(live)# configure
crm(live)configure# show
crm(live)configure# exit
bye



also i was testing with


Code:
#cibadmin --modify --xml-text '<cib validate-with="pacemaker-1.0">'

ist ok
Code:
#cibadmin --modify --xml-text '<cib validate-with="pacemaker-2.0">'

its ok
Code:
#cibadmin --modify --xml-text '<cib validate-with="pacemaker-2.4">'

not ok
Code:
#cibadmin --modify --xml-text '<cib validate-with="pacemaker-2.5">'

not ok
Back to top
View user's profile Send private message
Display posts from previous:   
Reply to topic    Gentoo Forums Forum Index Portage & Programming All times are GMT
Page 1 of 1

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum