]> git.proxmox.com Git - pve-storage.git/commit
ISCSIPlugin: Use long options for readability
authorEmmanuel Kasper <e.kasper@proxmox.com>
Mon, 9 Oct 2017 08:39:18 +0000 (10:39 +0200)
committerFabian Grünbichler <f.gruenbichler@proxmox.com>
Mon, 9 Oct 2017 08:50:11 +0000 (10:50 +0200)
commit6b4acdb46010982bfa72da7c81f39dbfb766542f
treeaf6fdbe1f41b70ea3eab77dc50cf676d28a942b9
parent4f6aa4af58fbbd1fbab82e09b1057d8bae8ba82e
ISCSIPlugin: Use long options for readability

We otherwise use the long options everywhere in the plugin.
This will build the following command:

iscsiadm  --mode session --sid 1 --rescan
Rescanning session [sid: 1, target: xxx, portal: yyy]
PVE/Storage/ISCSIPlugin.pm