The current PersistentDisk class doesn't provide a mechanism for swapping out different implementations of a volume management. This is needed in order to do a transition from the current persistent disk service to using the CIMI implementation.
The factory pattern should be used instead. This allows different concrete classes implementing an interface to be used.
The current PersistentDisk class doesn't provide a mechanism for swapping out different implementations of a volume management. This is needed in order to do a transition from the current persistent disk service to using the CIMI implementation.
The factory pattern should be used instead. This allows different concrete classes implementing an interface to be used.