bug 6607: return true for nfs

status 6607: resolved fixed
This commit is contained in:
anthony 2010-10-15 19:59:09 -07:00
parent 7b03b6a4fe
commit 551ce004c8
1 changed files with 1 additions and 0 deletions

View File

@ -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()) {