mirror of
https://github.com/kemko/nomad.git
synced 2026-01-06 18:35:44 +03:00
driver: add pre09 migration logic
This commit is contained in:
8
client/allocdir/task_dir_nonlinux.go
Normal file
8
client/allocdir/task_dir_nonlinux.go
Normal file
@@ -0,0 +1,8 @@
|
||||
// +build !linux
|
||||
|
||||
package allocdir
|
||||
|
||||
// currently a noop on non-Linux platforms
|
||||
func (d *TaskDir) unmountSpecialDirs() error {
|
||||
return nil
|
||||
}
|
||||
Reference in New Issue
Block a user