vcf_vim_host_storage

Execution module for ESXi HBA/VMFS rescan.

saltext.vcf.modules.vcf_vim_host_storage.rescan_all_hba(host, profile=None)[source]

Rescan all HBAs on host.

CLI Example:

salt '*' vcf_vim_host_storage.rescan_all_hba <host>
saltext.vcf.modules.vcf_vim_host_storage.rescan_vmfs(host, profile=None)[source]

Rescan for new VMFS volumes on host.

CLI Example:

salt '*' vcf_vim_host_storage.rescan_vmfs <host>
saltext.vcf.modules.vcf_vim_host_storage.refresh(host, profile=None)[source]

Refresh the storage system state for host.

CLI Example:

salt '*' vcf_vim_host_storage.refresh <host>