Merging upstream version 4.2+20230313.
Signed-off-by: Daniel Baumann <daniel@debian.org>
This commit is contained in:
parent
0471dd9ac9
commit
b8d8e3b147
6 changed files with 437 additions and 176 deletions
2
ReadMe.c
2
ReadMe.c
|
@ -138,6 +138,7 @@ struct option long_options[] = {
|
|||
{"size", 1, 0, 'z'},
|
||||
{"auto", 1, 0, Auto}, /* also for --assemble */
|
||||
{"assume-clean",0,0, AssumeClean },
|
||||
{"write-zeroes",0,0, WriteZeroes },
|
||||
{"metadata", 1, 0, 'e'}, /* superblock format */
|
||||
{"bitmap", 1, 0, Bitmap},
|
||||
{"bitmap-chunk", 1, 0, BitmapChunk},
|
||||
|
@ -390,6 +391,7 @@ char Help_create[] =
|
|||
" --write-journal= : Specify journal device for RAID-4/5/6 array\n"
|
||||
" --consistency-policy= : Specify the policy that determines how the array\n"
|
||||
" -k : maintains consistency in case of unexpected shutdown.\n"
|
||||
" --write-zeroes : Write zeroes to the disks before creating. This will bypass initial sync.\n"
|
||||
"\n"
|
||||
;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue