Skip to content

Commit f1c6983

Browse files
author
eshcherbin
committed
YT-21706: Allow gang operations only in FIFO pools
* Changelog entry Type: feature Component: scheduler Add option to allow starting gang operations only in FIFO pools. commit_hash:bb49c6008fb90c73ba5179855db9b2ac9b12f060
1 parent 28a0c4a commit f1c6983

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

yt/yt/client/scheduler/public.h

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -68,6 +68,7 @@ YT_DEFINE_ERROR_ENUM(
6868
((NoSuchJobShell) (219))
6969
((JobResourceLimitsRestrictionsViolated) (220))
7070
((CannotUseBothAclAndAco) (221))
71+
((GangOperationsAllowedOnlyInFifoPools) (222))
7172
);
7273

7374
DEFINE_ENUM(EUnavailableChunkAction,

0 commit comments

Comments
 (0)