sudo87 commented on issue #11731:
URL: https://github.com/apache/cloudstack/issues/11731#issuecomment-3753247295
Issue is seen while creating symlink:
```
/bin/bash -c ln -sf
/mnt/SecStorage/11fc2b10-65df-34b1-a17e-489c41bdc41a/template/tmpl/2/226/226-2-870822a4-5c09-381b-8bb3-4ae3c52b277e.iso
/var/www/html/userdata/c1ce5fef-8445-49d3-a129-04fa05c1df7d/<LONG-NAME-ISO>
```
https://github.com/apache/cloudstack/blob/507c4cd12899b26acdd5ad9cff4eb91e4ddb1849/services/secondary-storage/server/src/main/java/org/apache/cloudstack/storage/template/UploadManagerImpl.java#L300
Linux filesystems (ext4/xfs/btrfs) enforce: Maximum filename length
(NAME_MAX): 255 bytes. Supporting 255 or longer file names would not be
possible.
We can put decent limit on ISO filename used for RegisterIsoCmd. cc
@DaanHoogland
--
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]