Closed tehasdf closed 1 year ago
In containerized environments, ismount might return True for files, depending on the filesystem. So yeah, files can be mounted as well.
The listdir call will fail for files though, so this must be actually only done for mounts that are also directory mounts
For the 7.0.x branch, this is applied via... sed, in the helm chart, by the hotfix.rnd1267 parameter, introduced in cloudify-cosmo/cloudify-helm#113
sed
hotfix.rnd1267
In containerized environments, ismount might return True for files, depending on the filesystem. So yeah, files can be mounted as well.
The listdir call will fail for files though, so this must be actually only done for mounts that are also directory mounts