--- LVM.orig 2016-02-14 00:14:56.000000000 +0100 +++ LVM 2016-08-18 15:23:34.222329318 +0200 @@ -386,7 +386,7 @@ ## retry_exclusive_start() { - local vgchange_options=$(get_activate_options) + local vgchange_options="$(get_activate_options)" # Deactivate each LV in the group one by one cluster wide set -- $(lvs -o name,attr --noheadings $OCF_RESKEY_volgrpname 2> /dev/null) @@ -412,7 +412,7 @@ # Enable LVM volume # LVM_start() { - local vgchange_options=$(get_activate_options) + local vgchange_options="$(get_activate_options)" local vg=$1 local clvmd=0