Zpool wizard

From Scalelogic Wiki
Revision as of 14:58, 2 June 2014 by migrate>Ad-B
Jump to navigation Jump to search

This function allows you to create pools, that will be named as "zpools".

Pools are used for grouping disks that belong to storages.

1. - CREATE DATA GROUP - provides information of all hard drives that are connected to the storage server. To add first Data Group to your zpool please select disks on the list on the left, select redundancy type and click "Create group" button.

It is also needed, to define to redundancy level for the created group. Available redundancy groups are :

  • Single - each disks works as a single drive
  • Mirror - All data that are stored on disk "A" will be automatically mirrored on the disk "B". At least two disks are needed for creating a mirror. They need to be the same size.
<span style="font-size:small;"><span style="font-family:arial,helvetica,sans-serif;">2. ''' CREATE WRITE LOG - '''</span>allows to configure the write log function, using a redundancy level (mirror or single drive).

A separate-intent log device. If more than one log device is specified, then writes are load-balanced between devices. Log devices can be mirrored. However, raidz vdev types are not supported for the intent log.

3. '''CREATE READ CACHE - '''<span style="color: rgb(0, 0, 0);">A device used to cache storage pool data. A cache device cannot</span><span style="color: rgb(0, 0, 0);"> be configured as a mirror or raidz group. </span><span style="color: rgb(0, 0, 0);">These devices </span><span style="color: rgb(0, 0, 0);">provide an additional layer of caching between main memory and disk. For </span><span style="color: rgb(0, 0, 0);">read-heavy workload,where the working set size is much larger than what</span><span style="color: rgb(0, 0, 0);"> can be cached in main memory, using cache devices allow much more of this </span><span style="color: rgb(0, 0, 0);">working set to be served from low latency media. Using cache devices pro</span><span style="color: rgb(0, 0, 0);">vides the greatest performance improvement for random read-workloads of mostly static content.</span></span>

4. CREATE SPARE DISKS