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

Not possible to attach LUN to running VM through ansible #736

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

saksham-oracle
Copy link
Contributor

Issue: Ansible example shows that lun can be attached to vm. The example shows to add lun with lun_id and storage_type attribute. The ansibles scripts fails to execute as it fails to attach disk because it failed to find the lun and associated disk info. The issue was the lun directory structure has lun_id attribute and the lookup code was using just id instead of lun_id.

https://docs.ansible.com/ansible/latest/collections/ovirt/ovirt/ovirt_disk_module.html#parameter-logical_unit/lun_id

Fix: Fix the attribute name that used to get the disk info.

Signed-off-by: Saksham Srivastava [email protected]

Issue: Ansible example shows that lun can be attached to vm. The example shows to add lun with lun_id and storage_type attribute. The ansibles scripts fails to execute as it fails to attach disk because it failed to find the lun and associated disk info. The issue was the lun directory structure has lun_id attribute and the lookup code was using just id instead of lun_id.

https://docs.ansible.com/ansible/latest/collections/ovirt/ovirt/ovirt_disk_module.html#parameter-logical_unit/lun_id

Fix: Fix the attribute name that used to get the disk info.

Signed-off-by: Saksham Srivastava <[email protected]>
@mnecas
Copy link
Member

mnecas commented Jan 30, 2024

Hi @saksham-oracle thank you for the MR, checked out the other places and rather would align the documentation than the code. Posted the fix

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

Successfully merging this pull request may close these issues.

2 participants