Re: [ceph-users] evaluating Ceph

2014-11-25 Thread Jeripotula, Shashiraj
ehalf Of Mark Kirkwood Sent: Tuesday, November 25, 2014 2:57 PM To: ceph-users@lists.ceph.com Subject: Re: [ceph-users] evaluating Ceph ...and get the order right, sorry: $ ceph mds newfs 12 10 --yes-i-really-mean-it (metadata pool then data one) On 26/11/14 11:47, Mark Kirkwood wrote: > n

Re: [ceph-users] evaluating Ceph

2014-11-25 Thread Mark Kirkwood
...and get the order right, sorry: $ ceph mds newfs 12 10 --yes-i-really-mean-it (metadata pool then data one) On 26/11/14 11:47, Mark Kirkwood wrote: note down the ids of the pools you want to use (suppose I have cephfs_data 10 and cepfs_metadata 12): $ ceph mds newfs 10 12 --yes-i-really

Re: [ceph-users] evaluating Ceph

2014-11-25 Thread Mark Kirkwood
It looks to me like you need to supply it the *ids* of the pools not their names. So do: $ ceph osd dump # (or lspools) note down the ids of the pools you want to use (suppose I have cephfs_data 10 and cepfs_metadata 12): $ ceph mds newfs 10 12 --yes-i-really-mean-it On 26/11/14 11:30, Je

Re: [ceph-users] evaluating Ceph

2014-11-25 Thread Nick Fisk
Behalf Of Jeripotula, Shashiraj Sent: 25 November 2014 22:30 To: ceph-users@lists.ceph.com Subject: Re: [ceph-users] evaluating Ceph Hi All, Can anyone, help here. I am pretty struck on creating File System. Thanks in advance. Raj From: ceph-users [mailto:ceph-users-boun

Re: [ceph-users] evaluating Ceph

2014-11-25 Thread Jeripotula, Shashiraj
Subject: Re: [ceph-users] evaluating Ceph HI JC, I tried, sysenguser@blade3:~$ ceph mds newfs cephfs_metadata cephfs_data Invalid command: cephfs_metadata doesn't represent an int mds newfs {--yes-i-really-mean-it} : make new filesystom using pools and Error EINVAL: invalid command Here i

Re: [ceph-users] evaluating Ceph

2014-11-25 Thread Jeripotula, Shashiraj
From: Jean-Charles LOPEZ [mailto:jc.lo...@inktank.com] Sent: Tuesday, November 25, 2014 12:52 PM To: Jeripotula, Shashiraj Cc: LOPEZ Jean-Charles; ceph-users@lists.ceph.com Subject: Re: [ceph-users] evaluating Ceph Hi, Use ceph mds newfs {metaid} {dataid} instead JC On Nov 25, 2014, at

Re: [ceph-users] evaluating Ceph

2014-11-25 Thread Jean-Charles LOPEZ
Hi, Use ceph mds newfs {metaid} {dataid} instead JC > On Nov 25, 2014, at 12:27, Jeripotula, Shashiraj > wrote: > > Hi All, > > I am evaluating Ceph for one of our product requirements. > > I have gone through the website, http://ceph.com/docs/master/start/ >

[ceph-users] evaluating Ceph

2014-11-25 Thread Jeripotula, Shashiraj
Hi All, I am evaluating Ceph for one of our product requirements. I have gone through the website, http://ceph.com/docs/master/start/ I am using Ubuntu 14.04 LTS and am done with most of the steps. Finally, I am struck on Creating File System. From the website, The ceph fs new command was intr