target: Allow AllRegistrants to re-RESERVE existing reservation
authorNicholas Bellinger <nab@linux-iscsi.org>
Fri, 19 Dec 2014 00:49:23 +0000 (00:49 +0000)
committerNicholas Bellinger <nab@linux-iscsi.org>
Fri, 19 Dec 2014 01:08:32 +0000 (01:08 +0000)
commitae450e246e8540300699480a3780a420a028b73f
tree2ac3b2326af520ac10d25500ed59d0516b9ad443
parent3875f15207f9ecb3f24a8e91e7ad196899139595
target: Allow AllRegistrants to re-RESERVE existing reservation

This patch changes core_scsi3_pro_release() logic to allow an
existing AllRegistrants type reservation to be re-reserved by
any registered I_T nexus.

This addresses a issue where AllRegistrants type RESERVE was
receiving RESERVATION_CONFLICT status if dev_pr_res_holder did
not match the same I_T nexus, instead of just returning GOOD
status following spc4r34 Section 5.9.9:

"If the device server receives a PERSISTENT RESERVE OUT command
 with RESERVE service action where the TYPE field and the SCOPE
 field contain the same values as the existing type and scope
 from a persistent reservation holder, it shall not make any
 change to the existing persistent reservation and shall complete
 the command with GOOD status."

Reported-by: Ilias Tsitsimpis <i.tsitsimpis@gmail.com>
Cc: Ilias Tsitsimpis <i.tsitsimpis@gmail.com>
Cc: Lee Duncan <lduncan@suse.com>
Cc: James Bottomley <James.Bottomley@HansenPartnership.com>
Signed-off-by: Nicholas Bellinger <nab@linux-iscsi.org>
drivers/target/target_core_pr.c