cancel
Showing results for 
Search instead for 
Did you mean: 
agamil
Flight Engineer Flight Engineer
Flight Engineer
  • 2,385 Views

Object storage file system

HI

in CL110, Chapter 8, MANAGING OBJECT STORAGE

- The Object Storage Service uses virtual object containers to allow users to store and retrieve
files and other data objects without a file system interface

However, in another part of the same chapter, it says

- The object service stores objects on file systems. XFS is the recommended file system

can anyone explain the difference

Labels (2)
Tags (3)
0 Kudos
2 Replies
Rodolfo
Flight Engineer Flight Engineer
Flight Engineer
  • 2,353 Views

 

Probably it means that the underlying object store based on Ceph, is using XFS below Ceph

There is a new option in Ceph, called Blustore, that get rids of the intermediate XFS filesystem layer

https://www.oddeye.co/blog/ceph-why-to-use-bluestore/

 

Rodolfo


Rodolfo
Red Hat Instructor
Tags (1)
oldbenko
Moderator
Moderator
  • 2,337 Views

Indeed, as @Rodolfo states, one sentence refers to the external interface that the object storage clients use (which "allow[s] users to store and retrieve files and other data objects without a file system interface"), and the other sentence is about the internal implementation of object storage service, which is indeed pluggable and can in CEPH currently be a choice between XFS- and Bluestore-based storage (and clients never see or hear about that, and the choice and tuning of these settings never affect the fundamental way the clients interact with the object storage service).

Cheers,
Grega

A black cat crossing the street signifies that the animal is going somewhere.
[don't forget to kudo a helpful post or mark it as a solution!]
Tags (2)
Join the discussion
You must log in to join this conversation.