diff options
author | brueffer <brueffer@FreeBSD.org> | 2006-03-02 14:48:17 +0000 |
---|---|---|
committer | brueffer <brueffer@FreeBSD.org> | 2006-03-02 14:48:17 +0000 |
commit | 25d95773b22dc1a659cc4e63c1b88bb9fbb654d5 (patch) | |
tree | adb7fca03e5109babb78eb432e7ae380ee1b1054 /share | |
parent | 9044ef15cd9fca5edc55bed88f5b5794ca67d8ce (diff) | |
download | FreeBSD-src-25d95773b22dc1a659cc4e63c1b88bb9fbb654d5.zip FreeBSD-src-25d95773b22dc1a659cc4e63c1b88bb9fbb654d5.tar.gz |
Document the graid3(8), gstripe(8) and gconcat(8) periodic scripts.
Diffstat (limited to 'share')
-rw-r--r-- | share/man/man5/periodic.conf.5 | 29 |
1 files changed, 28 insertions, 1 deletions
diff --git a/share/man/man5/periodic.conf.5 b/share/man/man5/periodic.conf.5 index 6b77436..430b5fb 100644 --- a/share/man/man5/periodic.conf.5 +++ b/share/man/man5/periodic.conf.5 @@ -25,7 +25,7 @@ .\" .\" $FreeBSD$ .\" -.Dd January 31, 2006 +.Dd February 19, 2006 .Dt PERIODIC.CONF 5 .Os .Sh NAME @@ -351,6 +351,33 @@ if you want to run on your .Xr gmirror 8 devices. +.It Va daily_status_graid3_enable +.Pq Vt bool +Set to +.Dq YES +if you want to run +.Nm graid3 status +on your +.Xr graid3 8 +devices. +.It Va daily_status_gstripe_enable +.Pq Vt bool +Set to +.Dq YES +if you want to run +.Nm gstripe status +on your +.Xr gstripe 8 +devices. +.It Va daily_status_gconcat_enable +.Pq Vt bool +Set to +.Dq YES +if you want to run +.Nm gconcat status +on your +.Xr gconcat 8 +devices. .It Va daily_status_network_enable .Pq Vt bool Set to |