mirror of
https://github.com/apache/cloudstack.git
synced 2025-11-03 04:12:31 +01:00
Don't call configSSL() in SecStorageSetupCommand
just for test
This commit is contained in:
parent
71ee805f7d
commit
7f2f350acd
@ -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) {
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user