Skip to content

Commit ced147d

Browse files
Srivastava, PiyushSrivastava, Piyush
authored andcommitted
true managed nfs 1
1 parent 7aee165 commit ced147d

File tree

4 files changed

+593
-10
lines changed

4 files changed

+593
-10
lines changed

api/src/main/java/com/cloud/storage/Storage.java

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -183,7 +183,8 @@ public static enum StoragePoolType {
183183
Linstor(true, true, EncryptionSupport.Storage),
184184
DatastoreCluster(true, true, EncryptionSupport.Unsupported), // for VMware, to abstract pool of clusters
185185
StorPool(true, true, EncryptionSupport.Hypervisor),
186-
FiberChannel(true, true, EncryptionSupport.Unsupported); // Fiber Channel Pool for KVM hypervisors is used to find the volume by WWN value (/dev/disk/by-id/wwn-<wwnvalue>)
186+
OntapNFS(true,true,EncryptionSupport.Unsupported),
187+
FiberChannel(true, true, EncryptionSupport.Unsupported);// Fiber Channel Pool for KVM hypervisors is used to find the volume by WWN value (/dev/disk/by-id/wwn-<wwnvalue>)
187188

188189
private final boolean shared;
189190
private final boolean overProvisioning;

0 commit comments

Comments
 (0)