search for: manual_device

Displaying 3 results from an estimated 3 matches for "manual_device".

2010 Mar 17
1
[PATCH][node REPOST] Improve performance of multipath translations
...OT_SIZE * 2"| bc -l) HOSTVG_NEED_SIZE=$(echo "scale=0;" \ "$SWAP_SIZE + $CONFIG_SIZE + $LOGGING_SIZE + $min_data_size" | bc -l) @@ -224,12 +236,13 @@ manual_input() while true; do read -rp "Enter disk device path: " manual_device if [ -z "$device" ]; then + echo "Aborting." return 1 fi - translate_multipath_device $manual_device manual_device - eval $return_var="$manual_device" + translate_multipath_device "$manual_device"...
2010 Mar 31
1
[PATCH node] Handle space in storage wwid
...9;{ print $1 }')" + grep "HostVG"|grep -v "$HOSTVGDRIVE"|awk '{ print $1 }')" rc=0 if [ -n "$devices" ]; then printf "\n" @@ -230,7 +230,7 @@ check_partition_sizes() manual_input() { local manual_device - local return_var=$1 + local return_var="$1" while true; do read -rp "Enter disk device path: " manual_device if [ -z "$device" ]; then @@ -239,7 +239,7 @@ manual_input() fi translate_multipath_device "$manual_device...
2010 Feb 24
5
New Storage related patches
This set of patches introduces support for multipath devices for storage. Comments and suggestions are appreciated. Mike