li-liwen commented on issue #8405:
URL: https://github.com/apache/cloudstack/issues/8405#issuecomment-1868679915

   Thanks for the quick reply! However, the management server actually do have 
connections to the ceph clusters. I have tried install the Ceph-common package, 
ceph.conf, and keyring on the management server as well, but still no progress. 
Here is the output from the management server diagnosing the connection 
(192.168.13.251 is one ceph monitor server):
   ~~~
   username@cloudstack:~$ ping 192.168.13.251
   PING 192.168.13.251 (192.168.13.251) 56(84) bytes of data.
   64 bytes from 192.168.13.251: icmp_seq=1 ttl=63 time=0.255 ms
   64 bytes from 192.168.13.251: icmp_seq=2 ttl=63 time=0.239 ms
   ^C
   --- 192.168.13.251 ping statistics ---
   2 packets transmitted, 2 received, 0% packet loss, time 1005ms
   rtt min/avg/max/mdev = 0.239/0.247/0.255/0.008 ms
   username@cloudstack:~$ telnet 192.168.13.251 6789
   Trying 192.168.13.251...
   Connected to 192.168.13.251.
   Escape character is '^]'.
   ??H??v027???
   
        ^]
   telnet> Connection closed.
   username@cloudstack:~$ telnet 192.168.13.251 3300
   Trying 192.168.13.251...
   Connected to 192.168.13.251.
   Escape character is '^]'.
   ceph v2
   ^]
   telnet> Connection closed.
   sanmingyun@cloudstack:~$ 
   ~~~


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to