Object storage device
From Wikipedia, the free encyclopedia
| This article is written like an advertisement. Please help rewrite this article from a neutral point of view. For blatant advertising that would require a fundamental rewrite to become encyclopedic, use {{db-spam}} to mark for speedy deletion. (April 2009) |
| The introduction to this article provides insufficient context for those unfamiliar with the subject. Please help improve the article with a good introductory style. (April 2009) |
An Object-based Storage Device (OSD) enables the creation of self-managed, shared and secure storage for storage networks. This moves lower-level functionalities such as space management into the storage device itself, where the device is accessed through a standard object interface. The standard OSD interface was defined in the Storage Networking Industry Association (SNIA) OSD working group. The protocol is embodied over SCSI and defines a new set of SCSI commands, standardized as a T10 protocol. Work continues on a second generation of the command set, Object-Based Storage Devices - 2 (OSD-2)
An object store raises the level of abstraction presented by today's block devices. Instead of presenting the abstraction of a logical array of unrelated blocks, addressed by their index in the array (i.e., their Logical Block Address (LBA)), an object store appears as a collection of objects. An individual object is a container of storage (object-data and object-meta-data) that exposes an interface similar to a file, and presents the abstraction of a sparsely allocated array of bytes indexed from zero to infinity.
The object store provides "fine-grain" object-level security, improved scalability by localizing space management, and improved management by allowing end-to-end management of semantically-meaningful entities.

