naver/nbase-arc

[solved]cluster create error because of '<version>'

KOOJANGHOI opened this issue · 1 comments

when I try to create cluster. there were problem about version

2017-12-05 7 39 53

but this error is solved by correcting version in these files

  • nbase-arc/confmaster/confmaster-{version}
  • nbase-arc/bin/*-{version}
  • nbase-arc/mgmt/config/conf_dnode.py
    • REDIS_VERSION = "{version}"
    • GW_VERSION = "{version}"
    • SMR_VERSION = "{version}"

It is like below picture

2017-12-05 8 18 48

And cluster can be created

2017-12-05 7 42 27