mirror of
https://github.com/ceph/ceph
synced 2024-12-16 16:39:21 +00:00
Merge PR #17054 into master
* refs/remotes/upstream/pull/17054/head: mds: Initializing uninitiazed members SnapServer Reviewed-by: Jos Collin <jcollin@redhat.com> Reviewed-by: Patrick Donnelly <pdonnell@redhat.com>
This commit is contained in:
commit
8e6e3c68fc
@ -23,7 +23,7 @@ class MonClient;
|
||||
|
||||
class SnapServer : public MDSTableServer {
|
||||
protected:
|
||||
MonClient *mon_client;
|
||||
MonClient *mon_client = nullptr;
|
||||
snapid_t last_snap;
|
||||
map<snapid_t, SnapInfo> snaps;
|
||||
map<int, set<snapid_t> > need_to_purge;
|
||||
|
Loading…
Reference in New Issue
Block a user