mirror of
https://github.com/saltstack/salt.git
synced 2025-04-17 10:10:20 +00:00
Merge pull request #38419 from Ch3LL/fix_doc_scsi
fix scsci docs example
This commit is contained in:
commit
2cdb59d055
1 changed files with 1 additions and 1 deletions
|
@ -97,7 +97,7 @@ def rescan_all(host):
|
|||
|
||||
.. code-block:: bash
|
||||
|
||||
salt '*' scsi.rescan_all(0)
|
||||
salt '*' scsi.rescan_all 0
|
||||
'''
|
||||
if os.path.isdir('/sys/class/scsi_host/host{0}'.format(host)):
|
||||
cmd = 'echo "- - -" > /sys/class/scsi_host/host{0}/scan'.format(host)
|
||||
|
|
Loading…
Add table
Reference in a new issue