Github user rsafonseca commented on a diff in the pull request:
https://github.com/apache/cloudstack/pull/461#discussion_r32472910
--- Diff:
plugins/hypervisors/vmware/src/com/cloud/hypervisor/vmware/manager/VmwareStorageManagerImpl.java
---
@@ -256,7 +256,7 @@ public Answer execute(VmwareHostService hostService,
PrimaryStorageDownloadComma
try {
VmwareHypervisorHost hyperHost =
hostService.getHyperHost(context, cmd);
- String templateUuidName = UUID.nameUUIDFromBytes((templateName
+ "@" + cmd.getPoolUuid() + "-" +
hyperHost.getMor().getValue()).getBytes()).toString();
+ String templateUuidName = UUID.nameUUIDFromBytes((templateName
+ "@" + cmd.getPoolUuid() + "-" +
hyperHost.getMor().getValue()).getBytes("UTF-8")).toString();
--- End diff --
Any would be fine since its just to generate a unique identifier. check PR
460 for my take on why i chose utf8
---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at [email protected] or file a JIRA ticket
with INFRA.
---