Adding upstream version 4.3+20241202.
Signed-off-by: Daniel Baumann <daniel@debian.org>
This commit is contained in:
parent
07a108cefd
commit
b68050ea8d
22 changed files with 325 additions and 402 deletions
|
@ -4,8 +4,6 @@ function names_create() {
|
|||
local NAME=$2
|
||||
local NEG_TEST=$3
|
||||
|
||||
is_raid_foreign $DEVNAME
|
||||
|
||||
if [[ -z "$NAME" ]]; then
|
||||
mdadm -CR "$DEVNAME" -l0 -n 1 $dev0 --force
|
||||
else
|
||||
|
@ -34,6 +32,10 @@ function names_verify() {
|
|||
local WANTED_NAME="$3"
|
||||
local EXPECTED=""
|
||||
|
||||
# We don't know what is saved in metadata, but we know what to expect. Therfore check if
|
||||
# expecation would be foreign (no hostname information).
|
||||
is_raid_foreign $WANTED_NAME
|
||||
|
||||
local RES="$(mdadm -D --export $DEVNODE_NAME | grep MD_DEVNAME)"
|
||||
if [[ "$?" != "0" ]]; then
|
||||
echo "Cannot get details for $DEVNODE_NAME - unexpected devnode."
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue