View | Details | Raw Unified | Return to bug 155372
Collapse All | Expand All

(-)/usr/local/sbin/carp-hast-switch (-1 / +1 lines)
Lines 66-72 Link Here
66
66
67
        # Switch roles for the HAST resources
67
        # Switch roles for the HAST resources
68
        for disk in ${resources}; do
68
        for disk in ${resources}; do
69
            if ! mount | grep -q "^${disk} on "
69
            if ! mount | grep -q "^/dev/hast/${disk} on "
70
            then
70
            then
71
            else
71
            else
72
                umount -f /hast/${disk}
72
                umount -f /hast/${disk}

Return to bug 155372