Comment 0 for bug 1480856

Revision history for this message
Peter Wang (peter.wang) wrote : Add retry logic when delete a nfs share

Currently, if user try to delete several nfs share on same VDM,

vnx backend would report:
unable to acquire lock(s)

in this scenario, only 1 nfs share will be deleted, and other shares will be in error_deleting status

this fix is to provide a retry logic when meet this backend error

Thanks
Peter