]> git.apps.os.sepia.ceph.com Git - ceph.git/commitdiff
filestore: more helpful error message with xattrs don't work
authorSage Weil <sage@newdream.net>
Tue, 3 Mar 2009 00:10:30 +0000 (16:10 -0800)
committerSage Weil <sage@newdream.net>
Tue, 3 Mar 2009 00:38:15 +0000 (16:38 -0800)
src/os/FileStore.cc

index f85fe42018c865af667f08c6ec6f1e6ef28fb1de..7583827cab42c263f09ba034e3b2e31c90a2fe74 100644 (file)
@@ -389,7 +389,7 @@ int FileStore::mount()
             << " " << strerror(errno)
             << dendl;*/
     if (x != y) {
-      derr(0) << "xattrs don't appear to work (" << strerror(errno) << "), specify --filestore_fake_attrs to fake them (in memory)." << dendl;
+      derr(0) << "xattrs don't appear to work (" << strerror(errno) << ") on " << basedir << ", be sure to mount underlying file system with 'user_xattr' option" << dendl;
       return -errno;
     }
   }