diff --git a/core/src/com/cloud/storage/resource/NfsSecondaryStorageResource.java b/core/src/com/cloud/storage/resource/NfsSecondaryStorageResource.java index 03ce87ad75e..d0043a95ff7 100755 --- a/core/src/com/cloud/storage/resource/NfsSecondaryStorageResource.java +++ b/core/src/com/cloud/storage/resource/NfsSecondaryStorageResource.java @@ -605,7 +605,7 @@ public class NfsSecondaryStorageResource extends ServerResourceBase implements S String root = _parent + "/" + dir; mount(root, nfsPath); - configCerts(cmd.getCerts()); + //configCerts(cmd.getCerts()); return new SecStorageSetupAnswer(dir); } catch (Exception e) {