diff --git a/common/FileSystem.cc b/common/FileSystem.cc index 0416fea4d..2ba35721d 100644 --- a/common/FileSystem.cc +++ b/common/FileSystem.cc @@ -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); } diff --git a/common/xrootd-ssi-protobuf-interface b/common/xrootd-ssi-protobuf-interface index b2b8ac759..ccadd7479 160000 --- a/common/xrootd-ssi-protobuf-interface +++ b/common/xrootd-ssi-protobuf-interface @@ -1 +1 @@ -Subproject commit b2b8ac75917c2ff7e69ad64359e2e927d37359c1 +Subproject commit ccadd74798b1847fa0fa7e1302c4f761874feaa1