sureshanaparti commented on code in PR #10774:
URL: https://github.com/apache/cloudstack/pull/10774#discussion_r2059637020
##########
plugins/hypervisors/xenserver/src/main/java/com/cloud/hypervisor/xenserver/resource/XenServerStorageProcessor.java:
##########
@@ -810,7 +811,7 @@ public Answer createVolume(final CreateObjectCommand cmd) {
final SR poolSr = hypervisorResource.getStorageRepository(conn,
CitrixHelper.getSRNameLabel(primaryStore.getUuid(),
primaryStore.getPoolType(), primaryStore.getPath()));
VDI.Record vdir = new VDI.Record();
- vdir.nameLabel = volume.getName();
+ vdir.nameLabel = getEncodedVolumeName(volume.getName());
Review Comment:
ok @Pearl1594 thanks for checking it.
--
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]