summaryrefslogtreecommitdiffstats
path: root/bootstraptest/test_method.rb
diff options
context:
space:
mode:
authorakr <akr@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2009-09-13 05:46:38 +0000
committerakr <akr@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2009-09-13 05:46:38 +0000
commit273fed0bb95ecb76ef3003fd7ef0f594d7547288 (patch)
treed8e30bf2124cb8e3bc1cd118a60e80172e894390 /bootstraptest/test_method.rb
parentd09d332b3015d7bcf462defd10080ee6eaf98ce7 (diff)
make tempfile prefix more descriptive.
git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@24893 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'bootstraptest/test_method.rb')
0 files changed, 0 insertions, 0 deletions
r in import to DegradedArray) generates an Email. - Assume "DEVICE partitions" if no DEVICE line is given. - Support new 'offset' layout for raid10. - When creating a bitmap file, choose a chunksize to limit number of bitmap chunks to 2 million. More than this can cause kmalloc failure. - New 'CREATE' line in mdadm.conf for defaults such as owner, group, mode and auto-flag - --detail checks if array has been started or not and includes that in report. - When using --update=uuid on an array with a bitmap, update the bitmap's uuid too. - Add a copy of /proc/mdstat to the mail message sent by mdadm --monitor. - New flag --no-degraded to avoid starting arrays if there are fewer devices available than last time the array was started. This is only needed with --scan, as with --scan, that behaviour is the default. - Support for 'homehost' concept. This is a fairly major update. It includes a configfile option and a command line option for specifying a homehost, records that host in the superblock, and reports the homehost where possible. - Support for Auto Assembly. "mdadm -As" will, if provided with the name of a homehost, try to assemble all arrays it can find that were created for that homehost. See man pages for more details. Development of mdadm is sponsored by SUSE Labs, Novell Inc. NeilBrown 26th May 2006