commit | 24be0c481067560b11441e794e27f166a3568863 | [log] [tgz] |
---|---|---|
author | Sage Weil <sage@newdream.net> | Tue Jan 18 08:48:06 2011 -0800 |
committer | Sage Weil <sage@newdream.net> | Wed Jan 19 09:23:24 2011 -0800 |
tree | e91a8f77b8ecdacf747e5418c30a1c18dbdc38a3 | |
parent | 50aac4fec503960380ab594a93a6fbfdf3f8915f [diff] |
ceph: fix erroneous cap flush to non-auth mds The int flushing is global and not clear on each iteration of the loop, which can cause a second flush of caps to any MDSs with ids greater than the auth. Signed-off-by: Sage Weil <sage@newdream.net>