简体   繁体   English

Openstack派克和Ceph发光-InvalidArgumentError

[英]Openstack pike and ceph luminous - InvalidArgumentError

currently we are about to set up an openstack pike with cheph luminous. 当前,我们将要建立一个发光的Cheph的开放式派克。

As connecting to cinder, the following error appears: 连接到cinder时,出现以下错误:

2017-10-10 17:41:04.570 13878 ERROR cinder.volume.manager Traceback (most recent call last):
2017-10-10 17:41:04.570 13878 ERROR cinder.volume.manager   File "/usr/lib/python2.7/dist-packages/cinder/volume/manager.py", line 430, in init_host
2017-10-10 17:41:04.570 13878 ERROR cinder.volume.manager          self.driver.check_for_setup_error()
2017-10-10 17:41:04.570 13878 ERROR cinder.volume.manager   File     "/usr/lib/python2.7/dist-packages/cinder/volume/drivers/rbd.py", line 267, in check_for_setup_error
2017-10-10 17:41:04.570 13878 ERROR cinder.volume.manager     with RADOSClient(self):
2017-10-10 17:41:04.570 13878 ERROR cinder.volume.manager   File "/usr/lib/python2.7/dist-packages/cinder/volume/drivers/rbd.py", line 149, in __init__
2017-10-10 17:41:04.570 13878 ERROR cinder.volume.manager     self.cluster, self.ioctx = driver._connect_to_rados(pool)
2017-10-10 17:41:04.570 13878 ERROR cinder.volume.manager   File "/usr/lib/python2.7/dist-packages/cinder/volume/drivers/rbd.py", line 325, in _connect_to_rados
2017-10-10 17:41:04.570 13878 ERROR cinder.volume.manager     return _do_conn(pool, remote, timeout)
2017-10-10 17:41:04.570 13878 ERROR cinder.volume.manager   File "/usr/lib/python2.7/dist-packages/cinder/utils.py", line 799, in _wrapper
2017-10-10 17:41:04.570 13878 ERROR cinder.volume.manager     return r.call(f, *args, **kwargs)
2017-10-10 17:41:04.570 13878 ERROR cinder.volume.manager   File "/usr/lib/python2.7/dist-packages/retrying.py", line 206, in call
2017-10-10 17:41:04.570 13878 ERROR cinder.volume.manager     return attempt.get(self._wrap_exception)
2017-10-10 17:41:04.570 13878 ERROR cinder.volume.manager   File "/usr/lib/python2.7/dist-packages/retrying.py", line 247, in get
2017-10-10 17:41:04.570 13878 ERROR cinder.volume.manager     six.reraise(self.value[0], self.value[1], self.value[2])
2017-10-10 17:41:04.570 13878 ERROR cinder.volume.manager   File "/usr/lib/python2.7/dist-packages/retrying.py", line 200, in call
2017-10-10 17:41:04.570 13878 ERROR cinder.volume.manager     attempt = Attempt(fn(*args, **kwargs), attempt_number, False)
2017-10-10 17:41:04.570 13878 ERROR cinder.volume.manager   File "/usr/lib/python2.7/dist-packages/cinder/volume/drivers/rbd.py", line 316, in _do_conn
2017-10-10 17:41:04.570 13878 ERROR cinder.volume.manager     client.connect()
2017-10-10 17:41:04.570 13878 ERROR cinder.volume.manager   File "rados.pyx", line 875, in rados.Rados.connect (/build/ceph-12.2.1/obj-x86_64-linux-gnu/src/pybind/rados/pyrex/rados.c:10947)
2017-10-10 17:41:04.570 13878 ERROR cinder.volume.manager   File "rados.pyx", line 454, in rados.make_ex (/build/ceph-12.2.1/obj-x86_64-linux-gnu/src/pybind/rados/pyrex/rados.c:3319)
2017-10-10 17:41:04.570 13878 ERROR cinder.volume.manager TypeError: InvalidArgumentError does not take keyword arguments

We are not aware of what this even means. 我们甚至不知道这意味着什么。 any ideas? 有任何想法吗?

原来,在auth get-or-create步骤-.-期间输入错误

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

相关问题 带有 ceph 后端的 Openstack swift (radosgw) - Openstack swift with ceph backend (radosgw) 找不到Openstack Pike安装Neutron Compute错误 - Openstack Pike installation Neutron Compute could not be found error 如何在 Kolla-Ansible 安装的 Pike 版本中更新 OpenStack - How update OpenStack in Pike version installed by Kolla-Ansible 在 Openstack 中查找 Ceph RBD 的已用空间 - Find utilized space of Ceph RBD in Openstack OpenStack Xenial/Pike 和 Xenial/Queens 之间是否存在会阻止 JuJu 创建 openvswitch 网桥的变化? - Are there changes between OpenStack Xenial/Pike and Xenial/Queens that would prevent JuJu from creating openvswitch bridges? 错误:在openstack pike devstack上创建实例时,未建立sql_connection参数 - Error: No sql_connection parameter is established when creating instances on openstack pike devstack 报错:在openstack pike devstack上创建VM实例时没有建立sql_connection参数 - Error: No sql_connection parameter is established when creating VM instance on openstack pike devstack openstack cinder 如何在配置两个 ceph 后端池时分配没有特殊类型的卷 - how openstack cinder distribute volume without special type while configure two ceph backend pools 查找文件的位置(Ceph) - Finding location of Files (Ceph) Ceph 集群在哪里 - Where are Ceph clusters
 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM