You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm currently working with the reference-disks option using GCPBatch as my backend. I executed the create_images.sh script from the documentation (https://cromwell.readthedocs.io/en/develop/backends/GCPBatch/) to generate my reference-disk-localization-manifests. I'm also using Cromwell v87, as specified in the same documentation. I also tested with the current develop build
While the manifest is correctly configured in the Cromwell config, and the reference disk appears to be mounting successfully, I’m encountering a failure with the umount command. I’m not sure why this command is being invoked in the first place.
Mount Image
Error Message:
severity: "DEFAULT"
textPayload: "umount: /mnt/2d49bcb009113835140d638a10b535af: no mount point specified."
timestamp: "2024-09-26T14:07:54.88114
Below is an example of what I have included in my Cromwell configuration (cromwell.conf).
Hello cromwell dev team,
I'm currently working with the reference-disks option using GCPBatch as my backend. I executed the create_images.sh script from the documentation (https://cromwell.readthedocs.io/en/develop/backends/GCPBatch/) to generate my reference-disk-localization-manifests. I'm also using Cromwell v87, as specified in the same documentation. I also tested with the current
develop
buildWhile the manifest is correctly configured in the Cromwell config, and the reference disk appears to be mounting successfully, I’m encountering a failure with the umount command. I’m not sure why this command is being invoked in the first place.
Mount Image
Error Message:
Below is an example of what I have included in my Cromwell configuration (cromwell.conf).
@mcovarr and @aednichols, I have seen issue #7502
The text was updated successfully, but these errors were encountered: