This shows you the differences between two versions of the page.
Both sides previous revision Previous revision Next revision | Previous revision | ||
gpfs:gpfs_ilm [2021/11/01 23:10] manu |
gpfs:gpfs_ilm [2021/11/01 23:35] (current) manu |
||
---|---|---|---|
Line 16: | Line 16: | ||
/* default placement to pool NLSAS4TB, must be the last line */ | /* default placement to pool NLSAS4TB, must be the last line */ | ||
- | RULE 'default' SET POOL NLSAS4TB' | + | RULE 'default' SET POOL 'NLSAS4TB' |
</cli> | </cli> | ||
Line 28: | Line 28: | ||
RULE 'migrate_SSD2NLSAS_128M' MIGRATE FROM POOL 'ssddata' TO POOL 'data' WHERE KB_ALLOCATED > | RULE 'migrate_SSD2NLSAS_128M' MIGRATE FROM POOL 'ssddata' TO POOL 'data' WHERE KB_ALLOCATED > | ||
131072 AND ((CURRENT_TIMESTAMP - MODIFICATION_TIME) > INTERVAL '5' MINUTES) | 131072 AND ((CURRENT_TIMESTAMP - MODIFICATION_TIME) > INTERVAL '5' MINUTES) | ||
+ | </cli> | ||
- | /* Add the callback to trigger the threshold migration on “lowDiskSpace”, without QoS */ | + | Add the callback to trigger the threshold migration on “lowDiskSpace”, without QoS |
- | mmchconfig enableLowspaceEvents=yes | + | <cli prompt='#'> |
- | /usr/lpp/mmfs/bin/mmaddcallback MIGRATION --command /usr/lpp/mmfs/bin/mmstartpolicy --event | + | # mmchconfig enableLowspaceEvents=yes |
- | lowDiskSpace --parms "%eventName %fsName -g /cfs/.policywdir/global -s /cfs/.policywdir/local -N | + | # /usr/lpp/mmfs/bin/mmaddcallback MIGRATION --command /usr/lpp/mmfs/bin/mmstartpolicy --event lowDiskSpace --parms "%eventName %fsName -g /cfs/.policywdir/global -s /cfs/.policywdir/local -N nsdsrv --single-instance --qos other" |
- | nsdsrv --single-instance --qos other" | + | |
</cli> | </cli> |