Difference between revisions of "Storage pooling"

From Amahi Wiki
Jump to: navigation, search
(discussion of Greyhole needed a link to how to add 2nd disk)
m (typo: deail to detail)
Line 26: Line 26:
 
* '''Max''': Alternatively, you can chose this option "Always Max" so that the number of copies matches your partitions, even if you reduce or increase the number of partitions participating in the pool. You want this option for valuable files.
 
* '''Max''': Alternatively, you can chose this option "Always Max" so that the number of copies matches your partitions, even if you reduce or increase the number of partitions participating in the pool. You want this option for valuable files.
  
Check out some diagrams explaining things in deail in the [http://greyhole.pommepause.com/ Greyhole] home page.
+
Check out some diagrams explaining things in detail in the [http://greyhole.pommepause.com/ Greyhole] home page.
  
 
Note that Greyhole is not a backup solution. If a file is removed, all copies are removed.
 
Note that Greyhole is not a backup solution. If a file is removed, all copies are removed.

Revision as of 17:18, 12 April 2012

Storage Pooling is a technology to pool disk drives and make them look as if they were all part of a single pool of disk space.

The implementation technology in Storage Pooling is Greyhole.

Greyhole is a system module that uses Samba to create a storage pool of all your available hard drives (whatever their size, however they're connected).

From this pool, space is allocated for all Shares participating in the pool.

In addition, it also allows you to create redundant copies of the files you store in shares. You can use this to prevent data loss when part of your hardware fails.

In short, Greyhole offers:

  • JBOD storage pool (Just A Bunch of Disks)
  • Per share redundancy: file replication on a per-share
  • Easily recoverable files: you can read them with other systems

Pooling and File Replication

Greyhole allows file replication, to provide protection against some hardware failures.

Greyhole offers four options for each share:

  • Disabled: Share is not allocated from the pool
  • One: Initially, files in a share in the pool are stored once in the pool, without extra copies stored (a '-' in the option)
  • Many: You can specify how many extra copies you want for files in that share. The total limit in the number of copies is the number of partitions joined in the pool.
  • Max: Alternatively, you can chose this option "Always Max" so that the number of copies matches your partitions, even if you reduce or increase the number of partitions participating in the pool. You want this option for valuable files.

Check out some diagrams explaining things in detail in the Greyhole home page.

Note that Greyhole is not a backup solution. If a file is removed, all copies are removed.

See Also

Adding a second hard drive to your HDA