Bug 2216278 - lvm_import_vdo fails with vdo command not found
Summary: lvm_import_vdo fails with vdo command not found
Keywords:
Status: NEW
Alias: None
Product: Red Hat Enterprise Linux 9
Classification: Red Hat
Component: lvm2
Version: CentOS Stream
Hardware: Unspecified
OS: Unspecified
unspecified
unspecified
Target Milestone: rc
: ---
Assignee: LVM Team
QA Contact: cluster-qe
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2023-06-20 17:32 UTC by Charles Timko
Modified: 2023-08-10 15:40 UTC (History)
8 users (show)

Fixed In Version:
Doc Type: If docs needed, set a value
Doc Text:
Clone Of:
Environment:
Last Closed:
Type: Bug
Target Upstream Version:
Embargoed:


Attachments (Terms of Use)


Links
System ID Private Priority Status Summary Last Updated
Red Hat Issue Tracker RHELPLAN-160314 0 None None None 2023-06-20 17:32:54 UTC

Description Charles Timko 2023-06-20 17:32:00 UTC
Description of problem:
Running on an upgrade from CS8 to CS9, and I'm running into an issue with my VDO disk import. It appears that the script `lvm_import_vdo` relies on the `vdo` script but it is was deprecated and removed.

Version-Release number of selected component (if applicable):
2.03.21-1

How reproducible:
Run lvm_import_vdo and observe error.

Steps to Reproduce:
1. `# lvm_import_vdo --dry-run <known-vdo-volume-created-in-CS8>`

Actual results:

[root@core ~]# lvm_import_vdo --dry-run /dev/md1
lvm_import_vdo: Checked whether device /dev/md1 is already LV (0).
lvm_import_vdo: Getting YAML VDO configuration.
/sbin/lvm_import_vdo: line 278: vdo: command not found


Expected results:

Successful import.

Additional info:


Note You need to log in before you can comment on or make changes to this bug.