~ubuntu-branches/ubuntu/raring/mdadm/raring

« back to all changes in this revision

Viewing changes to mdadm.8.in

  • Committer: Package Import Robot
  • Author(s): Michael Tokarev, Sergey B Kirpichev, Michael Tokarev, Dmitrijs Ledkovs
  • Date: 2012-08-25 16:25:37 UTC
  • mto: This revision was merged to the branch mainline in revision 68.
  • Revision ID: package-import@ubuntu.com-20120825162537-3zezwh0cezycilrx
Tags: 3.2.5-2
[ Sergey B Kirpichev ]
* Fix mdadm.lintian-overrides
* Fix spelling in binaries, fix lintian warnings
  manpage-has-errors-from-man and hyphen-used-as-minus-sign
* Drop unused debconf templates
* Implement status option for mdadm-raid init.d script
* Fix lintian info's conflicts-with-version: Conflicts -> Breaks

[ Michael Tokarev ]
* fix spelling mistakes in previous changelog entry
* some cleanups for checkarray:
 - change --help printing and shorten/simplify the text
 - make --quiet cumulative and stop documenting --real-quiet
 - do not prduce help in case of incorrect usage, and exit with 1
* fixes for initramfs integration (Closes: #644389, #678262, #685161):
 - check INITRDSTART=none early
 - do not explicitly load raid level modules (modprobe/kmod does this)
 - do not collect needed raid levels (we include all modules anyway)
 - load md_mod explicitly since we need to change global parameter

[ Dmitrijs Ledkovs ]
* Use dh_installinit with --no-restart-on-upgrade, which will start
  arrays, but will not stop them during upgrade. (Closes: 678971)
* Copy local administrator's modified udev rules as well as the system
  one. (Closes: #678973)

Show diffs side-by-side

added added

removed removed

Lines of Context:
332
332
.IP "0, 0.90, default"
333
333
.el
334
334
.IP "0, 0.90"
335
 
..
336
335
Use the original 0.90 format superblock.  This format limits arrays to
337
336
28 component devices and limits component devices of levels 1 and
338
337
greater to 2 terabytes.  It is also possible for there to be confusion
342
341
.IP "1, 1.0, 1.1, 1.2"
343
342
.el
344
343
.IP "1, 1.0, 1.1, 1.2 default"
345
 
..
346
344
Use the new version-1 format superblock.  This has fewer restrictions.
347
345
It can easily be moved between hosts with different endian-ness, and a
348
346
recovery operation can be checkpointed and restarted.  The different
888
886
or
889
887
.BR \-\-build .
890
888
 
891
 
.ig XX
892
 
.\".TP
893
 
.\".BR \-\-symlink = no
894
 
.\"Normally when
895
 
.\".B \-\-auto
896
 
.\"causes
897
 
.\".I mdadm
898
 
.\"to create devices in
899
 
.\".B /dev/md/
900
 
.\"it will also create symlinks from
901
 
.\".B /dev/
902
 
.\"with names starting with
903
 
.\".B md
904
 
.\"or
905
 
.\".BR md_ .
906
 
.\"Use
907
 
.\".B \-\-symlink=no
908
 
.\"to suppress this, or
909
 
.\".B \-\-symlink=yes
910
 
.\"to enforce this even if it is suppressing
911
 
.\".IR mdadm.conf .
912
 
.\"
913
 
.XX
914
 
 
915
889
.TP
916
890
.BR \-a ", " "\-\-add"
917
891
This option can be used in Grow mode in two cases.