Pearl1594 commented on PR #10774: URL: https://github.com/apache/cloudstack/pull/10774#issuecomment-2829548837
> > > @weizhouapache when the attach volume command is performed: > > > > > > 1. It first creates a volume / VDI - Volume name - pearlVolume10🙂 > > >  > > > 2. The attaches it to a VM where it gets renamed to -DATA > > >  > > > > > > thanks @Pearl1594 can we encode the special characters only ? for example, do not encode [0-9a-zA-Z] > > @Pearl1594 Pls check this if possible. Also, check if it is Ok/feasible to update the name changed in CloudStack after attache cmd from the answer - so name is in sync with the hypervisor, any other thoughts @weizhouapache @harikrishna-patnala Created a Volume named - VolumeEmoji:smile: then Attached it to a vm On placing a breakpoint at createVolume - where the VDI is created - we see the VDI created on Xen with the following name:   After attaching the VDI gets renamed:   -- 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]
