DaanHoogland commented on code in PR #6408:
URL: https://github.com/apache/cloudstack/pull/6408#discussion_r884106455
##########
engine/storage/volume/src/main/java/org/apache/cloudstack/storage/datastore/PrimaryDataStoreImpl.java:
##########
@@ -91,6 +91,9 @@ public class PrimaryDataStoreImpl implements PrimaryDataStore
{
private VolumeDao volumeDao;
private Map<String, String> _details;
+ private String uuid;
Review Comment:
The extra fields are not exposed and the `psdv` is available to retrieve the
`uuid` and `name`, so why would you store the fields extra? the old
implementation of `getUuid()` and `getName()` seems to suffice.
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]