mirror of
https://github.com/apache/cloudstack.git
synced 2025-11-02 20:02:29 +01:00
Only one thing can come from the agent
This commit is contained in:
parent
d0e25d96fb
commit
e7d7643dd7
@ -434,7 +434,7 @@ public class Xen extends OvmObject {
|
||||
throw new Ovm3ResourceException("No valid disk found for id: "
|
||||
+ disk);
|
||||
}
|
||||
String[] st = diskPath.split("/"Char == '\\' ? "\\\\" : "/");
|
||||
String[] st = diskPath.split("/");
|
||||
return st[fi];
|
||||
}
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user