Frequently Asked Questions: Difference between revisions

From Lustre Wiki
Jump to navigation Jump to search
No edit summary
Line 15: Line 15:
== Acronyms ==
== Acronyms ==
=== What do all these acronyms mean? ===
=== What do all these acronyms mean? ===
IDIF - ID into FID? (IGIF for data)
* IDIF - ID into FID? (IGIF for data)
IGIF - inode/generation into FID (specific type of FID reserved for compatibility from Lustre 1.x)
* IGIF - inode/generation into FID (specific type of FID reserved for compatibility from Lustre 1.x)
FID - File IDentifier
* FID - File IDentifier
LOD - Logical Object Device
* LOD - Logical Object Device
LOV - Logical Object Volume
* LOV - Logical Object Volume
MDC - MetaData Client
* MDC - MetaData Client
MDD - Metadata Device Driver
* MDD - Metadata Device Driver
MDS - MetaData Server
* MDS - MetaData Server
MDT - MetaData Target
* MDT - MetaData Target
MGS - ManaGement Server
* MGS - ManaGement Server
MGT - ManaGement Target
* MGT - ManaGement Target
OFD - Object Filter Device
* OFD - Object Filter Device
OSC - Object Storage Client
* OSC - Object Storage Client
OSD - Object Storage Device
* OSD - Object Storage Device
OSP - Object Storage Proxy
* OSP - Object Storage Proxy
OSS - Object Storage Server
* OSS - Object Storage Server
OST - Object Storage Target
* OST - Object Storage Target


== Releases ==
== Releases ==

Revision as of 07:35, 16 June 2015

Welcome to the Lustre FAQ!

General

What is Lustre?

Lustre is a scale-out architecture distributed parallel filesystem. Metadata services and storage are segregated from data services and storage.

What is the difference between a server (MDS/OSS) and a target (MDT/OST)?

A target is the storage device where object (file) or metadata is kept. The servers service request from clients on their behalf. Clients do not access storage directly.

Why does lists.lustre.org say "The list overview page has been disabled temporarily"?

The mailing lists at lists.lustre.org are running on a fully vendor managed solution at DreamHost. Unfortunately, they have disabled the list overview page for all of their customers, and they have no definitive plan to correct that in the near future. "Temporarily" apparently really means "permanently". While this is unfortunate, DreamHost's mailing list servers are pleasantly fast, low in maintenance, and low in cost. We will just need to live with this minor inconvenience. In the mean time, you can get a full list of mailing lists from Mailing Lists and IRC.

Acronyms

What do all these acronyms mean?

  • IDIF - ID into FID? (IGIF for data)
  • IGIF - inode/generation into FID (specific type of FID reserved for compatibility from Lustre 1.x)
  • FID - File IDentifier
  • LOD - Logical Object Device
  • LOV - Logical Object Volume
  • MDC - MetaData Client
  • MDD - Metadata Device Driver
  • MDS - MetaData Server
  • MDT - MetaData Target
  • MGS - ManaGement Server
  • MGT - ManaGement Target
  • OFD - Object Filter Device
  • OSC - Object Storage Client
  • OSD - Object Storage Device
  • OSP - Object Storage Proxy
  • OSS - Object Storage Server
  • OST - Object Storage Target

Releases

When is the next Major release?

We plan to tag and build Major releases of Lustre every six months, in late March and late September.

When is the next Maintenance Release?

There are no longer public Maintenance Releases. Maintenance Releases used to be a public service from the Lustre development team at Intel, but they have decided to begin keeping their maintenance branches and releases private. Only customers and business partners will have direct access to Intel's maintenance releases. For a longer explanation, see Retired Release Terminology.

The Lustre Open Source development community remains committed to regularly creating Major Releases along the master branch.