Re: [ceph-users] cephfs mount /etc/fstab

2016-06-27 Thread Michael Hanscho
On 2016-06-27 11:40, John Spray wrote: > On Sun, Jun 26, 2016 at 10:51 AM, Michael Hanscho wrote: >> On 2016-06-26 10:30, Christian Balzer wrote: >>> >>> Hello, >>> >>> On Sun, 26 Jun 2016 09:33:10 +0200 Willi Fehler wrote: >>> Hello, I found an issue. I've added a ceph mount to my

Re: [ceph-users] cephfs mount /etc/fstab

2016-06-27 Thread John Spray
On Sun, Jun 26, 2016 at 10:51 AM, Michael Hanscho wrote: > On 2016-06-26 10:30, Christian Balzer wrote: >> >> Hello, >> >> On Sun, 26 Jun 2016 09:33:10 +0200 Willi Fehler wrote: >> >>> Hello, >>> >>> I found an issue. I've added a ceph mount to my /etc/fstab. But when I >>> boot my system it hangs

Re: [ceph-users] cephfs mount /etc/fstab

2016-06-26 Thread Michael Hanscho
On 2016-06-26 10:30, Christian Balzer wrote: > > Hello, > > On Sun, 26 Jun 2016 09:33:10 +0200 Willi Fehler wrote: > >> Hello, >> >> I found an issue. I've added a ceph mount to my /etc/fstab. But when I >> boot my system it hangs: >> >> libceph: connect 192.168.0.5:6789 error -101 >> >> After

Re: [ceph-users] cephfs mount /etc/fstab

2016-06-26 Thread Oliver Dzombic
Hi, it means its on 3 different hosts. -- Mit freundlichen Gruessen / Best regards Oliver Dzombic IP-Interactive mailto:i...@ip-interactive.de Anschrift: IP Interactive UG ( haftungsbeschraenkt ) Zum Sonnenberg 1-3 63571 Gelnhausen HRB 93402 beim Amtsgericht Hanau Geschäftsführung: Oliver D

Re: [ceph-users] cephfs mount /etc/fstab

2016-06-26 Thread Willi Fehler
Hi Christian, thank you. I found _netdev option by myself. I was a little bit confused because in the Ceph offical documentation there is no hint that you should use _netdev. A last question. I have 3 nodes with 9 OSD: [root@linsrv001 ~]# ceph osd tree ID WEIGHT TYPE NAME UP/DOWN R

Re: [ceph-users] cephfs mount /etc/fstab

2016-06-26 Thread Christian Balzer
Hello, On Sun, 26 Jun 2016 09:33:10 +0200 Willi Fehler wrote: > Hello, > > I found an issue. I've added a ceph mount to my /etc/fstab. But when I > boot my system it hangs: > > libceph: connect 192.168.0.5:6789 error -101 > > After the system is booted I can successfully run mount -a. > So

Re: [ceph-users] cephfs mount /etc/fstab

2016-06-26 Thread Willi Fehler
Hello, I found an issue. I've added a ceph mount to my /etc/fstab. But when I boot my system it hangs: libceph: connect 192.168.0.5:6789 error -101 After the system is booted I can successfully run mount -a. Regards - Willi Am 25.06.16 um 11:52 schrieb Willi Fehler: Hello, fixed it by my

Re: [ceph-users] cephfs mount /etc/fstab

2016-06-25 Thread Willi Fehler
Hello, fixed it by myself. The secret was not in Base64. But I have a question. Should I deploy my clients with ceph-deploy which will give me a later version of libceph which also supports records in /etc/hosts? Regards - Willi Am 25.06.16 um 10:42 schrieb Willi Fehler: Hello, I hope some

[ceph-users] cephfs mount /etc/fstab

2016-06-25 Thread Willi Fehler
Hello, I hope somebody could help. I'm trying to mount cephfs on CentOS 7 in /etc/fstab. 192.168.0.5:/ /mnt/cephfs ceph noatime,dirstat,name=admin,secret=mykey 0 0 Which is giving me. [root@linsrv004 ~]# mount -a mount: wrong fs type, bad option, bad superblock on 192.168.0.5:/, missi