Installing VDO and podman containers
by dldssel from LinuxQuestions.org on (#5HH0Y)
While trying to install vdo, I got error bash: vdo command not found. Nor was stratisd recognized.
The error came from yum install vdo, and yum install kmod-kvdo, and also tried using dnf.
If rpm -q vdo kmod-kvdo shows nothing, and
yum install vdo kmod-kvdo (or dnf/yum install kmod-kvdo vdo, or kmod-kvdo, or vdo) produce error bash: vdo command not found or vdo command unknown, on RHEL 8, then I don't know of any other way to get VDO on a machine.
Also, I've tried creating podman containers in my home rhel8 lab a hundred times and always get error:
systemctl --user enable --now container-xxxserver.service Failed to connect to bus: No such file or directory


The error came from yum install vdo, and yum install kmod-kvdo, and also tried using dnf.
If rpm -q vdo kmod-kvdo shows nothing, and
yum install vdo kmod-kvdo (or dnf/yum install kmod-kvdo vdo, or kmod-kvdo, or vdo) produce error bash: vdo command not found or vdo command unknown, on RHEL 8, then I don't know of any other way to get VDO on a machine.
Also, I've tried creating podman containers in my home rhel8 lab a hundred times and always get error:
systemctl --user enable --now container-xxxserver.service Failed to connect to bus: No such file or directory