Jump to content

OCFS2

From Wikipedia, the free encyclopedia

This is an old revision of this page, as edited by Ghettoblaster (talk | contribs) at 18:55, 2 August 2009 (misc fixes / cleanup). The present address (URL) is a permanent link to this revision, which may differ significantly from the current revision.

OCFS
Developer(s)Oracle Corporation
Full nameOracle Cluster File System
Introduced2006 with Linux 2.6.16
Limits
Max volume size4 PB (OCFS2)[1]
Max file size4 PB (OCFS2)[1]
Max filename length255 bytes
Allowed filename
characters
All except NULL
Features
Dates recorded
  • ctime
  • mtime
  • atime
Other
Supported
operating systems
Linux

OCFS stands for Oracle Cluster File System. It is a shared disk file system developed by Oracle Corporation and released under the GNU General Public License.

The first version of OCFS was developed with the main focus to accommodate oracle database files for clustered databases. Because of that it was not an POSIX compliant file system. With version 2 the POSIX features were included.

OCFS2 (version 2) was integrated into the version 2.6.16 of Linux kernel. Initially, it was marked as "experimental" (Alpha-test) code. This restriction was removed in Linux version 2.6.19. With kernel version 2.6.29 more features have been included into ocfs2 especially access control lists and quota.[2]

OCFS2 uses a distributed lock manager which resembles the OpenVMS DLM but is much simpler.[3]

See also

Notes and References

  1. ^ a b Currently limited to 16TiB since it uses the Linux JBD
  2. ^ http://thread.gmane.org/gmane.linux.kernel/775637
  3. ^ http://lwn.net/Articles/137278/