mirror of https://github.com/apache/cloudstack.git
bug 6607: return true for nfs
status 6607: resolved fixed
This commit is contained in:
parent
7b03b6a4fe
commit
551ce004c8
|
|
@ -409,6 +409,7 @@ public abstract class CitrixResourceBase implements StoragePoolResource, ServerR
|
|||
String status = null;
|
||||
if (SRType.NFS.equals(rec.type)) {
|
||||
//status = callHostPlugin("checkMount", "mount", rec.uuid);
|
||||
return true;
|
||||
} else if (SRType.LVMOISCSI.equals(rec.type) ) {
|
||||
String scsiid = pbdr.deviceConfig.get("SCSIid");
|
||||
if (scsiid.isEmpty()) {
|
||||
|
|
|
|||
Loading…
Reference in New Issue