mirror of
https://github.com/ceph/ceph
synced 2025-02-21 01:47:25 +00:00
mds: do not include metric_spec in MClientSession from MDS
Otherwise the older kernel clients get confused. Credit to Jeff Layton
for pointing me in the right direction.
Fixes: 55d8fdef68
Fixes: https://tracker.ceph.com/issues/43599
Signed-off-by: Patrick Donnelly <pdonnell@redhat.com>
This commit is contained in:
parent
8464955861
commit
3ef1581492
@ -87,8 +87,8 @@ public:
|
||||
header.version = HEAD_VERSION;
|
||||
encode(metadata, payload);
|
||||
encode(supported_features, payload);
|
||||
encode(metric_spec, payload);
|
||||
}
|
||||
encode(metric_spec, payload);
|
||||
}
|
||||
private:
|
||||
template<class T, typename... Args>
|
||||
|
Loading…
Reference in New Issue
Block a user