Skip to content

Commit

Permalink
CA-141002: Enable ALUA auto-detection for DGC arrays
Browse files Browse the repository at this point in the history
We have seen quite a few incidents where a configuration mismatch (ALUA vs.
DGC) between XS and the array caused confusion and got escalated: SCTX-1780,
SCTX-1333, CA-112771, CA-124429. This updated configuration will prevent such
misconfiguration incidents from reocurring, as XS will dynamically adapt to the
configuration on the array.

The partner has completed the qualification of the updated multipath
configuration with their storage arrays.

Signed-off-by: Robert Breker <robert.breker@citrix.com>
Acked-by: Germano Percossi <germano.percossi@citrix.com>

GitHub: closes #214 on xapi-project/sm
  • Loading branch information
Robert Breker authored and germanop committed Aug 28, 2014
1 parent 66c89ea commit f93497b
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions multipath/multipath.conf
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,12 @@ devices {
prio rdac
no_path_retry 30
}
device {
vendor "DGC"
product ".*"
detect_prio yes
retain_attached_hw_handler yes
}
device {
vendor "EQLOGIC"
product "100E-00"
Expand Down

0 comments on commit f93497b

Please sign in to comment.