Skip to content

Commit 534440c

Browse files
committed
EH: CS-207: Trigger category add/del as part of job add/del
1 parent 29912b7 commit 534440c

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

44 files changed

+1250
-962
lines changed

source/daemons/common/CMakeLists.txt

-1
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,6 @@
2222
set(LIBRARY_NAME daemonscommon)
2323
set(LIBRARY_SOURCES
2424
admin_mail.cc
25-
category.cc
2625
err_trace.cc
2726
lock.cc
2827
mail.cc

source/daemons/common/category.cc

-224
This file was deleted.

source/daemons/qmaster/CMakeLists.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,7 @@ set(QMASTER_SOURCES
2626
job_report_qmaster.cc
2727
ocs_BaseAccountingFileWriter.cc
2828
ocs_BaseReportingFileWriter.cc
29+
ocs_CategoryQmaster.cc
2930
ocs_JsonAccountingFileWriter.cc
3031
ocs_JsonReportingFileWriter.cc
3132
ocs_MirrorReaderDataStore.cc
@@ -65,7 +66,6 @@ set(QMASTER_SOURCES
6566
sge_reporting_qmaster.cc
6667
sge_resource_quota_qmaster.cc
6768
sge_rusage.cc
68-
sge_sched_job_category.cc
6969
sge_sched_order.cc
7070
sge_sched_prepare_data.cc
7171
sge_sched_process_events.cc

source/daemons/qmaster/msg_qmaster.h

+1-1
Original file line numberDiff line numberDiff line change
@@ -148,7 +148,7 @@
148148
#define MSG_MEM_MALLOC _MESSAGE(33121, _("malloc failure"))
149149
#define MSG_SGETEXT_UNKNOWNOP _MESSAGE(33122, _("unknown operation"))
150150

151-
#define MSG_SGETEXT_OPNOIMPFORTARGET _MESSAGE(33125, _("operation not implemented for target"))
151+
#define MSG_SGETEXT_OPNOIMPFORTARGET_S _MESSAGE(33125, _("operation not implemented for target in " SFN))
152152
#define MSG_SGETEXT_NOADMINHOST_S _MESSAGE(33126, _("denied: host " SFQ " is no admin host"))
153153
#define MSG_SGETEXT_NOSUBMITHOST_S _MESSAGE(33127, _("denied: host " SFQ " is no submit host"))
154154
#define MSG_SGETEXT_NOSUBMITORADMINHOST_S _MESSAGE(33128, _("denied: host " SFQ " is neither submit nor admin host"))

0 commit comments

Comments
 (0)