Merging upstream version 4.3+20241108.
Signed-off-by: Daniel Baumann <daniel@debian.org>
This commit is contained in:
parent
1e24552bfc
commit
60ccb5b596
64 changed files with 2015 additions and 1768 deletions
|
@ -7,12 +7,12 @@ vol0_num_comps=1
|
|||
vol0_comp_size=$((10 * 1024))
|
||||
|
||||
# Create container
|
||||
mdadm --create --run $container --auto=md --metadata=imsm --force --raid-disks=$vol0_num_comps $dev0
|
||||
mdadm --create --run $container --metadata=imsm --force --raid-disks=$vol0_num_comps $dev0
|
||||
check wait
|
||||
imsm_check container $vol0_num_comps
|
||||
|
||||
# Create RAID 0 volume
|
||||
mdadm --create --run $member0 --auto=md --level=0 --size=$vol0_comp_size --chunk=64 --force --raid-disks=$vol0_num_comps $dev0
|
||||
mdadm --create --run $member0 --level=0 --size=$vol0_comp_size --chunk=64 --force --raid-disks=$vol0_num_comps $dev0
|
||||
check wait
|
||||
|
||||
# Test the member
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue