We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
lvs
parse_volumes
1 parent 82ff677 commit 0f688f3Copy full SHA for 0f688f3
crates/system-reinstall-bootc/src/lvm.rs
@@ -26,7 +26,7 @@ pub(crate) struct LogicalVolume {
26
27
#[context("parse_volumes")]
28
pub(crate) fn parse_volumes(group: Option<&str>) -> Result<Vec<LogicalVolume>> {
29
- if which::which("podman").is_err() {
+ if which::which("lvs").is_err() {
30
tracing::debug!("lvs binary not found. Skipping logical volume check.");
31
return Ok(Vec::<LogicalVolume>::new());
32
}
0 commit comments