Merge pull request #1129 from SUSE/fix_swap_space_setup

Fixed get_persistent_device_from_unix_node
This commit is contained in:
Marcus Schäfer 2019-07-08 12:05:12 +02:00 committed by GitHub
commit 614d658f6a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -83,6 +83,9 @@ function get_persistent_device_from_unix_node {
return
fi
done
warn "Could not find ${schema} representation of ${node}"
warn "Using original device ${unix_device}"
echo "${unix_device}"
}
function deactivate_all_device_maps {