|
@@ -111,8 +111,10 @@ public class DockerExe {
|
|
|
|
|
|
Mount wokerMount = new Mount()
|
|
|
.withType(MountType.BIND)
|
|
|
- .withSource("/cephfs/ac/"+pid)
|
|
|
- .withTarget("/cephfs/ac/"+pid)
|
|
|
+// .withSource("/cephfs/ac/"+pid)
|
|
|
+// .withTarget("/cephfs/ac/"+pid)
|
|
|
+ .withSource("/cephfs")
|
|
|
+ .withTarget("/cephfs")
|
|
|
.withReadOnly(false);
|
|
|
List<Mount> am =new ArrayList<>();
|
|
|
am.add(wokerMount);
|