From: Tommi Virtanen <tommi.virtanen@dreamhost.com>
To: Steena Monteiro <steena.m@aggiemail.usu.edu>
Cc: Sage Weil <sage@newdream.net>, ceph-devel@vger.kernel.org
Subject: Re: Creating the filesystem and tweaking configurations
Date: Mon, 28 Mar 2011 14:21:24 -0700 [thread overview]
Message-ID: <20110328212124.GC10768@dreamer> (raw)
In-Reply-To: <AANLkTimJn0kp4e=CKKdx2g=fDD-JpDPgXwvMqCxFJc8F@mail.gmail.com>
On Mon, Mar 28, 2011 at 03:07:58PM -0600, Steena Monteiro wrote:
> This does seem to be the case. The osd log snippet:
...
> 2011-03-28 13:23:23.597008 b77b16d0 ** ERROR: error creating empty object
> store in /data/osd0: error 95: Operation not supported
>
> Would *mount -t 127.0.0.1:/ /ceph, user_xattr* solve this?
This is about the local filesystem as accessed by the osd.
You need either btrfs, or ext3/4 with the user_xattr mount option, on
the filesystem that contains /data/osd0.
If it's ext3/4, as it seems to be, you can do this temporarily with:
mount -o remount,user_xattr /data/osd0
If the actual filesystem root is /data or /, adjust accordingly.
To make that permanent, you need to edit /etc/fstab.
--
:(){ :|:&};:
next prev parent reply other threads:[~2011-03-28 21:21 UTC|newest]
Thread overview: 8+ messages / expand[flat|nested] mbox.gz Atom feed top
2011-03-28 19:54 Creating the filesystem and tweaking configurations Steena Monteiro
[not found] ` <AANLkTi=F9KNJpgTu-TnkaE4R_oFnp03ZBLCDNRTgG1YA@mail.gmail.com>
2011-03-28 20:00 ` Ben De Luca
2011-03-28 20:41 ` Tommi Virtanen
2011-03-28 20:46 ` Ben De Luca
2011-03-28 20:46 ` Tommi Virtanen
2011-03-28 20:52 ` Sage Weil
[not found] ` <AANLkTimJn0kp4e=CKKdx2g=fDD-JpDPgXwvMqCxFJc8F@mail.gmail.com>
2011-03-28 21:21 ` Tommi Virtanen [this message]
[not found] ` <AANLkTinjhwqzLs8PLUdnJLAPXwvT-6yRE=6QAx1eE9Xk@mail.gmail.com>
2011-03-28 23:49 ` Tommi Virtanen
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=20110328212124.GC10768@dreamer \
--to=tommi.virtanen@dreamhost.com \
--cc=ceph-devel@vger.kernel.org \
--cc=sage@newdream.net \
--cc=steena.m@aggiemail.usu.edu \
/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.