Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Problems with Reference Disk Mount #7548

Open
jbakerpmc opened this issue Sep 18, 2024 · 0 comments
Open

Problems with Reference Disk Mount #7548

jbakerpmc opened this issue Sep 18, 2024 · 0 comments

Comments

@jbakerpmc
Copy link

jbakerpmc commented Sep 18, 2024

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 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
Screenshot 2024-09-26 at 16 07 46

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).

reference-disk-localization-manifests = [
  {
    "imageIdentifier" : "projects/private-test-cromwell/global/images/omics-reference-disk-image",
    "diskSizeGb" : 10,
    "files" : [ 
      {
        "path" : "test-cromwell-references/hg38/v0/Homo_sapiens_assembly38.dict",
        "crc32c" : 2158779318
      },
      {
        "path" : "test-cromwell-references/hg38/v0/Homo_sapiens_assembly38.fasta",
        "crc32c" : 420322484
      },
      {
        "path" : "test-cromwell-references/hg38/v0/Homo_sapiens_assembly38.fasta.fai",
        "crc32c" : 1970999569
      }
    ]
  }
]

@mcovarr and @aednichols, I have seen issue #7502

@jbakerpmc jbakerpmc changed the title Reference Disk in GCP-Batch Unstable Problems with Reference Disk Mount Sep 26, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant