Darwin currently has allocdir support.
Pointed out by: @dadgar
This commit is contained in:
parent
20d87f1782
commit
d309649ada
|
@ -14,7 +14,8 @@ import (
|
|||
|
||||
var (
|
||||
osMountSharedDirSupport = map[string]bool{
|
||||
"linux": true,
|
||||
"darwin": true,
|
||||
"linux": true,
|
||||
}
|
||||
|
||||
t1 = &structs.Task{
|
||||
|
|
Loading…
Reference in a new issue