Skip to content

Commit

Permalink
COMMON: copy 'sharedfs' into local filesystem snapshot
Browse files Browse the repository at this point in the history
  • Loading branch information
apeters1971 committed Jan 6, 2025
1 parent 5b717dc commit 9c3e583
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions common/FileSystem.cc
Original file line number Diff line number Diff line change
Expand Up @@ -1188,6 +1188,7 @@ FileSystem::SnapShotFileSystem(FileSystem::fs_snapshot_t& fs, bool dolock)
fs.mProxyGroup = hash.get("proxygroup");
fs.mS3Credentials = hash.get("s3credentials");
fs.mFileStickyProxyDepth = -1;
fs.mSharedFs = hash.get("sharedfs");

if (hash.get("filestickyproxydepth").size()) {
fs.mFileStickyProxyDepth = hash.getLongLong("filestickyproxydepth");
Expand Down

0 comments on commit 9c3e583

Please sign in to comment.