Test Description
The tool checks that multipath-tools-boot
is installed, by checking the "State" of the package by running aptitude show
.
The package is required for Multipath I/O on Linux systems.
This test case fails if:
The package is not installed by aptitude.
This test case passes if:
The package is installed by aptitude.
How to fix this test
Automatic fix
The tool attempts to install the package by executing: apt-get install -y multipath-tools-boot.
Manual fix
Install the package through the distribution's package manager.
Applies to
- Ubuntu
Last edited: 2020-11-05 10:02:20 UTC
Comments