
florian.haas at linbit
Jun 20, 2009, 12:48 AM
Views: 365
Permalink
|
|
[PATCH] iSCSI target RAs: don't advertise LIO support as long as it isn't there (yet)
|
|
# HG changeset patch # User Florian Haas <florian.haas[at]linbit.com> # Date 1245483908 -7200 # Node ID 2742679fdcf68563e4b02a44c755e6ce54e843b1 # Parent 1f9ec03ac59bca86f7d10790aad757ff67b2a755 iSCSI target RAs: don't advertise LIO support as long as it isn't there (yet). diff -r 1f9ec03ac59b -r 2742679fdcf6 resources/OCF/iSCSILogicalUnit --- a/resources/OCF/iSCSILogicalUnit Thu Jun 18 12:27:26 2009 +0200 +++ b/resources/OCF/iSCSILogicalUnit Sat Jun 20 09:45:08 2009 +0200 @@ -58,10 +58,10 @@ <parameters> <parameter name="implementation" required="0" unique="0"> <longdesc lang="en"> -The iSCSI target daemon implementation. Must be one of "iet", "tgt", -or "lio". If unspecified, an implementation is selected based on the +The iSCSI target daemon implementation. Must be one of "iet" or "tgt". +If unspecified, an implementation is selected based on the availability of management utilities, with "iet" being tried first, -them "tgt", then "lio". +then "tgt". </longdesc> <shortdesc lang="en">iSCSI target daemon implementation</shortdesc> <content type="string" default="${OCF_RESKEY_implementation_default}"/> diff -r 1f9ec03ac59b -r 2742679fdcf6 resources/OCF/iSCSITarget --- a/resources/OCF/iSCSITarget Thu Jun 18 12:27:26 2009 +0200 +++ b/resources/OCF/iSCSITarget Sat Jun 20 09:45:08 2009 +0200 @@ -58,10 +58,10 @@ <parameters> <parameter name="implementation" required="0" unique="0"> <longdesc lang="en"> -The iSCSI target daemon implementation. Must be one of "iet", "tgt", -or "lio". If unspecified, an implementation is selected based on the +The iSCSI target daemon implementation. Must be one of "iet" or "tgt". +If unspecified, an implementation is selected based on the availability of management utilities, with "iet" being tried first, -them "tgt", then "lio". +then "tgt". </longdesc> <shortdesc lang="en">iSCSI target daemon implementation</shortdesc> <content type="string" default="${OCF_RESKEY_implementation_default}"/> _______________________________________________________ Linux-HA-Dev: Linux-HA-Dev[at]lists.linux-ha.org http://lists.linux-ha.org/mailman/listinfo/linux-ha-dev Home Page: http://linux-ha.org/
|