Details
-
Bug
-
Resolution: Fixed
-
Minor
-
Upstream
-
None
-
single client setup
-
3
-
9223372036854775807
Description
when a single client is used, lfs df in client_up() doesn't really wait for recovery completion: ost1 is still waiting for missing client (just remoounted) and doesn't let new client to connection leaving corresponding OSC connection inactive. then check for ltd_active in lov_iocontrol() skips that inactive connection and lfs df finishes. in presence of another client similar ltd_active is set, so lfs df blocks on OSC connection to restarted ost1.