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
A clear and concise description of what the bug is.
Currently the lvm2 is updated, as a result, lvcreate command required manual confirmation of signature wiping. But we dont have support to provide --yes option, during logical volume creation, as we dont have handle to provide options for lvcreate.
Expected Behavior
Either provide a options, for --yes, or make yes option as default for prompting.
Steps to Reproduce
Steps to reproduce the behavior:
Create a logical volume for first time.
Remove/Delete the volume
Try to create logical volume again and mount it, will throw error.
Environment
lvm2-2.03.14-3.el8.x86_64.rpm
in rocky linux 8.6
Additional Context
The text was updated successfully, but these errors were encountered:
I'll second this one as I ran into this problem today on a system that had an XFS logical volume deleted (not managed by puppet) and then when puppet went to create a new filesystem, I got "WARNING: xfs signature detected on /dev/vgdb/mariadb". I had to "dd" the first few Kbytes of the space on the logical volume group to get past the problem.
Describe the Bug
A clear and concise description of what the bug is.
Currently the lvm2 is updated, as a result, lvcreate command required manual confirmation of signature wiping. But we dont have support to provide --yes option, during logical volume creation, as we dont have handle to provide options for lvcreate.
Expected Behavior
Either provide a options, for --yes, or make yes option as default for prompting.
Steps to Reproduce
Steps to reproduce the behavior:
Environment
lvm2-2.03.14-3.el8.x86_64.rpm
in rocky linux 8.6
Additional Context
The text was updated successfully, but these errors were encountered: