On 12 September 2014 22:20, JIten Shah wrote:
>
>
> Sent from my iPhone 5S
>
>
>
> On Sep 12, 2014, at 8:01 PM, Erick Ocrospoma wrote:
>
>
>
> On 12 September 2014 21:16, JIten Shah wrote:
>
>> Here's an example:
>>
>> sudo mount -t ceph 192.168.0.1:6789:/ /mnt/mycephfs -o
>> name=admin,secret
Sent from my iPhone 5S
> On Sep 12, 2014, at 8:01 PM, Erick Ocrospoma wrote:
>
>
>
>> On 12 September 2014 21:16, JIten Shah wrote:
>> Here's an example:
>>
>> sudo mount -t ceph 192.168.0.1:6789:/ /mnt/mycephfs -o
>> name=admin,secret=AQATSKdNGBnwLhAAnNDKnH65FmVKpXZJVasUeQ==
>>
>> Sen
On 12 September 2014 21:16, JIten Shah wrote:
> Here's an example:
>
> sudo mount -t ceph 192.168.0.1:6789:/ /mnt/mycephfs -o
> name=admin,secret=AQATSKdNGBnwLhAAnNDKnH65FmVKpXZJVasUeQ==
>
>
> Sent from my iPhone 5S
>
>
>
> On Sep 12, 2014, at 7:14 PM, JIten Shah wrote:
>
> Yes. It has to be th
Here's an example:
sudo mount -t ceph 192.168.0.1:6789:/ /mnt/mycephfs -o
name=admin,secret=AQATSKdNGBnwLhAAnNDKnH65FmVKpXZJVasUeQ==
Sent from my iPhone 5S
> On Sep 12, 2014, at 7:14 PM, JIten Shah wrote:
>
> Yes. It has to be the name of the MON server. If there are more than one MON
> s
Yes. It has to be the name of the MON server. If there are more than one MON
servers, they all need to be listed.
--Jiten
Sent from my iPhone 5S
> On Sep 12, 2014, at 6:44 PM, Jean-Charles LOPEZ wrote:
>
> Hi Erick,
>
> the address to use in the mount syntax is the address of your MON n
Hi Erick,
the address to use in the mount syntax is the address of your MON node, not the
one of the MDS node.
Or may be you have deployed both a MON and an MDS on ceph01?
JC
On Sep 12, 2014, at 18:41, Erick Ocrospoma wrote:
>
>
> On 12 September 2014 20:32, JIten Shah wrote:
> What do
On 12 September 2014 20:32, JIten Shah wrote:
> What does your mount command look like ?
>
>
mount -t ceph ceph01:/mnt /mnt -o name=admin,secretfile=/root/ceph/admin.key
Where ceph01 is my mds server.
> Sent from my iPhone 5S
>
>
>
> On Sep 12, 2014, at 4:56 PM, Erick Ocrospoma wrote:
>
> Hi
What does your mount command look like ?
Sent from my iPhone 5S
> On Sep 12, 2014, at 4:56 PM, Erick Ocrospoma wrote:
>
> Hi,
>
> I'm n00b in the ceph world, so here I go. I was following this tutorials
> [1][2] (in case you need to know if I missed something), while trying to
> mount a bl
Hi,
I'm n00b in the ceph world, so here I go. I was following this tutorials
[1][2] (in case you need to know if I missed something), while trying to
mount a block from an isolated machine using cehpfs I got this error
(actually following what's there in [2]).
mount error 5 = Input/output error