Skip to content

Commit

Permalink
COMMON: fix applyCoreParameters to register the 'sharedfs' name as we…
Browse files Browse the repository at this point in the history
…ll - fixes GITHUB #10
  • Loading branch information
apeters1971 committed Dec 18, 2024
1 parent 991ce11 commit 69cfcb5
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion common/FileSystem.cc
Original file line number Diff line number Diff line change
Expand Up @@ -832,7 +832,8 @@ bool FileSystem::applyCoreParams(const FileSystemCoreParams& params)
batch.setStringDurable("schedgroup", params.getGroupLocator().getGroup());
batch.setStringDurable("configstatus",
GetConfigStatusAsString(params.getConfigStatus()));
batch.setId(params.getId());
batch.setStringDurable("sharedfs", params.getSharedfs());
batch.setId(params.getId());
return applyBatch(batch);
}

Expand Down
2 changes: 1 addition & 1 deletion common/xrootd-ssi-protobuf-interface
Submodule xrootd-ssi-protobuf-interface updated from b2b8ac to ccadd7

0 comments on commit 69cfcb5

Please sign in to comment.