Re: [ceph-users] CephFS mounting error

2014-09-12 Thread Erick Ocrospoma
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

Re: [ceph-users] CephFS mounting error

2014-09-12 Thread JIten Shah
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

Re: [ceph-users] CephFS mounting error

2014-09-12 Thread Erick Ocrospoma
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

Re: [ceph-users] CephFS mounting error

2014-09-12 Thread JIten Shah
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

Re: [ceph-users] CephFS mounting error

2014-09-12 Thread JIten Shah
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

Re: [ceph-users] CephFS mounting error

2014-09-12 Thread Jean-Charles LOPEZ
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

Re: [ceph-users] CephFS mounting error

2014-09-12 Thread Erick Ocrospoma
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

Re: [ceph-users] CephFS mounting error

2014-09-12 Thread JIten Shah
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

[ceph-users] CephFS mounting error

2014-09-12 Thread Erick Ocrospoma
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