GabrielBrascher commented on a change in pull request #3925: Add cache mode
param properly
URL: https://github.com/apache/cloudstack/pull/3925#discussion_r387778991
##########
File path:
api/src/main/java/org/apache/cloudstack/api/response/ServiceOfferingResponse.java
##########
@@ -192,6 +192,10 @@
@Param(description = "is true if the offering is customized", since =
"4.3.0")
private Boolean isCustomized;
+ @SerializedName("cacheMode")
+ @Param(description = "the cache mode to use for this disk offering. none,
writeback or writethrough", since = "4.13.0")
Review comment:
Change to `4.14`?
----------------------------------------------------------------
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.
For queries about this service, please contact Infrastructure at:
[email protected]
With regards,
Apache Git Services