Bug 219553

Summary: client pNFS devinfo is released as soon as layout count goes to 0
Product: Base System Reporter: Rick Macklem <rmacklem>
Component: kernAssignee: Rick Macklem <rmacklem>
Status: New ---    
Severity: Affects Only Me CC: emaste
Priority: ---    
Version: CURRENT   
Hardware: Any   
OS: Any   
Attachments:
Description Flags
add timeout delay to rlease of devinfo in pNFS client none

Description Rick Macklem freebsd_committer freebsd_triage 2017-05-25 20:18:35 UTC
Created attachment 182911 [details]
add timeout delay to rlease of devinfo in pNFS client

The pNFS client releases a devinfo as soon as the layout count goes to 0.
This forces the client to acquire the devinfo again when a new layout is
acquired.
This patch adds a timeout to avoid this from happening frequently.