Comment 1 for bug 1839366

Revision history for this message
Eric Desrochers (slashd) wrote :

lvm-tag.sh doesn't exist in Xenial, and I couldn't find any equivalent missing dash in Xenial.

The only place I found similar pattern is inside "heartbeat/LVM" and everything looks good to me at first glance.

#heartbeat/LVM
get_activate_options()
{
        local options="-a"

        case $(get_vg_mode) in
        0) options="${options}ly";;
        1) options="${options}y --config activation{volume_list=[\"@${OUR_TAG}\"]}";;
        2) options="${options}ey";;
        esac