Closed hamarituc closed 2 years ago
Requires #216 before we can merge this so testing is working again.
Hi, I'd like to ask what is needed to get this one merged. Whitout this patch pvcreate
and lvcreate
may wait forever with no sensible output indicating the reason and calling both commands with -qq
seems to be a safe fix for this.
If we can get all the tests passing then it can be merged, that appears to be the only thing blocking it.
Hmm, centos 8 tests are failing because centos is rolling release and has an updated LVM package for which chef-ruby-lvm-attrib attributes are missing. Attributes are already committed in chef-ruby-lvm-attrib but no release has been tagged yet. Fedora tests are failing because kitchen VMs are not reachable via ssh.
None of these failures are related to this PR. Centos would also fail with the latest release of this cookbook.
Is there anything I can do to finish this PR? The test suite fails during setting up the test environment, but the errors are not related to the portions of code changed by this patch. This issue is nearly a half year old and I neither see any way to make progress by myself nor perceive any indication someone is working on fixing the test suite.
Please leave a hint if there is someone currently working on the test suite and I just need to wait a bit longer. Otherwise I would be glad about an advice how to get forward in this matter.
Kind regards
looks like all the errors are due to vagrant rate limiting github actions. @ramereth what happened to the boxes at https://ftp.osuosl.org/pub/sous-chefs/bento/?
looks like all the errors are due to vagrant rate limiting github actions. @ramereth what happened to the boxes at https://ftp.osuosl.org/pub/sous-chefs/bento/?
Apologies for removing those as we needed to free up some space. We actually have a work around which requires an API key to be added. I'll try and get that fixed up here.
Released as: 6.1.0
Signed-off-by: Mario Haustein mario.haustein@hrz.tu-chemnitz.de
Description
pvcreate
andlvcreate
wait for interactive input when thewipe_signatures
property is not set. This PR changes their behavior to bail out immediately with an error message.Issues Resolved
217
Check List
## Unreleased
New functionality includes testing.not applicableNew functionality has been documented in the README if applicable.not applicable