All of lore.kernel.org
 help / color / mirror / Atom feed
From: Mark Kirkwood <mark.kirkwood@catalyst.net.nz>
To: Tommi Virtanen <tv@inktank.com>
Cc: hemant surale <hemant.surale@gmail.com>, ceph-devel@vger.kernel.org
Subject: Re: Ceph setup on single node : prob with "
Date: Fri, 17 Aug 2012 10:01:02 +1200	[thread overview]
Message-ID: <502D6D9E.2020802@catalyst.net.nz> (raw)
In-Reply-To: <CADvuQREJp_v=ywHPPe-WVZfgmhua-pYwUz+duedo54XXt9usAQ@mail.gmail.com>

[-- Attachment #1: Type: text/plain, Size: 878 bytes --]

On 17/08/12 04:13, Tommi Virtanen wrote:
> On Wed, Aug 15, 2012 at 9:44 PM, hemant surale <hemant.surale@gmail.com> wrote:
>> Hello Tommi, Ceph community
>>
>> I did mkdir the directory. Infact I have created a new partition by
>> the same name and formatted using ext3. I also executed the following
>> command for the partition/directory:
>>
>> "mount -o remount,user_xattr /"
> Remounting root with extended attributes isn't really relevant; what
> you care about is /ceph_data/osd.0.
>
> Please share output of
>
> mount
> ls /ceph_data/osd.0
> --
>

Also I think there are a few things wrong with his ceph.conf (see 
attached....was sent to me in private email).

I think he needs to:
- correct bogus host entries (myserver01, alpha)
- specify keyring for mds

Making these changes (with hostnames appropriate for my setup) I can 
mkcephfs with his ceph.conf

Cheers

Mark

[-- Attachment #2: ceph.conf --]
[-- Type: text/plain, Size: 431 bytes --]

[global]
       auth supported = cephx
       keyring = /etc/ceph/ceph.keyring

[mon]
        mon data = /ceph_data/mon.$id

[mds]

[osd]
        osd data = /ceph_data/osd.$id
        osd journal = /ceph_data/osd.$id.journal
        osd journal size = 1000

[mon.alpha]
        host = myserver01
        mon addr = 10.72.147.249:6789

[osd.0]
        host = hemant-virtual-machine

[mds.0]
        host = hemant-virtual-machine




  reply	other threads:[~2012-08-16 22:01 UTC|newest]

Thread overview: 8+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2012-08-14 10:13 Ceph setup on single node : prob with " hemant surale
2012-08-14 16:11 ` Tommi Virtanen
2012-08-16  4:44   ` hemant surale
2012-08-16  5:12     ` Mark Kirkwood
     [not found]       ` <CAGfy=6k9c1RyzTABxJvJ9A6MaS-yqSQR8oiKGs-DED0rfgxbUQ@mail.gmail.com>
     [not found]         ` <502C8439.1060403@catalyst.net.nz>
     [not found]           ` <CAGfy=6=VMEHTPKv1v83BfyxC=P6=ysPj5S44w_zCQNhLAOAhjg@mail.gmail.com>
     [not found]             ` <502C94B7.9090203@catalyst.net.nz>
     [not found]               ` <CAGfy=6=SzFvBjmdj-F2qtZnb-e8xFReQ76G8JK4+UjM=xfNdxw@mail.gmail.com>
2012-08-16  9:19                 ` hemant surale
2012-08-16 16:13     ` Tommi Virtanen
2012-08-16 22:01       ` Mark Kirkwood [this message]
2012-08-17  5:43         ` hemant surale

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=502D6D9E.2020802@catalyst.net.nz \
    --to=mark.kirkwood@catalyst.net.nz \
    --cc=ceph-devel@vger.kernel.org \
    --cc=hemant.surale@gmail.com \
    --cc=tv@inktank.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.