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
The issue was already reported in ansible/ansible#64250 for the old repository, but not migrated. I have nothing much to add to the original report. The problem still persists.
A PR was supplied in the old repository to address the original issue which was itself imported from an earlier era, but it missed the boat in the transition to this repo. Do we know if the PR was resubmitted here? I couldn't find any evidence of it. It would be nice to put this one to rest; I've found myself foiled at every turn trying to use this module. I couldn't event specify the size by number of extents because the lvcreate --extents option is only supported with a percentage! 🙄
That PR was redone here as #229 and merged almost four years ago.
You likely didn't find it in the history since the module was moved to another path and GitHub is not very good at showing history for moved things, when the new name was already used earlier (it used to be a symlink before the move).
Thanks @felixfontein, I can see that line was staring at me the whole time; I just missed it because the comment changed. In my situation lvol wants include an lvextend operation, so this line must hold true - i.e. the size_requested calculation method differs to that used by lvcreate in the first place, at least for my case of using 100%VG.
Summary
The issue was already reported in ansible/ansible#64250 for the old repository, but not migrated. I have nothing much to add to the original report. The problem still persists.
Issue Type
Bug Report
Component Name
lvol
Ansible Version
Community.general Version
Configuration
OS / Environment
Target: Debian 12.
Steps to Reproduce
Expected Results
The module is idempotent, i.e. does nothing on subsequent runs.
Actual Results
msg: Logical Volume bar could not be extended. Not enough free space left (1526184.0m required / 0.0m available)
Code of Conduct
The text was updated successfully, but these errors were encountered: