SCSI administration module
salt.modules.scsi.
ls
(get_size=True)¶List SCSI devices, with details
CLI Examples:
salt '*' scsi.ls
salt '*' scsi.ls get_size=False
Get the size information for scsi devices. This option should be set to False for older OS distributions (RHEL6 and older) due to lack of support for the '-s' option in lsscsi.
2015.5.10 新版功能.
salt.modules.scsi.
rescan_all
(host)¶List scsi devices
CLI Example:
salt '*' scsi.rescan_all(0)