clusterfs

TwitterFacebook
Get flash to fully experience Pearltrees

HOWTO build your own open source Dropbox clone

I’ve recently moved my site from Wordpress to Octopress and am ensuring all links still go to the right places, but if they don’t please look on the Archives page, or do a Search . Of course let me know if that doesn’t help and I’ll fix it. http://fak3r.com/howto-build-your-own-open-source-dropbox-clone/
http://code.google.com/p/lsyncd/

lsyncd - Lsyncd (Live Syncing Daemon) synchronizes local directories with a remote targets - Google Project Hosting

Description Lsyncd watches a local directory trees event monitor interface (inotify or fsevents). It aggregates and combines events for a few seconds and then spawns one (or more) process(es) to synchronize the changes. By default this is rsync . Lsyncd is thus a light-weight live mirror solution that is comparatively easy to install not requiring new filesystems or blockdevices and does not hamper local filesystem performance.

SparkleShare - Sharing work made easy

Setting up your own host to work with SparkleShare is relatively easy. We've written a short page about it. The documentation and FAQ should handle most of your questions. http://sparkleshare.org/

DRBD:What is DRBD

DRBD ® refers to block devices designed as a building block to form high availability (HA) clusters. This is done by mirroring a whole block device via an assigned network. DRBD can be understood as network based raid-1. In the illustration above, the two orange boxes represent two servers that form an HA cluster. http://www.drbd.org/
As I’m sure you’re aware, DRBD disallows access (any access, including read-only) to a DRBD device in Secondary mode. This always raises questions like the one I’ve taken the liberty to quote here. It came up in a MySQL webinar on replication and HA: Because of the asynchronous nature of [MySQL] replication we end up with a dilemma when looking at using slaves as read nodes in that the only time we go to the database for information is to build a local cache file, and that local cache file is ONLY removed when information related to that cache file changes, it is NOT based on time. If we had a synchronous method of replication we would then know the cache files were always getting the right information, but because of the asynchronous nature we are prone to old data that never gets invalidated.

Why DRBD won’t let you mount the Secondary « Florian's blog

http://fghaas.wordpress.com/2007/06/18/why-drbd-wont-let-you-mount-the-secondary/
http://en.wikipedia.org/wiki/Btrfs Btrfs ( B-tree file system , variously pronounced " Butter F S ", " Better F S ", [ 1 ] or " B-tree F S " [ 2 ] ) is a GPL -licensed copy-on-write file system for Linux . Development began at Oracle Corporation in 2007. Btrfs is intended to address the lack of pooling , snapshots , checksums and integral multi-device spanning in Linux file systems , these features being crucial as Linux use scales upward into larger storage configurations common in the enterprise . [ 1 ] Chris Mason, the principal Btrfs author, has stated that its goal was "to let Linux scale for the storage that will be available. Scaling is not just about addressing the storage but also means being able to administer and to manage it with a clean interface that lets people see what's being used and makes it more reliable." [ 3 ]

Btrfs - Wikipedia, the free encyclopedia

http://en.wikipedia.org/wiki/List_of_file_systems

List of file systems - Wikipedia, the free encyclopedia

The following lists identify, characterize and link to more thorough information on computer file systems . Many older operating systems support only their one "native" file system, which does not bear any name apart from the name of the operating system itself. [ edit ] Disk file systems Disk file systems are usually block-oriented. Files in a block-oriented file system are sequences of blocks, often featuring fully random-access read, write, and modify operations.
http://en.wikipedia.org/wiki/GlusterFS

GlusterFS - Wikipedia, the free encyclopedia

GlusterFS is a scale-out NAS file system . It is free software, licensed under the GNU GPL v3. It aggregates various storage servers over Ethernet or Infiniband RDMA interconnect into one large parallel network file system.
http://linuxforum.ru/viewtopic.php?id=19143

Представлен переработанный вариант распределённой ФС POHMELFS (Страница 1) — Новости — LinuxForum — Форум о Linux

Спустя три года с момента первого релиза сетевой распределённой файловой системы POHMELFS в списке рассылки разработчиков ядра Linux представлен полностью переработанный вариант данной ФС, в котором реализовано большинство из всех запланированных ранее возможностей. Код проекта распространяется под лицензией GPLv2. Новая реализация POHMELFS базируется на распределённом хранилище Elliptics , представляющем собой распределённую хэш таблицу. Изначально Elliptics развивался как часть POHMELFS, но два года назад был выделен в отдельный проект, который успешно используется в промышленной эксплуатации.
http://wiki.lustre.org/index.php/Main_Page

Main Page

For the world's largest and most complex computing environments, the Lustre™ file system redefines high performance, scaling to tens of thousands of nodes and petabytes of storage with groundbreaking I/O and metadata throughput. Lustre 1.8.7 is GA and available for download. Lustre 1.8.7 provides support for OEL 5, RHEL 5 and SLES 10, 11, and 11sp1 offers several minor improvements, and provides a number of bug fixes. Learn about the 1.8 family of features - Adaptive Timeouts , OSS Read Cache , OST Pools and Version-based Recovery and why you should upgrade. New Lustre Community Mailing List The newly-created lustre-community mailing list is used for "meta" discussion related to Lustre development, such as how feature design, code development, patch contribution, and landing is coordinated.

FAQ – tahoe-lafs

Q1: ¶ What is special about Tahoe-LAFS? Why should anyone care about it instead of other distributed storage systems ? A1: Tahoe-LAFS is the first Free Software/Open Source storage technology to offer provider-independent security . Provider-independent security means that the integrity and confidentiality of your files is guaranteed by mathematics computed on the client side, and is independent of the servers, which may be owned and operated by someone else. To learn more, read our one-page explanation .

The OpenNET Project: Распределенные и кластерные ФС

[ обсудить ] Сервис удаленного хранения данных, предоставляющий пользователям доступное из любой точки сети хранилище, которое можно использовать для хранения бэкапов, для организации совместного доступа к файлам или для проведения синхронизации данных между несколькими машинами. Dropbox-клиент распространяется в исходных текстах, а также в виде сборок для популярных Linux-дистрибутивов.