Thanks a lot.
On Fri, Oct 7, 2016 at 2:19 PM Daleep Singh Bais
wrote:
> Hi,
>
> Ceph uses other ports also for other daemons like OSD and MDS. Please
> refer to
>
> http://docs.ceph.com/docs/jewel/rados/configuration/network-config-ref/
>
> This might help you to resolve the issue.
>
> Thanks.
>
Hi,
Ceph uses other ports also for other daemons like OSD and MDS. Please
refer to
http://docs.ceph.com/docs/jewel/rados/configuration/network-config-ref/
This might help you to resolve the issue.
Thanks.
Daleep Singh Bais
On 10/07/2016 10:14 AM, Jaemyoun Lee wrote:
> Dear Laizer,
>
> Oh, I g
Dear Laizer,
Oh, I got it. the rbd was created successfully after I disabled the
firewall.
However, when the firewall is enabled and the 6789 port is allowed, the
authentication error is occurred.
Is there any other port?
On Fri, Oct 7, 2016 at 1:23 PM Lomayani S. Laizer
wrote:
> Hello Lee,
>
Hello Lee,
Yes check can be firewall. Make sure port used by ceph are open
--
Lomayani
On Fri, Oct 7, 2016 at 6:44 AM, Jaemyoun Lee wrote:
> Dear Laizer,
>
> I did deploy the configuration and the key by '$ ceph-deploy admin
> client-node' on admin-node.
> jae@client-node$ ls /etc/ceph
>
Dear Laizer,
I did deploy the configuration and the key by '$ ceph-deploy admin
client-node' on admin-node.
jae@client-node$ ls /etc/ceph
ceph.client.admin.keyring ceph.conf rbdmap tmpoWLFTb
On Fri, Oct 7, 2016 at 12:33 PM Lomayani S. Laizer
wrote:
Hello Lee,
Make sure you have co
Hello Lee,
Make sure you have copied configuration and key for authentication
(ceph.client.admin.keyring) to client node. Looks it is an authentication
issue due to missing client key
--
Lomayani
On Fri, Oct 7, 2016 at 5:25 AM, Jaemyoun Lee wrote:
> Hi,
> I would like to create a rbd on client
Hi,
I would like to create a rbd on client-node.
I created a cluster on admin-node successfully.
jae@admin-node$ ceph health
HEALTH_OK
A rbd was created on admin-node successfully.
jae@admin-node$ rbd created foo --size 1024
However, when I created a rbd on client-node, the error wa