-
Notifications
You must be signed in to change notification settings - Fork 59
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
storage: calltrace observed when set type: partition for storage_pools #118
Comments
Thank you but are partition pools really supported? They are not documented in the README. @dwlehman |
Here is the commit which seems suppot it[1], and already have some cases in tests_create_partition_volume_then_remove.yml and tests_disk_errors.yml[2] [1] [2]
|
From the log, seems it's due to the "size:" paramter for partition ansible/modules/blivet.py", line 461, in _create\nAttributeError: 'DiskDevice' object has no attribute 'free_space'\n" |
The code is there, but I think it was intentionally not announced to users. |
You have a volume of type 'lvm' inside a pool of type 'partition', which does not make sense. Obviously we should handle this more gracefully. |
does #214 fix this issue? |
From the description of pull/64
I designed one case about storage_pool with parition type, see my bellow env/playbook/execution log
[1]
Fix key for partition pool...
This leads to a failure (crash?) any time a pool of type 'partition' is present.
environment: RHEL-8.2
playbook
ansible-playbook -i inventory tests/a.yml -vvvv
The text was updated successfully, but these errors were encountered: