Re: [PATCH v2] qla2xxx: Return EBUSY on fcport deletion

2020-10-12 Thread Arun Easi
On Mon, 12 Oct 2020, 9:41am, Daniel Wagner wrote: > When the fcport is about to be deleted we should return EBUSY instead > of ENODEV. Only for EBUSY the request will be requeued in a multipath > setup. > > Also in case we have a valid qpair but the firmware has not yet > started return EBUSY to

[PATCH v2] qla2xxx: Return EBUSY on fcport deletion

2020-10-12 Thread Daniel Wagner
When the fcport is about to be deleted we should return EBUSY instead of ENODEV. Only for EBUSY the request will be requeued in a multipath setup. Also in case we have a valid qpair but the firmware has not yet started return EBUSY to avoid dropping the request. Signed-off-by: Daniel Wagner ---