-
Notifications
You must be signed in to change notification settings - Fork 100
install error #562
Comments
@JadenGuo |
I have done all thosr work already |
If possible, can you post your cluster.manifest file and give the result of "hostname -I" on your controller node which node you run the install.sh script. |
cluster.manifest:
|
@JadenGuo Thanks for your information provided.
|
the result of hostname -i is: |
"hostname -I", the capital i. |
I know the reason,thanks so much! |
one more error I found. |
the /etc/hosts should be changed to include controller and agents IP before running install.sh 在 2016年9月21日,下午1:03,JadenGuo notifications@github.com 写道: the result of hostname -i is: — |
@JadenGuo |
Sorry for hijack this thread. I have issue also on install. I'm using ver 2.2.51 and ceph hammer (centos 7). Any advice? |
@Noc-Net Have you set the epel repo on your vsm controller node manually? |
Yeah, i have set it. Now get others error. --> Processing Dependency: python-jsonpointer for package: python-jsonpatch-1.2-3.el7.centos.noarch If i using higher version from 1.1, it will affect others dependency. |
I adding repo from openstack-liberty. At the end getting this error: |
This part need be adjust. From this: function download_dependencies() { To this: function download_dependencies() { Or else it getting error. |
I try many times and this error happend every time,can you give me some advice?
Connection to 172.21.107.104 closed.
++ ssh -t cephuser@172.21.107.104 'cluster_manifest|grep error|wc -l'
Connection to 172.21.107.104 closed.
+ is_cluster_manifest_error=$'0\r'
+ '[' $'0\r' -gt 0 ']'
: integer expression expected
+ [[ -n '' ]]
+ ssh -t cephuser@172.21.107.104 'sudo -E vsm-controller'
Traceback (most recent call last):
File "/usr/local/bin/getip", line 147, in <module>
res = iper.get_controller_ip()
File "/usr/local/bin/getip", line 83, in get_controller_ip
raise
TypeError: exceptions must be old-style classes or derived from BaseException, not NoneType
The text was updated successfully, but these errors were encountered: