commit | 1c8d477a77e2d1d3504419e7f2e02e6422becf9a | [log] [tgz] |
---|---|---|
author | Trond Myklebust <trond.myklebust@primarydata.com> | Sun Aug 14 12:47:49 2016 -0400 |
committer | Trond Myklebust <trond.myklebust@primarydata.com> | Sun Aug 14 23:01:10 2016 -0400 |
tree | 6c9bdd61be0facb6c1d17c61e4bc8d81131af9d9 | |
parent | 694d0d0bb2030d2e36df73e2d23d5770511dbc8d [diff] |
pNFS/flexfiles: Fix layoutstat periodic reporting Putting the periodicity timer in the mirror instances is causing non-scalable reporting behaviour and missed reporting intervals. When you recall layouts and/or implement client side mirroring, it leads to consecutive reports with only a few ms between RPC calls. Signed-off-by: Trond Myklebust <trond.myklebust@primarydata.com> Fixes: d0379a5d066a9 ("pNFS/flexfiles: Support server-supplied...")