From mboxrd@z Thu Jan 1 00:00:00 1970 From: Lon Hohberger Date: Fri, 21 Jan 2011 13:16:57 -0500 Subject: [Cluster-devel] [PATCH 2/2] fence_scsi: always do sg_turs before registration In-Reply-To: <1295469047-29601-1-git-send-email-rohara@redhat.com> References: <1295469047-29601-1-git-send-email-rohara@redhat.com> Message-ID: <1295633817.857.14.camel@localhost.localdomain> List-Id: To: cluster-devel.redhat.com MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit On Wed, 2011-01-19 at 14:30 -0600, Ryan O'Hara wrote: > If a node has been fenced, or its key has been forcibly removed from > device(s) by another node, the victim will see "unit attention" from the > devices if/when it attempts to re-register. This error is normally > reported just once, but will cause registration to fail. We can safely > avoid this by calling sg_turs prior to each attempt to register with a > device. > > Resolves: rhbz#640343 Reviewed; ack -- Lon