Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

luminous unsupported rgw backend beast(by default) #124

Open
rikewang opened this issue Feb 26, 2020 · 0 comments
Open

luminous unsupported rgw backend beast(by default) #124

rikewang opened this issue Feb 26, 2020 · 0 comments

Comments

@rikewang
Copy link

version: v2.3.1

ERR:

++/opt/ceph-container/bin/demo.sh:172: bootstrap_rgw(): RGW_FRONTEND_TYPE=beast
++/opt/ceph-container/bin/demo.sh:173: bootstrap_rgw(): log 'ERROR: unsupported rgw backend type beast for your Ceph release luminous, use at least the Mimic version.'
++/opt/ceph-container/bin/common_functions.sh:7: log(): '[' -z 'ERROR: unsupported rgw backend type beast for your Ceph release luminous, use at least the Mimic version.' ']'

scripts here explain it: /opt/ceph-container/bin/demo.sh

  if [[ "$RGW_FRONTEND_TYPE" == "beast" ]]; then
    if [[ "$CEPH_VERSION" == "luminous" ]]; then
      RGW_FRONTEND_TYPE=beast
      log "ERROR: unsupported rgw backend type $RGW_FRONTEND_TYPE for your Ceph release $CEPH_VERSION, use at least the Mimic version."
      exit 1
    fi
  fi

tips:
support envs args to set rgw backend freely, not just fixed envs.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant