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 GITLAB #10
  • Loading branch information
apeters1971 committed Dec 18, 2024
1 parent 991ce11 commit 94791a1
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 @@ -832,6 +832,7 @@ bool FileSystem::applyCoreParams(const FileSystemCoreParams& params)
batch.setStringDurable("schedgroup", params.getGroupLocator().getGroup());
batch.setStringDurable("configstatus",
GetConfigStatusAsString(params.getConfigStatus()));
batch.setStringDurable("sharedfs", params.getSharedFs());
batch.setId(params.getId());
return applyBatch(batch);
}
Expand Down

0 comments on commit 94791a1

Please sign in to comment.