Keep-balance » History » Version 2
Tom Clegg, 04/17/2013 12:58 AM
| 1 | 1 | Tom Clegg | h1. Data Manager |
|---|---|---|---|
| 2 | |||
| 3 | The Data Manager enforces policies concerning data access and storage resource consumption. |
||
| 4 | |||
| 5 | Its responsibilities include: |
||
| 6 | |||
| 7 | * Granting access to data blocks (according to permissions found in the system/metadata DB) |
||
| 8 | * Monitoring and adjusting redundancy of valuable data blocks (according to targets found in system/metadata DB) |
||
| 9 | * Deleting unneeded data blocks to increase disk space |
||
| 10 | * Rebalancing data blocks among available disks |
||
| 11 | * Monitoring block read and write activity |
||
| 12 | * Monitoring free disk space |
||
| 13 | * Monitoring disk activity |
||
| 14 | * Monitoring disk performance and health (via SMART and empirical measurement) |
||
| 15 | * Tracking physical disk changes (disks added, removed, moved) |
||
| 16 | 2 | Tom Clegg | * Collecting per-user, per-group, per-node, and per-disk usage statistics |