Skip to content

Commit

Permalink
Merge pull request #853 from oalbrigt/lvm.sh-fix-status-clustered
Browse files Browse the repository at this point in the history
lvm.sh: fix status clustered to check the specified logical volume
  • Loading branch information
oalbrigt committed Oct 28, 2016
2 parents 461cdb7 + 0233f78 commit de4be97
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions rgmanager/src/resources/lvm_by_lv.sh
Expand Up @@ -183,6 +183,8 @@ lv_activate_resilient()

lv_status_clustered()
{
declare lv_path="$OCF_RESKEY_vg_name/$OCF_RESKEY_lv_name"

#
# Check if device is active
#
Expand Down

0 comments on commit de4be97

Please sign in to comment.