diff options
Diffstat (limited to 'handlers/sys.in')
-rwxr-xr-x | handlers/sys.in | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/handlers/sys.in b/handlers/sys.in index b7e94b0..e6cb273 100755 --- a/handlers/sys.in +++ b/handlers/sys.in @@ -478,6 +478,9 @@ if [ $os = "redhat" ]; then elif [ $os = "debian" ]; then catifexec "/sbin/vgdisplay" "-vv" fi + +STATUS="Collecting device-mapper (dm) information:" +catifexec '/sbin/dmsetup' 'info' STATUS="Collecting SCSI Tape information (/etc/stinit.def)" catiffile "/etc/stinit.def" |