puppetlabs-lvm icon indicating copy to clipboard operation
puppetlabs-lvm copied to clipboard

Wiping of signatures

Open SHWETHABHAT1 opened this issue 3 years ago • 2 comments

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:

  1. Create a logical volume for first time.
  2. Remove/Delete the volume
  3. 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

SHWETHABHAT1 avatar Oct 25 '22 15:10 SHWETHABHAT1