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

Detection of block device prefix in CaaS failed #343

Closed
sjpb opened this issue Dec 8, 2023 · 1 comment
Closed

Detection of block device prefix in CaaS failed #343

sjpb opened this issue Dec 8, 2023 · 1 comment

Comments

@sjpb
Copy link
Collaborator

sjpb commented Dec 8, 2023

From @mkjpryor:

issue with the Slurm appliance turned out to be a problem with community images and the detection of the block device prefix. Specifically, it appears that the openstack.cloud.image_info module does not consider community images by default, instead returning an empty image list. I fixed it temporarily at Cambridge by specifying the block device prefix explicitly.
...
getting the duplicate images error [from here] (which actually is a "not exactly one" error, as in zero images would also trigger it)

My testing showed that the above code does return the community image. There might be an os collection version problem (this was pre-merge CaaS slurm, but the failing code will have been merged).

It occcured when trying to use community images uploaded in the *-cloud-portal-prod tenancy to deploy a cluster in the *-cloud-portal-demo tenancy, so it may also be a cross-project image problem.

I think #341 should fix this, as the need to get properties from images will go away.

@sjpb
Copy link
Collaborator Author

sjpb commented Jan 3, 2024

Fixed by #341

@sjpb sjpb closed this as completed Jan 3, 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