Skip to content

Commit

Permalink
Merge PR ceph#37148 into master
Browse files Browse the repository at this point in the history
* refs/pull/37148/head:
	mds/FSMap: do not set legacy_client_fscid after filtering

Reviewed-by: Rishabh Dave <[email protected]>
  • Loading branch information
batrick committed Sep 19, 2020
2 parents b64c378 + ad4b2a0 commit d1a0a6e
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/mds/FSMap.h
Original file line number Diff line number Diff line change
Expand Up @@ -263,8 +263,6 @@ class FSMap {
mds_roles.erase(r.first);
}
}

legacy_client_fscid = filesystems.begin()->first;
}

void set_enable_multiple(const bool v)
Expand Down

0 comments on commit d1a0a6e

Please sign in to comment.