Skip to content

Commit

Permalink
drivers: deprecate task driver remote capability.
Browse files Browse the repository at this point in the history
  • Loading branch information
jrasell committed Oct 2, 2024
1 parent e251861 commit e3c3317
Show file tree
Hide file tree
Showing 3 changed files with 252 additions and 248 deletions.
4 changes: 3 additions & 1 deletion plugins/drivers/driver.go
Original file line number Diff line number Diff line change
Expand Up @@ -170,8 +170,10 @@ type Capabilities struct {

// RemoteTasks indicates this driver runs tasks on remote systems
// instead of locally. The Nomad client can use this information to
// adjust behavior such as propogating task handles between allocations
// adjust behavior such as propagating task handles between allocations
// to avoid downtime when a client is lost.
//
// Deprecated: remote tasks drivers are no longer developed or supported.
RemoteTasks bool

// DisableLogCollection indicates this driver has disabled log collection
Expand Down
Loading

0 comments on commit e3c3317

Please sign in to comment.