Difference between revisions of "Greyhole landing zone"

From Amahi Wiki
Jump to: navigation, search
Line 18: Line 18:
 
# Move the LZ from the root partition to the location you picked. That way, if the LZ ever gets filled, it won't affect the rest of your system.
 
# Move the LZ from the root partition to the location you picked. That way, if the LZ ever gets filled, it won't affect the rest of your system.
  
The Greyhole wiki documents [http://code.google.com/p/greyhole/wiki/MovingLandingZone how to relocate your LZ].
+
[[Moving landing zone]]
  
 
If you'd like to learn more about how Greyhole uses the LZ, or just how it works, the Greyhole wiki has [http://code.google.com/p/greyhole/wiki/HowGreyholeWorks more detailed information].
 
If you'd like to learn more about how Greyhole uses the LZ, or just how it works, the Greyhole wiki has [http://code.google.com/p/greyhole/wiki/HowGreyholeWorks more detailed information].

Revision as of 01:59, 17 July 2011

Important things you have to know about the Greyhole Landing Zone (LZ)

When you are going to use Greyhole as a disk-pooling service, you have to keep a few important things in mind.

The Amahi install guide suggest a small (20GB) root partition (also called system partition, or simply /). While this is enough for most Linux systems, on Amahi with Greyhole, this partition is used as a landing zone for new files you copy onto your shares.

All the data you copy to your HDA's shares will first land into your LZ, which is by default located in /var/hda/files/share_name. Those folders are used as a temporary location for new files, which will be moved into the pooled drives as soon as possible by the Greyhole service, which runs in background.

Here's a schema presenting the data flow for new files added to your HDA's shares:

GreyHoleLandingZone.png

Recommendations

  1. Pick a big enough LZ partition that will allow you to copy enough data. Choosing the biggest drives you have is usually best.
  2. Move the LZ from the root partition to the location you picked. That way, if the LZ ever gets filled, it won't affect the rest of your system.

Moving landing zone

If you'd like to learn more about how Greyhole uses the LZ, or just how it works, the Greyhole wiki has more detailed information.