diff options
author | scottl <scottl@FreeBSD.org> | 2009-08-17 06:05:55 +0000 |
---|---|---|
committer | scottl <scottl@FreeBSD.org> | 2009-08-17 06:05:55 +0000 |
commit | 6192c3dbaf79969f3291106bcc73edcb3b382dfc (patch) | |
tree | 6eab1cfe30a563326eeefd403d805b1036fd3d4e | |
parent | 5519023e6b69969b85d76840bc8fab00688047f4 (diff) | |
download | FreeBSD-src-6192c3dbaf79969f3291106bcc73edcb3b382dfc.zip FreeBSD-src-6192c3dbaf79969f3291106bcc73edcb3b382dfc.tar.gz |
Move mfiutil.1 to mfiutil.8 for consistency. Remove superfulous README.
Approved by: re
-rw-r--r-- | usr.sbin/mfiutil/Makefile | 1 | ||||
-rw-r--r-- | usr.sbin/mfiutil/README | 104 | ||||
-rw-r--r-- | usr.sbin/mfiutil/mfiutil.8 (renamed from usr.sbin/mfiutil/mfiutil.1) | 0 |
3 files changed, 1 insertions, 104 deletions
diff --git a/usr.sbin/mfiutil/Makefile b/usr.sbin/mfiutil/Makefile index 1730487..03ded03 100644 --- a/usr.sbin/mfiutil/Makefile +++ b/usr.sbin/mfiutil/Makefile @@ -3,6 +3,7 @@ PROG= mfiutil SRCS= mfiutil.c mfi_cmd.c mfi_config.c mfi_drive.c mfi_evt.c mfi_flash.c \ mfi_patrol.c mfi_show.c mfi_volume.c +MAN8= mfiutil.8 CFLAGS+= -fno-builtin-strftime WARNS?=3 diff --git a/usr.sbin/mfiutil/README b/usr.sbin/mfiutil/README deleted file mode 100644 index 15e16bb..0000000 --- a/usr.sbin/mfiutil/README +++ /dev/null @@ -1,104 +0,0 @@ -# $FreeBSD$ - -This package includes a mfiutil command for administering mfi(4) controllers -on FreeBSD. - -Version 1.0.13 - * Cleaned up warnings in preparation for integration with FreeBSD - -Version 1.0.12 - * Add 'drive clear' command to wipe drives with all 0x00 characters - -Version 1.0.11 - * Display serial number for drives - * Display location info for drives with 'show config' - -Version 1.0.10 - * Display min and max stripe size supported by adapters. - * Added support for examining the controller event log. - -Version 1.0.9 - * Display stripe size for volumes. - * Added support for setting the stripe size for new volumes. - * Fix a regression in 1.0.8 that broke creation of RAID-5 and RAID-50 - arrays. - -Version 1.0.8 - * Added support for RAID-60 arrays. - * Added 'flash' command to support firmware flashing. - -Version 1.0.7 - * Renamed 'clear config' to 'clear, 'create volume' to 'create', - 'delete volume' to 'delete', 'create spare' to 'add', and - 'delete spare' to 'remove'. The old names still work. - * Added support for RAID-6 arrays. - -Version 1.0.6 - * Added 'show patrol', 'patrol', 'start patrol', and 'stop patrol' - commands to manage patrol reads. - -Version 1.0.5 - * Added 'create volume' and 'delete volume' commands to manage volumes. - * Added 'clear config' command to clear entire configuration. - * Added more detailed error reporting based on firmware status codes. - * Renamed 'progress' command to 'drive progress'. - * Added 'volume progress' command to display progress of volume-level - activites such as background inits. - * Fixed 'create spare' to properly add global spares. - -Version 1.0.4 - * Added 'create spare' and 'delete spare' commands to manage hot spares. - * Added 'good' command to mark unconfigured bad drives as good. - * Display more information about hot spares in 'show config' - * Allow physical drives to be specified via Exx:Syy similar to megacli - * Display onboard memory size in 'show adapter' - -Version 1.0.3 - * Added 'cache' command to manage cache settings for volumes. - * Added 'name' command to name volumes. - * Added manpage. - -Version 1.0.2 - * Added 'show adapter' and 'show battery' commands. - * Added RAID level of volumes to 'show config' and 'show volumes'. - * Added drive model info to 'show config' and 'show drives'. - * Added package firmware version to 'show firmware'. - * Added read and write cache status to 'show volumes'. - * Map volume IDs to mfidX device names on newer kernels. - -Version 1.0.1 - * Added 'show firmware' command - -Version 1.0.0 - * Initial release - -usage: mfiutil [-u unit] <command> ... - -Commands include: - version - show adapter - display controller information - show battery - display battery information - show config - display RAID configuration - show drives - list physical drives - show firmware - list firmware images - show volumes - list logical volumes - show patrol - display patrol read status - fail <drive> - fail a physical drive - good <drive> - mark a bad physical drive as good - rebuild <drive> - mark failed drive ready for rebuild - drive progress <drive> - display status of active operations - start rebuild <drive> - abort rebuild <drive> - locate <drive> <on|off> - toggle drive LED - cache <volume> [command [setting]] - name <volume> <name> - volume progress <volume> - display status of active operations - clear - clear volume configuration - create <type> [-v] <drive>[,<drive>[,...]] [<drive>[,<drive>[,...]] - delete <volume> - add <drive> [volume] - add a hot spare - remove <drive> - remove a hot spare - patrol <disable|auto|manual> [interval [start]] - start patrol - start a patrol read - stop patrol - stop a patrol read - flash <firmware> diff --git a/usr.sbin/mfiutil/mfiutil.1 b/usr.sbin/mfiutil/mfiutil.8 index d7860ab..d7860ab 100644 --- a/usr.sbin/mfiutil/mfiutil.1 +++ b/usr.sbin/mfiutil/mfiutil.8 |