Skip to content

Commit

Permalink
Disable explicit alua support.
Browse files Browse the repository at this point in the history
I wanted to get explicit alua support done for this release, but it is
still buggy. This patch disables explicit support for this release so
users do not try to use it.

Signed-off-by: Mike Christie <mchristi@redhat.com>
  • Loading branch information
Mike Christie committed Oct 8, 2018
1 parent 0f2f09a commit 41cc601
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions alua.c
Original file line number Diff line number Diff line change
Expand Up @@ -221,6 +221,10 @@ tcmu_get_alua_grp(struct tcmu_device *dev, const char *name)
rdev->failover_type = TMCUR_DEV_FAILOVER_EXPLICIT;

group->tpgs = TPGS_ALUA_EXPLICIT;

tcmu_dev_warn(dev, "Unsupported alua_access_type: Implicit and Explicit failover not supported.\n");

goto free_str_val;
} else {
tcmu_dev_err(dev, "Invalid ALUA type %s", str_val);
goto free_str_val;
Expand Down

0 comments on commit 41cc601

Please sign in to comment.