Merge branch '21766-disk-cache-size'
[arvados.git] / lib / crunchrun / singularity.go
index 8c0d8f5bc96eaac9733c37f187feba3376737a3c..fd26297713c4a77b084d58e72512f6c22b1e670e 100644 (file)
@@ -353,8 +353,9 @@ func (e *singularityExecutor) Start() error {
        return nil
 }
 
-func (e *singularityExecutor) CgroupID() string {
-       return ""
+func (e *singularityExecutor) Pid() int {
+       // see https://dev.arvados.org/issues/17244#note-21
+       return 0
 }
 
 func (e *singularityExecutor) Stop() error {